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

2020-03-23 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 24, 2020 @ 06:52:44
  Author: foutrelis
Revision: 603792

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 603791, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 06:52:40 UTC (rev 603791)
+++ PKGBUILD2020-03-24 06:52:44 UTC (rev 603792)
@@ -1,28 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=1.7
-pkgrel=2
-pkgdesc="Editor for text-based subtitles"
-arch=('any')
-url="https://otsaloma.io/gaupol/";
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
- 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
- 'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('mpv: subtitle preview'
-'vlc: subtitle preview'
-'mplayer: subtitle preview')
-source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('250b0d929e635eec89656dc9672f5dba3bc0324325008f17155b3e54ac560788')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 603791, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-24 06:52:44 UTC (rev 603792)
@@ -0,0 +1,28 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.7
+pkgrel=3
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="https://otsaloma.io/gaupol/";
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('250b0d929e635eec89656dc9672f5dba3bc0324325008f17155b3e54ac560788')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-23 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 24, 2020 @ 06:52:40
  Author: foutrelis
Revision: 603791

upgpkg: gaupol 1.7-3: depend on gst-plugin-gtk (FS#65902)

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 06:00:26 UTC (rev 603790)
+++ PKGBUILD2020-03-24 06:52:40 UTC (rev 603791)
@@ -6,13 +6,13 @@
 
 pkgname=gaupol
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="https://otsaloma.io/gaupol/";
 license=('GPL')
 depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
- 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
+ 'gst-plugin-gtk' 'gspell' 'iso-codes' 'python-chardet' 'python-cairo'
  'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'


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

2020-03-23 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 24, 2020 @ 06:15:31
  Author: foutrelis
Revision: 378427

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 378426, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 06:15:28 UTC (rev 378426)
+++ PKGBUILD2020-03-24 06:15:31 UTC (rev 378427)
@@ -1,48 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.8.12
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/start";
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('29295bee0b1f5bfd525e37405e5d32b497ae539b15183dd14e6ca49e252225f8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 378426, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-24 06:15:31 UTC (rev 378427)
@@ -0,0 +1,48 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.8.13
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start";
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5b4ad0e54667e751621199d751d9d5f5286f28f7b639decd66911f628572ea8a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-23 Thread Evangelos Foutras via arch-commits
Date: Tuesday, March 24, 2020 @ 06:15:28
  Author: foutrelis
Revision: 378426

upgpkg: thunar 1.8.13-1: New upstream release.

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 02:17:41 UTC (rev 378425)
+++ PKGBUILD2020-03-24 06:15:28 UTC (rev 378426)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.8.12
+pkgver=1.8.13
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 'thunar-archive-plugin: create and deflate archives'
 'thunar-media-tags-plugin: view/edit id3/ogg tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('29295bee0b1f5bfd525e37405e5d32b497ae539b15183dd14e6ca49e252225f8')
+sha256sums=('5b4ad0e54667e751621199d751d9d5f5286f28f7b639decd66911f628572ea8a')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, March 24, 2020 @ 06:00:26
  Author: svenstaro
Revision: 603790

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3/repos/community-x86_64/LICENSE
(from rev 603789, teamspeak3/trunk/LICENSE)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 603789, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 603789, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 603789, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 603789, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-x86_64/LICENSE
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.png

+
 LICENSE|  180 +--
 PKGBUILD   |  102 ++--
 teamspeak3.desktop |   26 +++
 3 files changed, 154 insertions(+), 154 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-03-24 06:00:14 UTC (rev 603789)
+++ LICENSE 2020-03-24 06:00:26 UTC (rev 603790)
@@ -1,90 +0,0 @@
-Framework license agreement for the installation of the TeamSpeak client
-
-This License Agreement ("Agreement") is effective between "you", the person or 
company who/which is using software branded TeamSpeak, developed by TeamSpeak 
Systems GmbH ("TeamSpeak"), and TeamSpeak Systems GmbH (Germany) with 
installation of the TeamSpeak client.
-
-## I. Definitions
-
-  1. "Standard Software" means the object code of the TeamSpeak voice 
communication software version 3.x (binary executable), and all previous 
versions, both client and server, which is provided by TeamSpeak, including all 
standard software enhancements, upgrades or updates, which you will receive if 
and when they are made available.
-  2. "Licensed Material" refers to the standard software, all documentation 
components included with the standard software and other information that 
TeamSpeak provides together with the license for the standard software.
-  3. "Client" refers to the TeamSpeak standard software which connects to the 
TeamSpeak server software via computer network or the Internet. The client 
therefore usually runs on the end user's computer. A client can connect to one 
or more servers at the same time. Multiple clients communicate with each other 
by routing the communication data through the server, which distributes them to 
other clients. Clients thus do not connect directly to each other, but always 
connect only to the server that acts as an intermediary and distributor for 
voice communication.
-
-## II. Indemnity / Warranty
-
-TeamSpeak shall pay compensation or reimbursement of expenses, for whatever 
legal reason (e.g. for legal transactions and legal transaction-related 
obligations, breach of duty and unlawful acts), only to the following extent:
-
-  1. Liability for intentional actions is unlimited.
-  2. TeamSpeak may plea contributory negligence. In particular you have the 
obligation and responsibility to make use of data backup and virus protection 
following the latest technical standards.
-  3. In case of injury to life, body and health, and in case of claims based 
on the Product Liability Act, the statutory provisions apply.
-  4. The software is of the agreed quality which is suitable to perform the 
contractually required functions, and otherwise standard functions, and has the 
usual quality for this type of software; however, it is not error-free. A 
functional impairment of the software which results from hardware defects, 
environmental conditions, improper operation, or similar is not a defect. Minor 
reductions in quality are not considered here.
-  5. If you install third-party plug-ins to complement the client, TeamSpeak 
assumes no liability irrespective of the origin of the plug-in. You are 
required to learn about the applicable privacy policy of the plug-in publisher.
-  6. Standard software upgrades are free of charge, if and when they become 
available. You are obliged to install client upgrades promptly after 
publication.
-
-## III. Ownership and restrictions
-
-  1. You acknowledge and agree that your rights in and to the Licensed 
Material are solely limited to the transitory use of the standard software, and 
you have no ownership rights to any component of the Licensed Material. You 
acknowledge that TeamSpeak and / or its licensors own all rights, property 
rights and exploitation rights, including but not limited to copyrights, patent 
rights, the right to confidentiality of trade secrets and other rights in and 
to the Licensed Material on intellectual property and all altered, modified and 
corrected versions thereof.
-  2. The following activiti

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

2020-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, March 24, 2020 @ 06:00:14
  Author: svenstaro
Revision: 603789

upgpkg: teamspeak3 3.5.1-1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 05:03:36 UTC (rev 603788)
+++ PKGBUILD2020-03-24 06:00:14 UTC (rev 603789)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Slash 
 # Contributor: J.W. Birdsong  
 
 pkgname=teamspeak3
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com";
@@ -18,7 +18,7 @@
 
sha512sums=('04104f77d7a6cf669896d5bf76664409d18282b8a500d623e7d12d91be26b69ac935cb853cd34dcffb23182ffefb7ca69b14f35b763822e7f7c6102c1003c2d3'
 
'af18ed36a3c8de90b60a7205ebf91a35d4b517f22f97d541c82debdb12697882469d9771fdf3fb8b081aeb74a01237f3afd4732daccf4b374dc6d39e7df5d444'
 
'd6d03f1bda86c90390ce0032e4d30e889977f80ff76ba1e5c443109e93cbedbee92c6fc2759f58d23659c15dba4f2ac718861571239ba117dcfe11f136f556dc'
-
'02d3c3cc546e308f87760f15455ea0840eed6f3e56118e4eb80526629d2d4dd6cf9646d81f9f6118b5747bf4710782c333111cbd9bf57cdad3ecd43cfb4e25b7')
+
'8537c74df8772755c91c7c65f0fcc745475c190a1871731bd4ab98cfe47e611503f3e03b2eb8a5f7198ce5070dc705aae2374523876b732efe21e248639d')
 
 prepare() {
   mkdir archive && cd archive


[arch-commits] Commit in electron/repos/community-x86_64 (16 files)

2020-03-23 Thread Nicola Squartini via arch-commits
Date: Tuesday, March 24, 2020 @ 05:03:36
  Author: tensor5
Revision: 603788

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 603787, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 603787, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 603787, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 603787, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/fix-building-with-system-zlib.patch
(from rev 603787, electron/trunk/fix-building-with-system-zlib.patch)
  electron/repos/community-x86_64/fix-building-with-unbundled-libxml.patch
(from rev 603787, electron/trunk/fix-building-with-unbundled-libxml.patch)
  
electron/repos/community-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
(from rev 603787, 
electron/trunk/fix-shim-header-generation-when-unbundling-ICU.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 603787, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/fix-building-with-system-zlib.patch
  electron/repos/community-x86_64/fix-building-with-unbundled-libxml.patch
  
electron/repos/community-x86_64/fix-shim-header-generation-when-unbundling-ICU.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

--+
 PKGBUILD |  404 -
 chromium-skia-harmony.patch  |   28 -
 default_app-icon.patch   |   42 -
 electron.desktop |   14 
 fix-building-with-system-zlib.patch  |   64 +-
 fix-building-with-unbundled-libxml.patch |  254 +-
 fix-shim-header-generation-when-unbundling-ICU.patch |  100 ++--
 use-system-libraries-in-node.patch   |  112 ++--
 8 files changed, 509 insertions(+), 509 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 05:02:34 UTC (rev 603787)
+++ PKGBUILD2020-03-24 05:03:36 UTC (rev 603788)
@@ -1,202 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=8.1.1
-_commit=647299fa9f9a4a487efaaaf6e35b2438f4dc354b
-_chromiumver=80.0.3987.141
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget' 'yasm')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-'electron.desktop'
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'chromium-skia-harmony.patch'
-'fix-building-with-system-zlib.patch'
-'fix-building-with-unbundled-libxml.patch'
-'fix-shim-header-generation-when-unbundling-ICU.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'63ba9cf70ce37c8503c65bd72c5a0e547474f089f52b5396aefd6abc5c136d7e'
-'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-'18276e65c68a0c328601b12fefb7e8bfc632346f34b87e64944c9de8c95c5cfa'
-'e530d1b39504c2ab247e16f1602359c484e9e8be4ef6d4824d68b14d29a7f60b'
-'e477aa48a11ca4d53927f66a9593567fcd053325fb38af30ac3508465f1dd1f6'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-#  'libpng'
-  'libvpx'
-  'libwebp'
-  'libxml'
-  'libxslt'
-#  'openh264'
-  'opus'
-  're2'
-  'snappy'
-  

[arch-commits] Commit in electron/trunk (PKGBUILD default_app-icon.patch)

2020-03-23 Thread Nicola Squartini via arch-commits
Date: Tuesday, March 24, 2020 @ 05:02:34
  Author: tensor5
Revision: 603787

upgpkg: electron 8.2.0-1

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/default_app-icon.patch

+
 PKGBUILD   |   12 ++--
 default_app-icon.patch |8 
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 23:05:59 UTC (rev 603786)
+++ PKGBUILD2020-03-24 05:02:34 UTC (rev 603787)
@@ -1,16 +1,16 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=8.1.1
-_commit=647299fa9f9a4a487efaaaf6e35b2438f4dc354b
-_chromiumver=80.0.3987.141
+pkgver=8.2.0
+_commit=5b75a4a4be236c98082b8c77d824c267efe1f6cc
+_chromiumver=80.0.3987.158
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
 license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
- 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'libxss'
+ 'minizip' 'nss' 're2' 'snappy')
 makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
  'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
  'python2' 'wget' 'yasm')
@@ -31,7 +31,7 @@
 sha256sums=('SKIP'
 'SKIP'
 '5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'63ba9cf70ce37c8503c65bd72c5a0e547474f089f52b5396aefd6abc5c136d7e'
+'00b21418b9468064f6f275566d3cf64c6b014e596acc650100a5a46da31efbfa'
 'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
 '771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
 '18276e65c68a0c328601b12fefb7e8bfc632346f34b87e64944c9de8c95c5cfa'

Modified: default_app-icon.patch
===
--- default_app-icon.patch  2020-03-23 23:05:59 UTC (rev 603786)
+++ default_app-icon.patch  2020-03-24 05:02:34 UTC (rev 603787)
@@ -1,14 +1,14 @@
 --- a/electron/default_app/default_app.ts
 +++ b/electron/default_app/default_app.ts
 @@ -62,7 +62,7 @@
-   }
+   };
  
if (process.platform === 'linux') {
--options.icon = path.join(__dirname, 'icon.png')
-+options.icon = '/usr/share/pixmaps/electron.png'
+-options.icon = path.join(__dirname, 'icon.png');
++options.icon = '/usr/share/pixmaps/electron.png';
}
  
-   mainWindow = new BrowserWindow(options)
+   mainWindow = new BrowserWindow(options);
 --- a/electron/filenames.gni
 +++ b/electron/filenames.gni
 @@ -6,7 +6,6 @@


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

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 24, 2020 @ 02:17:41
  Author: alucryd
Revision: 378425

archrelease: copy trunk to testing-x86_64

Added:
  libbluray/repos/testing-x86_64/
  libbluray/repos/testing-x86_64/PKGBUILD
(from rev 378424, libbluray/trunk/PKGBUILD)

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

Copied: libbluray/repos/testing-x86_64/PKGBUILD (from rev 378424, 
libbluray/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-03-24 02:17:41 UTC (rev 378425)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Cook 
+
+pkgname=libbluray
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Library to access Blu-Ray disks for video playback'
+arch=(x86_64)
+url=https://www.videolan.org/developers/libbluray.html
+license=(LGPL2.1)
+depends=(
+  fontconfig
+  libfreetype.so
+  libxml2
+)
+makedepends=(
+  apache-ant
+  git
+  java-environment=13
+)
+optdepends=('java-runtime=13: BD-J library')
+provides=(libbluray.so)
+source=(
+  
git+https://code.videolan.org/videolan/libbluray.git#tag=43059c7e3631703857358cff7666c6a11497da89
+  git+https://code.videolan.org/videolan/libudfread.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libbluray
+
+  git describe --tags
+}
+
+prepare() {
+  cd libbluray
+
+  for submodule in contrib/libudfread; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  autoreconf -fiv
+}
+
+build() {
+  cd libbluray
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libbluray install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 24, 2020 @ 02:17:36
  Author: alucryd
Revision: 378424

switch to java 13: libbluray 1.2.0-2

Modified:
  libbluray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 01:51:35 UTC (rev 378423)
+++ PKGBUILD2020-03-24 02:17:36 UTC (rev 378424)
@@ -5,7 +5,7 @@
 
 pkgname=libbluray
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library to access Blu-Ray disks for video playback'
 arch=(x86_64)
 url=https://www.videolan.org/developers/libbluray.html
@@ -18,9 +18,9 @@
 makedepends=(
   apache-ant
   git
-  java-environment=8
+  java-environment=13
 )
-optdepends=('java-runtime=8: BD-J library')
+optdepends=('java-runtime=13: BD-J library')
 provides=(libbluray.so)
 source=(
   
git+https://code.videolan.org/videolan/libbluray.git#tag=43059c7e3631703857358cff7666c6a11497da89


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

2020-03-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 24, 2020 @ 01:51:35
  Author: bisson
Revision: 378423

remove git as optdepends since we switched back to tarballs

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 23:06:01 UTC (rev 378422)
+++ PKGBUILD2020-03-24 01:51:35 UTC (rev 378423)
@@ -9,7 +9,7 @@
 url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
 arch=('x86_64')
-makedepends=('linux-headers' 'git' 'libfido2')
+makedepends=('linux-headers' 'libfido2')
 depends=('krb5' 'openssl' 'libedit' 'ldns')
 optdepends=('xorg-xauth: X11 forwarding'
 'x11-ssh-askpass: input passphrase in X'


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 22:59:25
  Author: felixonmars
Revision: 603774

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 22:59:10 UTC (rev 603773)
+++ PKGBUILD2020-03-23 22:59:25 UTC (rev 603774)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=5.7.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('e3bac3e8be3808ec773dcf1a28e47074f1ce2915b79224dbd4ac6e4ce97dff9436e97e1576e540bb7c2d5155502eb5280e1161ef1d36828074865fe1dd9428ba')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py pytest
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 603773, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 22:59:25 UTC (rev 603774)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=5.7.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
+sha512sums=('a8f84698cd37f5581ec7b055c111db76d57ead93988627a0cd7dbcfc1c8d3f5fe3a69e96566ba0f1f452a1d8b661fe3bf16aa36e2d0d4bfad3d4dc88310e8c69')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py pytest
+}
+
+package() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 22:59:10
  Author: felixonmars
Revision: 603773

upgpkg: python-hypothesis 5.7.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 22:41:41 UTC (rev 603772)
+++ PKGBUILD2020-03-23 22:59:10 UTC (rev 603773)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=5.7.0
+pkgver=5.7.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('e3bac3e8be3808ec773dcf1a28e47074f1ce2915b79224dbd4ac6e4ce97dff9436e97e1576e540bb7c2d5155502eb5280e1161ef1d36828074865fe1dd9428ba')
+sha512sums=('a8f84698cd37f5581ec7b055c111db76d57ead93988627a0cd7dbcfc1c8d3f5fe3a69e96566ba0f1f452a1d8b661fe3bf16aa36e2d0d4bfad3d4dc88310e8c69')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2020-03-23 Thread Christian Hesse via arch-commits
Date: Monday, March 23, 2020 @ 22:41:41
  Author: eworm
Revision: 603772

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 22:41:33 UTC (rev 603771)
+++ PKGBUILD2020-03-23 22:41:41 UTC (rev 603772)
@@ -1,41 +0,0 @@
-# Maintainer:  Ionut Biru 
-# Contributor: mightyjaym 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=e2fsprogs
-pkgname=lib32-e2fsprogs
-pkgver=1.45.5
-pkgrel=1
-pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
-arch=('x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url="http://e2fsprogs.sourceforge.net";
-depends=('lib32-util-linux' $_pkgbasename)
-makedepends=('bc' 'gcc-multilib')
-validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

-source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha256sums=('f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede'
-'SKIP')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---with-root-prefix="" \
---enable-elf-shlibs \
---disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-libs
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD (from rev 603771, 
lib32-e2fsprogs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 22:41:41 UTC (rev 603772)
@@ -0,0 +1,41 @@
+# Maintainer:  Ionut Biru 
+# Contributor: mightyjaym 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.45.6
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net";
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
+sha256sums=('ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256'
+'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--with-root-prefix="" \
+--enable-elf-shlibs \
+--disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-libs
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-03-23 Thread Christian Hesse via arch-commits
Date: Monday, March 23, 2020 @ 22:41:33
  Author: eworm
Revision: 603771

upgpkg: lib32-e2fsprogs 1.45.6-1

new upstream release

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 22:38:47 UTC (rev 603770)
+++ PKGBUILD2020-03-23 22:41:33 UTC (rev 603771)
@@ -4,7 +4,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.45.5
+pkgver=1.45.6
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem libraries (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('bc' 'gcc-multilib')
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${_pkgbasename}/v${pkgver}/${_pkgbasename}-${pkgver}.tar."{xz,sign})
-sha256sums=('f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede'
+sha256sums=('ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256'
 'SKIP')
 
 build() {


[arch-commits] Commit in (4 files)

2020-03-23 Thread Lukas Fleischer via arch-commits
Date: Monday, March 23, 2020 @ 22:38:47
  Author: lfleischer
Revision: 603770

Initial import of python-pytest-tap

Added:
  python-pytest-tap/
  python-pytest-tap/repos/
  python-pytest-tap/trunk/
  python-pytest-tap/trunk/PKGBUILD

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

Added: python-pytest-tap/trunk/PKGBUILD
===
--- python-pytest-tap/trunk/PKGBUILD(rev 0)
+++ python-pytest-tap/trunk/PKGBUILD2020-03-23 22:38:47 UTC (rev 603770)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer 
+
+pkgname=python-pytest-tap
+_pyname=${pkgname#python-}
+pkgver=3.0
+pkgrel=1
+pkgdesc="Test Anything Protocol (TAP) reporting plugin for pytest."
+arch=(any)
+url="https://github.com/python-tap/pytest-tap";
+license=('BSD')
+depends=('python-pytest' 'python-tappy')
+makedepends=('python-setuptools' 'python-tox')
+source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
+md5sums=('226fc056b83ab3578f64faa478abe459')
+
+build() {
+   cd "${srcdir}/${_pyname}-${pkgver}"
+   python setup.py build
+}
+
+check() {
+   cd "${srcdir}/${_pyname}-${pkgver}"
+   tox
+}
+
+package() {
+   cd "${srcdir}/${_pyname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1
+}


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

2020-03-23 Thread Gaëtan Bisson via arch-commits
Date: Monday, March 23, 2020 @ 21:15:19
  Author: bisson
Revision: 378412

db-move: moved gnupg from [testing] to [core] (x86_64)

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 378411, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 378411, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/self-sigs-only.patch
(from rev 378411, gnupg/repos/testing-x86_64/self-sigs-only.patch)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/self-sigs-only.patch
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   66 +
 /install |   31 +
 /self-sigs-only.patch|   56 +++
 core-x86_64/PKGBUILD |   66 -
 core-x86_64/install  |   31 -
 core-x86_64/self-sigs-only.patch |   56 ---
 6 files changed, 153 insertions(+), 153 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-03-23 20:36:12 UTC (rev 378411)
+++ core-x86_64/PKGBUILD2020-03-23 21:15:19 UTC (rev 378412)
@@ -1,66 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.19
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='https://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-checkdepends=('openssh')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'self-sigs-only.patch')
-sha256sums=('242554c0e06f3a83c420b052f750b65ead711cc3fb5e7274fcdbb4e9dec0'
-'SKIP'
-'0130c43321c16f53ab2290833007212f8a26b1b73bd4edc2b2b1c9db2b2d0218')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -R -p1 -i ../self-sigs-only.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 378411, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2020-03-23 21:15:19 UTC (rev 378412)
@@ -0,0 +1,66 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.20
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'self-sigs-only.patch')
+sha256sums=('04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30'
+'SKIP'
+'0130c43321c16f53ab2290833007212f8a26b1b73bd4edc2b2b1c9db2b2d0218')
+
+install=install
+
+prepare() {
+   cd "${srcdir}

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

2020-03-23 Thread Daniel M. Capella via arch-commits
Date: Monday, March 23, 2020 @ 20:38:39
  Author: polyzen
Revision: 603769

archrelease: copy trunk to community-any

Added:
  rofimoji/repos/community-any/PKGBUILD
(from rev 603768, rofimoji/trunk/PKGBUILD)
Deleted:
  rofimoji/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 20:38:06 UTC (rev 603768)
+++ PKGBUILD2020-03-23 20:38:39 UTC (rev 603769)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=rofimoji
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Character picker for rofi'
-arch=('any')
-url=https://github.com/fdw/rofimoji
-license=('MIT')
-depends=('emoji-font' 'python-configargparse' 'python-setuptools' 'python-xdg'
- 'rofi' 'xdotool' 'xsel')
-makedepends=('python-pip')
-source=("$url/releases/download/$pkgver/rofimoji-$pkgver-py3-none-any.whl")
-sha512sums=('d21644d05fedb181c5655c814f5a37691c5e0c0a005fffc1cf571efdb1f5ae81c0add5c7d5b33c801a81043be4e1fa26467feecf6b723054bce6a79624c6fdf4')
-
-package() {
-  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps *.whl
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rofimoji/repos/community-any/PKGBUILD (from rev 603768, 
rofimoji/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 20:38:39 UTC (rev 603769)
@@ -0,0 +1,21 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=rofimoji
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Character picker for rofi'
+arch=('any')
+url=https://github.com/fdw/rofimoji
+license=('MIT')
+depends=('emoji-font' 'python-configargparse' 'python-setuptools' 'python-xdg'
+ 'rofi' 'xdotool' 'xsel')
+makedepends=('python-pip')
+source=("$url/releases/download/$pkgver/rofimoji-$pkgver-py3-none-any.whl")
+noextract=("rofimoji-$pkgver-py3-none-any.whl")
+sha512sums=('6e43d3c2becf532d3662066e629b29e76918b99ad6903e395eb11853c4527c21b79fafad2707816e90a15bba6fb1022206704469c854aa630688e2f75136ba93')
+
+package() {
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps *.whl
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-23 Thread Daniel M. Capella via arch-commits
Date: Monday, March 23, 2020 @ 20:38:06
  Author: polyzen
Revision: 603768

upgpkg: rofimoji 4.1.1-1

Modified:
  rofimoji/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 19:15:50 UTC (rev 603767)
+++ PKGBUILD2020-03-23 20:38:06 UTC (rev 603768)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=rofimoji
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Character picker for rofi'
 arch=('any')
@@ -11,7 +11,8 @@
  'rofi' 'xdotool' 'xsel')
 makedepends=('python-pip')
 source=("$url/releases/download/$pkgver/rofimoji-$pkgver-py3-none-any.whl")
-sha512sums=('d21644d05fedb181c5655c814f5a37691c5e0c0a005fffc1cf571efdb1f5ae81c0add5c7d5b33c801a81043be4e1fa26467feecf6b723054bce6a79624c6fdf4')
+noextract=("rofimoji-$pkgver-py3-none-any.whl")
+sha512sums=('6e43d3c2becf532d3662066e629b29e76918b99ad6903e395eb11853c4527c21b79fafad2707816e90a15bba6fb1022206704469c854aa630688e2f75136ba93')
 
 package() {
   PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" 
--ignore-installed --no-deps *.whl


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 19:15:36
  Author: felixonmars
Revision: 603766

upgpkg: python-zope-security 5.1.1-1

Modified:
  python-zope-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 19:15:08 UTC (rev 603765)
+++ PKGBUILD2020-03-23 19:15:36 UTC (rev 603766)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zope-security
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc="Zope Security Framework"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
   'python-zope-testrunner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz";)
-sha512sums=('372aa845bc99fa57d27ff95cb62a0416a3f29535c2042b2d5596a0272b20ce7165b4904fdc94271e514a887e613b225eb58e0d9797c89a7eee2181296ba617d0')
+sha512sums=('b23c7d489be3e60a1e88f9ef67fe133273318fc67b28222124c51981eb76ef11b0783662ec90f206867010dc120ce914dac45c6a6fd6edc925de2c9da0ad0b38')
 
 prepare() {
   cd zope.security-$pkgver


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 19:15:08
  Author: felixonmars
Revision: 603765

archrelease: copy trunk to community-any

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

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

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

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


[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 19:15:50
  Author: felixonmars
Revision: 603767

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 603766, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 19:15:36 UTC (rev 603766)
+++ PKGBUILD2020-03-23 19:15:50 UTC (rev 603767)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zope-security
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security";
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
- 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
-  'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz";)
-sha512sums=('372aa845bc99fa57d27ff95cb62a0416a3f29535c2042b2d5596a0272b20ce7165b4904fdc94271e514a887e613b225eb58e0d9797c89a7eee2181296ba617d0')
-
-prepare() {
-  cd zope.security-$pkgver
-  # TODO
-  sed -i '/def test_iteration_of_btree_items_keys_values/i \
@unittest.skip("Circular import weirdness")' 
src/zope/security/tests/test_checker.py
-}
-
-build() {
-  cd zope.security-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
-}
-
-package() {
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 603766, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 19:15:50 UTC (rev 603767)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-security
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security";
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
+ 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
+  'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz";)
+sha512sums=('b23c7d489be3e60a1e88f9ef67fe133273318fc67b28222124c51981eb76ef11b0783662ec90f206867010dc120ce914dac45c6a6fd6edc925de2c9da0ad0b38')
+
+prepare() {
+  cd zope.security-$pkgver
+  # TODO
+  sed -i '/def test_iteration_of_btree_items_keys_values/i \
@unittest.skip("Circular import weirdness")' 
src/zope/security/tests/test_checker.py
+}
+
+build() {
+  cd zope.security-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
+}
+
+package() {
+  cd zope.security-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 19:14:52
  Author: felixonmars
Revision: 603764

upgpkg: npm-check-updates 4.0.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 19:08:34 UTC (rev 603763)
+++ PKGBUILD2020-03-23 19:14:52 UTC (rev 603764)
@@ -2,8 +2,8 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
 license=('Apache')
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a350dbfa47e2f15becdf8e57c699fedd649426d2daf3917684c17abfa9187d0baf4ee96ca61bc3ce06e2564a78bc4282f3e05011309a83bdf45cf26e7587f898')
+sha512sums=('74eda3784983d4301affc34ac5002e855b080836162932f591992f505c9136984ae0d88b9351c0ec99399827e5d8bdb153917188684dab9be06258afbbeda48f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 19:08:34
  Author: kpcyrd
Revision: 603763

archrelease: copy trunk to community-x86_64

Added:
  sn0int/repos/community-x86_64/PKGBUILD
(from rev 603762, sn0int/trunk/PKGBUILD)
  sn0int/repos/community-x86_64/sn0int.install
(from rev 603762, sn0int/trunk/sn0int.install)
Deleted:
  sn0int/repos/community-x86_64/PKGBUILD
  sn0int/repos/community-x86_64/sn0int.install

+
 PKGBUILD   |  104 +++
 sn0int.install |   18 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 19:08:20 UTC (rev 603762)
+++ PKGBUILD2020-03-23 19:08:34 UTC (rev 603763)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
-'SKIP')
-b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 603762, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 19:08:34 UTC (rev 603763)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('417d0cf861136942411c645151750a547a3a88f00ec00896411264e2c264db622429b8ce0e00c947fb03810a6fa2c7f39c439ac747ceeed21fdab8c9d512c6de'
+'SKIP')
+b2sums=('640f325ea56f5eb9dc1ac7877cf5c932f8ba56ed7c266684d906ed58b89ff993771ab25c119124e0448e976d8acb5ed49d87aa173955081be8afbb6fa06f8158'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 docs/_build/man/sn0int.1 -t "${pk

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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 19:08:20
  Author: kpcyrd
Revision: 603762

upgpkg: sn0int 0.18.2-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 18:12:06 UTC (rev 603761)
+++ PKGBUILD2020-03-23 19:08:20 UTC (rev 603762)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,9 +14,9 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
+sha512sums=('417d0cf861136942411c645151750a547a3a88f00ec00896411264e2c264db622429b8ce0e00c947fb03810a6fa2c7f39c439ac747ceeed21fdab8c9d512c6de'
 'SKIP')
-b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
+b2sums=('640f325ea56f5eb9dc1ac7877cf5c932f8ba56ed7c266684d906ed58b89ff993771ab25c119124e0448e976d8acb5ed49d87aa173955081be8afbb6fa06f8158'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-03-23 Thread Pierre Schmitz via arch-commits
Date: Monday, March 23, 2020 @ 18:43:58
  Author: pierre
Revision: 378410

archrelease: copy trunk to extra-x86_64

Added:
  gd/repos/extra-x86_64/PKGBUILD
(from rev 378409, gd/trunk/PKGBUILD)
Deleted:
  gd/repos/extra-x86_64/PKGBUILD
  gd/repos/extra-x86_64/gd-CVE-2018-1000222.patch
  gd/repos/extra-x86_64/gd-CVE-2018-5711.patch
  gd/repos/extra-x86_64/gd-CVE-2019-6977.patch
  gd/repos/extra-x86_64/gd-CVE-2019-6978.patch

---+
 PKGBUILD  |   85 
 gd-CVE-2018-1000222.patch |   64 ---
 gd-CVE-2018-5711.patch|   37 
 gd-CVE-2019-6977.patch|   15 ---
 gd-CVE-2019-6978.patch|  187 
 5 files changed, 36 insertions(+), 352 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 18:43:46 UTC (rev 378409)
+++ PKGBUILD2020-03-23 18:43:58 UTC (rev 378410)
@@ -1,49 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=gd
-pkgver=2.2.5
-pkgrel=2
-pkgdesc="Library for the dynamic creation of images by programmers"
-arch=('x86_64')
-url="https://libgd.github.io/";
-license=('custom')
-depends=('fontconfig' 'libxpm' 'libwebp')
-optdepends=('perl: bdftogd script')
-checkdepends=('ttf-liberation')
-source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz";
-'gd-CVE-2018-1000222.patch' 'gd-CVE-2018-5711.patch'
-'gd-CVE-2019-6977.patch' 'gd-CVE-2019-6978.patch')
-sha1sums=('b777b005c401b6fa310ccf09eeb29f6c6e17ab2c'
-  'f17097d44735face67cf5eb3c85878f45d0f72c9'
-  '4a4c0acc19ee4d5ceb6dd8b090b65381a39bf18e'
-  'bd2444b04cf648d9bc60268f0c890c5950a46d36'
-  'fc04932562f7a806a6041605bde43976c173a646')
-
-prepare() {
-  cd libgd-${pkgver}
-  # security patches from openSUSE:
-  # https://build.opensuse.org/package/show/openSUSE:Factory/gd
-  patch -p1 -i "${srcdir}/gd-CVE-2018-1000222.patch"
-  patch -p1 -i "${srcdir}/gd-CVE-2018-5711.patch"
-  patch -p1 -i "${srcdir}/gd-CVE-2019-6977.patch"
-  patch -p1 -i "${srcdir}/gd-CVE-2019-6978.patch"
-}
-
-build() {
-  cd libgd-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath
-  make
-}
-
-check() {
-  cd libgd-${pkgver}
-  make check
-}
-
-package() {
-  cd libgd-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gd/repos/extra-x86_64/PKGBUILD (from rev 378409, gd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 18:43:58 UTC (rev 378410)
@@ -0,0 +1,36 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=gd
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('x86_64')
+url="https://libgd.github.io/";
+license=('custom')
+depends=('fontconfig' 'libxpm' 'libwebp')
+optdepends=('perl: bdftogd script')
+checkdepends=('ttf-liberation')
+source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz";)
+sha1sums=('ec75c84aa6326a7ade3302d5c18471f440b2ca1e')
+
+build() {
+  cd libgd-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--disable-rpath
+  make
+}
+
+check() {
+  cd libgd-${pkgver}
+
+  make check
+}
+
+package() {
+  cd libgd-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: gd-CVE-2018-1000222.patch
===
--- gd-CVE-2018-1000222.patch   2020-03-23 18:43:46 UTC (rev 378409)
+++ gd-CVE-2018-1000222.patch   2020-03-23 18:43:58 UTC (rev 378410)
@@ -1,64 +0,0 @@
-diff --git a/src/gd_bmp.c b/src/gd_bmp.c
-index bde0b9d3..78f40d9a 100644
 a/src/gd_bmp.c
-+++ b/src/gd_bmp.c
-@@ -47,6 +47,8 @@ static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, 
bmp_info_t *info, bmp
- static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, 
bmp_hdr_t *header);
- static int bmp_read_rle(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info);
- 
-+static int _gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression);
-+
- #define BMP_DEBUG(s)
- 
- static int gdBMPPutWord(gdIOCtx *out, int w)
-@@ -87,8 +89,10 @@ BGD_DECLARE(void *) gdImageBmpPtr(gdImagePtr im, int *size, 
int compression)
-   void *rv;
-   gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
-   if (out == NULL) return NULL;
--  gdImageBmpCtx(im, out, compression);
--  rv = gdDPExtractData(out, size);
-+  if (!_gdImageBmpCtx(im, out, compression))
-+  rv = gdDPExtractData(out, size);
-+  else
-+  rv = NULL;
-   out->gd_free(out);
-   return rv;
- }
-@@ -141,6 +145,11 @@ BGD_DECLARE(void) gdImageBmp(gdImagePtr im, FILE 
*outFile, int compression)
-   compression - whether to apply RLE or not.
- */
- BGD_DECLARE(void) gdImage

[arch-commits] Commit in gd/trunk (5 files)

2020-03-23 Thread Pierre Schmitz via arch-commits
Date: Monday, March 23, 2020 @ 18:43:46
  Author: pierre
Revision: 378409

upgpkg: gd 2.3.0-1

Modified:
  gd/trunk/PKGBUILD
Deleted:
  gd/trunk/gd-CVE-2018-1000222.patch
  gd/trunk/gd-CVE-2018-5711.patch
  gd/trunk/gd-CVE-2019-6977.patch
  gd/trunk/gd-CVE-2019-6978.patch

---+
 PKGBUILD  |   27 +-
 gd-CVE-2018-1000222.patch |   64 ---
 gd-CVE-2018-5711.patch|   37 
 gd-CVE-2019-6977.patch|   15 ---
 gd-CVE-2019-6978.patch|  187 
 5 files changed, 7 insertions(+), 323 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:29:59 UTC (rev 378408)
+++ PKGBUILD2020-03-23 18:43:46 UTC (rev 378409)
@@ -1,8 +1,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=gd
-pkgver=2.2.5
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="Library for the dynamic creation of images by programmers"
 arch=('x86_64')
 url="https://libgd.github.io/";
@@ -10,27 +10,12 @@
 depends=('fontconfig' 'libxpm' 'libwebp')
 optdepends=('perl: bdftogd script')
 checkdepends=('ttf-liberation')
-source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz";
-'gd-CVE-2018-1000222.patch' 'gd-CVE-2018-5711.patch'
-'gd-CVE-2019-6977.patch' 'gd-CVE-2019-6978.patch')
-sha1sums=('b777b005c401b6fa310ccf09eeb29f6c6e17ab2c'
-  'f17097d44735face67cf5eb3c85878f45d0f72c9'
-  '4a4c0acc19ee4d5ceb6dd8b090b65381a39bf18e'
-  'bd2444b04cf648d9bc60268f0c890c5950a46d36'
-  'fc04932562f7a806a6041605bde43976c173a646')
+source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz";)
+sha1sums=('ec75c84aa6326a7ade3302d5c18471f440b2ca1e')
 
-prepare() {
+build() {
   cd libgd-${pkgver}
-  # security patches from openSUSE:
-  # https://build.opensuse.org/package/show/openSUSE:Factory/gd
-  patch -p1 -i "${srcdir}/gd-CVE-2018-1000222.patch"
-  patch -p1 -i "${srcdir}/gd-CVE-2018-5711.patch"
-  patch -p1 -i "${srcdir}/gd-CVE-2019-6977.patch"
-  patch -p1 -i "${srcdir}/gd-CVE-2019-6978.patch"
-}
 
-build() {
-  cd libgd-${pkgver}
   ./configure \
 --prefix=/usr \
 --disable-rpath
@@ -39,11 +24,13 @@
 
 check() {
   cd libgd-${pkgver}
+
   make check
 }
 
 package() {
   cd libgd-${pkgver}
+
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Deleted: gd-CVE-2018-1000222.patch
===
--- gd-CVE-2018-1000222.patch   2020-03-23 14:29:59 UTC (rev 378408)
+++ gd-CVE-2018-1000222.patch   2020-03-23 18:43:46 UTC (rev 378409)
@@ -1,64 +0,0 @@
-diff --git a/src/gd_bmp.c b/src/gd_bmp.c
-index bde0b9d3..78f40d9a 100644
 a/src/gd_bmp.c
-+++ b/src/gd_bmp.c
-@@ -47,6 +47,8 @@ static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, 
bmp_info_t *info, bmp
- static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info, 
bmp_hdr_t *header);
- static int bmp_read_rle(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info);
- 
-+static int _gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression);
-+
- #define BMP_DEBUG(s)
- 
- static int gdBMPPutWord(gdIOCtx *out, int w)
-@@ -87,8 +89,10 @@ BGD_DECLARE(void *) gdImageBmpPtr(gdImagePtr im, int *size, 
int compression)
-   void *rv;
-   gdIOCtx *out = gdNewDynamicCtx(2048, NULL);
-   if (out == NULL) return NULL;
--  gdImageBmpCtx(im, out, compression);
--  rv = gdDPExtractData(out, size);
-+  if (!_gdImageBmpCtx(im, out, compression))
-+  rv = gdDPExtractData(out, size);
-+  else
-+  rv = NULL;
-   out->gd_free(out);
-   return rv;
- }
-@@ -141,6 +145,11 @@ BGD_DECLARE(void) gdImageBmp(gdImagePtr im, FILE 
*outFile, int compression)
-   compression - whether to apply RLE or not.
- */
- BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int 
compression)
-+{
-+  _gdImageBmpCtx(im, out, compression);
-+}
-+
-+static int _gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression)
- {
-   int bitmap_size = 0, info_size, total_size, padding;
-   int i, row, xpos, pixel;
-@@ -148,6 +157,7 @@ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr 
out, int compression)
-   unsigned char *uncompressed_row = NULL, *uncompressed_row_start = NULL;
-   FILE *tmpfile_for_compression = NULL;
-   gdIOCtxPtr out_original = NULL;
-+  int ret = 1;
- 
-   /* No compression if its true colour or we don't support seek */
-   if (im->trueColor) {
-@@ -325,6 +335,7 @@ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr 
out, int compression)
-   out_original = NULL;
-   }
- 
-+  ret = 0;
- cleanup:
-   if (tmpfile_for_compression) {
- #ifdef _WIN32
-@@ -338,7 +349,7 @@ BGD_DECLARE(void) gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr 
out, int compression)
-  

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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 18:12:00
  Author: arodseth
Revision: 603760

upgpkg: xaos 3.7-1

Modified:
  xaos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 18:06:35 UTC (rev 603759)
+++ PKGBUILD2020-03-23 18:12:00 UTC (rev 603760)
@@ -9,10 +9,10 @@
 url='https://xaos-project.github.io/'
 license=(GPL)
 makedepends=(gendesk git)
-depends=(gsl gtk3 libpng)
-options=(!makeflags)
+depends=(gsl gtk3)
+#options=(!makeflags)
 
source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
-sha256sums=('SKIP')
+md5sums=('SKIP')
 
 prepare() {
   gendesk -f -n \
@@ -25,6 +25,7 @@
 
 build() {
   cd XaoS
+  autoreconf
   ./configure \
 --prefix=/usr \
 --with-long-double=yes \


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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 18:12:06
  Author: arodseth
Revision: 603761

archrelease: copy trunk to community-x86_64

Added:
  xaos/repos/community-x86_64/PKGBUILD
(from rev 603760, xaos/trunk/PKGBUILD)
Deleted:
  xaos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 18:12:00 UTC (rev 603760)
+++ PKGBUILD2020-03-23 18:12:06 UTC (rev 603761)
@@ -1,50 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=xaos
-pkgver=3.7
-pkgrel=1
-pkgdesc='Interactive fractal zoomer'
-arch=(x86_64)
-url='https://xaos-project.github.io/'
-license=(GPL)
-makedepends=(gendesk git)
-depends=(gsl gtk3 libpng)
-options=(!makeflags)
-source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
-sha256sums=('SKIP')
-
-prepare() {
-  gendesk -f -n \
---pkgname=XaoS \
---pkgdesc="$pkgdesc" \
---exec=xaos \
---icon=xaos \
---categories='Application;Graphics'
-}
-
-build() {
-  cd XaoS
-  ./configure \
---prefix=/usr \
---with-long-double=yes \
---with-mitshm=no \
---with-pthread=yes \
---with-png=yes \
---with-gsl=yes \
---with-x11-driver=no \
---with-gtk-driver=yes \
---with-win32-driver=no \
---with-aa-driver=yes
-  make
-}
-
-package() {
-  make -C XaoS DESTDIR="$pkgdir" install
-  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 XaoS.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 603760, 
xaos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 18:12:06 UTC (rev 603761)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=xaos
+pkgver=3.7
+pkgrel=1
+pkgdesc='Interactive fractal zoomer'
+arch=(x86_64)
+url='https://xaos-project.github.io/'
+license=(GPL)
+makedepends=(gendesk git)
+depends=(gsl gtk3)
+#options=(!makeflags)
+source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -f -n \
+--pkgname=XaoS \
+--pkgdesc="$pkgdesc" \
+--exec=xaos \
+--icon=xaos \
+--categories='Application;Graphics'
+}
+
+build() {
+  cd XaoS
+  autoreconf
+  ./configure \
+--prefix=/usr \
+--with-long-double=yes \
+--with-mitshm=no \
+--with-pthread=yes \
+--with-png=yes \
+--with-gsl=yes \
+--with-x11-driver=no \
+--with-gtk-driver=yes \
+--with-win32-driver=no \
+--with-aa-driver=yes
+  make
+}
+
+package() {
+  make -C XaoS DESTDIR="$pkgdir" install
+  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 XaoS.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 18:06:29
  Author: arodseth
Revision: 603758

upgpkg: xaos 3.7-1

Modified:
  xaos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 17:28:25 UTC (rev 603757)
+++ PKGBUILD2020-03-23 18:06:29 UTC (rev 603758)
@@ -2,26 +2,29 @@
 # Contributor: Eric Bélanger 
 
 pkgname=xaos
-pkgver=3.6
-pkgrel=8
+pkgver=3.7
+pkgrel=1
 pkgdesc='Interactive fractal zoomer'
 arch=(x86_64)
-# https is not available
-url='http://matek.hu/xaos/'
+url='https://xaos-project.github.io/'
 license=(GPL)
-makedepends=(gendesk)
-depends=(aalib gsl gtk2 libpng)
+makedepends=(gendesk git)
+depends=(gsl gtk3 libpng)
 options=(!makeflags)
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('989f3e38f7793810cbb1496d5291d44836a7d7c058422b9ee1cffb163a0b8d95')
+source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
+sha256sums=('SKIP')
 
 prepare() {
-  gendesk -f -n --pkgname=$pkgname --pkgdesc="$pkgdesc" \
+  gendesk -f -n \
+--pkgname=XaoS \
+--pkgdesc="$pkgdesc" \
+--exec=xaos \
+--icon=xaos \
 --categories='Application;Graphics'
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd XaoS
   ./configure \
 --prefix=/usr \
 --with-long-double=yes \
@@ -37,10 +40,10 @@
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-$pkgver/src/ui/ui-drv/qt/images/xaosbig.png" \
+  make -C XaoS DESTDIR="$pkgdir" install
+  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
 "$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 $pkgname.desktop \
+  install -Dm644 XaoS.desktop \
 "$pkgdir/usr/share/applications/$pkgname.desktop"
 }
 


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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 18:06:35
  Author: arodseth
Revision: 603759

archrelease: copy trunk to community-x86_64

Added:
  xaos/repos/community-x86_64/PKGBUILD
(from rev 603758, xaos/trunk/PKGBUILD)
Deleted:
  xaos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 18:06:29 UTC (rev 603758)
+++ PKGBUILD2020-03-23 18:06:35 UTC (rev 603759)
@@ -1,47 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Eric Bélanger 
-
-pkgname=xaos
-pkgver=3.6
-pkgrel=8
-pkgdesc='Interactive fractal zoomer'
-arch=(x86_64)
-# https is not available
-url='http://matek.hu/xaos/'
-license=(GPL)
-makedepends=(gendesk)
-depends=(aalib gsl gtk2 libpng)
-options=(!makeflags)
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('989f3e38f7793810cbb1496d5291d44836a7d7c058422b9ee1cffb163a0b8d95')
-
-prepare() {
-  gendesk -f -n --pkgname=$pkgname --pkgdesc="$pkgdesc" \
---categories='Application;Graphics'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---with-long-double=yes \
---with-mitshm=no \
---with-pthread=yes \
---with-png=yes \
---with-gsl=yes \
---with-x11-driver=no \
---with-gtk-driver=yes \
---with-win32-driver=no \
---with-aa-driver=yes
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-$pkgver/src/ui/ui-drv/qt/images/xaosbig.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 $pkgname.desktop \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xaos/repos/community-x86_64/PKGBUILD (from rev 603758, 
xaos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 18:06:35 UTC (rev 603759)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Eric Bélanger 
+
+pkgname=xaos
+pkgver=3.7
+pkgrel=1
+pkgdesc='Interactive fractal zoomer'
+arch=(x86_64)
+url='https://xaos-project.github.io/'
+license=(GPL)
+makedepends=(gendesk git)
+depends=(gsl gtk3 libpng)
+options=(!makeflags)
+source=("git+https://github.com/xaos-project/XaoS#commit=1709b93d92eef541c66134db9776935a87b70f05";)
 # tag: release-3.7
+sha256sums=('SKIP')
+
+prepare() {
+  gendesk -f -n \
+--pkgname=XaoS \
+--pkgdesc="$pkgdesc" \
+--exec=xaos \
+--icon=xaos \
+--categories='Application;Graphics'
+}
+
+build() {
+  cd XaoS
+  ./configure \
+--prefix=/usr \
+--with-long-double=yes \
+--with-mitshm=no \
+--with-pthread=yes \
+--with-png=yes \
+--with-gsl=yes \
+--with-x11-driver=no \
+--with-gtk-driver=yes \
+--with-win32-driver=no \
+--with-aa-driver=yes
+  make
+}
+
+package() {
+  make -C XaoS DESTDIR="$pkgdir" install
+  install -Dm644 "XaoS/src/ui/ui-drv/qt/images/xaosbig.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 XaoS.desktop \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Andrew Crerar via arch-commits
Date: Monday, March 23, 2020 @ 17:28:25
  Author: andrewsc
Revision: 603757

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 603756, 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-03-23 17:27:54 UTC (rev 603756)
+++ PKGBUILD2020-03-23 17:28:25 UTC (rev 603757)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=75.0b6
-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...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('2fad0bcd7780d76c12a26d2a6eea4af51a13656af5045326dcb342b861c6449af73ac22007a4fc36fcad5c7ad3f87c95ae06703e79079869b027a9a8fb449369'
-
'cdf647a04e519ed219df7db602b75fda2fd87098fabf94be5007e06a4592d3157bbead1e90c8ac4ff21e55a9074556df63298678503be90ae1e891efb1c7801e'
-
'767e1aa9d629dcc0f09225015acc25cc18fb31c5f905b67a9c08fc67427fab162f6ab007be464e3e541c0c685ee519c53a93515afcf9ab563ce8f349acfd28d6'
-
'c3b52e5f21a67f45d09edac9fea397367517606fc39ea

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

2020-03-23 Thread Andrew Crerar via arch-commits
Date: Monday, March 23, 2020 @ 17:27:54
  Author: andrewsc
Revision: 603756

upgpkg: firefox-developer-edition-i18n 75.0b7-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 17:11:24 UTC (rev 603755)
+++ PKGBUILD2020-03-23 17:27:54 UTC (rev 603756)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=75.0b6
+pkgver=75.0b7
 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...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('2fad0bcd7780d76c12a26d2a6eea4af51a13656af5045326dcb342b861c6449af73ac22007a4fc36fcad5c7ad3f87c95ae06703e79079869b027a9a8fb449369'
-
'cdf647a04e519ed219df7db602b75fda2fd87098fabf94be5007e06a4592d3157bbead1e90c8ac4ff21e55a9074556df63298678503be90ae1e891efb1c7801e'
-
'767e1aa9d629dcc0f09225015acc25cc18fb31c5f905b67a9c08fc67427fab162f6ab007be464e3e541c0c685ee519c53a93515afcf9ab563ce8f349acfd28d6'
-
'c3b52e5f21a67f45d09edac9fea397367517606fc39ea72e5c4642a0dfdfb15dd9846e6d5b8c8e752924771031da562c2333b4d493031d02cbfd25a7822e781e'
-
'a786ff6868c1276baf02bb90e6d74b1bd5785d41660417a082bb30621906776a2fc4b3f02b80804f6efa2f7a9193c069ab60508b04804e385d675252b41086de'
-
'c33eee6afa5360f78470ea101930242b72e77ff0d3f26523227751b282b763c017eca1c61f2ecc4e64668ea6e336315fd9dbb47efbb30cd3fc1c5358f9e2'
-
'1e1f54d05ec6e9bc6ec704fbbeccde71735179fda855cc41210f80d8a208f01f8d658ac839db2c77a1c2bbf7ef9d061bbd84f7082bfe62d48a87095a1e187185'
-
'5336f6a9353a407bc51d944c51a18ff1a8907f5d48f677b1e896c14008c533f417bce18cf42d7ca759b4c633ed95075838fe89a02361fb0223890dedf45a'
-
'93c0888eca9afc58c1a48bb393b54633b97f5b046ecab3e90f92398feace3fb8b42bf05d5eefee1842ed895b18bb920f0baf0f2a6981c5f7e7b9478039bdf4ba'
-
'1cf8c8e3e22fd12db422a7065b83fcbc871994c7bc416aa05a3a58279e5aecb3e63455f5501276260e29ccefdb9525541591e8e15d55783512a86eef9f9afdc3'
-
'ee1b37b5db84f96d53600dbb49ef21c8d23ef30dbe3a99892ac20e67efc83bbf4ad6fee2f902fe01ec8dc03c915036d34431b536a12ec5b47205fe4482f2e6f1'
-
'4684ea0b14bfdb4b28301cd8b7d7c853ec13fb4ea43b802323d8a8ff1ab67380832e158917470f703ae87f82505237e0b82430efb08f2ca0cf0da656c0d26389'
-
'd96bf9b295dd7026cf189b2266052f2dc732a4dbba816abc01dfbdf39e1e8291b4db5a06d732b510800935eb156e0f8b0e277df7e9b1895ba7bd372a2cf3b60b'
-
'af7f43e6c93b65406a21267872985da0737707364416172699f893c0167df40ea37d77d6c65a3ae73cb0037a01023ec9bdfa8113351494ff69ec36912d78'
-
'5f7ee3ae61963fa058a761302e429cf36f09fd08dbc5bc4acfb5295ec99beb0e2c2482a8c59f770c1f3a22d053123b93f842cf354c1d6b5383e89881167b8223'
-
'46066fa96264a119b513fa426a6d5e0a93ded634f385bdc5a0bb72814ce87a212d96f47c0b4566ece5f6b14fb10b307680ac18e08b17028016e31e9a220856ac'
-
'13ecab23c5f933c6e8d739b0a1765ffe2e2e0fea7e25aae6f309848a03c7d09ff09832b7442862895b519839aeefebf780dbdb3d634e543c650b9d3a8b9b3163'
-
'5faf5607a845d2559478cec85e7bd816658587358d4ca380b05a53d19d8c809dd41b444b075a7194ee306fe1b119cf36105c5c806e97c2cf92cf9129b8fcc89b'
-
'63a2e14fc43c4654a4b513bff28805286db7f325c28f5a081d070bb5bd25519e8b1324b0cd0ca9f150e15833a437afb4ed12ce6539099c5c0547ced311455d6d'
-
'848cb24649847da1ec4395408f24e11ab6bd98fe217f9194692b6f801ccc08388976dac5f5eaf3070cd0a63ff8ba5cc588097cb9a8d08d5358275f8aeb79c2ff'
-
'52e4bb37110973c57255201fd0259e7b829c245fcdc29fadfeda4f7a0a44f74512b35d8f777d1d2d7e6778b7689e3cb0316d5e86c73fd4ee0ba9d80b3e40c5e5'
-
'c3a6efc2685f7e2c4970dbe58d6a8a6514cb79f5a245788fe34e3ddc5500338eca2f87353d99ba856dec506a48e8609e5ed69c5924b0807825aa5f0019a269f1'
-
'6321b005bc48ec64f4dff014bc9d04dd743478297bfefac082046b23506b4a07c7b5bdb178efdd8a3f9fe01d7b647a9f02b4c5d71faecbc088a4d415cd852664'
-
'faeae623ab3ebbea9907d4baad580a87784fd2aa900afcf4a39caa531ae30d726cb41a03b3d4647a864177af56c698eb91bf341468b3fb7b10372a54eb03caca'
-
'f031d7c266f4ef0f4fc1ae4e8cfc7f3e214753ddbf927f0f6fd7f56b303b587bb19ecc0061bf2bcab3a6910e5b3494326571ce8fe1511c4e7bd2d0df2a818d42'
-
'0a62a6bad6ecff52ed311fc0b848eab3ced7dcc915c86e08c6eff96ff1390c3a1922370c62c0c4b70422ead6399572f9f64e8c7385943002b32f9a2ffaf12f94'
-
'4932acbd4bcbb805854cc31524df6dff7a3c0051c43541f2188b848a24966100ed8f0c0f8c72478da984342098f056f117687054bd3513e0db034d58df7fb191'
-
'24ff0a981ea0bf3e7fe202c4b431ac63b59b1abe8d6ae85429afc88ea1663de6a569687fb0252fc769ea9d206cd97130321334043145202061816b4fc58c546c'
-
'60edef76d4ff447e17918fa680aa9e3aa417d303f14ce9246dbddb7497f8013e7

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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 17:09:34
  Author: jlichtblau
Revision: 603753

archrelease: copy trunk to community-staging-x86_64

Added:
  aqbanking/repos/community-staging-x86_64/
  aqbanking/repos/community-staging-x86_64/PKGBUILD
(from rev 603752, aqbanking/trunk/PKGBUILD)

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

Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 603752, 
aqbanking/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 17:09:34 UTC (rev 603753)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: David Moore 
+
+pkgname=aqbanking
+pkgver=6.1.3
+_verid=279
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/rdm/projects/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/280/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
+sha256sums=('dd35fd0161e8f71f6fb7a76efc375c61e44e98c5d1203e4401b792ceac683615'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr --enable-gwenhywfar \
+  --with-backends="aqhbci aqofxconnect aqpaypal"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 17:09:22
  Author: jlichtblau
Revision: 603752

upgpkg: aqbanking 6.1.3-1 - new upstream release

Modified:
  aqbanking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 16:59:30 UTC (rev 603751)
+++ PKGBUILD2020-03-23 17:09:22 UTC (rev 603752)
@@ -3,8 +3,8 @@
 # Contributor: David Moore 
 
 pkgname=aqbanking
-pkgver=6.1.2
-_verid=269
+pkgver=6.1.3
+_verid=279
 pkgrel=1
 pkgdesc="A library for online banking and financial applications"
 arch=('x86_64')
@@ -12,9 +12,11 @@
 license=('GPL')
 depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
 options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz)
-# validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss 

-sha256sums=('0b54c70a8ab1bd5537d8b26d05a9e44db0600b64d8cbb63c34018dee11f67190')
+source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/280/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key 
+sha256sums=('dd35fd0161e8f71f6fb7a76efc375c61e44e98c5d1203e4401b792ceac683615'
+'SKIP')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in yaz/trunk (PKGBUILD yaz.changelog)

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:59:15
  Author: jlichtblau
Revision: 603750

upgpkg: yaz 5.30.0-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---+
 PKGBUILD  |4 ++--
 yaz.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 16:56:43 UTC (rev 603749)
+++ PKGBUILD2020-03-23 16:59:15 UTC (rev 603750)
@@ -6,7 +6,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=yaz
-pkgver=5.29.0
+pkgver=5.30.0
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('zsh')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('311bcb386d6327dfa22e0e442aea26d1be7c633eb664b9f70d982f072a130112')
+sha256sums=('0e25521a68ebc723fec8b899b3d723fb7c22613105b9cf78b7d39ea583576488')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: yaz.changelog
===
--- yaz.changelog   2020-03-23 16:56:43 UTC (rev 603749)
+++ yaz.changelog   2020-03-23 16:59:15 UTC (rev 603750)
@@ -1,3 +1,6 @@
+2020-03-23 Jaroslav Lichtblau 
+   * yaz 5.30.0-1
+
 2020-03-08 Jaroslav Lichtblau 
* yaz 5.29.0-1
 


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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:59:30
  Author: jlichtblau
Revision: 603751

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   70 ++---
 yaz.changelog |  181 
 2 files changed, 127 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 16:59:15 UTC (rev 603750)
+++ PKGBUILD2020-03-23 16:59:30 UTC (rev 603751)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Stefan Husmann 
-# Contributor: William Rea 
-# Contributor: Robert Emil Berge 
-
-pkgname=yaz
-pkgver=5.29.0
-pkgrel=1
-pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
-arch=('x86_64')
-url="https://www.indexdata.dk/yaz";
-license=('BSD')
-depends=('gnutls' 'libxslt' 'icu')
-makedepends=('zsh')
-changelog=$pkgname.changelog
-source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('311bcb386d6327dfa22e0e442aea26d1be7c633eb664b9f70d982f072a130112')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-shared=yaz
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#License
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: yaz/repos/community-x86_64/PKGBUILD (from rev 603750, 
yaz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 16:59:30 UTC (rev 603751)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Stefan Husmann 
+# Contributor: William Rea 
+# Contributor: Robert Emil Berge 
+
+pkgname=yaz
+pkgver=5.30.0
+pkgrel=1
+pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers"
+arch=('x86_64')
+url="https://www.indexdata.dk/yaz";
+license=('BSD')
+depends=('gnutls' 'libxslt' 'icu')
+makedepends=('zsh')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('0e25521a68ebc723fec8b899b3d723fb7c22613105b9cf78b7d39ea583576488')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-shared=yaz
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: yaz.changelog
===
--- yaz.changelog   2020-03-23 16:59:15 UTC (rev 603750)
+++ yaz.changelog   2020-03-23 16:59:30 UTC (rev 603751)
@@ -1,89 +0,0 @@
-2020-03-08 Jaroslav Lichtblau 
-   * yaz 5.29.0-1
-
-2019-12-11 Jaroslav Lichtblau 
-   * yaz 5.28.0-1
-
-2019-10-16 Jaroslav Lichtblau 
-   * yaz 5.27.2-1
-
-2018-12-04 Jaroslav Lichtblau 
-   * yaz 5.27.1-1
-
-2018-10-14 Jaroslav Lichtblau 
-   * yaz 5.27.0-1
-
-2018-07-15 Jaroslav Lichtblau 
-   * yaz 5.26.1-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * yaz 5.25.0-1
-
-2017-09-06 Jaroslav Lichtblau 
-   * yaz 5.23.1-1
-
-2017-08-05 Jaroslav Lichtblau 
-   * yaz 5.23.0-1
-
-2017-05-30 Jaroslav Lichtblau 
-   * yaz 5.22.0-1
-
-2017-05-08 Jaroslav Lichtblau 
-   * yaz 5.21.1-1
-
-2017-04-06 Jaroslav Lichtblau 
-   * yaz 5.21.0-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * yaz 5.20.2-1
-
-2017-01-10 Jaroslav Lichtblau 
-   * yaz 5.20.0-1
-
-2016-12-17 Jaroslav Lichtblau 
-   * yaz 5.19.0-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * yaz 5.18.0-2 readline 7.0 rebuild
-
-2016-10-17 Jaroslav Lichtblau 
-   * yaz 5.18.0-1
-
-2016-10-04 Jaroslav Lichtblau 
-   * yaz 5.17.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * yaz 5.16.0-1
-
-2016-01-16 Jaroslav Lichtblau 
-   * yaz 5.15.2-1
-
-2015-12-04 Jaroslav Lichtblau 
-   * yaz 5.15.1-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * yaz 5.14.11-1
-
-2014-12-30 Jaroslav Lichtblau 
-   * yaz 5.7.2-1
-
-2014-10-21 Jaroslav Lichtblau 
-   * yaz 5.4.4-1
-
-2014-05-25 Jaroslav Lichtblau 
-   * yaz 5.1.1-1
-
-2014-02-06 Jaroslav Lichtblau 
-   * yaz 5.0.12-1
-
-2013-10-25 Jaroslav Lichtblau 
-   * yaz 5.0.9-1
-
-2013-10-12 Jaroslav Lichtblau 
-   * yaz 5.0.1-1
-
-2013-04-20 Jaroslav Lichtblau 
-   * yaz 4.2.54-1
-
-2013-01-20 Jaroslav Lichtblau 
-   * yaz 4.2.49-1

Copied: yaz/repos/community-x86_64/yaz.changelog (from rev 603750, 
yaz/trunk/yaz.changelog)
===

[arch-commits] Commit in newsboat/trunk (PKGBUILD newsboat.changelog)

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:56:29
  Author: jlichtblau
Revision: 603748

upgpkg: newsboat 2.19-1 - new upstream release

Modified:
  newsboat/trunk/PKGBUILD
  newsboat/trunk/newsboat.changelog

+
 PKGBUILD   |6 +++---
 newsboat.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 16:55:39 UTC (rev 603747)
+++ PKGBUILD2020-03-23 16:56:29 UTC (rev 603748)
@@ -2,7 +2,7 @@
 # Contributor: Sven Pfleiderer 
 
 pkgname=newsboat
-pkgver=2.18
+pkgver=2.19
 pkgrel=1
 pkgdesc="An RSS/Atom feed reader for text terminals"
 arch=('x86_64')
@@ -9,13 +9,13 @@
 url="https://newsboat.org/";
 license=('custom: MIT')
 depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('swig' 'gettext' 'asciidoc' 'rust')
+makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
 replaces=('newsbeuter')
 changelog=$pkgname.changelog
 options=('!emptydirs')
 source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('f23932c0226ec3f69eac7668da444e73175048498e15e9d773451648b2cba4b0'
+sha256sums=('ba484c825bb903daf6d33d55126107b59e4b455d368362208f1825403d1b'
 'SKIP')
 
 build() {

Modified: newsboat.changelog
===
--- newsboat.changelog  2020-03-23 16:55:39 UTC (rev 603747)
+++ newsboat.changelog  2020-03-23 16:56:29 UTC (rev 603748)
@@ -1,3 +1,6 @@
+2020-03-23 Jaroslav Lichtblau 
+   * newsboat 2.19-1
+
 2019-12-23 Jaroslav Lichtblau 
* newsboat 2.18-1
 


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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:56:43
  Author: jlichtblau
Revision: 603749

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   66 ++--
 newsboat.changelog |  165 +--
 2 files changed, 117 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 16:56:29 UTC (rev 603748)
+++ PKGBUILD2020-03-23 16:56:43 UTC (rev 603749)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sven Pfleiderer 
-
-pkgname=newsboat
-pkgver=2.18
-pkgrel=1
-pkgdesc="An RSS/Atom feed reader for text terminals"
-arch=('x86_64')
-url="https://newsboat.org/";
-license=('custom: MIT')
-depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('swig' 'gettext' 'asciidoc' 'rust')
-replaces=('newsbeuter')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('f23932c0226ec3f69eac7668da444e73175048498e15e9d773451648b2cba4b0'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr
-  make doc
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: newsboat/repos/community-x86_64/PKGBUILD (from rev 603748, 
newsboat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 16:56:43 UTC (rev 603749)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=newsboat
+pkgver=2.19
+pkgrel=1
+pkgdesc="An RSS/Atom feed reader for text terminals"
+arch=('x86_64')
+url="https://newsboat.org/";
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext' 'asciidoc' 'rust' 'asciidoctor')
+replaces=('newsbeuter')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

+sha256sums=('ba484c825bb903daf6d33d55126107b59e4b455d368362208f1825403d1b'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr
+  make doc
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: newsboat.changelog
===
--- newsboat.changelog  2020-03-23 16:56:29 UTC (rev 603748)
+++ newsboat.changelog  2020-03-23 16:56:43 UTC (rev 603749)
@@ -1,81 +0,0 @@
-2019-12-23 Jaroslav Lichtblau 
-   * newsboat 2.18-1
-
-2019-08-06 Jaroslav Lichtblau 
-   * newsboat 2.16.1-1
-
-2019-03-30 Jaroslav Lichtblau 
-   * newsboat 2.15-1
-
-2019-02-10 Jaroslav Lichtblau 
-   * newsboat 2.14.1-1
-
-2019-01-01 Jaroslav Lichtblau 
-   * newsboat 2.14-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * newsboat 2.13-1
-
-2018-04-10 Jaroslav Lichtblau 
-   * newsboat 2.11.1-1
-
-2018-03-26 Jaroslav Lichtblau 
-   * newsboat 2.11-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * newsboat 2.10.2-1
-
-2017-12-02 Jaroslav Lichtblau 
-   * newsboat 2.10.1-2 FS#56519 fixed
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10-1 moving over to the new maintained fork of newsbeuter
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-4 ncurses6 re-rebuild
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-3 segmentation fault on podcasts downloads #167 fix
-
-2015-02-19 Jaroslav Lichtblau 
-   * newsbeuter 2.9-1
-
-2014-01-27 Jaroslav Lichtblau 
-   * newsbeuter 2.8-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * newsbeuter 2.7-1
-
-2013-03-28 Jaroslav Lichtblau 
-   * newsbeuter 2.6-1
-
-2013-03-07 Andrea Scarpino 
-   * ruby 2.0 rebuild
-
-2012-02-23 Jaroslav Lichtblau 
-   * newsbeuter 2.5-1
-
-2011-01-06 Jaroslav Lichtblau 
-   * newsbeuter 2.4-1
-
-2010-06-26 Jaroslav Lichtblau 
-   * Update to major release v2.3
-   * FS#19744 fixed - non-working locale
-
-2010-03-17 Jaroslav Lichtblau 
-   * Update to major release v2.2
-
-2009-12-19 Jaroslav Lichtblau 
-   * Update to major release v2.1
-
-2009-10-28 Biru Ionut 
-   * Fixed FS#16857
-
-20

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

2020-03-23 Thread Andrew Crerar via arch-commits
Date: Monday, March 23, 2020 @ 16:55:39
  Author: andrewsc
Revision: 603747

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 603746, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 603746, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 603746, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 603746, 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 |  112 +-
 PKGBUILD   |  450 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 664 insertions(+), 664 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-23 
16:54:59 UTC (rev 603746)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2020-03-23 
16:55:39 UTC (rev 603747)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // 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
-index 0686ff814916b..ae4a4ea55f420 100644
 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"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--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);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 603746, 
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-03-23 
16:55:39 UTC (rev 603747)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 files changed, 4 insertions(+), 9 deletions(-)
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+index 0b808ef215f06..28911c0ffeaec 100644
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(b

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

2020-03-23 Thread Andrew Crerar via arch-commits
Date: Monday, March 23, 2020 @ 16:54:59
  Author: andrewsc
Revision: 603746

upgpkg: firefox-developer-edition 75.0b7-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 16:38:26 UTC (rev 603745)
+++ PKGBUILD2020-03-23 16:54:59 UTC (rev 603746)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=75.0b6
+pkgver=75.0b7
 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=('caa58fec9c157c4c5e00c25ae47d59504cd68c2a9fffb695d211e5eea45f25d4a60dec0a65929e3c58c8369892964a4bb561b2ef33cc2143de6070a6d30c95ba'
+sha512sums=('823664fcb5c46b3657f85314bdffa68654f327291ad9f2c660c1bc29af579eddd481046a911a4007c6c66f5bcd05cb3a5d41743c8c39c7c7a1d668517fe19e0f'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:38:26
  Author: jlichtblau
Revision: 603745

archrelease: copy trunk to community-staging-x86_64

Added:
  gwenhywfar/repos/community-staging-x86_64/
  gwenhywfar/repos/community-staging-x86_64/PKGBUILD
(from rev 603744, gwenhywfar/trunk/PKGBUILD)

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

Copied: gwenhywfar/repos/community-staging-x86_64/PKGBUILD (from rev 603744, 
gwenhywfar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 16:38:26 UTC (rev 603745)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=gwenhywfar
+pkgver=5.2.0
+_verid=256
+pkgrel=1
+pkgdesc="OS abstraction functions for various projects"
+arch=(x86_64)
+url="https://www.aquamaniac.de/";
+license=(LGPL)
+depends=(gnutls libgcrypt openssl)
+makedepends=(git gtk3 qt5-base)
+optdepends=('gtk3: for the GTK3 UI'
+'qt5-base: for the Qt5 UI')
+source=("https://www.aquamaniac.de/rdm/attachments/download/$_verid/$pkgname-$pkgver.tar.gz";)
+sha256sums=('ed8e1f81aa32c8c387cccb9d40390db31632be55bc41bd30bc27e3e45d4d2766')
+#validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs 
--with-guis="gtk3 qt5"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, March 23, 2020 @ 16:38:16
  Author: jlichtblau
Revision: 603744

upgpkg: gwenhywfar 5.2.0-1 - new upstream release

Modified:
  gwenhywfar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 16:01:32 UTC (rev 603743)
+++ PKGBUILD2020-03-23 16:38:16 UTC (rev 603744)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=gwenhywfar
-pkgver=5.1.3
-_verid=242
+pkgver=5.2.0
+_verid=256
 pkgrel=1
 pkgdesc="OS abstraction functions for various projects"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('gtk3: for the GTK3 UI'
 'qt5-base: for the Qt5 UI')
 
source=("https://www.aquamaniac.de/rdm/attachments/download/$_verid/$pkgname-$pkgver.tar.gz";)
-sha256sums=('19b4f80994db8e00812879f908b33195d61b807dbe7cd8dc3dd0104f524b5976')
+sha256sums=('ed8e1f81aa32c8c387cccb9d40390db31632be55bc41bd30bc27e3e45d4d2766')
 #validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package 
Key 
 
 build() {


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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 16:01:32
  Author: arodseth
Revision: 603743

archrelease: copy trunk to community-any

Added:
  diffuse/repos/community-any/PKGBUILD
(from rev 603742, diffuse/trunk/PKGBUILD)
Deleted:
  diffuse/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 16:00:40 UTC (rev 603742)
+++ PKGBUILD2020-03-23 16:01:32 UTC (rev 603743)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Jirkovsky 
-# Contributor: TDY 
-# Contributor: zhuqin 
-
-pkgname=diffuse
-pkgver=0.5.0alpha7+4+g813d6e7
-pkgrel=3
-pkgdesc='Graphical tool for merging and comparing text files'
-arch=(any)
-url='https://github.com/MightyCreak/diffuse'
-license=(GPL)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(git)
-source=("git+$url#commit=813d6e7bbac0dbcbf464951ba6b070562737ed8d"
-"py.patch::$url/commit/175bbd7e79278674b97b08145b13316cf42484ad.patch")
-sha256sums=('SKIP'
-'8ba6a584d6fb13502501c9119fdb018bdc9e9d15c4baa59af2793f2c43cf4d35')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-alpha\./alpha/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Thanks Uffe Jakobsen: https://github.com/MightyCreak/diffuse/pull/27
-  sed -i 's|success_results)))|success_results).decode\("utf-8", 
errors="ignore")))|g' \
-src/usr/bin/diffuse
-  # Thanks Derek Scherger: https://github.com/MightyCreak/diffuse/pull/24
-  patch -p1 -i "$srcdir/py.patch"
-}
-
-package() {
-  cd $pkgname
-  python install.py --prefix=/usr --destdir="$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffuse/repos/community-any/PKGBUILD (from rev 603742, 
diffuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 16:01:32 UTC (rev 603743)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Jirkovsky 
+# Contributor: TDY 
+# Contributor: zhuqin 
+
+pkgname=diffuse
+pkgver=0.5.0alpha7+4+g813d6e7
+pkgrel=3
+pkgdesc='Graphical tool for merging and comparing text files'
+arch=(any)
+url='https://github.com/MightyCreak/diffuse'
+license=(GPL)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(git)
+source=("git+$url#commit=813d6e7bbac0dbcbf464951ba6b070562737ed8d"
+"py.patch::$url/commit/175bbd7e79278674b97b08145b13316cf42484ad.patch")
+sha256sums=('SKIP'
+'8ba6a584d6fb13502501c9119fdb018bdc9e9d15c4baa59af2793f2c43cf4d35')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-alpha\./alpha/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Thanks Uffe Jakobsen: https://github.com/MightyCreak/diffuse/pull/27
+  sed -i 's|success_results)))|success_results).decode\("utf-8", 
errors="ignore")))|g' \
+src/usr/bin/diffuse
+  # Thanks Derek Scherger: https://github.com/MightyCreak/diffuse/pull/24
+  patch -p1 -i "$srcdir/py.patch"
+}
+
+package() {
+  cd $pkgname
+  python install.py --prefix=/usr --destdir="$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 16:00:40
  Author: arodseth
Revision: 603742

archrelease: copy trunk to community-any

Added:
  diffuse/repos/community-any/PKGBUILD
(from rev 603741, diffuse/trunk/PKGBUILD)
Deleted:
  diffuse/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 16:00:32 UTC (rev 603741)
+++ PKGBUILD2020-03-23 16:00:40 UTC (rev 603742)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Lukas Jirkovsky 
-# Contributor: TDY 
-# Contributor: zhuqin 
-
-pkgname=diffuse
-pkgver=0.5.0alpha7+4+g813d6e7
-pkgrel=2
-pkgdesc='Graphical tool for merging and comparing text files'
-arch=(any)
-url='https://github.com/MightyCreak/diffuse'
-license=(GPL)
-depends=(gtk3 python-gobject)
-makedepends=(git)
-source=("git+$url#commit=813d6e7bbac0dbcbf464951ba6b070562737ed8d"
-"py.patch::$url/commit/175bbd7e79278674b97b08145b13316cf42484ad.patch")
-sha256sums=('SKIP'
-'8ba6a584d6fb13502501c9119fdb018bdc9e9d15c4baa59af2793f2c43cf4d35')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-alpha\./alpha/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Thanks Uffe Jakobsen: https://github.com/MightyCreak/diffuse/pull/27
-  sed -i 's|success_results)))|success_results).decode\("utf-8", 
errors="ignore")))|g' \
-src/usr/bin/diffuse
-  # Thanks Derek Scherger: https://github.com/MightyCreak/diffuse/pull/24
-  patch -p1 -i "$srcdir/py.patch"
-}
-
-package() {
-  cd $pkgname
-  python install.py --prefix=/usr --destdir="$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffuse/repos/community-any/PKGBUILD (from rev 603741, 
diffuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 16:00:40 UTC (rev 603742)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Lukas Jirkovsky 
+# Contributor: TDY 
+# Contributor: zhuqin 
+
+pkgname=diffuse
+pkgver=0.5.0alpha7+4+g813d6e7
+pkgrel=3
+pkgdesc='Graphical tool for merging and comparing text files'
+arch=(any)
+url='https://github.com/MightyCreak/diffuse'
+license=(GPL)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(git)
+source=("git+$url#commit=813d6e7bbac0dbcbf464951ba6b070562737ed8d"
+"py.patch::$url/commit/175bbd7e79278674b97b08145b13316cf42484ad.patch")
+sha256sums=('SKIP'
+'8ba6a584d6fb13502501c9119fdb018bdc9e9d15c4baa59af2793f2c43cf4d35')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-alpha\./alpha/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Thanks Uffe Jakobsen: https://github.com/MightyCreak/diffuse/pull/27
+  sed -i 's|success_results)))|success_results).decode\("utf-8", 
errors="ignore")))|g' \
+src/usr/bin/diffuse
+  # Thanks Derek Scherger: https://github.com/MightyCreak/diffuse/pull/24
+  patch -p1 -i "$srcdir/py.patch"
+}
+
+package() {
+  cd $pkgname
+  python install.py --prefix=/usr --destdir="$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Alexander Rødseth via arch-commits
Date: Monday, March 23, 2020 @ 16:00:32
  Author: arodseth
Revision: 603741

upgpkg: diffuse 0.5.0alpha7+4+g813d6e7-3

Modified:
  diffuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 15:59:14 UTC (rev 603740)
+++ PKGBUILD2020-03-23 16:00:32 UTC (rev 603741)
@@ -5,12 +5,12 @@
 
 pkgname=diffuse
 pkgver=0.5.0alpha7+4+g813d6e7
-pkgrel=2
+pkgrel=3
 pkgdesc='Graphical tool for merging and comparing text files'
 arch=(any)
 url='https://github.com/MightyCreak/diffuse'
 license=(GPL)
-depends=(gtk3 python-gobject)
+depends=(gtk3 python-cairo python-gobject)
 makedepends=(git)
 source=("git+$url#commit=813d6e7bbac0dbcbf464951ba6b070562737ed8d"
 "py.patch::$url/commit/175bbd7e79278674b97b08145b13316cf42484ad.patch")


[arch-commits] Commit in fs-uae-launcher/repos/community-any (6 files)

2020-03-23 Thread Daniel Bermond via arch-commits
Date: Monday, March 23, 2020 @ 15:59:14
  Author: dbermond
Revision: 603740

archrelease: copy trunk to community-any

Added:
  fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch
(from rev 603739, 
fs-uae-launcher/trunk/010-fs-uae-launcher-fix-install-path.patch)
  fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch
(from rev 603739, 
fs-uae-launcher/trunk/020-fs-uae-launcher-remove-python2.patch)
  fs-uae-launcher/repos/community-any/PKGBUILD
(from rev 603739, fs-uae-launcher/trunk/PKGBUILD)
Deleted:
  fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch
  fs-uae-launcher/repos/community-any/020-fs-uae-launcher-remove-python2.patch
  fs-uae-launcher/repos/community-any/PKGBUILD

+
 010-fs-uae-launcher-fix-install-path.patch |   24 +++
 020-fs-uae-launcher-remove-python2.patch   |   90 +--
 PKGBUILD   |   68 ++--
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: 010-fs-uae-launcher-fix-install-path.patch
===
--- 010-fs-uae-launcher-fix-install-path.patch  2020-03-23 15:58:41 UTC (rev 
603739)
+++ 010-fs-uae-launcher-fix-install-path.patch  2020-03-23 15:59:14 UTC (rev 
603740)
@@ -1,12 +0,0 @@
-diff -Nawurp a/fs-uae-launcher b/fs-uae-launcher
 a/fs-uae-launcher  2019-06-21 16:49:42.0 +
-+++ b/fs-uae-launcher  2019-06-29 13:38:13.351496262 +
-@@ -8,6 +8,8 @@ if sys.version_info[0] < 3 or sys.versio
- 
- if os.environ.get("FSGS_PYTHONPATH", ""):
- sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
-+else:
-+sys.path.insert(0, "/usr/share/fs-uae-launcher")
- 
- if os.getcwd().startswith("C:\\msys64\\home\\"):
- os.environ["PATH"] = "C:\\msys64\\mingw64\\bin;" + os.environ["PATH"]

Copied: 
fs-uae-launcher/repos/community-any/010-fs-uae-launcher-fix-install-path.patch 
(from rev 603739, 
fs-uae-launcher/trunk/010-fs-uae-launcher-fix-install-path.patch)
===
--- 010-fs-uae-launcher-fix-install-path.patch  (rev 0)
+++ 010-fs-uae-launcher-fix-install-path.patch  2020-03-23 15:59:14 UTC (rev 
603740)
@@ -0,0 +1,12 @@
+diff -Nawurp a/fs-uae-launcher b/fs-uae-launcher
+--- a/fs-uae-launcher  2019-06-21 16:49:42.0 +
 b/fs-uae-launcher  2019-06-29 13:38:13.351496262 +
+@@ -8,6 +8,8 @@ if sys.version_info[0] < 3 or sys.versio
+ 
+ if os.environ.get("FSGS_PYTHONPATH", ""):
+ sys.path.insert(0, os.environ.get("FSGS_PYTHONPATH"))
++else:
++sys.path.insert(0, "/usr/share/fs-uae-launcher")
+ 
+ if os.getcwd().startswith("C:\\msys64\\home\\"):
+ os.environ["PATH"] = "C:\\msys64\\mingw64\\bin;" + os.environ["PATH"]

Deleted: 020-fs-uae-launcher-remove-python2.patch
===
--- 020-fs-uae-launcher-remove-python2.patch2020-03-23 15:58:41 UTC (rev 
603739)
+++ 020-fs-uae-launcher-remove-python2.patch2020-03-23 15:59:14 UTC (rev 
603740)
@@ -1,45 +0,0 @@
-diff -Nawurp a/amitools/tools/geotool.py b/amitools/tools/geotool.py
 a/amitools/tools/geotool.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/geotool.py2019-06-29 14:09:16.52186 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- 
- from __future__ import absolute_import
- from __future__ import print_function
-diff -Nawurp a/amitools/tools/rdbtool.py b/amitools/tools/rdbtool.py
 a/amitools/tools/rdbtool.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/rdbtool.py2019-06-29 14:09:24.111043044 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # rdbtool
- # swiss army knife for rdb disk images or devices
- 
-diff -Nawurp a/amitools/tools/xdfscan.py b/amitools/tools/xdfscan.py
 a/amitools/tools/xdfscan.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/xdfscan.py2019-06-29 14:09:28.464317106 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # xdfscan
- # quickly scan large sets of Amiga disk image files
- 
-diff -Nawurp a/amitools/tools/xdftool.py b/amitools/tools/xdftool.py
 a/amitools/tools/xdftool.py2019-06-21 16:49:43.0 +
-+++ b/amitools/tools/xdftool.py2019-06-29 14:09:32.760925361 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # xdftool
- # swiss army knife for adf and hdf amiga disk images
- 
-diff -Nawurp a/amitools/util/BlkDevTools.py b/amitools/util/BlkDevTools.py
 a/amitools/util/BlkDevTools.py 2019-06-21 16:49:43.0 +
-+++ b/amitools/util/BlkDevTools.py 2019-06-29 14:09:39.364169091 +
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2.7
-+#!/usr/bin/env python
- # based heavily on "iops" by Benjamin Schweizer
- # https:/

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

2020-03-23 Thread Daniel Bermond via arch-commits
Date: Monday, March 23, 2020 @ 15:58:41
  Author: dbermond
Revision: 603739

upgpkg: fs-uae-launcher 3.0.3-1

- update to version 3.0.3
- update dependencies (this fixes FS#65936)

Modified:
  fs-uae-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 15:56:53 UTC (rev 603738)
+++ PKGBUILD2020-03-23 15:58:41 UTC (rev 603739)
@@ -3,20 +3,20 @@
 # Contributor: Guilherme Calé 
 
 pkgname=fs-uae-launcher
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc='Graphical user interface for the fs-uae Amiga emulator'
 arch=('any')
 url='https://fs-uae.net/launcher/'
 license=('GPL2')
-depends=("fs-uae>=${pkgver}" 'python' 'python-setuptools' 'python-pyqt5' 
'python-six'
- 'hicolor-icon-theme')
+depends=("fs-uae>=${pkgver%.*}" 'python' 'python-opengl' 'python-pyqt5' 
'python-requests'
+ 'python-setuptools' 'python-six' 'hicolor-icon-theme')
 optdepends=('p7zip: for .7z file support'
 'python-lhafile: for .lha file support')
 source=("https://fs-uae.net/stable/${pkgver}/${pkgname}-${pkgver}.tar.gz";
 '010-fs-uae-launcher-fix-install-path.patch'
 '020-fs-uae-launcher-remove-python2.patch')
-sha256sums=('a5cc992d6ec89e9abc7fe7ee75042876ce507292be9ef0928d54ad6f9ba8608a'
+sha256sums=('afc27cdbbda1a6d3af5c447a9050ca238a694be9a60290fc470e55346f7c7faa'
 '15463d3d3ed5bdc4fb614cea91b93e7678eccce0696c66ac28c194dd7558e3fa'
 'dcb9be9e6881ec8102d230d54ac1dbd8fa3774d2282f5ea62ea67a3aea33045c')
 


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 15:56:40
  Author: kpcyrd
Revision: 603737

upgpkg: sn0int 0.18.1-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 15:40:18 UTC (rev 603736)
+++ PKGBUILD2020-03-23 15:56:40 UTC (rev 603737)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,9 +14,9 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('b476be9e5593616ac6e1ee351974ada4b615c67c108e2043c7cd9efe7840efa66de739b8eaaa1e5406c43779bb83eb5ac4121412360066d83bf98895e57c5f40'
+sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
 'SKIP')
-b2sums=('adc4cf4b212d4280b90f9397c6de82a0683fc0201ffbbe25f9d4542b23a78853759af2058560c0e2d1f95ae8a1ace3bbb6d59bf5c732fdaade61cc6b532c38b0'
+b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 15:56:53
  Author: kpcyrd
Revision: 603738

archrelease: copy trunk to community-x86_64

Added:
  sn0int/repos/community-x86_64/PKGBUILD
(from rev 603737, sn0int/trunk/PKGBUILD)
  sn0int/repos/community-x86_64/sn0int.install
(from rev 603737, sn0int/trunk/sn0int.install)
Deleted:
  sn0int/repos/community-x86_64/PKGBUILD
  sn0int/repos/community-x86_64/sn0int.install

+
 PKGBUILD   |  104 +++
 sn0int.install |   18 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 15:56:40 UTC (rev 603737)
+++ PKGBUILD2020-03-23 15:56:53 UTC (rev 603738)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('b476be9e5593616ac6e1ee351974ada4b615c67c108e2043c7cd9efe7840efa66de739b8eaaa1e5406c43779bb83eb5ac4121412360066d83bf98895e57c5f40'
-'SKIP')
-b2sums=('adc4cf4b212d4280b90f9397c6de82a0683fc0201ffbbe25f9d4542b23a78853759af2058560c0e2d1f95ae8a1ace3bbb6d59bf5c732fdaade61cc6b532c38b0'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 603737, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 15:56:53 UTC (rev 603738)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
+'SKIP')
+b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 docs/_build/man/sn0int.1 -t "${pk

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

2020-03-23 Thread Lukas Fleischer via arch-commits
Date: Monday, March 23, 2020 @ 15:40:18
  Author: lfleischer
Revision: 603736

archrelease: copy trunk to community-any

Added:
  python-tappy/repos/community-any/
  python-tappy/repos/community-any/PKGBUILD
(from rev 603735, python-tappy/trunk/PKGBUILD)

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

Copied: python-tappy/repos/community-any/PKGBUILD (from rev 603735, 
python-tappy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-23 15:40:18 UTC (rev 603736)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick McCarty 
+
+pkgname=python-tappy
+_pyname=tap.py
+pkgver=2.5
+pkgrel=1
+pkgdesc="Test Anything Protocol (TAP) tools for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/tap.py";
+license=('BSD')
+depends=('python' 'python-babel' 'python-pyaml' 'python-more-itertools')
+makedepends=('python-mock')
+options=(!emptydirs)
+source=(https://files.pythonhosted.org/packages/source/t/${_pyname}/${_pyname}-${pkgver}.tar.gz
+
https://github.com/python-tap/tappy/commit/83b5335f6f104cde2396dbf9dce5ceb3dd5049c3.patch)
+sha256sums=('8ad62ba6898fcef4913c67d468d0c4beae3109b74c03363538145e31b1840b29'
+'28ac7dd6577641decdbf7ec689f7d920f34b4451e299af517e1fefb81d35a1fa')
+
+prepare() {
+   cd "$_pyname-$pkgver"
+   patch -p1 -i ../83b5335f6f104cde2396dbf9dce5ceb3dd5049c3.patch
+}
+
+check() {
+   cd "$_pyname-$pkgver"
+   python setup.py test
+}
+
+package() {
+   cd "$_pyname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2020-03-23 Thread Lukas Fleischer via arch-commits
Date: Monday, March 23, 2020 @ 15:39:27
  Author: lfleischer
Revision: 603735

Initial import of python-tappy

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

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

Added: python-tappy/trunk/PKGBUILD
===
--- python-tappy/trunk/PKGBUILD (rev 0)
+++ python-tappy/trunk/PKGBUILD 2020-03-23 15:39:27 UTC (rev 603735)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick McCarty 
+
+pkgname=python-tappy
+_pyname=tap.py
+pkgver=2.5
+pkgrel=1
+pkgdesc="Test Anything Protocol (TAP) tools for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/tap.py";
+license=('BSD')
+depends=('python' 'python-babel' 'python-pyaml' 'python-more-itertools')
+makedepends=('python-mock')
+options=(!emptydirs)
+source=(https://files.pythonhosted.org/packages/source/t/${_pyname}/${_pyname}-${pkgver}.tar.gz
+
https://github.com/python-tap/tappy/commit/83b5335f6f104cde2396dbf9dce5ceb3dd5049c3.patch)
+sha256sums=('8ad62ba6898fcef4913c67d468d0c4beae3109b74c03363538145e31b1840b29'
+'28ac7dd6577641decdbf7ec689f7d920f34b4451e299af517e1fefb81d35a1fa')
+
+prepare() {
+   cd "$_pyname-$pkgver"
+   patch -p1 -i ../83b5335f6f104cde2396dbf9dce5ceb3dd5049c3.patch
+}
+
+check() {
+   cd "$_pyname-$pkgver"
+   python setup.py test
+}
+
+package() {
+   cd "$_pyname-$pkgver"
+   python setup.py install --root="$pkgdir/" --optimize=1
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-23 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 23, 2020 @ 15:38:11
  Author: sangy
Revision: 603734

archrelease: copy trunk to community-any

Added:
  python-aiohttp-socks/repos/community-any/PKGBUILD
(from rev 603733, python-aiohttp-socks/trunk/PKGBUILD)
Deleted:
  python-aiohttp-socks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 15:37:48 UTC (rev 603733)
+++ PKGBUILD2020-03-23 15:38:11 UTC (rev 603734)
@@ -1,25 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=python-aiohttp-socks
-pkgver=0.3.4
-pkgrel=1
-pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
-arch=('any')
-url="https://github.com/romis2012/aiohttp-socks/";
-license=('Apache')
-depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools' 'git')
-checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks.git?tag=v${pkgver}";)
-sha256sums=('SKIP')
-
-check() {
-cd "aiohttp-socks"
-pytest
-}
-
-package() {
-cd "aiohttp-socks"
-python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-

Copied: python-aiohttp-socks/repos/community-any/PKGBUILD (from rev 603733, 
python-aiohttp-socks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 15:38:11 UTC (rev 603734)
@@ -0,0 +1,31 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=python-aiohttp-socks
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
+arch=('any')
+url="https://github.com/romis2012/aiohttp-socks/";
+license=('Apache')
+depends=('python-aiohttp')
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-asyncio')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz";)
+sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
+
+check() {
+cd "${pkgname//python-}-${pkgver}"
+pytest
+}
+
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
+package() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}
+


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

2020-03-23 Thread Santiago Torres-Arias via arch-commits
Date: Monday, March 23, 2020 @ 15:37:48
  Author: sangy
Revision: 603733

upgpkg: python-aiohttp-socks 0.3.6-1

Miscellaneous fixes to the PKGBUILD:
- Remove makedepend on git
- Add missing build() function
- Use $pkgver and $pkgname wherever possible

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 15:17:20 UTC (rev 603732)
+++ PKGBUILD2020-03-23 15:37:48 UTC (rev 603733)
@@ -1,7 +1,7 @@
 # Maintainer: Santiago Torres-Arias 
 
 pkgname=python-aiohttp-socks
-pkgver=0.3.4
+pkgver=0.3.6
 pkgrel=1
 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are 
supported."
 arch=('any')
@@ -8,18 +8,24 @@
 url="https://github.com/romis2012/aiohttp-socks/";
 license=('Apache')
 depends=('python-aiohttp')
-makedepends=('python' 'python-setuptools' 'git')
+makedepends=('python' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-asyncio')
-source=("git+https://github.com/romis2012/aiohttp-socks.git?tag=v${pkgver}";)
-sha256sums=('SKIP')
+source=("https://github.com/romis2012/aiohttp-socks/archive/${pkgver}.tar.gz";)
+sha256sums=('ec90a409f016b36b71e79a32d24373aca2641177bfaf69c19c31e0ca29bbf66e')
 
 check() {
-cd "aiohttp-socks"
+cd "${pkgname//python-}-${pkgver}"
 pytest
 }
 
+build() {
+cd "${pkgname//python-}-${pkgver}"
+python setup.py build
+
+}
+
 package() {
-cd "aiohttp-socks"
+cd "${pkgname//python-}-${pkgver}"
 python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 }
 


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 15:16:27
  Author: felixonmars
Revision: 603730

archrelease: copy trunk to community-x86_64

Added:
  fcitx5/repos/community-x86_64/PKGBUILD
(from rev 603729, fcitx5/trunk/PKGBUILD)
Deleted:
  fcitx5/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 15:16:10 UTC (rev 603729)
+++ PKGBUILD2020-03-23 15:16:27 UTC (rev 603730)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5
-pkgver=0.0.0.20200321
-_commit=2a990ab947524f1abef0ca2634c45e6c008333d0
-_endictver=20121020
-pkgrel=1
-pkgdesc="Next generation of fcitx"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5";
-license=('GPL')
-conflicts=('fcitx')
-depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
- 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
- 'cldr-emoji-annotation')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
-https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('c515ce5fcbdc9056a409f30cd837e6a5a0c6fe408c97ca479ce913b8a2fba50badeb9a5a7f6dece3d41fc7224f635dd9a3fce54a95f2c4c15066031704d29cd0'
-
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
-
-prepare() {
-  cd $pkgname-$_commit/src/modules/spell/dict
-  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
-}
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  make
-}
-
-package() {
-  cd $pkgname-$_commit
-  make DESTDIR="$pkgdir" install
-}

Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 603729, 
fcitx5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 15:16:27 UTC (rev 603730)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5
+pkgver=0.0.0.20200323
+_commit=c1239093bd55d46f9d73a81fec03bcff206a795f
+_endictver=20121020
+pkgrel=1
+pkgdesc="Next generation of fcitx"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5";
+license=('GPL')
+conflicts=('fcitx')
+depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 
'systemd' 'wayland'
+ 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 
'gdk-pixbuf2'
+ 'cldr-emoji-annotation')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
+https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
+sha512sums=('dc4046933bddf7cdfbfb32ab727cde6ff2616f0a60aa6360c415459836acefbff5bcb3dbb3a47c6ae46529c6099c0791806fdfb34fddaa23f565062b51475f54'
+
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
+
+prepare() {
+  cd $pkgname-$_commit/src/modules/spell/dict
+  ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./
+}
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 15:16:10
  Author: felixonmars
Revision: 603729

upgpkg: fcitx5 0.0.0.20200323-1

Modified:
  fcitx5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:53:56 UTC (rev 603728)
+++ PKGBUILD2020-03-23 15:16:10 UTC (rev 603729)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5
-pkgver=0.0.0.20200321
-_commit=2a990ab947524f1abef0ca2634c45e6c008333d0
+pkgver=0.0.0.20200323
+_commit=c1239093bd55d46f9d73a81fec03bcff206a795f
 _endictver=20121020
 pkgrel=1
 pkgdesc="Next generation of fcitx"
@@ -18,7 +18,7 @@
 makedepends=('extra-cmake-modules')
 
source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz";
 https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz)
-sha512sums=('c515ce5fcbdc9056a409f30cd837e6a5a0c6fe408c97ca479ce913b8a2fba50badeb9a5a7f6dece3d41fc7224f635dd9a3fce54a95f2c4c15066031704d29cd0'
+sha512sums=('dc4046933bddf7cdfbfb32ab727cde6ff2616f0a60aa6360c415459836acefbff5bcb3dbb3a47c6ae46529c6099c0791806fdfb34fddaa23f565062b51475f54'
 
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
 
 prepare() {


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

2020-03-23 Thread David Runge via arch-commits
Date: Monday, March 23, 2020 @ 14:53:46
  Author: dvzrv
Revision: 603727

upgpkg: hydrogen 1.0.0beta2-1: Upgrading to 1.0.0beta2.

Removing all (now not required) fixes and patches.
Moving all sodeps to package() and adding the respective packages
to makedepends. Minor cleanups.

Modified:
  hydrogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:42:22 UTC (rev 603726)
+++ PKGBUILD2020-03-23 14:53:46 UTC (rev 603727)
@@ -4,36 +4,24 @@
 # Contributor: tobias 
 
 pkgname=hydrogen
-pkgver=1.0.0beta1
-_beta=beta1
-pkgrel=2
+pkgver=1.0.0beta2
+_beta=beta2
+pkgrel=1
 pkgdesc="An advanced drum machine"
 arch=('x86_64')
 license=('GPL2')
 groups=('pro-audio')
 url="http://www.hydrogen-music.org/";
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libarchive.so'
-'libjack.so' 'liblrdf.so' 'liblo.so' 'libportaudio.so' 'libportmidi.so'
-'libpulse' 'libsndfile' 'qt5-base' 'qt5-xmlpatterns')
-makedepends=('cmake' 'ladspa' 'python' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-xmlpatterns')
+makedepends=('alsa-lib' 'cmake' 'jack' 'ladspa' 'libarchive' 'liblrdf'
+'libpulse' 'libsndfile' 'portaudio' 'portmidi' 'python' 'qt5-tools')
 checkdepends=('cppunit')
 optdepends=('rubberband: Time stretch samples')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}-music/${pkgname}/archive/${pkgver/${_beta}/-${_beta}}.tar.gz";
-
"${pkgname}-1.0.0beta1-python2.patch::https://github.com/hydrogen-music/hydrogen/commit/f57b76040cd5ada2fa494a73ef1f9d4fcec1afcd.patch";)
-sha512sums=('73963a9f400a4d9f6faca41f5f9af2c4b00ebefb16f394a78fe81f7aacb23acee49633803a484e91705da01cb59b4699133f618fac34f6caa7734bcc67bf4518'
-
'9343531248b741bdb99e3db3d8f5ea76f8747c13314fcebb0fd934c6d1e33928f35da374909fd84b896f55d78c60caba662b573f97abbd762dfd90f41a2d10c0')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}-music/${pkgname}/archive/${pkgver/${_beta}/-${_beta}}.tar.gz";)
+sha512sums=('e87b57fb52a1ff00ef0d011321ad721902df5d1d31f3136d702498b9b5b3580cc7df43c0d7f4cecf55fd96957caf9c44a400eddb3bef07d7fe2cfda85ca1e00e')
 
 prepare() {
   mv -v "${pkgname}-${pkgver/${_beta}/-${_beta}}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # make i18n script python3 compatible:
-  # https://github.com/hydrogen-music/hydrogen/issues/730
-  patch -Np1 -i "../${pkgname}-1.0.0beta1-python2.patch"
-  # fix desktop file icon name
-  # https://github.com/hydrogen-music/hydrogen/issues/558
-  sed -e "s/h2-icon/${pkgname}/" -i "linux/${pkgname}.desktop"
-  # fix man page location (seemingly fixed on HEAD)
-  sed -e 's|/man/|/share/man/|' -i CMakeLists.txt
 }
 
 build() {
@@ -57,23 +45,13 @@
 }
 
 package() {
+  depends+=('libarchive.so' 'libasound.so' 'liblo.so' 'libjack.so' 'liblrdf.so'
+  'libportaudio.so' 'libportmidi.so' 'libpulse.so' 'libsndfile.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install -C build
-
-  # install desktop file icon to correct location
-  # https://github.com/hydrogen-music/hydrogen/issues/558
-  install -vDm 644 "${pkgdir}/usr/share/${pkgname}/data/img/gray/h2-icon.svg" \
-"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  rm -rv "${pkgdir}/usr/share/pixmaps"
-  rm -rv "${pkgdir}/usr/share/${pkgname}/data/doc"
-
   # docs
-  install -vDm 644 {ChangeLog,DEVELOPERS,INSTALL.txt,README.txt} \
+  install -vDm 644 {ChangeLog,DEVELOPERS,INSTALL.md,README.md} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # clean up data dir
-  # https://github.com/hydrogen-music/hydrogen/issues/559
-  rm -v "$pkgdir/usr/share/${pkgname}/data/i18n/"*.{ts,py,sh}
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-03-23 Thread David Runge via arch-commits
Date: Monday, March 23, 2020 @ 14:53:56
  Author: dvzrv
Revision: 603728

archrelease: copy trunk to community-x86_64

Added:
  hydrogen/repos/community-x86_64/PKGBUILD
(from rev 603727, hydrogen/trunk/PKGBUILD)
Deleted:
  hydrogen/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 14:53:46 UTC (rev 603727)
+++ PKGBUILD2020-03-23 14:53:56 UTC (rev 603728)
@@ -1,79 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Rob Til Freedmen 
-# Contributor: Ray Rashif 
-# Contributor: tobias 
-
-pkgname=hydrogen
-pkgver=1.0.0beta1
-_beta=beta1
-pkgrel=2
-pkgdesc="An advanced drum machine"
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-url="http://www.hydrogen-music.org/";
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libarchive.so'
-'libjack.so' 'liblrdf.so' 'liblo.so' 'libportaudio.so' 'libportmidi.so'
-'libpulse' 'libsndfile' 'qt5-base' 'qt5-xmlpatterns')
-makedepends=('cmake' 'ladspa' 'python' 'qt5-tools')
-checkdepends=('cppunit')
-optdepends=('rubberband: Time stretch samples')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}-music/${pkgname}/archive/${pkgver/${_beta}/-${_beta}}.tar.gz";
-
"${pkgname}-1.0.0beta1-python2.patch::https://github.com/hydrogen-music/hydrogen/commit/f57b76040cd5ada2fa494a73ef1f9d4fcec1afcd.patch";)
-sha512sums=('73963a9f400a4d9f6faca41f5f9af2c4b00ebefb16f394a78fe81f7aacb23acee49633803a484e91705da01cb59b4699133f618fac34f6caa7734bcc67bf4518'
-
'9343531248b741bdb99e3db3d8f5ea76f8747c13314fcebb0fd934c6d1e33928f35da374909fd84b896f55d78c60caba662b573f97abbd762dfd90f41a2d10c0')
-
-prepare() {
-  mv -v "${pkgname}-${pkgver/${_beta}/-${_beta}}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # make i18n script python3 compatible:
-  # https://github.com/hydrogen-music/hydrogen/issues/730
-  patch -Np1 -i "../${pkgname}-1.0.0beta1-python2.patch"
-  # fix desktop file icon name
-  # https://github.com/hydrogen-music/hydrogen/issues/558
-  sed -e "s/h2-icon/${pkgname}/" -i "linux/${pkgname}.desktop"
-  # fix man page location (seemingly fixed on HEAD)
-  sed -e 's|/man/|/share/man/|' -i CMakeLists.txt
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWANT_DEBUG=OFF \
--DWANT_CPPUNIT=ON \
--DWANT_LRDF=ON \
--DWANT_PORTAUDIO=ON \
--DWANT_PORTMIDI=ON \
--DWANT_PULSEAUDIO=ON \
--B build \
--S .
-  make VERBOSE=1 -C build
-  # update translations
-  (
-cd data/i18n
-./updateTranslations.sh
-  )
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install -C build
-
-  # install desktop file icon to correct location
-  # https://github.com/hydrogen-music/hydrogen/issues/558
-  install -vDm 644 "${pkgdir}/usr/share/${pkgname}/data/img/gray/h2-icon.svg" \
-"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"
-  rm -rv "${pkgdir}/usr/share/pixmaps"
-  rm -rv "${pkgdir}/usr/share/${pkgname}/data/doc"
-
-  # docs
-  install -vDm 644 {ChangeLog,DEVELOPERS,INSTALL.txt,README.txt} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # clean up data dir
-  # https://github.com/hydrogen-music/hydrogen/issues/559
-  rm -v "$pkgdir/usr/share/${pkgname}/data/i18n/"*.{ts,py,sh}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/community-x86_64/PKGBUILD (from rev 603727, 
hydrogen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 14:53:56 UTC (rev 603728)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge 
+# Contributor: Rob Til Freedmen 
+# Contributor: Ray Rashif 
+# Contributor: tobias 
+
+pkgname=hydrogen
+pkgver=1.0.0beta2
+_beta=beta2
+pkgrel=1
+pkgdesc="An advanced drum machine"
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+url="http://www.hydrogen-music.org/";
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base' 'qt5-xmlpatterns')
+makedepends=('alsa-lib' 'cmake' 'jack' 'ladspa' 'libarchive' 'liblrdf'
+'libpulse' 'libsndfile' 'portaudio' 'portmidi' 'python' 'qt5-tools')
+checkdepends=('cppunit')
+optdepends=('rubberband: Time stretch samples')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}-music/${pkgname}/archive/${pkgver/${_beta}/-${_beta}}.tar.gz";)
+sha512sums=('e87b57fb52a1ff00ef0d011321ad721902df5d1d31f3136d702498b9b5b3580cc7df43c0d7f4cecf55fd96957caf9c44a400eddb3bef07d7fe2cfda85ca1e00e')
+
+prepare() {
+  mv -v "${pkgname}-${pkgver/${_beta}/-${_beta}}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWANT_DEBUG=OFF \
+-DWANT_CPPUNIT=ON \
+   

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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 14:42:10
  Author: kpcyrd
Revision: 603725

upgpkg: diesel-cli 1.4.4-1

Modified:
  diesel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:08:07 UTC (rev 603724)
+++ PKGBUILD2020-03-23 14:42:10 UTC (rev 603725)
@@ -1,29 +1,29 @@
 # Maintainer: kpcyrd 
 
 pkgname=diesel-cli
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="CLI for the Diesel crate"
 arch=('x86_64')
-url="http://diesel.rs/";
+url="https://diesel.rs/";
 license=('MIT' 'Apache')
 replaces=('diesel_cli')
 depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
 makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/diesel-rs/diesel/archive/v${pkgver}.tar.gz";)
-sha512sums=('afc348b362b3cfea88b161f17897ef0d7ca06c9e9624e09a5210428a95f351fe774a9bd98a1009b1d334abecd1800d9a266b9ddbab42ff77fbfba1e66ad501fc')
-b2sums=('3357d9b0ade8142e6d0529aa128a38ddd255c1fdf7fb8567f7391122ba8157c40ce90dc94ae939997160dcdbe72c41fc9aa5b38f55ebddd4caba4ee76770be23')
+source=(https://github.com/diesel-rs/diesel/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('12685af3b2e5a53476bda87b22343961d7ef21b4b22238ea9bb0e781f6df4081e206fe9208a22f60e40eb6487efb50672eac1b808d997780494dba8f682c6400')
+b2sums=('098f9c502e2b87dab36ddc670c298bc78cba33e54a3d46d5d5e7efe194f2587639def7b32e12ec573c9c8c656601a28b6a4861996082f502e6e0e67bfa12534c')
 
 build() {
   cd "diesel-${pkgver}/diesel_cli"
   # --locked is broken
-  cargo build --release
+  RUSTFLAGS="--cap-lints allow" cargo build --release
 }
 
 check() {
   cd "diesel-${pkgver}/diesel_cli"
   # tests require a debug build to be present
-  cargo test --no-default-features --features sqlite
+  RUSTFLAGS="--cap-lints allow" cargo test --no-default-features --features 
sqlite
 }
 
 package() {


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 14:42:22
  Author: kpcyrd
Revision: 603726

archrelease: copy trunk to community-x86_64

Added:
  diesel-cli/repos/community-x86_64/PKGBUILD
(from rev 603725, diesel-cli/trunk/PKGBUILD)
Deleted:
  diesel-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 14:42:10 UTC (rev 603725)
+++ PKGBUILD2020-03-23 14:42:22 UTC (rev 603726)
@@ -1,43 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=diesel-cli
-pkgver=1.4.3
-pkgrel=2
-pkgdesc="CLI for the Diesel crate"
-arch=('x86_64')
-url="http://diesel.rs/";
-license=('MIT' 'Apache')
-replaces=('diesel_cli')
-depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/diesel-rs/diesel/archive/v${pkgver}.tar.gz";)
-sha512sums=('afc348b362b3cfea88b161f17897ef0d7ca06c9e9624e09a5210428a95f351fe774a9bd98a1009b1d334abecd1800d9a266b9ddbab42ff77fbfba1e66ad501fc')
-b2sums=('3357d9b0ade8142e6d0529aa128a38ddd255c1fdf7fb8567f7391122ba8157c40ce90dc94ae939997160dcdbe72c41fc9aa5b38f55ebddd4caba4ee76770be23')
-
-build() {
-  cd "diesel-${pkgver}/diesel_cli"
-  # --locked is broken
-  cargo build --release
-}
-
-check() {
-  cd "diesel-${pkgver}/diesel_cli"
-  # tests require a debug build to be present
-  cargo test --no-default-features --features sqlite
-}
-
-package() {
-  cd "diesel-${pkgver}"
-  install -Dm755 "target/release/diesel" "${pkgdir}/usr/bin/diesel"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/diesel" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/diesel"
-  "${pkgdir}/usr/bin/diesel" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_diesel"
-  "${pkgdir}/usr/bin/diesel" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/diesel.fish"
-
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: diesel-cli/repos/community-x86_64/PKGBUILD (from rev 603725, 
diesel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 14:42:22 UTC (rev 603726)
@@ -0,0 +1,43 @@
+# Maintainer: kpcyrd 
+
+pkgname=diesel-cli
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="CLI for the Diesel crate"
+arch=('x86_64')
+url="https://diesel.rs/";
+license=('MIT' 'Apache')
+replaces=('diesel_cli')
+depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
+makedepends=('cargo')
+source=(https://github.com/diesel-rs/diesel/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('12685af3b2e5a53476bda87b22343961d7ef21b4b22238ea9bb0e781f6df4081e206fe9208a22f60e40eb6487efb50672eac1b808d997780494dba8f682c6400')
+b2sums=('098f9c502e2b87dab36ddc670c298bc78cba33e54a3d46d5d5e7efe194f2587639def7b32e12ec573c9c8c656601a28b6a4861996082f502e6e0e67bfa12534c')
+
+build() {
+  cd "diesel-${pkgver}/diesel_cli"
+  # --locked is broken
+  RUSTFLAGS="--cap-lints allow" cargo build --release
+}
+
+check() {
+  cd "diesel-${pkgver}/diesel_cli"
+  # tests require a debug build to be present
+  RUSTFLAGS="--cap-lints allow" cargo test --no-default-features --features 
sqlite
+}
+
+package() {
+  cd "diesel-${pkgver}"
+  install -Dm755 "target/release/diesel" "${pkgdir}/usr/bin/diesel"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/diesel" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/diesel"
+  "${pkgdir}/usr/bin/diesel" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_diesel"
+  "${pkgdir}/usr/bin/diesel" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/diesel.fish"
+
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in krita/repos/extra-x86_64 (3 files)

2020-03-23 Thread Antonio Rojas via arch-commits
Date: Monday, March 23, 2020 @ 14:29:59
  Author: arojas
Revision: 378408

archrelease: copy trunk to extra-x86_64

Added:
  krita/repos/extra-x86_64/PKGBUILD
(from rev 378407, krita/trunk/PKGBUILD)
  krita/repos/extra-x86_64/krita-pyqt5-sip5.patch
(from rev 378407, krita/trunk/krita-pyqt5-sip5.patch)
Deleted:
  krita/repos/extra-x86_64/PKGBUILD

+
 PKGBUILD   |   89 ++-
 krita-pyqt5-sip5.patch |   22 +++
 2 files changed, 65 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 14:29:32 UTC (rev 378407)
+++ PKGBUILD2020-03-23 14:29:59 UTC (rev 378408)
@@ -1,46 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=4.2.8.2
-pkgrel=2
-pkgdesc="Edit and paint images"
-arch=(x86_64)
-url="https://krita.org";
-license=(GPL3)
-depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
-makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
- qt5-tools sip python-sip)
-optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
-"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
-conflicts=(calligra-krita krita-l10n)
-replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.gz"{,.sig}
- 
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch";
- 
kdebug-414672.patch::"https://invent.kde.org/kde/krita/commit/2dc2ed5f.patch";)
-sha256sums=('80f741fa11245ff20a99f529f5f62def17791f3ad2c9aec5c5cf5440ae1fcba7'
-'SKIP'
-'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b'
-'181802a9273133a654f6aac2b1760b91beffa8e631b2aa162b5b10d342d5f712')
-validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-410867.patch # Fix crash on close
-  patch -p1 -i ../kdebug-414672.patch # Fix crash on transform tool
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/extra-x86_64/PKGBUILD (from rev 378407, 
krita/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 14:29:59 UTC (rev 378408)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=4.2.9
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(x86_64)
+url="https://krita.org";
+license=(GPL3)
+depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
+ gsl libraw exiv2 openexr fftw boost-libs giflib hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
+ qt5-tools sip python-sip)
+optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
+"krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
+conflicts=(calligra-krita krita-l10n)
+replaces=(calligra-krita krita-l10n)
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
+ krita-pyqt5-sip5.patch)
+sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
+'SKIP'
+'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8')
+validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: krita/repos/extra-x86_64/krita-pyqt5-sip5.patch (from rev 378407, 
krita/trunk/krita-pyqt5-sip5.patch)
===
--- krita-pyqt5-sip5.patch  (rev 0)
+++ krita-pyqt5-sip5.patch  2020-03-23 14:29:59 UTC (rev 378408)
@@ -0,0 +1,22 @@
+diff --git a/cmake/modules/FindPyQt5.py b/cmake/modules/FindPyQt5.py
+index 5849f40868..a42ba6c624 100644
+--- a/cmake/modules/FindPyQt5.py
 b/cmake/modules/FindPyQt5.py
+@@ -2,7 +2,7 @@
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For detail

[arch-commits] Commit in krita/trunk (PKGBUILD krita-pyqt5-sip5.patch)

2020-03-23 Thread Antonio Rojas via arch-commits
Date: Monday, March 23, 2020 @ 14:29:32
  Author: arojas
Revision: 378407

Update to 4.2.9

Modified:
  krita/trunk/PKGBUILD
  krita/trunk/krita-pyqt5-sip5.patch

+
 PKGBUILD   |   19 ++-
 krita-pyqt5-sip5.patch |   12 ++--
 2 files changed, 12 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:20:52 UTC (rev 378406)
+++ PKGBUILD2020-03-23 14:29:32 UTC (rev 378407)
@@ -1,14 +1,14 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=4.2.8.2
-pkgrel=2
+pkgver=4.2.9
+pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(x86_64)
 url="https://krita.org";
 license=(GPL3)
 depends=(kitemviews kitemmodels ki18n kcompletion karchive kguiaddons kcrash 
qt5-svg qt5-multimedia quazip
- gsl libraw exiv2 openexr fftw curl boost-libs giflib 
hicolor-icon-theme desktop-file-utils)
+ gsl libraw exiv2 openexr fftw boost-libs giflib hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost eigen vc poppler-qt5 
opencolorio python-pyqt5 libheif
  qt5-tools sip python-sip)
 optdepends=('poppler-qt5: PDF filter' 'ffmpeg: to save animations' 
'opencolorio: for the LUT docker'
@@ -15,15 +15,11 @@
 "krita-plugin-gmic: G'MIC plugin" 'python-pyqt5: for the Python 
plugins' 'libheif: HEIF filter')
 conflicts=(calligra-krita krita-l10n)
 replaces=(calligra-krita krita-l10n)
-source=("https://download.kde.org/stable/krita/${pkgver%.*}/$pkgname-$pkgver.tar.gz"{,.sig}
- 
kdebug-410867.patch::"https://invent.kde.org/kde/krita/commit/ca07d42c.patch";
- 
kdebug-414672.patch::"https://invent.kde.org/kde/krita/commit/2dc2ed5f.patch";
+source=("https://download.kde.org/stable/krita/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
  krita-pyqt5-sip5.patch)
-sha256sums=('80f741fa11245ff20a99f529f5f62def17791f3ad2c9aec5c5cf5440ae1fcba7'
+sha256sums=('9f85bb81eaf4976af57352a482af1fdb86f338051a991f6f43976e0b65956da8'
 'SKIP'
-'cfc9c7b2accbb730be3d9e2c92e5d501d2e3465841c97efae84602987e8cae3b'
-'181802a9273133a654f6aac2b1760b91beffa8e631b2aa162b5b10d342d5f712'
-'68ad86663cabc05eca84bbb3fab367e86febddfb408e90d0733ecb0ccdf499eb')
+'ab2f33843d8cad31bc13e0eca7dc732cdbfed054924f25ed61102c0d0971c1d8')
 validpgpkeys=('05D00A8B73A686789E0A156858B9596C722EA3BD') # Boudewijn Rempt 

 
 prepare() {
@@ -30,9 +26,6 @@
   mkdir -p build
 
   cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-410867.patch # Fix crash on close
-  patch -p1 -i ../kdebug-414672.patch # Fix crash on transform tool
-
   patch -p1 -i ../krita-pyqt5-sip5.patch # Fix sip include dir when PyQt5 is 
compiled with SIP 5
 }
 

Modified: krita-pyqt5-sip5.patch
===
--- krita-pyqt5-sip5.patch  2020-03-23 14:20:52 UTC (rev 378406)
+++ krita-pyqt5-sip5.patch  2020-03-23 14:29:32 UTC (rev 378407)
@@ -2,16 +2,16 @@
 index 5849f40868..a42ba6c624 100644
 --- a/cmake/modules/FindPyQt5.py
 +++ b/cmake/modules/FindPyQt5.py
-@@ -3,7 +3,7 @@
+@@ -2,7 +2,7 @@
+ # Redistribution and use is allowed according to the terms of the BSD license.
  # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
  
- import PyQt5.Qt
 -import sys
 +import sys, site
- import os.path
+ import os
  
- print("pyqt_version:%06.0x" % PyQt5.Qt.PYQT_VERSION)
-@@ -30,7 +30,7 @@ except ValueError:
+ try:
+@@ -41,7 +41,7 @@ except ValueError:
  pass
  
  # FIXME This next line is just a little bit too crude.
@@ -19,4 +19,4 @@
 +pyqt_sip_dir = os.path.join(site.getsitepackages()[0], "PyQt5", "bindings")
  print("pyqt_sip_dir:%s" % pyqt_sip_dir)
  
- print("pyqt_sip_flags:%s" % PyQt5.Qt.PYQT_CONFIGURATION["sip_flags"])
+ print("pyqt_sip_flags:%s" % PyQt5.QtCore.PYQT_CONFIGURATION["sip_flags"])


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

2020-03-23 Thread Antonio Rojas via arch-commits
Date: Monday, March 23, 2020 @ 14:20:52
  Author: arojas
Revision: 378406

https

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:02:35 UTC (rev 378405)
+++ PKGBUILD2020-03-23 14:20:52 UTC (rev 378406)
@@ -7,7 +7,7 @@
 url=https://github.com/gentoo/hwids
 license=('GPL2')
 arch=('any')
-source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}";)
 
 package() {
   cd hwids


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 14:08:07
  Author: felixonmars
Revision: 603724

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 603723, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 14:08:07 UTC (rev 603724)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20200309
+pkgrel=30
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
+ 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i 's/ fail / error /' Utility/HumanTime.hs Command/{Expire.hs,Init.hs}
+  sed -i 's/(fail /(error /' CmdLine/GitAnnex/Options.hs
+}
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 14:07:53
  Author: felixonmars
Revision: 603723

upgpkg: git-annex 8.20200309-30: rebuild with feed 1.3.0.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:01:20 UTC (rev 603722)
+++ PKGBUILD2020-03-23 14:07:53 UTC (rev 603723)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20200309
-pkgrel=29
+pkgrel=30
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/";
 license=("AGPL3")


[arch-commits] Commit in kio-extras/kde-unstable (PKGBUILD)

2020-03-23 Thread Antonio Rojas via arch-commits
Date: Monday, March 23, 2020 @ 14:02:35
  Author: arojas
Revision: 378405

Add icoutils optdepend (FS#65948)

Modified:
  kio-extras/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 12:05:07 UTC (rev 378404)
+++ PKGBUILD2020-03-23 14:02:35 UTC (rev 378405)
@@ -13,7 +13,7 @@
 makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage)
 optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl: 
info kioslave'
 'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
-'phonon-qt5: audio file previews' 'libappimage: AppImage 
thumbnails')
+'phonon-qt5: audio file previews' 'libappimage: AppImage 
thumbnails' 'icoutils: Windows executable thumbnails')
 groups=(kde-applications kdenetwork)
 
source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('f041f2a7c13eaaf3e486a4ea39208b0e2c2e9f422e234cc392e7ad4396d36ce7'


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 14:01:20
  Author: felixonmars
Revision: 603722

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-feed/repos/community-staging-x86_64/PKGBUILD (from rev 603721, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-23 14:01:20 UTC (rev 603722)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=1.3.0.1
+pkgrel=1
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 
'haskell-old-time' 'haskell-safe'
+ 'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
+ 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-markdown-unlit' 'haskell-syb')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('73662018affac036bcd3c48a8a5b6fcd4e752231d805c12e977c6097a47691c2eca07eb8d6e6840a592bf35892b4b4ec44fb1f73f8a14ecb47fc6904b406f767')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 14:01:05
  Author: felixonmars
Revision: 603721

upgpkg: haskell-feed 1.3.0.1-1: rebuild with feed 1.3.0.1

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 13:59:54 UTC (rev 603720)
+++ PKGBUILD2020-03-23 14:01:05 UTC (rev 603721)
@@ -3,8 +3,8 @@
 
 _hkgname=feed
 pkgname=haskell-feed
-pkgver=1.3.0.0
-pkgrel=14
+pkgver=1.3.0.1
+pkgrel=1
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed";
 license=("BSD")
@@ -15,14 +15,8 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
  'haskell-markdown-unlit' 'haskell-syb')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('4b3ffce05fd6545602817e69ccb5ddde944f34bfba19dd5ad3f6b86679d950f82fbbe9cc1cdad394ca0c18d749ea3c0e8a9e77d9b1ce46014435ee4e1853c6fb')
+sha512sums=('73662018affac036bcd3c48a8a5b6fcd4e752231d805c12e977c6097a47691c2eca07eb8d6e6840a592bf35892b4b4ec44fb1f73f8a14ecb47fc6904b406f767')
 
-prepare() {
-cd $_hkgname-$pkgver
-# https://github.com/bergmark/feed/issues/43
-ln -sf README.md README.lhs
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 13:59:54
  Author: felixonmars
Revision: 603720

archrelease: copy trunk to community-any

Added:
  python-zope-component/repos/community-any/PKGBUILD
(from rev 603719, 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-03-23 13:59:37 UTC (rev 603719)
+++ PKGBUILD2020-03-23 13:59:54 UTC (rev 603720)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Hanna 
-
-pkgname=python-zope-component
-pkgver=4.6
-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=('725ff3775ebd867e21fc9ad5bd7fef4c293358169c12f098009fe0c13090953d3fe3e99fda5821d35293125c84bc17c156fbb54f1eb71d4a4fdfd330e2bccac0')
-
-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 603719, 
python-zope-component/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 13:59:54 UTC (rev 603720)
@@ -0,0 +1,33 @@
+# 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:


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 13:59:37
  Author: felixonmars
Revision: 603719

upgpkg: python-zope-component 4.6.1-1

Modified:
  python-zope-component/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 13:12:21 UTC (rev 603718)
+++ PKGBUILD2020-03-23 13:59:37 UTC (rev 603719)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna 
 
 pkgname=python-zope-component
-pkgver=4.6
+pkgver=4.6.1
 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=('725ff3775ebd867e21fc9ad5bd7fef4c293358169c12f098009fe0c13090953d3fe3e99fda5821d35293125c84bc17c156fbb54f1eb71d4a4fdfd330e2bccac0')
+sha512sums=('3aa77b11e49a0a08a6b38fce5c26761bfa3b417f12fb27583efa22bc8c1e055993ada50c28271c0deace93fe6f8078f0596158884de6576e8b8ec947524b583b')
 
 build() {
   cd "$srcdir"/zope.component-$pkgver


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

2020-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 23, 2020 @ 13:12:21
  Author: svenstaro
Revision: 603718

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 603717, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-testing-x86_64/build-against-actual-mkl.patch
(from rev 603717, tensorflow/trunk/build-against-actual-mkl.patch)

+
 PKGBUILD   |  273 +++
 build-against-actual-mkl.patch |   37 +
 2 files changed, 310 insertions(+)

Copied: tensorflow/repos/community-testing-x86_64/PKGBUILD (from rev 603717, 
tensorflow/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-23 13:12:21 UTC (rev 603718)
@@ -0,0 +1,273 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+# Contributor: Adria Arrufat (archdria) 
+# Contributor: Thibault Lorrain (fredszaq) 
+
+pkgbase=tensorflow
+pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
+pkgver=2.2.0rc1
+_pkgver=2.2.0-rc1
+pkgrel=1
+pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
+url="https://www.tensorflow.org/";
+license=('APACHE')
+arch=('x86_64')
+depends=('c-ares' 'intel-mkl' 'intel-dnnl')
+makedepends=('bazel' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc'
+ 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools' 
'python-h5py'
+ 'python-keras-applications' 'python-keras-preprocessing')
+optdepends=('tensorboard: Tensorflow visualization toolkit'
+'python-pasta: tf_upgrade_v2 tool')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz";
+build-against-actual-mkl.patch)
+sha512sums=('eb3a4ddbe47ba7ef7c1585861bab376258569228bcc55898107b26fd07a5944d64c3cd40e77fbe04e7a1a99a309a2ca217ccdd267d9c8fca05bd06ab5cb0'
+
'e51e3f3dced121db3a09fbdaefd3336095584b72a5eb6f302fa6fa68ab56ea45e8a847ec90ff4ba076db312c06f91ff672e08e95263c658526582494ce08')
+
+get_pyver () {
+  python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
+}
+
+check_dir() {
+  if [ -d "${1}" ]; then
+return 0
+  else
+>&2 echo Directory "${1}" does not exist or is a file! Exiting...
+exit 1
+  fi
+}
+
+prepare() {
+  # Allow any bazel version
+  echo "*" > tensorflow-${_pkgver}/.bazelversion
+
+  # Tensorflow actually wants to build against a slimmed down version of Intel 
MKL called MKLML
+  # See https://github.com/intel/mkl-dnn/issues/102
+  # MKLML version that Tensorflow wants to use is 
https://github.com/intel/mkl-dnn/releases/tag/v0.21
+  patch -Np1 -d tensorflow-${_pkgver} -i 
"$srcdir"/build-against-actual-mkl.patch
+
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
+  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
+
+  # These environment variables influence the behavior of the configure call 
below.
+  export PYTHON_BIN_PATH=/usr/bin/python
+  export USE_DEFAULT_PYTHON_LIB_PATH=1
+  export TF_NEED_JEMALLOC=1
+  export TF_NEED_KAFKA=0
+  export TF_NEED_OPENCL_SYCL=0
+  export TF_NEED_AWS=0
+  export TF_NEED_GCP=0
+  export TF_NEED_HDFS=0
+  export TF_NEED_S3=0
+  export TF_ENABLE_XLA=1
+  export TF_NEED_GDR=0
+  export TF_NEED_VERBS=0
+  export TF_NEED_OPENCL=0
+  export TF_NEED_MPI=0
+  export TF_NEED_TENSORRT=0
+  export TF_NEED_NGRAPH=0
+  export TF_NEED_IGNITE=0
+  export TF_NEED_ROCM=0
+  export TF_SET_ANDROID_WORKSPACE=0
+  export TF_DOWNLOAD_CLANG=0
+  export TF_NCCL_VERSION=2.5
+  export TF_IGNORE_MAX_BAZEL_VERSION=1
+  export TF_MKL_ROOT=/opt/intel/mkl
+  export NCCL_INSTALL_PATH=/usr
+  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-8
+  export HOST_CXX_COMPILER_PATH=/usr/bin/gcc-8
+  export TF_CUDA_CLANG=0  # Clang currently disabled because it's not 
compatible at the moment.
+  export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
+  export TF_CUDA_PATHS=/opt/cuda,/usr/lib,/usr
+  export TF_CUDA_VERSION=$(/opt/cuda/bin/nvcc --version | sed -n 's/^.*release 
\(.*\),.*/\1/p')
+  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
/usr/include/cudnn.h)
+  export 
TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.0,5.2,5.3,6.0,6.1,6.2,7.0,7.2,7.5
+}
+
+build() {
+  echo "Building without cuda and without non-x86-64 optimizations"
+  cd "${srcdir}"/tensorflow-${_pkgver}
+  export CC_OPT_FLAGS="-march=x86-64"
+  export TF_NEED_CUDA=0
+  ./configure
+  bazel \
+build --config=mkl -c opt \
+  //tensorflow:libtensorflow.so \
+  //tensorflow:libtensorflow_cc.so \
+  //tensorflow:install_headers \
+  //tensorflow/

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

2020-03-23 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 23, 2020 @ 13:11:59
  Author: svenstaro
Revision: 603717

upgpkg: tensorflow 2.2.0rc1-1

Modified:
  tensorflow/trunk/PKGBUILD
Deleted:
  tensorflow/trunk/Add-grpc-fix-for-gettid.patch
  tensorflow/trunk/f99aebca5d0b916106d9e17b0c1ee7898d14abc9.patch

+
 Add-grpc-fix-for-gettid.patch  |  113 
 PKGBUILD   |   24 +---
 f99aebca5d0b916106d9e17b0c1ee7898d14abc9.patch |  128 ---
 3 files changed, 8 insertions(+), 257 deletions(-)

Deleted: Add-grpc-fix-for-gettid.patch
===
--- Add-grpc-fix-for-gettid.patch   2020-03-23 12:22:24 UTC (rev 603716)
+++ Add-grpc-fix-for-gettid.patch   2020-03-23 13:11:59 UTC (rev 603717)
@@ -1,113 +0,0 @@
-From e50d1fa554154b7e398ef7a0357f646e22cd51cf Mon Sep 17 00:00:00 2001
-From: Jianjun Liu 
-Date: Thu, 29 Aug 2019 14:56:13 +0800
-Subject: [PATCH] Add grpc fix for gettid
-
-Add gettid fix on gettid conflict because of glibc
-
-Signed-off-by: Jianjun Liu 

- tensorflow/workspace.bzl  |  1 +
- third_party/Rename-gettid-functions.patch | 78 +++
- 2 files changed, 79 insertions(+)
- create mode 100644 third_party/Rename-gettid-functions.patch
-
-diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
-index 55d7eb93..33e86087 100755
 a/tensorflow/workspace.bzl
-+++ b/tensorflow/workspace.bzl
-@@ -486,6 +486,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
- # WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change 
the below rule
- tf_http_archive(
- name = "grpc",
-+  patch_file = clean_dep("//third_party:Rename-gettid-functions.patch"),
- sha256 = 
"67a6c26db56f345f7cee846e681db2c23f919eba46dd639b09462d1b6203d28c",
- strip_prefix = "grpc-4566c2a29ebec0835643b972eb99f4306c4234a3",
- system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"),
-diff --git a/third_party/Rename-gettid-functions.patch 
b/third_party/Rename-gettid-functions.patch
-new file mode 100644
-index ..90bd9115
 /dev/null
-+++ b/third_party/Rename-gettid-functions.patch
-@@ -0,0 +1,78 @@
-+From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001
-+From: Benjamin Peterson 
-+Date: Fri, 3 May 2019 08:11:00 -0700
-+Subject: [PATCH] Rename gettid() functions.
-+
-+glibc 2.30 will declare its own gettid; see 
https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92.
 Rename the grpc versions to avoid naming conflicts.
-+---
-+ src/core/lib/gpr/log_linux.cc  | 4 ++--
-+ src/core/lib/gpr/log_posix.cc  | 4 ++--
-+ src/core/lib/iomgr/ev_epollex_linux.cc | 4 ++--
-+ 3 files changed, 6 insertions(+), 6 deletions(-)
-+
-+diff --git a/src/core/lib/gpr/log_linux.cc b/src/core/lib/gpr/log_linux.cc
-+index 561276f0c20..8b597b4cf2f 100644
-+--- a/src/core/lib/gpr/log_linux.cc
- b/src/core/lib/gpr/log_linux.cc
-+@@ -40,7 +40,7 @@
-+ #include 
-+ #include 
-+ 
-+-static long gettid(void) { return syscall(__NR_gettid); }
-++static long sys_gettid(void) { return syscall(__NR_gettid); }
-+ 
-+ void gpr_log(const char* file, int line, gpr_log_severity severity,
-+  const char* format, ...) {
-+@@ -70,7 +70,7 @@ void gpr_default_log(gpr_log_func_args* args) {
-+   gpr_timespec now = gpr_now(GPR_CLOCK_REALTIME);
-+   struct tm tm;
-+   static __thread long tid = 0;
-+-  if (tid == 0) tid = gettid();
-++  if (tid == 0) tid = sys_gettid();
-+ 
-+   timer = static_cast(now.tv_sec);
-+   final_slash = strrchr(args->file, '/');
-+diff --git a/src/core/lib/gpr/log_posix.cc b/src/core/lib/gpr/log_posix.cc
-+index b6edc14ab6b..2f7c6ce3760 100644
-+--- a/src/core/lib/gpr/log_posix.cc
- b/src/core/lib/gpr/log_posix.cc
-+@@ -31,7 +31,7 @@
-+ #include 
-+ #include 
-+ 
-+-static intptr_t gettid(void) { return (intptr_t)pthread_self(); }
-++static intptr_t sys_gettid(void) { return (intptr_t)pthread_self(); }
-+ 
-+ void gpr_log(const char* file, int line, gpr_log_severity severity,
-+  const char* format, ...) {
-+@@ -86,7 +86,7 @@ void gpr_default_log(gpr_log_func_args* args) {
-+   char* prefix;
-+   gpr_asprintf(&prefix, "%s%s.%09d %7" PRIdPTR " %s:%d]",
-+gpr_log_severity_string(args->severity), time_buffer,
-+-   (int)(now.tv_nsec), gettid(), display_file, args->line);
-++   (int)(now.tv_nsec), sys_gettid(), display_file, args->line);
-+ 
-+   fprintf(stderr, "%-70s %s\n", prefix, args->message);
-+   gpr_free(prefix);
-+diff --git a/src/core/lib/iomgr/ev_epollex_linux.cc 
b/src/core/lib/iomgr/ev_epollex_linux.cc
-+index 08116b3ab53..76f59844312 100644
-+--- a/src/core/lib/iomgr/ev_epollex_linux.cc
- b/src/core/lib/iomgr/ev_epollex_linux.cc
-+@@ -1102,7 +1102,7 @@ static void end_worker(grpc_pollset* pollset, 
grpc_pollset_worker* wor

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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 12:22:24
  Author: felixonmars
Revision: 603716

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 603715, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 12:22:08 UTC (rev 603715)
+++ PKGBUILD2020-03-23 12:22:24 UTC (rev 603716)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.1410
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="https://www.soimort.org/you-get/";
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('1d83b5007f9a8bddd2aef6ad4abc39428519e2423360258b8d5c757f9db70280a503408b901d8005b72fe17ac18656547c4dd87041d0027e064c3ca3f4d7428f')
-
-build() {
-  cd you-get-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd you-get-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
-  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
-  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/you-get.fish
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 603715, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 12:22:24 UTC (rev 603716)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.1423
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="https://www.soimort.org/you-get/";
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
+sha512sums=('baaf668c03d4b58be27c6dd851c370511127960eef18e9b5b3361d2bc7d952a032086c52c9112364c90dd88f1f14b316952e0caa7e8d9bec877538c60b0f18c3')
+
+build() {
+  cd you-get-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd you-get-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/you-get.fish
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 12:22:08
  Author: felixonmars
Revision: 603715

upgpkg: you-get 0.4.1423-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 12:05:44 UTC (rev 603714)
+++ PKGBUILD2020-03-23 12:22:08 UTC (rev 603715)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1410
+pkgver=0.4.1423
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="https://www.soimort.org/you-get/";
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz";)
-sha512sums=('1d83b5007f9a8bddd2aef6ad4abc39428519e2423360258b8d5c757f9db70280a503408b901d8005b72fe17ac18656547c4dd87041d0027e064c3ca3f4d7428f')
+sha512sums=('baaf668c03d4b58be27c6dd851c370511127960eef18e9b5b3361d2bc7d952a032086c52c9112364c90dd88f1f14b316952e0caa7e8d9bec877538c60b0f18c3')
 
 build() {
   cd you-get-$pkgver


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 12:05:44
  Author: felixonmars
Revision: 603714

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   74 +--
 fix-build.patch |  144 +++---
 2 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 11:45:47 UTC (rev 603713)
+++ PKGBUILD2020-03-23 12:05:44 UTC (rev 603714)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-control-center
-pkgver=2.0.1.1
-pkgrel=2
-pkgdesc="Utilities to configure the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-control-center";
-groups=('ukui')
-depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kscreen' 'kwidgetsaddons' 'peony' 
'ukui-interface'
- 'ukui-panel' 'ukui-media' 'ukui-menus' 'ukui-power-manager' 
'ukui-screensaver'
- 'ukui-settings-daemon' 'upower')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
-fix-build.patch)
-sha512sums=('7ef2437459ef774c757d3fcb98700770bf13845b8868aef3748b80c8ea908b205cc56ac80e49fefcec470113d5f48ef3f5bdbbf70769d3cce43f32b95a1b6c01'
-
'333ee4084e2c658392ef8d3a09132e59c5419030c10024ef9ea70784e1ace25668464d12089b9986e3bbeea1106ec21380a5881c0d4df40553a512bfb634b3c8')
-
-prepare() {
-  cd ukui-control-center-$pkgver
-  # https://github.com/ukui/ukui-control-center/issues/36
-  patch -p1 -i ../fix-build.patch
-}
-
-build() {
-  cd ukui-control-center-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.service 
-t "$pkgdir"/usr/share/dbus-1/system-services/
-  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.conf -t 
"$pkgdir"/usr/share/dbus-1/system.d/
-}

Copied: ukui-control-center/repos/community-x86_64/PKGBUILD (from rev 603713, 
ukui-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 12:05:44 UTC (rev 603714)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-control-center
+pkgver=2.0.1.1
+pkgrel=2
+pkgdesc="Utilities to configure the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-control-center";
+groups=('ukui')
+depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kscreen' 'kwidgetsaddons' 'peony' 
'ukui-interface'
+ 'ukui-panel' 'ukui-media' 'ukui-menus' 'ukui-power-manager' 
'ukui-screensaver'
+ 'ukui-settings-daemon' 'upower')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
+fix-build.patch)
+sha512sums=('7ef2437459ef774c757d3fcb98700770bf13845b8868aef3748b80c8ea908b205cc56ac80e49fefcec470113d5f48ef3f5bdbbf70769d3cce43f32b95a1b6c01'
+
'333ee4084e2c658392ef8d3a09132e59c5419030c10024ef9ea70784e1ace25668464d12089b9986e3bbeea1106ec21380a5881c0d4df40553a512bfb634b3c8')
+
+prepare() {
+  cd ukui-control-center-$pkgver
+  # https://github.com/ukui/ukui-control-center/issues/36
+  patch -p1 -i ../fix-build.patch
+}
+
+build() {
+  cd ukui-control-center-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.service 
-t "$pkgdir"/usr/share/dbus-1/system-services/
+  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.conf -t 
"$pkgdir"/usr/share/dbus-1/system.d/
+}

Deleted: fix-build.patch
===
--- fix-build.patch 2020-03-23 11:45:47 UTC (rev 603713)
+++ fix-build.patch 2020-03-23 12:05:44 UTC (rev 603714)
@@ -1,72 +0,0 @@
-diff --git a/plugins/devices/shortcut/shortcut.cpp 
b/plugins/devices/shortcut/shortcut.cpp
-index 0aa8609..80bf602 100644
 a/plugins/devices/shortcut/shortcut.cpp
-+++ b/plugins/devices/shortcut/shortcut.cpp
-@@ -191,7 +191,7 @@ void Shortcut::appendGeneralItems(){
- for (KeyEntry * gkeyEntry: generalEntries){
- if (showList.contains(gkeyEntry->keyStr)){
- DefineShortcutItem * singleWidget = new 
DefineShortcutItem(gkeyEntry->keyStr, gkeyEntry->valueStr);
--singleWidget->setUserData(Qt::UserRole, gkeyEntry);
-+//singleWidget->setUserData(Qt::UserRole, gkeyEntry);
-
-  

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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 11:45:47
  Author: felixonmars
Revision: 603713

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   71 +-
 fix-build.patch |  144 +++---
 2 files changed, 109 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 11:45:12 UTC (rev 603712)
+++ PKGBUILD2020-03-23 11:45:47 UTC (rev 603713)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-control-center
-pkgver=2.0.1.1
-pkgrel=1
-pkgdesc="Utilities to configure the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-control-center";
-groups=('ukui')
-depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kscreen' 'kwidgetsaddons' 'peony' 
'ukui-interface'
- 'ukui-panel' 'ukui-media' 'ukui-menus' 'ukui-power-manager' 
'ukui-screensaver'
- 'ukui-settings-daemon' 'upower')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
-fix-build.patch)
-sha512sums=('7ef2437459ef774c757d3fcb98700770bf13845b8868aef3748b80c8ea908b205cc56ac80e49fefcec470113d5f48ef3f5bdbbf70769d3cce43f32b95a1b6c01'
-
'333ee4084e2c658392ef8d3a09132e59c5419030c10024ef9ea70784e1ace25668464d12089b9986e3bbeea1106ec21380a5881c0d4df40553a512bfb634b3c8')
-
-prepare() {
-  cd ukui-control-center-$pkgver
-  # https://github.com/ukui/ukui-control-center/issues/36
-  patch -p1 -i ../fix-build.patch
-}
-
-build() {
-  cd ukui-control-center-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-control-center/repos/community-x86_64/PKGBUILD (from rev 603712, 
ukui-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 11:45:47 UTC (rev 603713)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-control-center
+pkgver=2.0.1.1
+pkgrel=2
+pkgdesc="Utilities to configure the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-control-center";
+groups=('ukui')
+depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kscreen' 'kwidgetsaddons' 'peony' 
'ukui-interface'
+ 'ukui-panel' 'ukui-media' 'ukui-menus' 'ukui-power-manager' 
'ukui-screensaver'
+ 'ukui-settings-daemon' 'upower')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
+fix-build.patch)
+sha512sums=('7ef2437459ef774c757d3fcb98700770bf13845b8868aef3748b80c8ea908b205cc56ac80e49fefcec470113d5f48ef3f5bdbbf70769d3cce43f32b95a1b6c01'
+
'333ee4084e2c658392ef8d3a09132e59c5419030c10024ef9ea70784e1ace25668464d12089b9986e3bbeea1106ec21380a5881c0d4df40553a512bfb634b3c8')
+
+prepare() {
+  cd ukui-control-center-$pkgver
+  # https://github.com/ukui/ukui-control-center/issues/36
+  patch -p1 -i ../fix-build.patch
+}
+
+build() {
+  cd ukui-control-center-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.service 
-t "$pkgdir"/usr/share/dbus-1/system-services/
+  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.conf -t 
"$pkgdir"/usr/share/dbus-1/system.d/
+}

Deleted: fix-build.patch
===
--- fix-build.patch 2020-03-23 11:45:12 UTC (rev 603712)
+++ fix-build.patch 2020-03-23 11:45:47 UTC (rev 603713)
@@ -1,72 +0,0 @@
-diff --git a/plugins/devices/shortcut/shortcut.cpp 
b/plugins/devices/shortcut/shortcut.cpp
-index 0aa8609..80bf602 100644
 a/plugins/devices/shortcut/shortcut.cpp
-+++ b/plugins/devices/shortcut/shortcut.cpp
-@@ -191,7 +191,7 @@ void Shortcut::appendGeneralItems(){
- for (KeyEntry * gkeyEntry: generalEntries){
- if (showList.contains(gkeyEntry->keyStr)){
- DefineShortcutItem * singleWidget = new 
DefineShortcutItem(gkeyEntry->keyStr, gkeyEntry->valueStr);
--singleWidget->setUserData(Qt::UserRole, gkeyEntry);
-+//singleWidget->setUserData(Qt::UserRole, gkeyEntry);
-
- CustomLineEdit * line = singleWidget->lineeditComponent();
- connect(line, &CustomLineEdit::shortcutCodeSignals, this, 
[=](QList keyCode){
-@@ -216,7 +216,7 @@ void Shortcut::buildCustomItem(KeyEntry * nkeyEntry){
- DefineShortcu

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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 11:45:12
  Author: felixonmars
Revision: 603712

upgpkg: ukui-control-center 2.0.1.1-2

Modified:
  ukui-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 11:24:40 UTC (rev 603711)
+++ PKGBUILD2020-03-23 11:45:12 UTC (rev 603712)
@@ -2,7 +2,7 @@
 
 pkgname=ukui-control-center
 pkgver=2.0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities to configure the UKUI desktop"
 arch=('x86_64')
 license=('GPL')
@@ -31,4 +31,7 @@
 package() {
   cd ukui-control-center-$pkgver
   make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.service 
-t "$pkgdir"/usr/share/dbus-1/system-services/
+  install -Dm644 registeredQDbus/conf/com.control.center.qt.systemdbus.conf -t 
"$pkgdir"/usr/share/dbus-1/system.d/
 }


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 11:24:40
  Author: kpcyrd
Revision: 603711

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 11:24:28 UTC (rev 603710)
+++ PKGBUILD2020-03-23 11:24:40 UTC (rev 603711)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('189f520e92e7c86146789ab66c39cf51308341691b6967a24c9dfab208cc5e1ba869aa538f26ca18f5e6cbefe612e4838fcdfc8744123368554e572c43b84e67')
-b2sums=('392d521cd00a52481dc50e421c2989d7062a5a9198d321c220de34accfb3379f3050275bb4ba2bf2cd438342ae9e766d37cdb072944d36fcf0ef10e4a26a6125')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

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


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 11:24:28
  Author: kpcyrd
Revision: 603710

upgpkg: findomain 1.4.3-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 11:07:39 UTC (rev 603709)
+++ PKGBUILD2020-03-23 11:24:28 UTC (rev 603710)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('189f520e92e7c86146789ab66c39cf51308341691b6967a24c9dfab208cc5e1ba869aa538f26ca18f5e6cbefe612e4838fcdfc8744123368554e572c43b84e67')
-b2sums=('392d521cd00a52481dc50e421c2989d7062a5a9198d321c220de34accfb3379f3050275bb4ba2bf2cd438342ae9e766d37cdb072944d36fcf0ef10e4a26a6125')
+sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
+b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-03-23 Thread Jonathan Steel via arch-commits
Date: Monday, March 23, 2020 @ 11:07:39
  Author: jsteel
Revision: 603709

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 11:07:29 UTC (rev 603708)
+++ PKGBUILD2020-03-23 11:07:39 UTC (rev 603709)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('x86_64')
-url="https://stella-emu.github.io/";
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('43f71246d9ab256687bce4ddc6e63965')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

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


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

2020-03-23 Thread Jonathan Steel via arch-commits
Date: Monday, March 23, 2020 @ 11:07:29
  Author: jsteel
Revision: 603708

upgpkg: stella 6.1-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 11:02:47 UTC (rev 603707)
+++ PKGBUILD2020-03-23 11:07:29 UTC (rev 603708)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=6.0.2
+pkgver=6.1
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
 
source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('43f71246d9ab256687bce4ddc6e63965')
+md5sums=('380788141b26e6a7b214b646fecbf4f3')
 
 build() {
   cd $pkgname-$pkgver


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 11:02:47
  Author: felixonmars
Revision: 603707

remove outdated workaround and fix depends

Modified:
  ukui-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 10:58:09 UTC (rev 603706)
+++ PKGBUILD2020-03-23 11:02:47 UTC (rev 603707)
@@ -10,7 +10,7 @@
 groups=('ukui')
 provides=('ukui-indicators')
 replaces=('ukui-indicators')
-depends=('gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 'qt5-webkit' 
'ukui-biometric-auth'
+depends=('dconf' 'gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 
'qt5-webkit' 'ukui-biometric-auth'
  'ukui-menu' 'ukui-menus')
 makedepends=('cmake' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
@@ -18,7 +18,6 @@
 
 prepare() {
   mkdir -p build
-  sed -i 
's|../../panel/common/ukuitranslator.h|../panel/common/ukuitranslator.h|' 
$pkgname-$pkgver/cmake/ukui-build-tools/modules/*.cpp.in
 }
 
 build() {


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 10:58:09
  Author: felixonmars
Revision: 603706

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   68 +++
 fix-build.patch |  156 --
 2 files changed, 106 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 10:57:48 UTC (rev 603705)
+++ PKGBUILD2020-03-23 10:58:09 UTC (rev 603706)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-control-center
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Utilities to configure the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-control-center";
-groups=('ukui')
-depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kscreen' 'kwidgetsaddons' 'peony' 
'ukui-interface'
- 'ukui-panel' 'ukui-media' 'ukui-menus' 'ukui-power-manager' 
'ukui-screensaver'
- 'ukui-settings-daemon' 'upower')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
-fix-build.patch)
-sha512sums=('c2633eff9a7f8b916c1cb9adbac71a1a7280950fc283b6c441c4245cde1233ae9f565af24e7304650ba220b5bdb142d2516e4ec1aa57199433fef05e43841153'
-
'582ecdd847c28c4c82cbf0caea0553d7cfc92d2cf9dfe2df0d4e3e721ac4291da2486332a3a4ee4f14f306c2a0f2353c78cb3e8fdcbc405164c880c68d7ed09d')
-
-prepare() {
-  cd ukui-control-center-$pkgver
-  # https://github.com/ukui/ukui-control-center/issues/36
-  patch -p1 -i ../fix-build.patch
-}
-
-build() {
-  cd ukui-control-center-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-control-center-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-control-center/repos/community-x86_64/PKGBUILD (from rev 603705, 
ukui-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 10:58:09 UTC (rev 603706)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-control-center
+pkgver=2.0.1.1
+pkgrel=1
+pkgdesc="Utilities to configure the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-control-center";
+groups=('ukui')
+depends=('kconfig' 'kconfigwidgets' 'ki18n' 'kscreen' 'kwidgetsaddons' 'peony' 
'ukui-interface'
+ 'ukui-panel' 'ukui-media' 'ukui-menus' 'ukui-power-manager' 
'ukui-screensaver'
+ 'ukui-settings-daemon' 'upower')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
+fix-build.patch)
+sha512sums=('7ef2437459ef774c757d3fcb98700770bf13845b8868aef3748b80c8ea908b205cc56ac80e49fefcec470113d5f48ef3f5bdbbf70769d3cce43f32b95a1b6c01'
+
'333ee4084e2c658392ef8d3a09132e59c5419030c10024ef9ea70784e1ace25668464d12089b9986e3bbeea1106ec21380a5881c0d4df40553a512bfb634b3c8')
+
+prepare() {
+  cd ukui-control-center-$pkgver
+  # https://github.com/ukui/ukui-control-center/issues/36
+  patch -p1 -i ../fix-build.patch
+}
+
+build() {
+  cd ukui-control-center-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-control-center-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-build.patch
===
--- fix-build.patch 2020-03-23 10:57:48 UTC (rev 603705)
+++ fix-build.patch 2020-03-23 10:58:09 UTC (rev 603706)
@@ -1,84 +0,0 @@
-diff --git a/plugins/devices/shortcut/shortcut.cpp 
b/plugins/devices/shortcut/shortcut.cpp
-index 0aa8609..80bf602 100644
 a/plugins/devices/shortcut/shortcut.cpp
-+++ b/plugins/devices/shortcut/shortcut.cpp
-@@ -191,7 +191,7 @@ void Shortcut::appendGeneralItems(){
- for (KeyEntry * gkeyEntry: generalEntries){
- if (showList.contains(gkeyEntry->keyStr)){
- DefineShortcutItem * singleWidget = new 
DefineShortcutItem(gkeyEntry->keyStr, gkeyEntry->valueStr);
--singleWidget->setUserData(Qt::UserRole, gkeyEntry);
-+//singleWidget->setUserData(Qt::UserRole, gkeyEntry);
- 
- CustomLineEdit * line = singleWidget->lineeditComponent();
- connect(line, &CustomLineEdit::shortcutCodeSignals, this, 
[=](QList keyCode){
-@@ -216,7 +216,7 @@ void Shortcut::buildCustomItem(KeyEntry * nkeyEntry){
- DefineShortcutItem * singleWidget = new 
DefineShortcutItem(nkeyEntry->nameStr, nkeyEntry->bindingStr);
- singleWidget->setDeleteable(true);
- singleWidget->setUpdateable(true);
--singleWidget->setUserData(Qt::UserRole, nkeyEntry);
-+//singleWidget-

[arch-commits] Commit in ukui-control-center/trunk (PKGBUILD fix-build.patch)

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 10:57:48
  Author: felixonmars
Revision: 603705

upgpkg: ukui-control-center 2.0.1.1-1

Modified:
  ukui-control-center/trunk/PKGBUILD
  ukui-control-center/trunk/fix-build.patch

-+
 PKGBUILD|6 +++---
 fix-build.patch |   26 +++---
 2 files changed, 10 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 10:57:25 UTC (rev 603704)
+++ PKGBUILD2020-03-23 10:57:48 UTC (rev 603705)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-control-center
-pkgver=2.0.1
+pkgver=2.0.1.1
 pkgrel=1
 pkgdesc="Utilities to configure the UKUI desktop"
 arch=('x86_64')
@@ -13,8 +13,8 @@
  'ukui-settings-daemon' 'upower')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-control-center/archive/v$pkgver.tar.gz";
 fix-build.patch)
-sha512sums=('c2633eff9a7f8b916c1cb9adbac71a1a7280950fc283b6c441c4245cde1233ae9f565af24e7304650ba220b5bdb142d2516e4ec1aa57199433fef05e43841153'
-
'582ecdd847c28c4c82cbf0caea0553d7cfc92d2cf9dfe2df0d4e3e721ac4291da2486332a3a4ee4f14f306c2a0f2353c78cb3e8fdcbc405164c880c68d7ed09d')
+sha512sums=('7ef2437459ef774c757d3fcb98700770bf13845b8868aef3748b80c8ea908b205cc56ac80e49fefcec470113d5f48ef3f5bdbbf70769d3cce43f32b95a1b6c01'
+
'333ee4084e2c658392ef8d3a09132e59c5419030c10024ef9ea70784e1ace25668464d12089b9986e3bbeea1106ec21380a5881c0d4df40553a512bfb634b3c8')
 
 prepare() {
   cd ukui-control-center-$pkgver

Modified: fix-build.patch
===
--- fix-build.patch 2020-03-23 10:57:25 UTC (rev 603704)
+++ fix-build.patch 2020-03-23 10:57:48 UTC (rev 603705)
@@ -8,7 +8,7 @@
  DefineShortcutItem * singleWidget = new 
DefineShortcutItem(gkeyEntry->keyStr, gkeyEntry->valueStr);
 -singleWidget->setUserData(Qt::UserRole, gkeyEntry);
 +//singleWidget->setUserData(Qt::UserRole, gkeyEntry);
- 
+
  CustomLineEdit * line = singleWidget->lineeditComponent();
  connect(line, &CustomLineEdit::shortcutCodeSignals, this, 
[=](QList keyCode){
 @@ -216,7 +216,7 @@ void Shortcut::buildCustomItem(KeyEntry * nkeyEntry){
@@ -34,26 +34,14 @@
 --- a/plugins/devices/shortcut/shortcut.h
 +++ b/plugins/devices/shortcut/shortcut.h
 @@ -38,7 +38,7 @@ QT_END_NAMESPACE
- 
+
  typedef struct _KeyEntry KeyEntry;
- 
+
 -struct _KeyEntry : QObjectUserData{
 +struct _KeyEntry{
  //int keyval;
  QString gsSchema;
  QString keyStr;
-diff --git a/plugins/time-language/datetime/worldMap/zoneinfo.h 
b/plugins/time-language/datetime/worldMap/zoneinfo.h
-index 0f1b720..98637c9 100644
 a/plugins/time-language/datetime/worldMap/zoneinfo.h
-+++ b/plugins/time-language/datetime/worldMap/zoneinfo.h
-@@ -1,6 +1,7 @@
- #ifndef ZONEINFO_H
- #define ZONEINFO_H
- 
-+#include 
- #include 
- #include 
- 
 diff --git a/shell/utils/functionselect.h b/shell/utils/functionselect.h
 index 54efe44..3c2df92 100644
 --- a/shell/utils/functionselect.h
@@ -61,13 +49,13 @@
 @@ -20,12 +20,13 @@
  #ifndef FUNCTIONSELECT_H
  #define FUNCTIONSELECT_H
- 
+
 +#include 
  #include 
  #include 
  //#include 
- 
- 
+
+
 -typedef struct _FuncInfo : QObjectUserData
 +typedef struct _FuncInfo
  {
@@ -76,7 +64,7 @@
 @@ -34,7 +35,7 @@ typedef struct _FuncInfo : QObjectUserData
  QString namei18nString;
  }FuncInfo;
- 
+
 -typedef struct _RecordFunc : QObjectUserData
 +typedef struct _RecordFunc
  {


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 10:57:09
  Author: felixonmars
Revision: 603703

upgpkg: ukui-sidebar 1.1.0-1

Modified:
  ukui-sidebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 10:52:50 UTC (rev 603702)
+++ PKGBUILD2020-03-23 10:57:09 UTC (rev 603703)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-sidebar
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Parallels toolbox for UKUI"
 arch=('x86_64')
@@ -8,10 +8,10 @@
 license=('GPL')
 url="https://github.com/ukui/ukui-sidebar";
 groups=('ukui')
-depends=('qt5-svg')
+depends=('qt5-multimedia' 'qt5-svg')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-sidebar/archive/v$pkgver.tar.gz";)
-sha512sums=('dde488cc23b8b89a7bd6ff477259798dbe09d40ed87e51758c7ebee0bef89c5ba838f036373c165b5950ec82508ec700e366979bf61906f6fb27e3b8b768a7d2')
+sha512sums=('40aa2989453ad3213f0775ed481316d3d345fa2a3b1e6643ada1a3b82dbaf22c9a088047e4cfc6d24fba0fbb68594f5ae79d6aa875103024ff24389bf9e8e245')
 
 build() {
   cd ukui-sidebar-$pkgver


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 10:57:25
  Author: felixonmars
Revision: 603704

archrelease: copy trunk to community-x86_64

Added:
  ukui-sidebar/repos/community-x86_64/PKGBUILD
(from rev 603703, ukui-sidebar/trunk/PKGBUILD)
Deleted:
  ukui-sidebar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 10:57:09 UTC (rev 603703)
+++ PKGBUILD2020-03-23 10:57:25 UTC (rev 603704)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-sidebar
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Parallels toolbox for UKUI"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-sidebar";
-groups=('ukui')
-depends=('qt5-svg')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-sidebar/archive/v$pkgver.tar.gz";)
-sha512sums=('dde488cc23b8b89a7bd6ff477259798dbe09d40ed87e51758c7ebee0bef89c5ba838f036373c165b5950ec82508ec700e366979bf61906f6fb27e3b8b768a7d2')
-
-build() {
-  cd ukui-sidebar-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-sidebar-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 src/data/ukui-sidebar.desktop -t "$pkgdir"/etc/xdg/autostart/
-}

Copied: ukui-sidebar/repos/community-x86_64/PKGBUILD (from rev 603703, 
ukui-sidebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 10:57:25 UTC (rev 603704)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-sidebar
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Parallels toolbox for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-sidebar";
+groups=('ukui')
+depends=('qt5-multimedia' 'qt5-svg')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-sidebar/archive/v$pkgver.tar.gz";)
+sha512sums=('40aa2989453ad3213f0775ed481316d3d345fa2a3b1e6643ada1a3b82dbaf22c9a088047e4cfc6d24fba0fbb68594f5ae79d6aa875103024ff24389bf9e8e245')
+
+build() {
+  cd ukui-sidebar-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-sidebar-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 src/data/ukui-sidebar.desktop -t "$pkgdir"/etc/xdg/autostart/
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 10:52:50
  Author: felixonmars
Revision: 603702

archrelease: copy trunk to community-x86_64

Added:
  ukui-panel/repos/community-x86_64/PKGBUILD
(from rev 603701, ukui-panel/trunk/PKGBUILD)
Deleted:
  ukui-panel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 10:52:33 UTC (rev 603701)
+++ PKGBUILD2020-03-23 10:52:50 UTC (rev 603702)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-panel
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Launcher and docking facility for UKUI"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-panel";
-groups=('ukui')
-provides=('ukui-indicators')
-replaces=('ukui-indicators')
-depends=('gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 'qt5-webkit' 
'ukui-biometric-auth'
- 'ukui-menu' 'ukui-menus')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
-sha512sums=('bb8a765c21e4153dbdd4a3086bc39362ce832145a41567395f4ba8b8f9722e93566521adf08c940b1ea7c6b14e2bfbba0be142615f7420bc9747177d30d320f1')
-
-prepare() {
-  mkdir -p build
-  sed -i 
's|../../panel/common/ukuitranslator.h|../panel/common/ukuitranslator.h|' 
$pkgname-$pkgver/cmake/ukui-build-tools/modules/*.cpp.in
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ukui-panel/repos/community-x86_64/PKGBUILD (from rev 603701, 
ukui-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 10:52:50 UTC (rev 603702)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-panel
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Launcher and docking facility for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-panel";
+groups=('ukui')
+provides=('ukui-indicators')
+replaces=('ukui-indicators')
+depends=('gsettings-qt' 'kwindowsystem' 'libqtxdg' 'peony' 'qt5-webkit' 
'ukui-biometric-auth'
+ 'ukui-menu' 'ukui-menus')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
+sha512sums=('238127a8985e177ec4c51b7505e9563eca8ac2b47feb833ec973ece44a81448286fde0f09a7b3f086cbd0456fb12a1aff3cfd7efde70f7b24de276313a0967a8')
+
+prepare() {
+  mkdir -p build
+  sed -i 
's|../../panel/common/ukuitranslator.h|../panel/common/ukuitranslator.h|' 
$pkgname-$pkgver/cmake/ukui-build-tools/modules/*.cpp.in
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 10:52:33
  Author: felixonmars
Revision: 603701

upgpkg: ukui-panel 2.0.3-1

Modified:
  ukui-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 09:43:08 UTC (rev 603700)
+++ PKGBUILD2020-03-23 10:52:33 UTC (rev 603701)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-panel
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Launcher and docking facility for UKUI"
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'ukui-menu' 'ukui-menus')
 makedepends=('cmake' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz";)
-sha512sums=('bb8a765c21e4153dbdd4a3086bc39362ce832145a41567395f4ba8b8f9722e93566521adf08c940b1ea7c6b14e2bfbba0be142615f7420bc9747177d30d320f1')
+sha512sums=('238127a8985e177ec4c51b7505e9563eca8ac2b47feb833ec973ece44a81448286fde0f09a7b3f086cbd0456fb12a1aff3cfd7efde70f7b24de276313a0967a8')
 
 prepare() {
   mkdir -p build


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

2020-03-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 23, 2020 @ 09:43:08
  Author: mtorromeo
Revision: 603700

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 09:43:01 UTC (rev 603699)
+++ PKGBUILD2020-03-23 09:43:08 UTC (rev 603700)
@@ -1,45 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-grequests
-pkgname=(python-grequests python2-grequests)
-_libname=grequests
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily."
-url="https://pypi.python.org/pypi/grequests/";
-license=('custom: ISC')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
-
$_libname-$pkgver-LICENSE::https://github.com/kennethreitz/grequests/raw/v$pkgver/LICENSE)
-sha256sums=('8aeccc15e60ec65c7e67ee32e9c596ab2196979815497f85cf863465a1626490'
-'4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
-
-build() {
-cd "$srcdir"/$_libname-$pkgver
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
-}
-
-package_python-grequests() {
-depends=('python-requests' 'python-gevent')
-
-cd "$srcdir"/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy3 build
-python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-grequests() {
-depends=('python2-requests' 'python2-gevent')
-
-cd "$srcdir"/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-grequests/repos/community-any/PKGBUILD (from rev 603699, 
python-grequests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 09:43:08 UTC (rev 603700)
@@ -0,0 +1,27 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-grequests
+_libname=grequests
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily."
+url="https://pypi.python.org/pypi/grequests/";
+license=('custom: ISC')
+arch=('any')
+depends=('python-requests' 'python-gevent')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
+
$_libname-$pkgver-LICENSE::https://github.com/kennethreitz/grequests/raw/v$pkgver/LICENSE)
+sha256sums=('8aeccc15e60ec65c7e67ee32e9c596ab2196979815497f85cf863465a1626490'
+'4063882a8913e4b37457d58fe6600bd975ba053c8db2e8c6b218e7c9c8575ca8')
+
+build() {
+cd "$srcdir"/$_libname-$pkgver
+python setup.py build
+}
+
+package_python-grequests() {
+cd "$srcdir"/$_libname-$pkgver
+python setup.py install --skip-build -O1 --root="$pkgdir"
+install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-03-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 23, 2020 @ 09:43:01
  Author: mtorromeo
Revision: 603699

upgpkg: python-grequests 0.4.0-3: Removed python2-grequests

Modified:
  python-grequests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 09:39:06 UTC (rev 603698)
+++ PKGBUILD2020-03-23 09:43:01 UTC (rev 603699)
@@ -1,15 +1,15 @@
 # Maintainer: Massimiliano Torromeo 
 
-pkgbase=python-grequests
-pkgname=(python-grequests python2-grequests)
+pkgname=python-grequests
 _libname=grequests
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows you to use Requests with Gevent to make asyncronous HTTP 
Requests easily."
 url="https://pypi.python.org/pypi/grequests/";
 license=('custom: ISC')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python-requests' 'python-gevent')
+makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz
 
$_libname-$pkgver-LICENSE::https://github.com/kennethreitz/grequests/raw/v$pkgver/LICENSE)
 sha256sums=('8aeccc15e60ec65c7e67ee32e9c596ab2196979815497f85cf863465a1626490'
@@ -17,29 +17,11 @@
 
 build() {
 cd "$srcdir"/$_libname-$pkgver
-
-rm -rf ../buildpy3; mkdir ../buildpy3
-python setup.py build -b ../buildpy3
-
-rm -rf ../buildpy2; mkdir ../buildpy2
-python2 setup.py build -b ../buildpy2
-find ../buildpy2 -name \*.py -exec sed -r '1 
s|^#!(.*)python$|#!\1python2|' -i {} +
+python setup.py build
 }
 
 package_python-grequests() {
-depends=('python-requests' 'python-gevent')
-
 cd "$srcdir"/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy3 build
 python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-grequests() {
-depends=('python2-requests' 'python2-gevent')
-
-cd "$srcdir"/$_libname-$pkgver
-rm -rf build; ln -s ../buildpy2 build
-python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "$srcdir"/$_libname-$pkgver-LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2020-03-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 23, 2020 @ 09:38:53
  Author: mtorromeo
Revision: 603697

upgpkg: python-oauthlib 3.1.0-4: Removed python2-oauthlib

Modified:
  python-oauthlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 09:17:12 UTC (rev 603696)
+++ PKGBUILD2020-03-23 09:38:53 UTC (rev 603697)
@@ -1,9 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
+pkgname=python-oauthlib
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 _libname=oauthlib
 pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
 arch=(any)
@@ -10,37 +9,18 @@
 url="https://github.com/idan/oauthlib";
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
+depends=(python-cryptography)
+makedepends=(python-setuptools)
 sha256sums=('bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889')
 
 build() {
cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
+   python setup.py build
 }
 
 package_python-oauthlib() {
-   depends=(python-cryptography)
-
cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy3 build
python setup.py install --skip-build -O1 --root="$pkgdir"
install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
chmod -R a+r "$pkgdir/usr/lib"
 }
-
-package_python2-oauthlib() {
-   depends=(python2-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}


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

2020-03-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 23, 2020 @ 09:39:06
  Author: mtorromeo
Revision: 603698

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 09:38:53 UTC (rev 603697)
+++ PKGBUILD2020-03-23 09:39:06 UTC (rev 603698)
@@ -1,46 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=3.1.0
-pkgrel=3
-_libname=oauthlib
-pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
-arch=(any)
-url="https://github.com/idan/oauthlib";
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-sha256sums=('bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889')
-
-build() {
-   cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}
-
-package_python2-oauthlib() {
-   depends=(python2-cryptography)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   chmod -R a+r "$pkgdir/usr/lib"
-}

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 603697, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 09:39:06 UTC (rev 603698)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=python-oauthlib
+pkgver=3.1.0
+pkgrel=4
+_libname=oauthlib
+pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic"
+arch=(any)
+url="https://github.com/idan/oauthlib";
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+depends=(python-cryptography)
+makedepends=(python-setuptools)
+sha256sums=('bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889')
+
+build() {
+   cd "$srcdir/$_libname-$pkgver"
+   python setup.py build
+}
+
+package_python-oauthlib() {
+   cd "$srcdir/$_libname-$pkgver"
+   python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   chmod -R a+r "$pkgdir/usr/lib"
+}


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

2020-03-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 23, 2020 @ 09:16:59
  Author: mtorromeo
Revision: 603695

upgpkg: earlyoom 1.5-1

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 09:03:00 UTC (rev 603694)
+++ PKGBUILD2020-03-23 09:16:59 UTC (rev 603695)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=earlyoom
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('pandoc')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('859d044fc5149fb446e4f3cf3278a524c5f74084026152356de6b7c1270b47ce')
+sha256sums=('55b71800e878a01325951c904fa45d345b83440123c7dcbce1c47ff49326ea91')
 
 prepare() {
 cd "$pkgname-$pkgver"


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

2020-03-23 Thread Massimiliano Torromeo via arch-commits
Date: Monday, March 23, 2020 @ 09:17:12
  Author: mtorromeo
Revision: 603696

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 603695, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 09:16:59 UTC (rev 603695)
+++ PKGBUILD2020-03-23 09:17:12 UTC (rev 603696)
@@ -1,29 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=earlyoom
-pkgver=1.4
-pkgrel=1
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom";
-license=('MIT')
-makedepends=('pandoc')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('859d044fc5149fb446e4f3cf3278a524c5f74084026152356de6b7c1270b47ce')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 603695, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 09:17:12 UTC (rev 603696)
@@ -0,0 +1,29 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=earlyoom
+pkgver=1.5
+pkgrel=1
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom";
+license=('MIT')
+makedepends=('pandoc')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('55b71800e878a01325951c904fa45d345b83440123c7dcbce1c47ff49326ea91')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in emby-server/repos (8 files)

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 09:03:00
  Author: alucryd
Revision: 603694

archrelease: copy trunk to community-staging-any

Added:
  emby-server/repos/community-staging-any/
  emby-server/repos/community-staging-any/PKGBUILD
(from rev 603693, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-staging-any/emby-server
(from rev 603693, emby-server/trunk/emby-server)
  emby-server/repos/community-staging-any/emby-server.conf
(from rev 603693, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-staging-any/emby-server.service
(from rev 603693, emby-server/trunk/emby-server.service)
  emby-server/repos/community-staging-any/emby-server.sysusers
(from rev 603693, emby-server/trunk/emby-server.sysusers)
  emby-server/repos/community-staging-any/emby-server.tmpfiles
(from rev 603693, emby-server/trunk/emby-server.tmpfiles)
  emby-server/repos/community-staging-any/license.docx
(from rev 603693, emby-server/trunk/license.docx)

--+
 PKGBUILD |  131 +
 emby-server  |   10 +++
 emby-server.conf |5 +
 emby-server.service  |   16 +
 emby-server.sysusers |1 
 emby-server.tmpfiles |1 
 6 files changed, 164 insertions(+)

Copied: emby-server/repos/community-staging-any/PKGBUILD (from rev 603693, 
emby-server/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-03-23 09:03:00 UTC (rev 603694)
@@ -0,0 +1,131 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=4.4.0.40
+_ffmpeg_ver=2020_02_24
+pkgrel=2
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=(any)
+url=https://emby.media
+license=(custom)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  dotnet-runtime
+  expat
+  fontconfig
+  fribidi
+  glibc
+  gmp
+  gnutls
+  lame
+  libass.so
+  libdav1d.so
+  libdrm
+  libfreetype.so
+  libjpeg-turbo
+  libmfx
+  libpng
+  libtheora
+  libva-drm.so
+  libva.so
+  libvorbisenc.so
+  libvorbis.so
+  libwebp
+  libx264.so
+  opus
+  skia-sharp
+  sqlite
+  zlib
+  zvbi
+)
+makedepends=(
+  ffnvcodec-headers8.1
+  nasm
+)
+optdepends=('intel-media-sdk: Intel QuickSync support')
+source=(
+  
https://github.com/MediaBrowser/Emby.Releases/releases/download/${pkgver}/embyserver-netcore_${pkgver}.zip
+  https://mediabrowser.github.io/embytools/ffmpeg-${_ffmpeg_ver}.tar.gz
+  https://mediabrowser.github.io/embytools/ffdetect-${_ffmpeg_ver}-x64.tar.xz
+  emby-server
+  emby-server.conf
+  emby-server.service
+  emby-server.sysusers
+  emby-server.tmpfiles
+  license.docx
+)
+noextract=(license.docx)
+backup=(etc/conf.d/emby-server)
+sha256sums=('740e7328d517b1ffbb91d2c0f37884cdf67398af532848b005294d66fc540b9a'
+'6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0'
+'50ed2c4b4a8bc62baf92ac6192c8fe21a00dd77b0079d5a971958f412bc2bf9e'
+'ee6ed36a13fcd8fd0b2b818eac742cc2cc2513d7f8f6cd867fa8d1c45ef3dd22'
+'d1a805284d8a1329f6f6e736423be747d8951c5a9600fbb79c13a6f9be7149c0'
+'efdaabd3002fee13a6831e90fd700dea4d7c6c954ede00da6f28c1eada33ad8c'
+'f7fa33949757ffc587ecf82496dc35ebc8c8e5c98b882b31dc40a24263d3921a'
+'a13a844a1bdc679356698e3fd7f3946d07bdfe021ed857d944ead011ad338056'
+'a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6')
+
+prepare() {
+  rm -rf system/{electron,runtimes/{osx,tizen*,win*}}
+}
+
+build() {
+  cd ffmpeg-${_ffmpeg_ver}_public
+
+  export PKG_CONFIG_PATH=/usr/lib/ffnvcodec8.1/pkgconfig
+
+  ./configure \
+--disable-doc \
+--disable-ffplay \
+--disable-shared \
+--disable-vdpau \
+--disable-libxcb \
+--disable-lzma \
+--disable-sdl2 \
+--disable-xlib \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-libaom \
+--enable-libass \
+--enable-libdav1d \
+--enable-libdrm \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libmfx \
+--enable-libmp3lame \
+--enable-libopus \
+--enable-libtheora \
+--enable-libvorbis \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libzvbi \
+--enable-version3 \
+--enable-nvdec \
+--enable-nvenc \
+--enable-static \
+--enable-vaapi
+  make
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/lib
+  cp -dr --no-preserve='ownership' system "${pkgdir}"/usr/lib/emby-server
+  ln -s ../libSkiaSharp.so.68.0.0 
"${pkgdir}"/usr/lib/emby-server/libSkiaSharp.so
+  install -Dm 755 emby-server -t "${pkgdir}"/usr/bin/
+  install -Dm 755 bin/ffdetect "${pkgdir}"/usr/bin/ffdetect-emby
+  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public/ffmpeg 
"${pkgdir}"/usr/bin/ffmpeg-emby
+  install -Dm 755 ffmpeg-${_ffmpeg_ver}_public/ffprobe 
"${pkgdir}"/usr/bin/ffprobe-emby

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

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 09:02:50
  Author: alucryd
Revision: 603693

upgpkg: emby-server 4.4.0.40-2

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 08:44:42 UTC (rev 603692)
+++ PKGBUILD2020-03-23 09:02:50 UTC (rev 603693)
@@ -4,7 +4,7 @@
 pkgname=emby-server
 pkgver=4.4.0.40
 _ffmpeg_ver=2020_02_24
-pkgrel=1
+pkgrel=2
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=(any)
 url=https://emby.media
@@ -22,6 +22,7 @@
   gnutls
   lame
   libass.so
+  libdav1d.so
   libdrm
   libfreetype.so
   libjpeg-turbo
@@ -92,6 +93,7 @@
 --enable-gpl \
 --enable-libaom \
 --enable-libass \
+--enable-libdav1d \
 --enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \


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

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 08:53:05
  Author: alucryd
Revision: 378397

archrelease: copy trunk to staging-x86_64

Added:
  ffmpeg/repos/staging-x86_64/
  ffmpeg/repos/staging-x86_64/PKGBUILD
(from rev 378396, ffmpeg/trunk/PKGBUILD)

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

Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 378396, 
ffmpeg/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-03-23 08:53:05 UTC (rev 378397)
@@ -0,0 +1,163 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.2.2
+pkgrel=4
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
+depends=(
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdav1d.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmfx
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  v4l-utils
+  xz
+  zlib
+)
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
+optdepends=(
+  'intel-media-sdk: Intel QuickSync support'
+  'ladspa: LADSPA filters'
+)
+provides=(
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
+)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ffmpeg
+
+  git describe --tags | sed 's/^n//'
+}
+
+prepare() {
+  cd ffmpeg
+
+  git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
+}
+
+build() {
+  cd ffmpeg
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-fontconfig \
+--enable-gmp \
+--enable-gnutls \
+--enable-gpl \
+--enable-ladspa \
+--enable-libaom \
+--enable-libass \
+--enable-libbluray \
+--enable-libdav1d \
+--enable-libdrm \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libiec61883 \
+--enable-libjack \
+--enable-libmfx \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-libsoxr \
+--enable-libspeex \
+--enable-libssh \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvidstab \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libwebp \
+--enable-libx264 \
+--enable-libx265 \
+--enable-libxcb \
+--enable-libxml2 \
+--enable-libxvid \
+--enable-nvdec \
+--enable-nvenc \
+--enable-omx \
+--enable-shared \
+--enable-version3
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play}.1
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
+  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 08:53:00
  Author: alucryd
Revision: 378396

upgpkg: ffmpeg 1:4.2.2-4

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 08:27:33 UTC (rev 378395)
+++ PKGBUILD2020-03-23 08:53:00 UTC (rev 378396)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in higan/repos/community-x86_64 (6 files)

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 08:44:42
  Author: alucryd
Revision: 603692

archrelease: copy trunk to community-x86_64

Added:
  higan/repos/community-x86_64/PKGBUILD
(from rev 603691, higan/trunk/PKGBUILD)
  higan/repos/community-x86_64/higan-flags.patch
(from rev 603691, higan/trunk/higan-flags.patch)
  higan/repos/community-x86_64/higan-paths.patch
(from rev 603691, higan/trunk/higan-paths.patch)
Deleted:
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan-flags.patch
  higan/repos/community-x86_64/higan-paths.patch

---+
 PKGBUILD  |  148 ++--
 higan-flags.patch |   46 
 higan-paths.patch |   84 ++---
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 08:44:35 UTC (rev 603691)
+++ PKGBUILD2020-03-23 08:44:42 UTC (rev 603692)
@@ -1,74 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=109
-pkgrel=2
-pkgdesc='A multi-system emulator focused on accuracy, preservation, and 
configurability'
-arch=(x86_64)
-url=https://byuu.org/
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-  libao
-  libasound.so
-  libgl
-  libpulse-simple.so
-  libpulse.so
-  libudev.so
-  libx11
-  libxext
-  libxrandr
-  libxv
-  openal
-  qt5-base
-  sdl2
-)
-makedepends=(
-  git
-)
-source=(
-  
git+https://github.com/byuu/higan.git#tag=bda7f3b2f815e9491501dcda22478ae5a97f5cf5
-  higan-flags.patch
-  higan-paths.patch
-)
-sha256sums=('SKIP'
-'bf84cfa9f2499a187dca613272fadf267fd3e2c29b615af74b1e219bd8c3247c'
-'9cc20274c420a05667f35bdc9db313f1a6ce47d964dbf0cef62d85c46a4170a4')
-
-pkgver() {
-  cd higan
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd higan
-
-  patch -Np1 -i ../higan-flags.patch
-  patch -Np1 -i ../higan-paths.patch
-  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
-}
-
-build() {
-  cd higan
-
-  make -C higan hiro=qt5
-  make -C icarus hiro=qt5
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/usr/share/{higan,icarus}
-
-  install -Dm 755 higan/higan/out/higan -t "${pkgdir}"/usr/bin/
-  install -Dm 644 higan/higan/target-higan/resource/higan.desktop -t 
"${pkgdir}"/usr/share/applications/
-  install -Dm 644 higan/higan/target-higan/resource/higan.svg -t 
"${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/higan/System 
"${pkgdir}"/usr/share/higan/Templates
-
-  install -Dm 755 higan/icarus/out/icarus -t "${pkgdir}"/usr/bin/
-  install -Dm 644 higan/icarus/data/icarus.desktop -t 
"${pkgdir}"/usr/share/applications/
-  install -Dm 644 higan/icarus/data/icarus.svg -t 
"${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' higan/icarus/Database higan/icarus/Firmware 
"${pkgdir}"/usr/share/icarus/
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan/repos/community-x86_64/PKGBUILD (from rev 603691, 
higan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 08:44:42 UTC (rev 603692)
@@ -0,0 +1,74 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=110
+pkgrel=1
+pkgdesc='A multi-system emulator focused on accuracy, preservation, and 
configurability'
+arch=(x86_64)
+url=https://byuu.org/
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+  libao
+  libasound.so
+  libgl
+  libpulse-simple.so
+  libpulse.so
+  libudev.so
+  libx11
+  libxext
+  libxrandr
+  libxv
+  openal
+  qt5-base
+  sdl2
+)
+makedepends=(
+  git
+)
+source=(
+  
git+https://github.com/byuu/higan.git#tag=483c5781fc7e853d6ae9f179303cca16af09134f
+  higan-flags.patch
+  higan-paths.patch
+)
+sha256sums=('SKIP'
+'bf84cfa9f2499a187dca613272fadf267fd3e2c29b615af74b1e219bd8c3247c'
+'9cc20274c420a05667f35bdc9db313f1a6ce47d964dbf0cef62d85c46a4170a4')
+
+pkgver() {
+  cd higan
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd higan
+
+  patch -Np1 -i ../higan-flags.patch
+  patch -Np1 -i ../higan-paths.patch
+  sed 's|/usr/local/lib/qt5/bin/moc|moc|' -i hiro/GNUmakefile
+}
+
+build() {
+  cd higan
+
+  make -C higan hiro=qt5
+  make -C icarus hiro=qt5
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/{higan,icarus}
+
+  install -Dm 755 higan/higan/out/higan -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/higan/target-higan/resource/higan.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/higan/target-higan/resource/higan.svg -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' higan/higan/System 
"${pkgdir}"/usr/share/higan/Templates
+
+  install -Dm 755 higan/icarus/out/icarus -t "${pkgdir}"/usr/bin/
+  install -Dm 644 higan/icarus/data/icarus.desktop -t 
"${pkgdir}"/usr/share/applications/
+  install -Dm 644 higan/icarus/data/icarus.svg -t 
"${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' 

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

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 08:44:35
  Author: alucryd
Revision: 603691

upgpkg: higan 110-1

Modified:
  higan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 04:08:24 UTC (rev 603690)
+++ PKGBUILD2020-03-23 08:44:35 UTC (rev 603691)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=higan
-pkgver=109
-pkgrel=2
+pkgver=110
+pkgrel=1
 pkgdesc='A multi-system emulator focused on accuracy, preservation, and 
configurability'
 arch=(x86_64)
 url=https://byuu.org/
@@ -28,7 +28,7 @@
   git
 )
 source=(
-  
git+https://github.com/byuu/higan.git#tag=bda7f3b2f815e9491501dcda22478ae5a97f5cf5
+  
git+https://github.com/byuu/higan.git#tag=483c5781fc7e853d6ae9f179303cca16af09134f
   higan-flags.patch
   higan-paths.patch
 )


  1   2   >