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

2019-06-21 Thread Balló György via arch-commits
Date: Saturday, June 22, 2019 @ 05:56:18
  Author: bgyorgy
Revision: 482645

upgpkg: giggle 0.7-10

Adopt the package, add appstream metadata

Added:
  giggle/trunk/giggle.appdata.xml
Modified:
  giggle/trunk/PKGBUILD

+
 PKGBUILD   |   20 ++--
 giggle.appdata.xml |   38 ++
 2 files changed, 48 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-22 05:01:21 UTC (rev 482644)
+++ PKGBUILD2019-06-22 05:56:18 UTC (rev 482645)
@@ -1,4 +1,4 @@
-# Maintainer:
+# Maintainer: Balló György 
 # Contributor: Alexander F. Rødseth 
 # Contributor: Ionut Biru 
 # Contributor: neodreams 
@@ -5,7 +5,7 @@
 
 pkgname=giggle
 pkgver=0.7
-pkgrel=9
+pkgrel=10
 pkgdesc='Git repository viewer'
 arch=(x86_64)
 url='https://wiki.gnome.org/Apps/giggle'
@@ -12,16 +12,17 @@
 license=(GPL)
 depends=(git gtksourceview3 vte3)
 makedepends=(intltool itstool gnome-common yelp-tools)
-source=("https://ftp.gnome.org/pub/GNOME/sources/giggle/$pkgver/$pkgname-$pkgver.tar.xz;
+source=("https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+giggle.appdata.xml
 gtksourceview3.7.patch
 vte2.91.patch)
 sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59'
+'52bc930fe0e981bc14722b842cf2a57e645509853a642692d73f14462b3522be'
 'a29cc899d17645d43a39ac94551c4af896f67983c40fab3bfc585881217f30df'
 'eec654cd3ec31144461cbfc01f4c0b6690e0cdd1b08e057cd5afe99acc17dfed')
 
 prepare() {
   cd $pkgname-$pkgver
-
   patch -Np1 -i ../gtksourceview3.7.patch
   patch -Np1 -i ../vte2.91.patch
   NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
@@ -29,7 +30,6 @@
 
 build() {
   cd $pkgname-$pkgver
-
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -36,12 +36,12 @@
 }
 
 check() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" check
+  cd $pkgname-$pkgver
+  make -k check
 }
 
 package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../giggle.appdata.xml 
"$pkgdir/usr/share/metainfo/giggle.appdata.xml"
 }
-
-# getver: -u 7 git.gnome.org/browse/giggle/plain/NEWS
-# vim:set ts=2 sw=2 et:

Added: giggle.appdata.xml
===
--- giggle.appdata.xml  (rev 0)
+++ giggle.appdata.xml  2019-06-22 05:56:18 UTC (rev 482645)
@@ -0,0 +1,38 @@
+
+
+  org.gnome.Giggle.desktop
+  giggle.desktop
+  CC0-1.0
+  GPL-2.0+
+  Giggle
+  Git repository viewer
+  
+
+  Giggle is a graphical frontend for the git directory tracker.
+
+
+  It currently features a history viewer much like gitk and a commit GUI 
like git gui.
+
+  
+  
+
+  
https://wiki.gnome.org/Apps/giggle?action=AttachFiledo=gettarget=giggle-history.png
+  Giggle history view
+
+  
+  https://wiki.gnome.org/Apps/giggle
+  jjardon_at_gnome.org
+  GNOME
+  The GNOME Project
+  https://bugzilla.gnome.org/enter_bug.cgi?product=giggle
+  https://www.gnome.org/friends/
+  https://wiki.gnome.org/Apps/giggle/
+  
+HiDpiIcon
+ModernToolkit
+UserDocs
+  
+  giggle
+
+  https://wiki.gnome.org/TranslationProject
+


[arch-commits] Commit in giggle/repos/community-x86_64 (7 files)

2019-06-21 Thread Balló György via arch-commits
Date: Saturday, June 22, 2019 @ 05:56:23
  Author: bgyorgy
Revision: 482646

archrelease: copy trunk to community-x86_64

Added:
  giggle/repos/community-x86_64/PKGBUILD
(from rev 482645, giggle/trunk/PKGBUILD)
  giggle/repos/community-x86_64/giggle.appdata.xml
(from rev 482645, giggle/trunk/giggle.appdata.xml)
  giggle/repos/community-x86_64/gtksourceview3.7.patch
(from rev 482645, giggle/trunk/gtksourceview3.7.patch)
  giggle/repos/community-x86_64/vte2.91.patch
(from rev 482645, giggle/trunk/vte2.91.patch)
Deleted:
  giggle/repos/community-x86_64/PKGBUILD
  giggle/repos/community-x86_64/gtksourceview3.7.patch
  giggle/repos/community-x86_64/vte2.91.patch

+
 PKGBUILD   |   94 +++---
 giggle.appdata.xml |   38 +++
 gtksourceview3.7.patch |  116 +++
 vte2.91.patch  |  114 +++---
 4 files changed, 200 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-22 05:56:18 UTC (rev 482645)
+++ PKGBUILD2019-06-22 05:56:23 UTC (rev 482646)
@@ -1,47 +0,0 @@
-# Maintainer:
-# Contributor: Alexander F. Rødseth 
-# Contributor: Ionut Biru 
-# Contributor: neodreams 
-
-pkgname=giggle
-pkgver=0.7
-pkgrel=9
-pkgdesc='Git repository viewer'
-arch=(x86_64)
-url='https://wiki.gnome.org/Apps/giggle'
-license=(GPL)
-depends=(git gtksourceview3 vte3)
-makedepends=(intltool itstool gnome-common yelp-tools)
-source=("https://ftp.gnome.org/pub/GNOME/sources/giggle/$pkgver/$pkgname-$pkgver.tar.xz;
-gtksourceview3.7.patch
-vte2.91.patch)
-sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59'
-'a29cc899d17645d43a39ac94551c4af896f67983c40fab3bfc585881217f30df'
-'eec654cd3ec31144461cbfc01f4c0b6690e0cdd1b08e057cd5afe99acc17dfed')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ../gtksourceview3.7.patch
-  patch -Np1 -i ../vte2.91.patch
-  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}
-
-# getver: -u 7 git.gnome.org/browse/giggle/plain/NEWS
-# vim:set ts=2 sw=2 et:

Copied: giggle/repos/community-x86_64/PKGBUILD (from rev 482645, 
giggle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-22 05:56:23 UTC (rev 482646)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Ionut Biru 
+# Contributor: neodreams 
+
+pkgname=giggle
+pkgver=0.7
+pkgrel=10
+pkgdesc='Git repository viewer'
+arch=(x86_64)
+url='https://wiki.gnome.org/Apps/giggle'
+license=(GPL)
+depends=(git gtksourceview3 vte3)
+makedepends=(intltool itstool gnome-common yelp-tools)
+source=("https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+giggle.appdata.xml
+gtksourceview3.7.patch
+vte2.91.patch)
+sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59'
+'52bc930fe0e981bc14722b842cf2a57e645509853a642692d73f14462b3522be'
+'a29cc899d17645d43a39ac94551c4af896f67983c40fab3bfc585881217f30df'
+'eec654cd3ec31144461cbfc01f4c0b6690e0cdd1b08e057cd5afe99acc17dfed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../gtksourceview3.7.patch
+  patch -Np1 -i ../vte2.91.patch
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../giggle.appdata.xml 
"$pkgdir/usr/share/metainfo/giggle.appdata.xml"
+}

Copied: giggle/repos/community-x86_64/giggle.appdata.xml (from rev 482645, 
giggle/trunk/giggle.appdata.xml)
===
--- giggle.appdata.xml  (rev 0)
+++ giggle.appdata.xml  2019-06-22 05:56:23 UTC (rev 482646)
@@ -0,0 +1,38 @@
+
+
+  org.gnome.Giggle.desktop
+  giggle.desktop
+  CC0-1.0
+  GPL-2.0+
+  Giggle
+  Git repository viewer
+  
+
+  Giggle is a graphical frontend for the git directory tracker.
+
+
+  It currently features a history viewer much like gitk and a commit GUI 
like git gui.
+
+  
+  
+
+  
https://wiki.gnome.org/Apps/giggle?action=AttachFiledo=gettarget=giggle-history.png
+  Giggle history view
+
+  
+  https://wiki.gnome.org/Apps/giggle
+  jjardon_at_gnome.org
+  GNOME

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

2019-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 22, 2019 @ 05:01:21
  Author: svenstaro
Revision: 482644

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 482643, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 482643, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  152 
 gitlab-gitaly.service |   50 +++
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-22 05:01:11 UTC (rev 482643)
+++ PKGBUILD2019-06-22 05:01:21 UTC (rev 482644)
@@ -1,76 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab-gitaly
-pkgver=1.46.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.5 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.5-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('2cf45b20fca641440099b8a065520c942af3a2c99e265fbfb2bdb172ea5bac807e56cc3678f2682cd2e4f6404428798a39be020e663145fb28098bda9b887846'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-"*
-
-  sed -i "s/bundle install/bundle-2.5 install/" Makefile
-  sed -i "s/bundle config/bundle-2.5 config/" Makefile
-  sed -i "s/bundle show/bundle-2.5 show/" Makefile
-  sed -i "s/bundle/bundle-2.5/" \
-internal/rubyserver/rubyserver.go \
-internal/linguist/linguist.go \
-_support/makegen.go
-  sed -i "s/env ruby/env ruby-2.5/g" \
-ruby/gitlab-shell/bin/test-logger \
-ruby/gitlab-shell/bin/check \
-ruby/gitlab-shell/hooks/post-receive \
-ruby/gitlab-shell/hooks/update \
-ruby/gitlab-shell/hooks/pre-receive
-  sed -i "s/\"ruby\"/\"ruby-2.5\"/" internal/linguist/linguist.go
-  sed -i "s/env ruby/env ruby-2.5/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.5/" ruby/bin/ruby-cd
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
-}
-
-build() {
-  cd "gitaly-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 482643, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-22 05:01:21 UTC (rev 482644)
@@ -0,0 +1,76 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=1.48.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.5 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.5-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")

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

2019-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, June 22, 2019 @ 05:01:11
  Author: svenstaro
Revision: 482643

upgpkg: gitlab-gitaly 1.48.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 23:03:52 UTC (rev 482642)
+++ PKGBUILD2019-06-22 05:01:11 UTC (rev 482643)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=1.46.0
+pkgver=1.48.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('2cf45b20fca641440099b8a065520c942af3a2c99e265fbfb2bdb172ea5bac807e56cc3678f2682cd2e4f6404428798a39be020e663145fb28098bda9b887846'
+sha512sums=('8e5dd61af0e946da442466e0a194c4a6758bbf37f67105443fb4c3627f5939fcfb0e668363e67a991c6ca2317e680fc57f41825665a845cd0a4737c2021f457b'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 23:03:52
  Author: bgyorgy
Revision: 482642

archrelease: copy trunk to community-x86_64

Added:
  gtksourceviewmm/repos/community-x86_64/PKGBUILD
(from rev 482641, gtksourceviewmm/trunk/PKGBUILD)
Deleted:
  gtksourceviewmm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 23:03:48 UTC (rev 482641)
+++ PKGBUILD2019-06-21 23:03:52 UTC (rev 482642)
@@ -1,28 +0,0 @@
-#$Id$
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.18.0
-pkgrel=3
-epoch=1
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL')
-depends=('gtkmm3' 'gtksourceview3')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-x86_64/PKGBUILD (from rev 482641, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 23:03:52 UTC (rev 482642)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Ionut Biru 
+
+pkgbase=gtksourceviewmm
+pkgname=(gtksourceviewmm gtksourceviewmm-docs)
+pkgver=3.18.0
+pkgrel=4
+epoch=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64')
+url='https://gitlab.gnome.org/GNOME/gtksourceviewmm'
+license=('LGPL')
+depends=('gtkmm3' 'gtksourceview3')
+makedepends=('gtkmm3-docs')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gtksourceviewmm() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install doc_subdirs=
+}
+
+package_gtksourceviewmm-docs() {
+  pkgdesc="Developer documentation for gtksourceviewmm"
+  depends=(gtkmm3-docs)
+
+  cd $pkgbase-$pkgver
+  make -C docs DESTDIR="$pkgdir" install
+}


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 23:03:48
  Author: bgyorgy
Revision: 482641

upgpkg: gtksourceviewmm 1:3.18.0-4

Adopt the package, split doumentation

Modified:
  gtksourceviewmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 22:59:23 UTC (rev 482640)
+++ PKGBUILD2019-06-21 23:03:48 UTC (rev 482641)
@@ -1,27 +1,37 @@
-# Maintainer: Alexander F. Rødseth 
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
 # Contributor: Ionut Biru 
 
-pkgname=gtksourceviewmm
+pkgbase=gtksourceviewmm
+pkgname=(gtksourceviewmm gtksourceviewmm-docs)
 pkgver=3.18.0
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='C++ bindings for the gtksourceview library'
 arch=('x86_64')
-url='http://projects.gnome.org/gtksourceviewmm/'
+url='https://gitlab.gnome.org/GNOME/gtksourceviewmm'
 license=('LGPL')
 depends=('gtkmm3' 'gtksourceview3')
+makedepends=('gtkmm3-docs')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
 sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
 
 build() {
-  cd "$pkgname-$pkgver"
-
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
-package() {
-  DESTDIR="$pkgdir" make -C "$pkgname-$pkgver" install
+package_gtksourceviewmm() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install doc_subdirs=
 }
 
-# vim: ts=2 sw=2 et:
+package_gtksourceviewmm-docs() {
+  pkgdesc="Developer documentation for gtksourceviewmm"
+  depends=(gtkmm3-docs)
+
+  cd $pkgbase-$pkgver
+  make -C docs DESTDIR="$pkgdir" install
+}


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:59:23
  Author: arojas
Revision: 482640

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 482639, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 22:59:02 UTC (rev 482639)
+++ PKGBUILD2019-06-21 22:59:23 UTC (rev 482640)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.2.3
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 482639, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 22:59:23 UTC (rev 482640)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.3.0
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6d776e37ba2ccf35508078b91628b8f904062af03e0e879967b45094698077ae'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOpenGL_GL_PREFERENCE=GLVND
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:59:02
  Author: arojas
Revision: 482639

Update to 3.3.0

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 22:35:07 UTC (rev 482638)
+++ PKGBUILD2019-06-21 22:59:02 UTC (rev 482639)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.2.3
+pkgver=3.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370'
+sha256sums=('6d776e37ba2ccf35508078b91628b8f904062af03e0e879967b45094698077ae'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:35:07
  Author: arojas
Revision: 482638

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-qt5integration/repos/community-staging-x86_64/
  deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD
(from rev 482637, deepin-qt5integration/trunk/PKGBUILD)
  
deepin-qt5integration/repos/community-staging-x86_64/deepin-qt5integration-qt5.13.patch
(from rev 482637, 
deepin-qt5integration/trunk/deepin-qt5integration-qt5.13.patch)

+
 PKGBUILD   |   34 ++
 deepin-qt5integration-qt5.13.patch |   11 +++
 2 files changed, 45 insertions(+)

Copied: deepin-qt5integration/repos/community-staging-x86_64/PKGBUILD (from rev 
482637, deepin-qt5integration/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-21 22:35:07 UTC (rev 482638)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.3.12
+pkgrel=3
+pkgdesc='Qt platform theme integration plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('dtkwidget' 'libqtxdg' 'deepin-qt5dxcb-plugin')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
+deepin-qt5integration-qt5.13.patch)
+sha512sums=('d897c6b19caabfc776196153ac478c3eacb63a599cc520d258cbbb8268b7c0745545d855389ded5c0082fac2a00d0498fa4e4da4aca7345fa7560dc3862b552c'
+
'345590b7fa94c84adc0c894df8c70931a46769f7af40edf1e5d3623a5327b344be48e17db10791c8f75bf626874f2f031ef221c1218c6b0d889eca3b883c0764')
+
+prepare() {
+  cd qt5integration-$pkgver
+  patch -p1 -i ../deepin-qt5integration-qt5.13.patch # Fix build with Qt 5.13
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: 
deepin-qt5integration/repos/community-staging-x86_64/deepin-qt5integration-qt5.13.patch
 (from rev 482637, 
deepin-qt5integration/trunk/deepin-qt5integration-qt5.13.patch)
===
--- community-staging-x86_64/deepin-qt5integration-qt5.13.patch 
(rev 0)
+++ community-staging-x86_64/deepin-qt5integration-qt5.13.patch 2019-06-21 
22:35:07 UTC (rev 482638)
@@ -0,0 +1,11 @@
+diff --git a/dstyleplugin/style.cpp b/dstyleplugin/style.cpp
+index 04e03fe..65be15f 100644
+--- a/dstyleplugin/style.cpp
 b/dstyleplugin/style.cpp
+@@ -1418,6 +1418,4 @@ void Style::fillBrush(QPainter *p, const QRect , 
const QBrush , qreal
+ }
+ }
+ 
+-#include "moc_style.cpp"
+-
+ }


[arch-commits] Commit in deepin-qt5integration/trunk (2 files)

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:34:41
  Author: arojas
Revision: 482637

Qt 5.13 rebuild

Added:
  deepin-qt5integration/trunk/deepin-qt5integration-qt5.13.patch
Modified:
  deepin-qt5integration/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 deepin-qt5integration-qt5.13.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 22:26:50 UTC (rev 482636)
+++ PKGBUILD2019-06-21 22:34:41 UTC (rev 482637)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.3.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration;
@@ -12,9 +12,16 @@
 replaces=('qt5dxcb-plugin')
 conflicts=('qt5dxcb-plugin')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;)
-sha512sums=('d897c6b19caabfc776196153ac478c3eacb63a599cc520d258cbbb8268b7c0745545d855389ded5c0082fac2a00d0498fa4e4da4aca7345fa7560dc3862b552c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
+deepin-qt5integration-qt5.13.patch)
+sha512sums=('d897c6b19caabfc776196153ac478c3eacb63a599cc520d258cbbb8268b7c0745545d855389ded5c0082fac2a00d0498fa4e4da4aca7345fa7560dc3862b552c'
+
'345590b7fa94c84adc0c894df8c70931a46769f7af40edf1e5d3623a5327b344be48e17db10791c8f75bf626874f2f031ef221c1218c6b0d889eca3b883c0764')
 
+prepare() {
+  cd qt5integration-$pkgver
+  patch -p1 -i ../deepin-qt5integration-qt5.13.patch # Fix build with Qt 5.13
+}
+
 build() {
   cd qt5integration-$pkgver
   qmake-qt5 PREFIX=/usr

Added: deepin-qt5integration-qt5.13.patch
===
--- deepin-qt5integration-qt5.13.patch  (rev 0)
+++ deepin-qt5integration-qt5.13.patch  2019-06-21 22:34:41 UTC (rev 482637)
@@ -0,0 +1,11 @@
+diff --git a/dstyleplugin/style.cpp b/dstyleplugin/style.cpp
+index 04e03fe..65be15f 100644
+--- a/dstyleplugin/style.cpp
 b/dstyleplugin/style.cpp
+@@ -1418,6 +1418,4 @@ void Style::fillBrush(QPainter *p, const QRect , 
const QBrush , qreal
+ }
+ }
+ 
+-#include "moc_style.cpp"
+-
+ }


[arch-commits] Commit in deepin-file-manager/trunk (3 files)

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:26:22
  Author: arojas
Revision: 482635

Qt 5.13 rebuild

Added:
  deepin-file-manager/trunk/deepin-file-manager-qt5.13.patch
Modified:
  deepin-file-manager/trunk/PKGBUILD
Deleted:
  deepin-file-manager/trunk/fix-plugin-link.patch

--+
 PKGBUILD |9 ++---
 deepin-file-manager-qt5.13.patch |   22 ++
 fix-plugin-link.patch|   13 -
 3 files changed, 28 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 21:33:03 UTC (rev 482634)
+++ PKGBUILD2019-06-21 22:26:22 UTC (rev 482635)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-file-manager
 pkgver=4.8.6.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('x86_64')
@@ -23,12 +23,15 @@
 provides=('deepin-desktop')
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('532cfcce9fc986ae3eb5ddaffcc52230139f8b14f54900dcead59ccf52950d452a2a36a073c7b569bdae0201c7178414c8b521922cac4edc7f27e4d4b77ed9d2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
+deepin-file-manager-qt5.13.patch)
+sha512sums=('532cfcce9fc986ae3eb5ddaffcc52230139f8b14f54900dcead59ccf52950d452a2a36a073c7b569bdae0201c7178414c8b521922cac4edc7f27e4d4b77ed9d2'
+
'87be44cd6a89f90baef2737ff2a73343f1a69aac919c84ca827c515efe22ff481904df48096c8b095089aae85fc3d0615253582e78f97eb30456dd5fa8e06295')
 
 prepare() {
   cd dde-file-manager-$pkgver
   sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+  patch -p1 -i ../deepin-file-manager-qt5.13.patch # Fix build with Qt 5.13
 }
 
 build() {

Added: deepin-file-manager-qt5.13.patch
===
--- deepin-file-manager-qt5.13.patch(rev 0)
+++ deepin-file-manager-qt5.13.patch2019-06-21 22:26:22 UTC (rev 482635)
@@ -0,0 +1,22 @@
+diff --git a/dde-file-manager-lib/views/dfiledialog.cpp 
b/dde-file-manager-lib/views/dfiledialog.cpp
+index c0eef394..1a1d775f 100644
+--- a/dde-file-manager-lib/views/dfiledialog.cpp
 b/dde-file-manager-lib/views/dfiledialog.cpp
+@@ -99,7 +99,7 @@ DFileDialog::DFileDialog(QWidget *parent)
+ 
+ DFMEventDispatcher::instance()->installEventFilter(this);
+ 
+-QPlatformFileDialogHelper::filterRegExp = "^(.*)\\(([^()]*)\\)$";
++// QPlatformFileDialogHelper::filterRegExp = "^(.*)\\(([^()]*)\\)$";
+ 
+ connect(statusBar()->acceptButton(), ::clicked, this, 
::onAcceptButtonClicked);
+ connect(statusBar()->rejectButton(), ::clicked, this, 
::onRejectButtonClicked);
+@@ -236,7 +236,7 @@ void DFileDialog::addDisableUrlScheme(const QString 
)
+ QStringList qt_strip_filters(const QStringList )
+ {
+ QStringList strippedFilters;
+-QRegExp r(QString::fromLatin1(QPlatformFileDialogHelper::filterRegExp));
++QRegExp r(QString::fromLatin1("^(.*)\\(([^()]*)\\)$"));
+ const int numFilters = filters.count();
+ strippedFilters.reserve(numFilters);
+ for (int i = 0; i < numFilters; ++i) {

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2019-06-21 21:33:03 UTC (rev 482634)
+++ fix-plugin-link.patch   2019-06-21 22:26:22 UTC (rev 482635)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
-+LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
- 
- HEADERS += \
- diskmountplugin.h \


[arch-commits] Commit in deepin-file-manager/repos (3 files)

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:26:50
  Author: arojas
Revision: 482636

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-file-manager/repos/community-staging-x86_64/
  deepin-file-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 482635, deepin-file-manager/trunk/PKGBUILD)
  
deepin-file-manager/repos/community-staging-x86_64/deepin-file-manager-qt5.13.patch
(from rev 482635, 
deepin-file-manager/trunk/deepin-file-manager-qt5.13.patch)

--+
 PKGBUILD |   46 +
 deepin-file-manager-qt5.13.patch |   22 +
 2 files changed, 68 insertions(+)

Copied: deepin-file-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
482635, deepin-file-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-21 22:26:50 UTC (rev 482636)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.8.6.4
+pkgrel=3
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 
'poppler'
+ 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
+deepin-file-manager-qt5.13.patch)
+sha512sums=('532cfcce9fc986ae3eb5ddaffcc52230139f8b14f54900dcead59ccf52950d452a2a36a073c7b569bdae0201c7178414c8b521922cac4edc7f27e4d4b77ed9d2'
+
'87be44cd6a89f90baef2737ff2a73343f1a69aac919c84ca827c515efe22ff481904df48096c8b095089aae85fc3d0615253582e78f97eb30456dd5fa8e06295')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+  patch -p1 -i ../deepin-file-manager-qt5.13.patch # Fix build with Qt 5.13
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: 
deepin-file-manager/repos/community-staging-x86_64/deepin-file-manager-qt5.13.patch
 (from rev 482635, deepin-file-manager/trunk/deepin-file-manager-qt5.13.patch)
===
--- community-staging-x86_64/deepin-file-manager-qt5.13.patch   
(rev 0)
+++ community-staging-x86_64/deepin-file-manager-qt5.13.patch   2019-06-21 
22:26:50 UTC (rev 482636)
@@ -0,0 +1,22 @@
+diff --git a/dde-file-manager-lib/views/dfiledialog.cpp 
b/dde-file-manager-lib/views/dfiledialog.cpp
+index c0eef394..1a1d775f 100644
+--- a/dde-file-manager-lib/views/dfiledialog.cpp
 b/dde-file-manager-lib/views/dfiledialog.cpp
+@@ -99,7 +99,7 @@ DFileDialog::DFileDialog(QWidget *parent)
+ 
+ DFMEventDispatcher::instance()->installEventFilter(this);
+ 
+-QPlatformFileDialogHelper::filterRegExp = "^(.*)\\(([^()]*)\\)$";
++// QPlatformFileDialogHelper::filterRegExp = "^(.*)\\(([^()]*)\\)$";
+ 
+ connect(statusBar()->acceptButton(), ::clicked, this, 
::onAcceptButtonClicked);
+ connect(statusBar()->rejectButton(), ::clicked, this, 
::onRejectButtonClicked);
+@@ -236,7 +236,7 @@ void DFileDialog::addDisableUrlScheme(const QString 
)
+ QStringList qt_strip_filters(const QStringList )
+ {
+ QStringList strippedFilters;
+-QRegExp r(QString::fromLatin1(QPlatformFileDialogHelper::filterRegExp));
++QRegExp r(QString::fromLatin1("^(.*)\\(([^()]*)\\)$"));
+ const int numFilters = filters.count();
+ strippedFilters.reserve(numFilters);
+ for (int i = 0; i < numFilters; ++i) {


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 21:33:03
  Author: arojas
Revision: 482634

archrelease: copy trunk to community-staging-x86_64

Added:
  dtkwidget/repos/community-staging-x86_64/
  dtkwidget/repos/community-staging-x86_64/PKGBUILD
(from rev 482633, dtkwidget/trunk/PKGBUILD)
  dtkwidget/repos/community-staging-x86_64/dtkwidget-qt5.13.patch
(from rev 482633, dtkwidget/trunk/dtkwidget-qt5.13.patch)

+
 PKGBUILD   |   37 +
 dtkwidget-qt5.13.patch |   39 +++
 2 files changed, 76 insertions(+)

Copied: dtkwidget/repos/community-staging-x86_64/PKGBUILD (from rev 482633, 
dtkwidget/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-21 21:33:03 UTC (rev 482634)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.14
+pkgrel=3
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget;
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;
+dtkwidget-qt5.13.patch)
+sha512sums=('0250ee77234bb0487420a1176e08c27b25f674137913e656048b66502810a20bbacd3180272400a5bb3fb30bd969bc6d4236d3178edc42e2fd1270b5e194a713'
+
'4b2f4373bb55ed38ebeee1345213a9c3b3e1f97a762b955a4b96baae41ed0da35c901d65157113f914ef808af370d0490c83e2e595b6b44010b5297063c8eeaa')
+
+prepare() {
+  cd dtkwidget-$pkgver
+  patch -p1 -i ../dtkwidget-qt5.13.patch # Fix build with Qt 5.13
+}
+
+build() {
+  cd dtkwidget-$pkgver
+  LDFLAGS=${LDFLAGS/,-z,now/}
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: dtkwidget/repos/community-staging-x86_64/dtkwidget-qt5.13.patch (from 
rev 482633, dtkwidget/trunk/dtkwidget-qt5.13.patch)
===
--- community-staging-x86_64/dtkwidget-qt5.13.patch 
(rev 0)
+++ community-staging-x86_64/dtkwidget-qt5.13.patch 2019-06-21 21:33:03 UTC 
(rev 482634)
@@ -0,0 +1,39 @@
+diff --git a/src/widgets/daboutdialog.cpp b/src/widgets/daboutdialog.cpp
+index 5c6ba91..a33fd94 100644
+--- a/src/widgets/daboutdialog.cpp
 b/src/widgets/daboutdialog.cpp
+@@ -575,6 +575,6 @@ void DAboutDialog::showEvent(QShowEvent *event)
+ }
+ }
+ 
+-#include "moc_daboutdialog.cpp"
+-
+ DWIDGET_END_NAMESPACE
++
++#include "moc_daboutdialog.cpp"
+diff --git a/src/widgets/dipv4lineedit.cpp b/src/widgets/dipv4lineedit.cpp
+index 4efe6e4..1cc68b4 100644
+--- a/src/widgets/dipv4lineedit.cpp
 b/src/widgets/dipv4lineedit.cpp
+@@ -530,6 +530,6 @@ bool DIpv4LineEdit::eventFilter(QObject *obj, QEvent *e)
+ return DLineEdit::eventFilter(obj, e);
+ }
+ 
+-#include "moc_dipv4lineedit.cpp"
+-
+ DWIDGET_END_NAMESPACE
++
++#include "moc_dipv4lineedit.cpp"
+diff --git a/src/widgets/dlistview.cpp b/src/widgets/dlistview.cpp
+index 0dcc244..523ebd5 100644
+--- a/src/widgets/dlistview.cpp
 b/src/widgets/dlistview.cpp
+@@ -709,6 +709,6 @@ bool DListView::edit(const QModelIndex , 
QAbstractItemView::EditTrigger tr
+ return tmp;
+ }
+ 
+-#include "moc_dlistview.cpp"
+-
+ DWIDGET_END_NAMESPACE
++
++#include "moc_dlistview.cpp"


[arch-commits] Commit in dtkwidget/trunk (PKGBUILD dtkwidget-qt5.13.patch)

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 21:32:40
  Author: arojas
Revision: 482633

Qt 5.13 rebuild

Added:
  dtkwidget/trunk/dtkwidget-qt5.13.patch
Modified:
  dtkwidget/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 dtkwidget-qt5.13.patch |   39 +++
 2 files changed, 49 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 20:27:55 UTC (rev 482632)
+++ PKGBUILD2019-06-21 21:32:40 UTC (rev 482633)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;
@@ -14,9 +14,16 @@
 makedepends=('qt5-tools')
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;)
-sha512sums=('0250ee77234bb0487420a1176e08c27b25f674137913e656048b66502810a20bbacd3180272400a5bb3fb30bd969bc6d4236d3178edc42e2fd1270b5e194a713')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz;
+dtkwidget-qt5.13.patch)
+sha512sums=('0250ee77234bb0487420a1176e08c27b25f674137913e656048b66502810a20bbacd3180272400a5bb3fb30bd969bc6d4236d3178edc42e2fd1270b5e194a713'
+
'4b2f4373bb55ed38ebeee1345213a9c3b3e1f97a762b955a4b96baae41ed0da35c901d65157113f914ef808af370d0490c83e2e595b6b44010b5297063c8eeaa')
 
+prepare() {
+  cd dtkwidget-$pkgver
+  patch -p1 -i ../dtkwidget-qt5.13.patch # Fix build with Qt 5.13
+}
+
 build() {
   cd dtkwidget-$pkgver
   LDFLAGS=${LDFLAGS/,-z,now/}

Added: dtkwidget-qt5.13.patch
===
--- dtkwidget-qt5.13.patch  (rev 0)
+++ dtkwidget-qt5.13.patch  2019-06-21 21:32:40 UTC (rev 482633)
@@ -0,0 +1,39 @@
+diff --git a/src/widgets/daboutdialog.cpp b/src/widgets/daboutdialog.cpp
+index 5c6ba91..a33fd94 100644
+--- a/src/widgets/daboutdialog.cpp
 b/src/widgets/daboutdialog.cpp
+@@ -575,6 +575,6 @@ void DAboutDialog::showEvent(QShowEvent *event)
+ }
+ }
+ 
+-#include "moc_daboutdialog.cpp"
+-
+ DWIDGET_END_NAMESPACE
++
++#include "moc_daboutdialog.cpp"
+diff --git a/src/widgets/dipv4lineedit.cpp b/src/widgets/dipv4lineedit.cpp
+index 4efe6e4..1cc68b4 100644
+--- a/src/widgets/dipv4lineedit.cpp
 b/src/widgets/dipv4lineedit.cpp
+@@ -530,6 +530,6 @@ bool DIpv4LineEdit::eventFilter(QObject *obj, QEvent *e)
+ return DLineEdit::eventFilter(obj, e);
+ }
+ 
+-#include "moc_dipv4lineedit.cpp"
+-
+ DWIDGET_END_NAMESPACE
++
++#include "moc_dipv4lineedit.cpp"
+diff --git a/src/widgets/dlistview.cpp b/src/widgets/dlistview.cpp
+index 0dcc244..523ebd5 100644
+--- a/src/widgets/dlistview.cpp
 b/src/widgets/dlistview.cpp
+@@ -709,6 +709,6 @@ bool DListView::edit(const QModelIndex , 
QAbstractItemView::EditTrigger tr
+ return tmp;
+ }
+ 
+-#include "moc_dlistview.cpp"
+-
+ DWIDGET_END_NAMESPACE
++
++#include "moc_dlistview.cpp"


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

2019-06-21 Thread David Runge via arch-commits
Date: Friday, June 21, 2019 @ 20:27:48
  Author: dvzrv
Revision: 482631

upgpkg: qtile 0.14.2-1

Upgrading to 0.14.2. Reworking the list of disabled unit tests (because they 
fail for bizarre reasons).
However, check() is still disabled, because pytest never returns.

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 20:09:49 UTC (rev 482630)
+++ PKGBUILD2019-06-21 20:27:48 UTC (rev 482631)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=qtile
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.2
+pkgrel=1
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('any')
 url="http://www.qtile.org;
@@ -25,7 +25,7 @@
 checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'
 'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286')
+sha512sums=('c6653e8dca24cef4b1cf48c26b2a0feb4bc125a1c966e0a3ea078fd1d1bba9c7306facf620438795aa2d2daecbd6e58bcda954753ab6b27f6c0cbead3766d8c0')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -32,26 +32,22 @@
   python setup.py build
 }
 
-# # tests disabled for now, as some are failing without explanation and py.test
-# # won't return
+# # tests disabled for now, as the test suite won't return:
 # # https://github.com/qtile/qtile/issues/1130
+# # some tests are failing:
+# # https://github.com/qtile/qtile/issues/1352
 # check() {
 #   cd "${pkgname}-${pkgver}"
 #   export PYTTHONPATH="build/lib/:${PYTHONPATH}"
 #   export LC_TYPE=en_US.UTF-8
-#   python libqtile/ffi_build.py
-#   py.test -k 'not test_get_cairo_surface \
-#  and not test_init \
-#  and not test_from_path \
-#  and not test_pattern \
-#  and not test_pattern_rotate \
-#  and not test_svg_scaling \
-#  and not test_toggling \
-#  and not test_focus_cycle \
-#  and not test_focus_lost_hide \
-#  and not test_kill \
-#  and not test_floating_toggle \
-#  and not test_images_good'
+#   ./scripts/ffibuild
+#   py.test -vv -k 'not test_images_good \
+#   and not test_svg_scaling \
+#   and not test_pattern_rotate \
+#   and not test_pattern \
+#   and not test_from_path \
+#   and not test_init \
+#   and not test_get_cairo_surface'
 # }
 
 package() {


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

2019-06-21 Thread David Runge via arch-commits
Date: Friday, June 21, 2019 @ 20:27:55
  Author: dvzrv
Revision: 482632

archrelease: copy trunk to community-any

Added:
  qtile/repos/community-any/PKGBUILD
(from rev 482631, qtile/trunk/PKGBUILD)
Deleted:
  qtile/repos/community-any/PKGBUILD

--+
 PKGBUILD |  146 +
 1 file changed, 71 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 20:27:48 UTC (rev 482631)
+++ PKGBUILD2019-06-21 20:27:55 UTC (rev 482632)
@@ -1,75 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qtile
-pkgver=0.13.0
-pkgrel=2
-pkgdesc="A full-featured, pure-Python tiling window manager"
-arch=('any')
-url="http://www.qtile.org;
-license=('MIT')
-depends=('gdk-pixbuf2' 'pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
-'python-gobject' 'python-setuptools' 'python-six')
-makedepends=('jupyter_console' 'python-ipykernel' 'python-iwlib'
-'python-keyring' 'python-mpd2' 'python-pytest' 'python-setuptools'
-'python-xdg')
-optdepends=('alsa-utils: volume widget'
-'canto-daemon: canto widget'
-'cmus: cmus widget'
-'khal: khal_calendar widget'
-'lm_sensors: sensors widget'
-'moc: moc widget'
-'python-iwlib: wlan widget'
-'python-keyring: imapwidget widget'
-'python-mpd2: mpdwidget, mpd2widget widget'
-'python-setproctitle: change process name to qtile'
-'python-xdg: launchbar widget')
-checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'
-'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# # tests disabled for now, as some are failing without explanation and py.test
-# # won't return
-# # https://github.com/qtile/qtile/issues/1130
-# check() {
-#   cd "${pkgname}-${pkgver}"
-#   export PYTTHONPATH="build/lib/:${PYTHONPATH}"
-#   export LC_TYPE=en_US.UTF-8
-#   python libqtile/ffi_build.py
-#   py.test -k 'not test_get_cairo_surface \
-#  and not test_init \
-#  and not test_from_path \
-#  and not test_pattern \
-#  and not test_pattern_rotate \
-#  and not test_svg_scaling \
-#  and not test_toggling \
-#  and not test_focus_cycle \
-#  and not test_focus_lost_hide \
-#  and not test_kill \
-#  and not test_floating_toggle \
-#  and not test_images_good'
-# }
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # install
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}" \
---prefix=/usr
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # config
-  install -vDm 644 libqtile/resources/default_config.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/xsessions/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {CHANGELOG,README.rst}
-}

Copied: qtile/repos/community-any/PKGBUILD (from rev 482631, 
qtile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 20:27:55 UTC (rev 482632)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge 
+pkgname=qtile
+pkgver=0.14.2
+pkgrel=1
+pkgdesc="A full-featured, pure-Python tiling window manager"
+arch=('any')
+url="http://www.qtile.org;
+license=('MIT')
+depends=('gdk-pixbuf2' 'pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
+'python-gobject' 'python-setuptools' 'python-six')
+makedepends=('jupyter_console' 'python-ipykernel' 'python-iwlib'
+'python-keyring' 'python-mpd2' 'python-pytest' 'python-setuptools'
+'python-xdg')
+optdepends=('alsa-utils: volume widget'
+'canto-daemon: canto widget'
+'cmus: cmus widget'
+'khal: khal_calendar widget'
+'lm_sensors: sensors widget'
+'moc: moc widget'
+'python-iwlib: wlan widget'
+'python-keyring: imapwidget widget'
+'python-mpd2: mpdwidget, mpd2widget widget'
+'python-setproctitle: change process name to qtile'
+'python-xdg: launchbar widget')
+checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'
+'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz;)

[arch-commits] Commit in java-commons-io/trunk (PKGBUILD)

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 20:09:49
  Author: ffy00
Revision: 482630

fix typo preventing the PKGBUILD from working

Modified:
  java-commons-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 19:12:48 UTC (rev 482629)
+++ PKGBUILD2019-06-21 20:09:49 UTC (rev 482630)
@@ -18,6 +18,6 @@
   'CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0') # Benedikt Ritter
 
 package() {
-  install -Dm 644 "$srcdir"/commons-io-$pkgver/commons-io-$pkgver.jar 
"$pkgdir"/usr/share/java/commons-io/commons-io.jar"
+  install -Dm 644 "$srcdir"/commons-io-$pkgver/commons-io-$pkgver.jar 
"$pkgdir"/usr/share/java/commons-io/commons-io.jar
 }
 


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

2019-06-21 Thread Daniel Bermond via arch-commits
Date: Friday, June 21, 2019 @ 19:12:48
  Author: dbermond
Revision: 482629

archrelease: copy trunk to community-x86_64

Added:
  intel-opencl-clang/repos/community-x86_64/PKGBUILD
(from rev 482628, intel-opencl-clang/trunk/PKGBUILD)
Deleted:
  intel-opencl-clang/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 19:12:22 UTC (rev 482628)
+++ PKGBUILD2019-06-21 19:12:48 UTC (rev 482629)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
-# Maintainer: Bruno Pagani 
-
-_srcname=opencl-clang
-pkgname=intel-${_srcname}
-pkgver=8.0.0.1
-pkgrel=1
-pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
-arch=(x86_64)
-url="https://github.com/intel/opencl-clang/;
-license=(custom)
-depends=(clang llvm-libs)
-makedepends=(cmake llvm spirv-llvm-translator git)
-source=("${url}/archive/v${pkgver%.1}-1/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6af0d40de9666437d9fa2b2e776f41430c7a7a77b703763b7b6024b966f30f26')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver%.1}-1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
--DSPIRV_TRANSLATOR_DIR=/usr \
--DLLVM_NO_DEAD_STRIP=ON \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver%.1}-1/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-opencl-clang/repos/community-x86_64/PKGBUILD (from rev 482628, 
intel-opencl-clang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 19:12:48 UTC (rev 482629)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=8.0.1
+pkgrel=1
+pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+arch=(x86_64)
+url="https://github.com/intel/opencl-clang/;
+license=(custom)
+depends=(clang llvm-libs)
+makedepends=(cmake llvm spirv-llvm-translator git)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f24880407214c0d726829392cfe30a54f8259700d17e9c3d5e7bfa6f237e1153')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
+-DSPIRV_TRANSLATOR_DIR=/usr \
+-DLLVM_NO_DEAD_STRIP=ON \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2019-06-21 Thread Daniel Bermond via arch-commits
Date: Friday, June 21, 2019 @ 19:12:22
  Author: dbermond
Revision: 482628

upgpkg: intel-opencl-clang 8.0.1-1

Updated to version 8.0.1

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 18:24:02 UTC (rev 482627)
+++ PKGBUILD2019-06-21 19:12:22 UTC (rev 482628)
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Bermond < gmail-com: danielbermond >
+# Maintainer: Daniel Bermond 
 # Maintainer: Bruno Pagani 
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=8.0.0.1
+pkgver=8.0.1
 pkgrel=1
 pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
@@ -11,8 +11,8 @@
 license=(custom)
 depends=(clang llvm-libs)
 makedepends=(cmake llvm spirv-llvm-translator git)
-source=("${url}/archive/v${pkgver%.1}-1/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6af0d40de9666437d9fa2b2e776f41430c7a7a77b703763b7b6024b966f30f26')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f24880407214c0d726829392cfe30a54f8259700d17e9c3d5e7bfa6f237e1153')
 
 prepare() {
 mkdir -p build
@@ -20,7 +20,7 @@
 
 build() {
 cd build
-cmake ../${_srcname}-${pkgver%.1}-1 \
+cmake ../${_srcname}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
 -DSPIRV_TRANSLATOR_DIR=/usr \
@@ -32,5 +32,5 @@
 package() {
 cd build
 make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver%.1}-1/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
 }


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

2019-06-21 Thread Jan Steffens via arch-commits
Date: Friday, June 21, 2019 @ 18:56:48
  Author: heftig
Revision: 356682

archrelease: copy trunk to extra-x86_64

Added:
  bzflag/repos/extra-x86_64/PKGBUILD
(from rev 356681, bzflag/trunk/PKGBUILD)
Deleted:
  bzflag/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 18:55:40 UTC (rev 356681)
+++ PKGBUILD2019-06-21 18:56:48 UTC (rev 356682)
@@ -1,29 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Kevin Piche 
-# Contributor: Damir Perisa 
-
-pkgname=bzflag
-pkgver=2.4.18
-pkgrel=1
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-arch=('x86_64')
-depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
-source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-   cd misc
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 356681, 
bzflag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 18:56:48 UTC (rev 356682)
@@ -0,0 +1,29 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Kevin Piche 
+# Contributor: Damir Perisa 
+
+pkgname=bzflag
+pkgver=2.4.18
+pkgrel=2
+pkgdesc='Multiplayer 3D tank battle game'
+url='https://bzflag.org/'
+license=('LGPL')
+arch=('x86_64')
+depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares')
+source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+   cd misc
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 misc/bzflag.desktop 
"${pkgdir}"/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
"${pkgdir}"/usr/share/pixmaps/bzflag-48x48.png
+}


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

2019-06-21 Thread Jan Steffens via arch-commits
Date: Friday, June 21, 2019 @ 18:55:40
  Author: heftig
Revision: 356681

2.4.18-2: Switch to sdl2

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 18:26:05 UTC (rev 356680)
+++ PKGBUILD2019-06-21 18:55:40 UTC (rev 356681)
@@ -4,12 +4,12 @@
 
 pkgname=bzflag
 pkgver=2.4.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Multiplayer 3D tank battle game'
 url='https://bzflag.org/'
 license=('LGPL')
 arch=('x86_64')
-depends=('curl' 'glew' 'glu' 'sdl' 'c-ares')
+depends=('curl' 'glew' 'glu' 'sdl2' 'c-ares')
 
source=("https://download.bzflag.org/bzflag/source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
 sha256sums=('9d0d512f3a09a207ab399a8dc4807224564cdc7a9346b702fec80d5b7918bfbe')
 


[arch-commits] Commit in samba/repos/extra-x86_64 (24 files)

2019-06-21 Thread Tobias Powalowski via arch-commits
Date: Friday, June 21, 2019 @ 18:26:05
  Author: tpowa
Revision: 356680

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 356679, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 356679, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 356679, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 356679, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 356679, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 356679, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 356679, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 356679, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 356679, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 356679, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 356679, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 356679, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

--+
 PKGBUILD |  420 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 314 insertions(+), 314 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 18:25:24 UTC (rev 356679)
+++ PKGBUILD2019-06-21 18:26:05 UTC (rev 356680)
@@ -1,210 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.10.4
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 
'libcups' 
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb>=1.1.15' 'krb5' 
'pam'
- 'systemd' 'gnutls>=2.4.1' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson')
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.gz
-https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar.asc
-samba.logrotate
-samba.pam
-   samba.conf)
-validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc=${srcdir}/samba-pkg
-  rm -rf ${_pkgsrc}
-  cd ${srcdir}/samba-${pkgver}
-_samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
- cd ${srcdir}/samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
- --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --enable-gnutls \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules}
 \
-  --disable-rpath-install 
-
-  

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

2019-06-21 Thread Tobias Powalowski via arch-commits
Date: Friday, June 21, 2019 @ 18:25:24
  Author: tpowa
Revision: 356679

upgpkg: samba 4.10.5-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 10:06:49 UTC (rev 356678)
+++ PKGBUILD2019-06-21 18:25:24 UTC (rev 356679)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.10.4
+pkgver=4.10.5
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
@@ -203,7 +203,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${pkgver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('ef745b96eba9ca56334f2b5526427acd'
+md5sums=('7d20c01ae35b08bc850442a0c303bca5'
  'SKIP'
  '995621522c6ec9b68c1b858ceed627ed'
  '96f82c38f3f540b53f3e5144900acf17'


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 18:24:02
  Author: arojas
Revision: 482627

archrelease: copy trunk to community-x86_64

Added:
  elisa/repos/community-x86_64/PKGBUILD
(from rev 482626, elisa/trunk/PKGBUILD)
Deleted:
  elisa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 18:23:41 UTC (rev 482626)
+++ PKGBUILD2019-06-21 18:24:02 UTC (rev 482627)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=elisa
-pkgver=0.4.0
-pkgrel=2
-pkgdesc='A simple music player aiming to provide a nice experience for its 
users'
-url='https://community.kde.org/Elisa'
-arch=(x86_64)
-license=(LGPL3)
-depends=(baloo kirigami2 kcmutils) # upnp-player-qt
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('92abd357be5142085b966a383243e61823ab92d6ce1f45ce5022995329d608fb'
-'SKIP')
-validpgpkeys=(267BF70F7905C2723B0243267D0F74F05C22F553) # Matthieu Gallien 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: elisa/repos/community-x86_64/PKGBUILD (from rev 482626, 
elisa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 18:24:02 UTC (rev 482627)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=elisa
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='A simple music player aiming to provide a nice experience for its 
users'
+url='https://community.kde.org/Elisa'
+arch=(x86_64)
+license=(LGPL3)
+depends=(baloo kirigami2 kcmutils) # upnp-player-qt
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('77836c406d32d52245987e7d26399b006e2d333fb3d00beaea059ea69f60a057'
+'SKIP')
+validpgpkeys=(267BF70F7905C2723B0243267D0F74F05C22F553) # Matthieu Gallien 

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


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 18:23:41
  Author: arojas
Revision: 482626

Update to 0.4.1

Modified:
  elisa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 18:19:48 UTC (rev 482625)
+++ PKGBUILD2019-06-21 18:23:41 UTC (rev 482626)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=elisa
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc='A simple music player aiming to provide a nice experience for its 
users'
 url='https://community.kde.org/Elisa'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(baloo kirigami2 kcmutils) # upnp-player-qt
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('92abd357be5142085b966a383243e61823ab92d6ce1f45ce5022995329d608fb'
+sha256sums=('77836c406d32d52245987e7d26399b006e2d333fb3d00beaea059ea69f60a057'
 'SKIP')
 validpgpkeys=(267BF70F7905C2723B0243267D0F74F05C22F553) # Matthieu Gallien 

 


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

2019-06-21 Thread Daniel Bermond via arch-commits
Date: Friday, June 21, 2019 @ 18:19:48
  Author: dbermond
Revision: 482625

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/PKGBUILD
(from rev 482624, pybind11/trunk/PKGBUILD)
Deleted:
  pybind11/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 18:19:23 UTC (rev 482624)
+++ PKGBUILD2019-06-21 18:19:48 UTC (rev 482625)
@@ -1,84 +0,0 @@
-# Maintainer : Daniel Bermond < gmail-com: danielbermond >
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Matthew Ellison 
-
-pkgname=pybind11
-pkgver=2.2.4
-pkgrel=5
-pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
-arch=('any')
-url='https://pybind11.readthedocs.org/'
-license=('BSD')
-optdepends=('python: to target bindings supporting python 3'
-'python2: to target bindings supporting python 2')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
-'python-sphinx' 'python2' 'python2-setuptools' 'python2-pytest' 
'python-breathe')
-checkdepends=('python-numpy' 'python-scipy' 'python2-numpy' 'python2-scipy')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-
-mkdir -p build-cmake{,-py2}
-}
-
-build () {
-local _pythonver
-_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
-
-# python modules
-cd "${pkgname}-${pkgver}"
-python setup.py build
-
-# cmake files and tests
-cd build-cmake
-cmake \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DPYTHON_EXECUTABLE:FILEPATH="/usr/bin/python${_pythonver}" \
--Wno-dev \
-..
-make all mock_install
-cd "${srcdir}/${pkgname}-${pkgver}/build-cmake-py2"
-cmake \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DPYTHON_EXECUTABLE:FILEPATH='/usr/bin/python2.7' \
--Wno-dev \
-..
-make all mock_install
-
-# manpage
-cd "${srcdir}/${pkgname}-${pkgver}/docs"
-make man
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-
-   make -C build-cmake check # python3 tests
-   make -C build-cmake-py2 check # python2 tests
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-
-local _pythonver
-_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
-
-# python modules
-python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
-python2 setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
-
-# cmake files
-mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
-cd build-cmake/mock_install/share/cmake/pybind11
-install -m644 *.cmake "${pkgdir}/usr/share/cmake/${pkgname}"
-
-# manpage
-cd "${srcdir}/${pkgname}-${pkgver}/docs/.build/man"
-install -D -m644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-
-# license
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pybind11/repos/community-any/PKGBUILD (from rev 482624, 
pybind11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 18:19:48 UTC (rev 482625)
@@ -0,0 +1,65 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: for python bindings')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
+ 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
+sha256sums=('0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+
+mkdir -p build-cmake
+}
+
+build () {
+# python modules
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# cmake files and tests
+cd build-cmake
+cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
+make all mock_install
+
+# manpage
+cd "${srcdir}/${pkgname}-${pkgver}/docs"
+make man
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+
+   make -C build-cmake check
+}
+
+package() {
+  

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

2019-06-21 Thread Daniel Bermond via arch-commits
Date: Friday, June 21, 2019 @ 18:19:23
  Author: dbermond
Revision: 482624

upgpkg: pybind11 2.3.0-1

- Updated to version 2.3.0.
- Drop python2 suppport (python2 will reach End Of Life
  in 2020-01-01).

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 17:22:42 UTC (rev 482623)
+++ PKGBUILD2019-06-21 18:19:23 UTC (rev 482624)
@@ -1,32 +1,28 @@
-# Maintainer : Daniel Bermond < archlinux-org: dbermond >
+# Maintainer : Daniel Bermond 
 # Maintainer : Santiago Torres-Arias 
 # Contributor: Matthew Ellison 
 
 pkgname=pybind11
-pkgver=2.2.4
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
 license=('BSD')
-optdepends=('python: to target bindings supporting python 3'
-'python2: to target bindings supporting python 2')
+optdepends=('python: for python bindings')
 makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest'
-'python-sphinx' 'python2' 'python2-setuptools' 'python2-pytest' 
'python-breathe')
-checkdepends=('python-numpy' 'python-scipy' 'python2-numpy' 'python2-scipy')
+ 'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+checkdepends=('python-py' 'python-pluggy' 'python-hypothesis' 'python-numpy' 
'python-scipy')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pybind/pybind11/archive/v${pkgver}.tar.gz;)
-sha256sums=('b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e')
+sha256sums=('0f34838f2c8024a6765168227ba587b3687729ebf03dc912f88ff75c7aa9cfe8')
 
 prepare() {
 cd "${pkgname}-${pkgver}"
 
-mkdir -p build-cmake{,-py2}
+mkdir -p build-cmake
 }
 
 build () {
-local _pythonver
-_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
-
 # python modules
 cd "${pkgname}-${pkgver}"
 python setup.py build
@@ -33,19 +29,8 @@
 
 # cmake files and tests
 cd build-cmake
-cmake \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DPYTHON_EXECUTABLE:FILEPATH="/usr/bin/python${_pythonver}" \
--Wno-dev \
-..
+cmake -DCMAKE_INSTALL_PREFIX:PATH='/usr' -Wno-dev ..
 make all mock_install
-cd "${srcdir}/${pkgname}-${pkgver}/build-cmake-py2"
-cmake \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DPYTHON_EXECUTABLE:FILEPATH='/usr/bin/python2.7' \
--Wno-dev \
-..
-make all mock_install
 
 # manpage
 cd "${srcdir}/${pkgname}-${pkgver}/docs"
@@ -55,19 +40,14 @@
 check() {
 cd "${pkgname}-${pkgver}"
 
-   make -C build-cmake check # python3 tests
-   make -C build-cmake-py2 check # python2 tests
+   make -C build-cmake check
 }
 
 package() {
 cd "${pkgname}-${pkgver}"
 
-local _pythonver
-_pythonver="$(python -c 'import sys; print("%s.%s" 
%sys.version_info[0:2])')"
-
 # python modules
 python setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
-python2 setup.py install --root="$pkgdir" 
--install-headers='/usr/include/pybind11' --skip-build --optimize='1'
 
 # cmake files
 mkdir -p "${pkgdir}/usr/share/cmake/${pkgname}"
@@ -74,9 +54,10 @@
 cd build-cmake/mock_install/share/cmake/pybind11
 install -m644 *.cmake "${pkgdir}/usr/share/cmake/${pkgname}"
 
-# manpage
+# man page
 cd "${srcdir}/${pkgname}-${pkgver}/docs/.build/man"
-install -D -m644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+install -D -m644 "${pkgname}.1" "${pkgdir}/usr/share/man/man7/${pkgname}.7"
+sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
 
 # license
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-06-21 Thread Santiago Torres-Arias via arch-commits
Date: Friday, June 21, 2019 @ 17:22:42
  Author: sangy
Revision: 482623

archrelease: copy trunk to community-x86_64

Added:
  sniffglue/repos/community-x86_64/PKGBUILD
(from rev 482622, sniffglue/trunk/PKGBUILD)
  sniffglue/repos/community-x86_64/sniffglue-sysuser.conf
(from rev 482622, sniffglue/trunk/sniffglue-sysuser.conf)
  sniffglue/repos/community-x86_64/sniffglue.conf
(from rev 482622, sniffglue/trunk/sniffglue.conf)
Deleted:
  sniffglue/repos/community-x86_64/PKGBUILD
  sniffglue/repos/community-x86_64/sniffglue-sysuser.conf
  sniffglue/repos/community-x86_64/sniffglue.conf

+
 PKGBUILD   |   86 +++
 sniffglue-sysuser.conf |2 -
 sniffglue.conf |6 +--
 3 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 17:21:46 UTC (rev 482622)
+++ PKGBUILD2019-06-21 17:22:42 UTC (rev 482623)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: kpcyrd 
-
-pkgname=sniffglue
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='Secure multithreaded packet sniffer'
-url='https://github.com/kpcyrd/sniffglue'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libseccomp')
-makedepends=('cargo')
-backup=('etc/sniffglue.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-sniffglue-sysuser.conf
-sniffglue.conf)
-sha256sums=('6536d0866255f7aeeda311ed3d72e46eaac8c08d3698e85779bcee999a4d0a05'
-'531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
-'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
-sha512sums=('c37c88978e5ee37d0bc7d23d7ff4f3cf7ad14a0a822c8898f86c06a8a888c1168ddaf7e3641ae563f12cca0c14e4f78aec2bad70df4b30b18bd2ea6dca88fe14'
-
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
-
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
-
-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 "${srcdir}/sniffglue-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/sniffglue.conf"
-  install -Dm 644 "${srcdir}/sniffglue.conf" -t "${pkgdir}/etc"
-  install -Dm 644 docs/sniffglue.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sniffglue/repos/community-x86_64/PKGBUILD (from rev 482622, 
sniffglue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 17:22:42 UTC (rev 482623)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=sniffglue
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Secure multithreaded packet sniffer'
+url='https://github.com/kpcyrd/sniffglue'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libseccomp')
+makedepends=('cargo')
+backup=('etc/sniffglue.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+sniffglue-sysuser.conf
+sniffglue.conf)
+sha256sums=('47f800615b6c316d23e43ff9056fa808160c35aea29cf5f57c2629f0cb267e50'
+'531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
+'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
+sha512sums=('915652edd2a9a8f21acae6e378f8e86ccfe2a4996d8c54d98790d96b717d7baf4c7c506a30f38ffcd52302273cb9a1ac203bd8f4ddc07b666103ac6f8de96113'
+
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
+
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
+
+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 "${srcdir}/sniffglue-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/sniffglue.conf"
+  install -Dm 644 "${srcdir}/sniffglue.conf" -t "${pkgdir}/etc"
+  install -Dm 644 docs/sniffglue.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: sniffglue-sysuser.conf
===
--- sniffglue-sysuser.conf  2019-06-21 17:21:46 UTC (rev 482622)
+++ sniffglue-sysuser.conf 

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

2019-06-21 Thread Santiago Torres-Arias via arch-commits
Date: Friday, June 21, 2019 @ 17:21:46
  Author: sangy
Revision: 482622

upgpkg: sniffglue 0.9.0-1

Modified:
  sniffglue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 17:03:43 UTC (rev 482621)
+++ PKGBUILD2019-06-21 17:21:46 UTC (rev 482622)
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd 
 
 pkgname=sniffglue
-pkgver=0.8.3
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Secure multithreaded packet sniffer'
 url='https://github.com/kpcyrd/sniffglue'
@@ -14,10 +14,10 @@
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 sniffglue-sysuser.conf
 sniffglue.conf)
-sha256sums=('6536d0866255f7aeeda311ed3d72e46eaac8c08d3698e85779bcee999a4d0a05'
+sha256sums=('47f800615b6c316d23e43ff9056fa808160c35aea29cf5f57c2629f0cb267e50'
 '531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
 'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
-sha512sums=('c37c88978e5ee37d0bc7d23d7ff4f3cf7ad14a0a822c8898f86c06a8a888c1168ddaf7e3641ae563f12cca0c14e4f78aec2bad70df4b30b18bd2ea6dca88fe14'
+sha512sums=('915652edd2a9a8f21acae6e378f8e86ccfe2a4996d8c54d98790d96b717d7baf4c7c506a30f38ffcd52302273cb9a1ac203bd8f4ddc07b666103ac6f8de96113'
 
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
 
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
 


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

2019-06-21 Thread Santiago Torres-Arias via arch-commits
Date: Friday, June 21, 2019 @ 17:03:43
  Author: sangy
Revision: 482621

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 17:02:53 UTC (rev 482620)
+++ PKGBUILD2019-06-21 17:03:43 UTC (rev 482621)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.11.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' 'geoip2-database' 'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc)
-sha512sums=('7bd125e366a51e073f5a9df6f285a37868dd139ad62a53b5b722ada587beb99f97e2988a75ff1c9becb832b318ff0543b395085fcd79f6405abd91a200b167a2'
-'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 482620, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 17:03:43 UTC (rev 482621)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.12.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' 'geoip2-database' 'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc)
+sha512sums=('065777d85b42350b870935ff880c01f56ba9d6ff54bb0930f890484eecfad0884eb7d0997e32204b9a11173b8822f4961b187cd0a9e3f8eeefa62cf1e0d8aa14'
+'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:

Deleted: sn0int.install
===
--- 

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

2019-06-21 Thread Santiago Torres-Arias via arch-commits
Date: Friday, June 21, 2019 @ 17:02:53
  Author: sangy
Revision: 482620

upgpkg: sn0int 0.12.0-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 16:39:57 UTC (rev 482619)
+++ PKGBUILD2019-06-21 17:02:53 UTC (rev 482620)
@@ -3,7 +3,7 @@
 # Contributor: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,7 +14,7 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
${pkgname}-${pkgver}.tar.gz.asc::https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc)
-sha512sums=('7bd125e366a51e073f5a9df6f285a37868dd139ad62a53b5b722ada587beb99f97e2988a75ff1c9becb832b318ff0543b395085fcd79f6405abd91a200b167a2'
+sha512sums=('065777d85b42350b870935ff880c01f56ba9d6ff54bb0930f890484eecfad0884eb7d0997e32204b9a11173b8822f4961b187cd0a9e3f8eeefa62cf1e0d8aa14'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2019-06-21 Thread Daniel Bermond via arch-commits
Date: Friday, June 21, 2019 @ 16:39:57
  Author: dbermond
Revision: 482619

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 16:39:32 UTC (rev 482618)
+++ PKGBUILD2019-06-21 16:39:57 UTC (rev 482619)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Daniel Bermond 
-
-pkgname=intel-gmmlib
-pkgver=19.2.1
-pkgrel=1
-pkgdesc="Intel Graphics Memory Management Library"
-arch=('x86_64')
-url="https://github.com/intel/gmmlib/;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cmake')
-provides=('gmmlib')
-conflicts=('gmmlib')
-replaces=('gmmlib')
-options=('!emptydirs')
-source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e03b87e932081920e70db83b3604f9de79aee38b677f4553f17b9fcfe9274be5')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname#*-}-${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE='None' \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DRUN_TEST_SUITE=ON \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${pkgname#*-}-${pkgname}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-gmmlib/repos/community-x86_64/PKGBUILD (from rev 482618, 
intel-gmmlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 16:39:57 UTC (rev 482619)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Daniel Bermond 
+
+pkgname=intel-gmmlib
+pkgver=19.2.2
+pkgrel=1
+pkgdesc="Intel Graphics Memory Management Library"
+arch=('x86_64')
+url="https://github.com/intel/gmmlib/;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cmake')
+provides=('gmmlib')
+conflicts=('gmmlib')
+replaces=('gmmlib')
+options=('!emptydirs')
+source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5efa836ff9af7fe4cd48a70fafb9f352a015dae4fe557c6cdb7d06fe5d010e95')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname#*-}-${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE='None' \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DRUN_TEST_SUITE=ON \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${pkgname#*-}-${pkgname}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-06-21 Thread Daniel Bermond via arch-commits
Date: Friday, June 21, 2019 @ 16:39:32
  Author: dbermond
Revision: 482618

upgpkg: intel-gmmlib 19.2.2-1

Updated to version 19.2.2

Modified:
  intel-gmmlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 15:30:32 UTC (rev 482617)
+++ PKGBUILD2019-06-21 16:39:32 UTC (rev 482618)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond 
 
 pkgname=intel-gmmlib
-pkgver=19.2.1
+pkgver=19.2.2
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 replaces=('gmmlib')
 options=('!emptydirs')
 
source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('e03b87e932081920e70db83b3604f9de79aee38b677f4553f17b9fcfe9274be5')
+sha256sums=('5efa836ff9af7fe4cd48a70fafb9f352a015dae4fe557c6cdb7d06fe5d010e95')
 
 prepare() {
 mkdir -p build


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 15:30:32
  Author: bgyorgy
Revision: 482617

archrelease: copy trunk to community-x86_64

Added:
  xchm/repos/community-x86_64/PKGBUILD
(from rev 482616, xchm/trunk/PKGBUILD)
Deleted:
  xchm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 15:30:29 UTC (rev 482616)
+++ PKGBUILD2019-06-21 15:30:32 UTC (rev 482617)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Giovanni Scafora 
-
-pkgname=xchm
-pkgver=1.29
-pkgrel=1
-pkgdesc="Cross-platform GUI front-end to chmlib"
-arch=('x86_64')
-url="https://github.com/rzvncj/xCHM;
-license=('GPL')
-depends=('chmlib' 'wxgtk3')
-source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('cea900cf4252c7f2f6736e48a4f639b0bad00fdce249aa55ebb6a44dcf976b0a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 art/xchm-16.png 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/xchm.png"
-  install -Dm644 art/xchm-32.png 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/xchm.png"
-  install -Dm644 art/xchm-48.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/xchm.png"
-  install -Dm644 art/xchm-128.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/xchm.png"
-  rm -r "$pkgdir"/usr/share/pixmaps
-}

Copied: xchm/repos/community-x86_64/PKGBUILD (from rev 482616, 
xchm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 15:30:32 UTC (rev 482617)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+# Contributor: Giovanni Scafora 
+
+pkgname=xchm
+pkgver=1.30
+pkgrel=1
+pkgdesc="Cross-platform GUI front-end to chmlib"
+arch=('x86_64')
+url="https://github.com/rzvncj/xCHM;
+license=('GPL')
+depends=('chmlib' 'wxgtk3')
+source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('85a98f2a40d53fb43a49dfe91f0854cd511033271b3a9c45f0a5d77bc7e2c5a0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 15:30:29
  Author: bgyorgy
Revision: 482616

upgpkg: xchm 1.30-1

Update to new version

Modified:
  xchm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 14:59:16 UTC (rev 482615)
+++ PKGBUILD2019-06-21 15:30:29 UTC (rev 482616)
@@ -2,7 +2,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=xchm
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Cross-platform GUI front-end to chmlib"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('chmlib' 'wxgtk3')
 
source=("https://github.com/rzvncj/xCHM/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('cea900cf4252c7f2f6736e48a4f639b0bad00fdce249aa55ebb6a44dcf976b0a')
+sha256sums=('85a98f2a40d53fb43a49dfe91f0854cd511033271b3a9c45f0a5d77bc7e2c5a0')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,10 +26,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  install -Dm644 art/xchm-16.png 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/xchm.png"
-  install -Dm644 art/xchm-32.png 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/xchm.png"
-  install -Dm644 art/xchm-48.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/xchm.png"
-  install -Dm644 art/xchm-128.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/xchm.png"
-  rm -r "$pkgdir"/usr/share/pixmaps
 }


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 14:59:16
  Author: bgyorgy
Revision: 482615

archrelease: copy trunk to community-x86_64

Added:
  photoflare/repos/
  photoflare/repos/community-x86_64/
  photoflare/repos/community-x86_64/PKGBUILD
(from rev 482614, photoflare/trunk/PKGBUILD)

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

Copied: photoflare/repos/community-x86_64/PKGBUILD (from rev 482614, 
photoflare/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-06-21 14:59:16 UTC (rev 482615)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+# Contributor: Josip Ponjavic 
+
+pkgname=photoflare
+pkgver=1.5.9
+pkgrel=2
+pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
+arch=(x86_64)
+url='https://photoflare.io/'
+license=(GPL3)
+depends=(desktop-file-utils graphicsmagick hicolor-icon-theme qt5-base 
qt5-imageformats)
+makedepends=(qt5-tools)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PhotoFlare/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('6a869dbea696ce40e5b0d4a2b58215e1a0fb4aa5406e12608183141b995f422c')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PhotoFlare.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  rm -r "$pkgdir/usr/share/pixmaps"
+}


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 14:57:58
  Author: bgyorgy
Revision: 482613

Move photoflare from AUR

Added:
  photoflare/
  photoflare/trunk/
  photoflare/trunk/PKGBUILD

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

Added: photoflare/trunk/PKGBUILD
===
--- photoflare/trunk/PKGBUILD   (rev 0)
+++ photoflare/trunk/PKGBUILD   2019-06-21 14:57:58 UTC (rev 482613)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+# Contributor: Josip Ponjavic 
+
+pkgname=photoflare
+pkgver=1.5.9
+pkgrel=2
+pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
+arch=(x86_64)
+url='https://photoflare.io/'
+license=(GPL3)
+depends=(desktop-file-utils graphicsmagick hicolor-icon-theme qt5-base 
qt5-imageformats)
+makedepends=(qt5-tools)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PhotoFlare/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('6a869dbea696ce40e5b0d4a2b58215e1a0fb4aa5406e12608183141b995f422c')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PhotoFlare.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  rm -r "$pkgdir/usr/share/pixmaps"
+}


Property changes on: photoflare/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-06-21 Thread David Runge via arch-commits
Date: Friday, June 21, 2019 @ 14:57:58
  Author: dvzrv
Revision: 482614

archrelease: copy trunk to community-x86_64

Added:
  rt-tests/repos/community-x86_64/PKGBUILD
(from rev 482612, rt-tests/trunk/PKGBUILD)
Deleted:
  rt-tests/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 14:57:58 UTC (rev 482613)
+++ PKGBUILD2019-06-21 14:57:58 UTC (rev 482614)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Joakim Hernberg 
-
-pkgname=rt-tests
-pkgver=1.3
-pkgrel=1
-pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
-arch=('x86_64')
-url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
-license=('GPL2')
-groups=('realtime')
-depends=('python' 'numactl')
-source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dbab2f3250647439d79bbf75860e46bc76f95673f00a50cc940be7f71d6019d9d9ba1c4d06e4ceeb79fdc2709980f2d8edea008ef2448a946c0fdcd2614ba9eb')
-
-prepare() {
-  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -vDm 644 {MAINTAINERS,README.markdown} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: rt-tests/repos/community-x86_64/PKGBUILD (from rev 482612, 
rt-tests/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 14:57:58 UTC (rev 482614)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge 
+# Contributor: Joakim Hernberg 
+
+pkgname=rt-tests
+pkgver=1.4
+pkgrel=1
+pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/;
+license=('GPL2')
+groups=('realtime')
+depends=('python' 'numactl')
+source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c6485a615ccfcae97983fbcfd6b8e2575d2860447fa0381049757e016bfd5898689b32544dce063604bcf36096d7f465f40e7676ac6c0c63c9efdd17705e875f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -vDm 644 {MAINTAINERS,README.markdown} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  # removing stale directories
+  rmdir -v "${pkgdir}/usr/"{src,share/man/man4}
+}


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

2019-06-21 Thread David Runge via arch-commits
Date: Friday, June 21, 2019 @ 14:57:53
  Author: dvzrv
Revision: 482612

upgpkg: rt-tests 1.4-1

Upgrading to 1.4. Removing stale directories, formely used for the backfire 
kernel module (which isn't build by default anymore).

Modified:
  rt-tests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 14:31:05 UTC (rev 482611)
+++ PKGBUILD2019-06-21 14:57:53 UTC (rev 482612)
@@ -2,7 +2,7 @@
 # Contributor: Joakim Hernberg 
 
 pkgname=rt-tests
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
 arch=('x86_64')
@@ -11,14 +11,11 @@
 groups=('realtime')
 depends=('python' 'numactl')
 
source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('dbab2f3250647439d79bbf75860e46bc76f95673f00a50cc940be7f71d6019d9d9ba1c4d06e4ceeb79fdc2709980f2d8edea008ef2448a946c0fdcd2614ba9eb')
+sha512sums=('c6485a615ccfcae97983fbcfd6b8e2575d2860447fa0381049757e016bfd5898689b32544dce063604bcf36096d7f465f40e7676ac6c0c63c9efdd17705e875f')
 
-prepare() {
-  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
+  export PYLIB=$(python -c 'import distutils.sysconfig;  
print(distutils.sysconfig.get_python_lib())')
   make
 }
 
@@ -27,4 +24,6 @@
   make prefix=/usr DESTDIR="${pkgdir}" install
   install -vDm 644 {MAINTAINERS,README.markdown} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # removing stale directories
+  rmdir -v "${pkgdir}/usr/"{src,share/man/man4}
 }


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

2019-06-21 Thread Florian Pritz via arch-commits
Date: Friday, June 21, 2019 @ 14:31:02
  Author: bluewind
Revision: 482610

upgpkg: zim 0.71.1-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 14:03:27 UTC (rev 482609)
+++ PKGBUILD2019-06-21 14:31:02 UTC (rev 482610)
@@ -3,13 +3,13 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=zim
-pkgver=0.70
-pkgrel=2
+pkgver=0.71.1
+pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
 arch=(any)
 license=('GPL' 'PerlArtistic')
 url="https://zim-wiki.org/;
-depends=('python' 'python-gobject' 'ttf-dejavu' 'gtk3' 'python-xdg')
+depends=('python' 'python-gobject' 'ttf-font' 'gtk3' 'python-xdg')
 checkdepends=('xorg-server-xvfb')
 optdepends=('bzr: Version Control plugin'
 'git: Version Control plugin'
@@ -25,13 +25,20 @@
 'gtksourceview3: Source View plugin'
 'texlive-bin: Insert Equation plugin')
 source=(https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('14bde80a5805c5e84cd4b109ece013f6')
+md5sums=('435093b073515327cf4f0a9596ff')
 
 
 check() {
cd ${srcdir}/${pkgname}-${pkgver}
 
-   xvfb-run -w0 ./test.py
+   if [[ "$pkgver" != "0.71.1" ]]; then
+   # Test are broken starting with 0.71.0, but no fix is in sight 
yet.
+   # Skip the tests since I don't have the time to fix them myself.
+   # When the next version comes out, either update the if 
condition or be
+   # happy that they are fixed.
+   # 
https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/814
+   xvfb-run -w0 ./test.py
+   fi
 }
 
 package() {
@@ -38,4 +45,7 @@
cd ${srcdir}/${pkgname}-${pkgver}
 
python setup.py install --root=${pkgdir} --optimize=1
+
+   install -dm755 "$pkgdir/usr/share/icons/"
+   cp -r xdg/hicolor/ "$pkgdir/usr/share/icons/"
 }


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

2019-06-21 Thread Florian Pritz via arch-commits
Date: Friday, June 21, 2019 @ 14:31:05
  Author: bluewind
Revision: 482611

archrelease: copy trunk to community-any

Added:
  zim/repos/community-any/PKGBUILD
(from rev 482610, zim/trunk/PKGBUILD)
Deleted:
  zim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 14:31:02 UTC (rev 482610)
+++ PKGBUILD2019-06-21 14:31:05 UTC (rev 482611)
@@ -1,41 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.70
-pkgrel=2
-pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="https://zim-wiki.org/;
-depends=('python' 'python-gobject' 'ttf-dejavu' 'gtk3' 'python-xdg')
-checkdepends=('xorg-server-xvfb')
-optdepends=('bzr: Version Control plugin'
-'git: Version Control plugin'
-'mercurial: Version Control plugin'
-'gnuplot: Insert Gnuplot plugin'
-'ditaa: Insert Ditaa plugin'
-'graphviz: Insert Diagram plugin'
-'xdot: Link Map plugin'
-'gtkspell3: Spell Checker plugin'
-'r: Insert GNU R Plot plugin'
-'scrot: Insert Screenshot plugin'
-'lilypond: Insert Score plugin'
-'gtksourceview3: Source View plugin'
-'texlive-bin: Insert Equation plugin')
-source=(https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('14bde80a5805c5e84cd4b109ece013f6')
-
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   xvfb-run -w0 ./test.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 482610, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 14:31:05 UTC (rev 482611)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.71.1
+pkgrel=1
+pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="https://zim-wiki.org/;
+depends=('python' 'python-gobject' 'ttf-font' 'gtk3' 'python-xdg')
+checkdepends=('xorg-server-xvfb')
+optdepends=('bzr: Version Control plugin'
+'git: Version Control plugin'
+'mercurial: Version Control plugin'
+'gnuplot: Insert Gnuplot plugin'
+'ditaa: Insert Ditaa plugin'
+'graphviz: Insert Diagram plugin'
+'xdot: Link Map plugin'
+'gtkspell3: Spell Checker plugin'
+'r: Insert GNU R Plot plugin'
+'scrot: Insert Screenshot plugin'
+'lilypond: Insert Score plugin'
+'gtksourceview3: Source View plugin'
+'texlive-bin: Insert Equation plugin')
+source=(https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('435093b073515327cf4f0a9596ff')
+
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   if [[ "$pkgver" != "0.71.1" ]]; then
+   # Test are broken starting with 0.71.0, but no fix is in sight 
yet.
+   # Skip the tests since I don't have the time to fix them myself.
+   # When the next version comes out, either update the if 
condition or be
+   # happy that they are fixed.
+   # 
https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/814
+   xvfb-run -w0 ./test.py
+   fi
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python setup.py install --root=${pkgdir} --optimize=1
+
+   install -dm755 "$pkgdir/usr/share/icons/"
+   cp -r xdg/hicolor/ "$pkgdir/usr/share/icons/"
+}


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 14:03:27
  Author: bgyorgy
Revision: 482609

archrelease: copy trunk to community-any

Added:
  drawing/repos/
  drawing/repos/community-any/
  drawing/repos/community-any/PKGBUILD
(from rev 482608, drawing/trunk/PKGBUILD)

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

Copied: drawing/repos/community-any/PKGBUILD (from rev 482608, 
drawing/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-06-21 14:03:27 UTC (rev 482609)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.2
+pkgrel=1
+pkgdesc="Drawing application for the GNOME desktop"
+url="https://github.com/maoschanz/drawing;
+arch=(any)
+license=(GPL3)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('83873fcda8102f51c9e5ecd17e95086d0e9ac8196bcf9e202d6e30c0c926fa35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s/'datadir'), 'appdata')/'datadir'), 'metainfo')/" data/meson.build
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-06-21 Thread Balló György via arch-commits
Date: Friday, June 21, 2019 @ 14:02:01
  Author: bgyorgy
Revision: 482608

Add drawing

Added:
  drawing/
  drawing/trunk/
  drawing/trunk/PKGBUILD

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

Added: drawing/trunk/PKGBUILD
===
--- drawing/trunk/PKGBUILD  (rev 0)
+++ drawing/trunk/PKGBUILD  2019-06-21 14:02:01 UTC (rev 482608)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.2
+pkgrel=1
+pkgdesc="Drawing application for the GNOME desktop"
+url="https://github.com/maoschanz/drawing;
+arch=(any)
+license=(GPL3)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('83873fcda8102f51c9e5ecd17e95086d0e9ac8196bcf9e202d6e30c0c926fa35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s/'datadir'), 'appdata')/'datadir'), 'metainfo')/" data/meson.build
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


Property changes on: drawing/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-06-21 Thread David Runge via arch-commits
Date: Friday, June 21, 2019 @ 13:37:10
  Author: dvzrv
Revision: 482606

upgpkg: ruby-rugged 0.28.2-1

Upgrading to 0.28.2.

Modified:
  ruby-rugged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 13:20:53 UTC (rev 482605)
+++ PKGBUILD2019-06-21 13:37:10 UTC (rev 482606)
@@ -5,7 +5,7 @@
 _name=rugged
 _libgit2_pkgver=0.28.2
 pkgname=ruby-rugged
-pkgver=0.28.0
+pkgver=0.28.2
 pkgrel=1
 pkgdesc='A Ruby binding to the libgit2 linkable library'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 options=(!emptydirs)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz;
 
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz;)
-sha512sums=('af285b2690b3650b184403a8175d09fb33371e27f4fcc81a7106eb54224a74554717f24d507324abd7b5151d48a3227dee1e593d00dbd861c372cb65267c6725'
+sha512sums=('febbccc04d16659ed6866f3c7bae0ba3a2f22937fc827535f3e99c1461b3ae22cf8d676436a09ae7c7a47f3f90eec9787a0afa776bccebc5a659b56b1f78ceed'
 
'0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6')
 
 prepare() {


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

2019-06-21 Thread David Runge via arch-commits
Date: Friday, June 21, 2019 @ 13:37:21
  Author: dvzrv
Revision: 482607

archrelease: copy trunk to community-x86_64

Added:
  ruby-rugged/repos/community-x86_64/PKGBUILD
(from rev 482606, ruby-rugged/trunk/PKGBUILD)
Deleted:
  ruby-rugged/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 13:37:10 UTC (rev 482606)
+++ PKGBUILD2019-06-21 13:37:21 UTC (rev 482607)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: ChaosKid42 
-# Contributor: Andy Weidenbaum 
-
-_name=rugged
-_libgit2_pkgver=0.28.2
-pkgname=ruby-rugged
-pkgver=0.28.0
-pkgrel=1
-pkgdesc='A Ruby binding to the libgit2 linkable library'
-arch=('x86_64')
-url="https://github.com/libgit2/rugged;
-license=('MIT')
-depends=('ruby' 'libgit2')
-makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
-checkdepends=('git')
-options=(!emptydirs)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz;
-
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz;)
-sha512sums=('af285b2690b3650b184403a8175d09fb33371e27f4fcc81a7106eb54224a74554717f24d507324abd7b5151d48a3227dee1e593d00dbd861c372cb65267c6725'
-
'0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd ${pkgname}-${pkgver}
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i ${_name}.gemspec
-  # remove broken and useless libgit2 "version check":
-  # https://github.com/libgit2/rugged/issues/698
-  sed '68,88d' -i ext/rugged/extconf.rb
-  # source tarball doesn't include vendored libgit2 version, which is only
-  # needed for test fixtures (resources): 
https://github.com/libgit2/rugged/issues/801
-  mv -v ../libgit2-${_libgit2_pkgver}/* vendor/libgit2
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CI_BUILD=true
-  export RUGGED_USE_SYSTEM_LIBRARIES=true
-  export CMAKE_FLAGS=" --use-system-libraries"
-  rake compile
-  rake gem
-}
-
-# we're missing the fixtures from libgit2 to run the tests
-check(){
-  cd "${pkgname}-${pkgver}"
-  # ConfigTest#test_read_global_config_file fails, if no gitconfig is set for 
user...
-  # https://github.com/libgit2/rugged/issues/432
-  git config --global user.name "Foo Bar"
-  rake test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies \
-  --no-user-install \
-  -i "${pkgdir}/${_gemdir}" \
-  -n "${pkgdir}/usr/bin" \
-  pkg/${_name}-${pkgver}.gem
-  install -vDm 644 "$pkgdir/$_gemdir/gems/$_name-$pkgver/LICENSE" \
--t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 README.md CHANGELOG.md -t \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  # removing all unneeded stuff
-  cd "${pkgdir}/${_gemdir}"
-  rm -rv cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
-gems/${_name}-${pkgver}/vendor
-}

Copied: ruby-rugged/repos/community-x86_64/PKGBUILD (from rev 482606, 
ruby-rugged/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 13:37:21 UTC (rev 482607)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge 
+# Contributor: ChaosKid42 
+# Contributor: Andy Weidenbaum 
+
+_name=rugged
+_libgit2_pkgver=0.28.2
+pkgname=ruby-rugged
+pkgver=0.28.2
+pkgrel=1
+pkgdesc='A Ruby binding to the libgit2 linkable library'
+arch=('x86_64')
+url="https://github.com/libgit2/rugged;
+license=('MIT')
+depends=('ruby' 'libgit2')
+makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
+checkdepends=('git')
+options=(!emptydirs)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz;
+
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz;)
+sha512sums=('febbccc04d16659ed6866f3c7bae0ba3a2f22937fc827535f3e99c1461b3ae22cf8d676436a09ae7c7a47f3f90eec9787a0afa776bccebc5a659b56b1f78ceed'
+
'0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i ${_name}.gemspec
+  # remove broken and useless libgit2 "version check":
+  # https://github.com/libgit2/rugged/issues/698
+  sed '68,88d' -i ext/rugged/extconf.rb
+  # source tarball doesn't include vendored libgit2 version, which is only
+  # needed for 

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

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 13:20:53
  Author: ffy00
Revision: 482605

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 13:19:34 UTC (rev 482604)
+++ PKGBUILD2019-06-21 13:20:53 UTC (rev 482605)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20190615
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('083f1afcc7e46a9688f96f584193cf07bcbe45f445feaee976b208a90e7758138fa0d77d355da73b241698ac2e0d1594613b57092d53294bd7e9cfa7b5ee1145')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 482604, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 13:20:53 UTC (rev 482605)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190615
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('083f1afcc7e46a9688f96f584193cf07bcbe45f445feaee976b208a90e7758138fa0d77d355da73b241698ac2e0d1594613b57092d53294bd7e9cfa7b5ee1145')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 13:19:34
  Author: ffy00
Revision: 482604

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 13:16:39 UTC (rev 482603)
+++ PKGBUILD2019-06-21 13:19:34 UTC (rev 482604)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20190615
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('083f1afcc7e46a9688f96f584193cf07bcbe45f445feaee976b208a90e7758138fa0d77d355da73b241698ac2e0d1594613b57092d53294bd7e9cfa7b5ee1145')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 482603, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 13:19:34 UTC (rev 482604)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20190615
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('083f1afcc7e46a9688f96f584193cf07bcbe45f445feaee976b208a90e7758138fa0d77d355da73b241698ac2e0d1594613b57092d53294bd7e9cfa7b5ee1145')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 13:16:34
  Author: ffy00
Revision: 482602

upgpkg: wine-mono 4.9.0-1

Modified:
  wine-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 13:09:08 UTC (rev 482601)
+++ PKGBUILD2019-06-21 13:16:34 UTC (rev 482602)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=wine-mono
-pkgver=4.8.3
+pkgver=4.9.0
 pkgrel=1
 pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL2.1' 'MPL')
 depends=('wine')
 source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a')
+sha512sums=('76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24')
 
 package() {
   install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi


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

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 13:16:39
  Author: ffy00
Revision: 482603

archrelease: copy trunk to community-any

Added:
  wine-mono/repos/community-any/PKGBUILD
(from rev 482602, wine-mono/trunk/PKGBUILD)
Deleted:
  wine-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 13:16:34 UTC (rev 482602)
+++ PKGBUILD2019-06-21 13:16:39 UTC (rev 482603)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=wine-mono
-pkgver=4.8.3
-pkgrel=1
-pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=('any')
-url="https://wiki.winehq.org/Mono;
-license=('GPL' 'LGPL2.1' 'MPL')
-depends=('wine')
-source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
-sha512sums=('5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a')
-
-package() {
-  install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
-}

Copied: wine-mono/repos/community-any/PKGBUILD (from rev 482602, 
wine-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 13:16:39 UTC (rev 482603)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=wine-mono
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=('any')
+url="https://wiki.winehq.org/Mono;
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('wine')
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi;)
+sha512sums=('76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24')
+
+package() {
+  install -Dm644 $pkgname-$pkgver.msi 
"$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi
+}


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

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 13:08:56
  Author: ffy00
Revision: 482600

upgpkg: pulseeffects 4.6.4-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 11:49:44 UTC (rev 482599)
+++ PKGBUILD2019-06-21 13:08:56 UTC (rev 482600)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.6.3
+pkgver=4.6.4
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'mda.lv2: loudness'
 'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('645a19a6f5f1726474a675edc0048eccd37e7236fd863ecbd8c382028344cd3d4a2cbd5c4a8e830e5fb793ddf50c0b24c45f5d93acb7a880ae32c3c940e8d2ea')
+sha512sums=('eb450db882bfd0d8aea45ea25219122b88cd66054d189ba990e3c95b1b8c7760514e80b7e9c4dc7c4a14cf133dbdedd02d7a8f6f48c1a569f530c62c1254e8de')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-06-21 Thread Filipe Laíns via arch-commits
Date: Friday, June 21, 2019 @ 13:09:08
  Author: ffy00
Revision: 482601

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 482600, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 13:08:56 UTC (rev 482600)
+++ PKGBUILD2019-06-21 13:09:08 UTC (rev 482601)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.6.3
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('645a19a6f5f1726474a675edc0048eccd37e7236fd863ecbd8c382028344cd3d4a2cbd5c4a8e830e5fb793ddf50c0b24c45f5d93acb7a880ae32c3c940e8d2ea')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 482600, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 13:09:08 UTC (rev 482601)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.6.4
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('eb450db882bfd0d8aea45ea25219122b88cd66054d189ba990e3c95b1b8c7760514e80b7e9c4dc7c4a14cf133dbdedd02d7a8f6f48c1a569f530c62c1254e8de')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-06-21 Thread Levente Polyak via arch-commits
Date: Friday, June 21, 2019 @ 11:49:37
  Author: anthraxx
Revision: 482598

upgpkg: powerdns 4.1.10-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 09:47:40 UTC (rev 482597)
+++ PKGBUILD2019-06-21 11:49:37 UTC (rev 482598)
@@ -6,8 +6,8 @@
 # Contributor: Pieter Lexis 
 
 pkgname=powerdns
-pkgver=4.1.8
-pkgrel=2
+pkgver=4.1.10
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935'
+sha512sums=('59a7a52468f6daae8de01bb2b08d812906ef58047026369895341cfff253a5b9ba29d6a6b43a822f1632641eec34fa1afa6fbb5b0ba5e72ecce8e61787892136'
 'SKIP'
 
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 



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

2019-06-21 Thread Levente Polyak via arch-commits
Date: Friday, June 21, 2019 @ 11:49:44
  Author: anthraxx
Revision: 482599

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 482598, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 482598, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/sysusers.conf

---+
 PKGBUILD  |  156 
 sysusers.conf |2 
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 11:49:37 UTC (rev 482598)
+++ PKGBUILD2019-06-21 11:49:44 UTC (rev 482599)
@@ -1,78 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Remi Gacogne 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.1.8
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
- 'sqlite' 'systemd' 'lua')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
- 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'opendbx: OpenDBX backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---enable-libsodium \
---enable-botan \
---enable-tools \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 482598, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 11:49:44 UTC (rev 482599)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.10
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')

[arch-commits] Commit in mariadb/trunk (7 files)

2019-06-21 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 10:06:42
  Author: eworm
Revision: 356677

upgpkg: mariadb 10.4.6-1

new upstream release

Added:
  mariadb/trunk/0007-systemd-service-add-instance-name-in-description.patch
Modified:
  mariadb/trunk/0001-arch-specific.patch
  mariadb/trunk/0002-systemd-sysusers-tmpfiles.patch
  mariadb/trunk/0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch
  mariadb/trunk/PKGBUILD
  mariadb/trunk/mariadb.install
Deleted:
  mariadb/trunk/0004-do-not-break-main-configuration-with-instantiated-one.patch

--+
 0001-arch-specific.patch |   44 ---
 0002-systemd-sysusers-tmpfiles.patch |   19 ++-
 0004-do-not-break-main-configuration-with-instantiated-one.patch |   56 
--
 0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch |8 -
 0007-systemd-service-add-instance-name-in-description.patch  |   32 +
 PKGBUILD |   49 

 mariadb.install  |   14 ++
 7 files changed, 86 insertions(+), 136 deletions(-)

Modified: 0001-arch-specific.patch
===
--- 0001-arch-specific.patch2019-06-21 09:24:05 UTC (rev 356676)
+++ 0001-arch-specific.patch2019-06-21 10:06:42 UTC (rev 356677)
@@ -66,37 +66,6 @@
  
  # Flush caches. previously [mysqld_safe] flush-caches=1
  # ExecStartPre=sync
-From 72b42fb1a344bfc3f3c3c905fe85c93ac4a752e3 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Tue, 29 Jan 2019 23:14:23 +0100
-Subject: fix path to our config

- support-files/rpm/enable_encryption.preset | 2 +-
- support-files/rpm/my.cnf   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/support-files/rpm/enable_encryption.preset 
b/support-files/rpm/enable_encryption.preset
-index 722db7e5fa1..978a7494c6b 100644
 a/support-files/rpm/enable_encryption.preset
-+++ b/support-files/rpm/enable_encryption.preset
-@@ -1,5 +1,5 @@
- #
--# !include this file into your my.cnf (or any of *.cnf files in /etc/my.cnf.d)
-+# !include this file into your my.cnf (or any of *.cnf files in 
/etc/mysql/my.cnf.d)
- # and it will enable data at rest encryption. This is a simple way to
- # ensure that everything that can be encrypted will be and your
- # data will not leak unencrypted.
-diff --git a/support-files/rpm/my.cnf b/support-files/rpm/my.cnf
-index 913b88f8328..17d25361178 100644
 a/support-files/rpm/my.cnf
-+++ b/support-files/rpm/my.cnf
-@@ -7,5 +7,5 @@
- #
- # include all files from the config directory
- #
--!includedir /etc/my.cnf.d
-+!includedir /etc/mysql/my.cnf.d
- 
 From 820b47c1e70d36f1272cca3ddbdf4bbd2dd62bde Mon Sep 17 00:00:00 2001
 From: Christian Hesse 
 Date: Wed, 30 Jan 2019 00:46:47 +0100
@@ -119,16 +88,3 @@
  
  
  [Service]
-diff --git a/support-files/mari...@.service.in 
b/support-files/mari...@.service.in
-index a2f5cff0828..3fc41358e14 100644
 a/support-files/mari...@.service.in
-+++ b/support-files/mari...@.service.in
-@@ -27,8 +27,6 @@ ConditionPathExists=@sysconf2dir@/my%I.cnf
- 
- [Install]
- WantedBy=multi-user.target
--Alias=mysql.service
--Alias=mysqld.service
- 
- 
- [Service]

Modified: 0002-systemd-sysusers-tmpfiles.patch
===
--- 0002-systemd-sysusers-tmpfiles.patch2019-06-21 09:24:05 UTC (rev 
356676)
+++ 0002-systemd-sysusers-tmpfiles.patch2019-06-21 10:06:42 UTC (rev 
356677)
@@ -1,7 +1,8 @@
-From dc7aff5e5331820205282576f6ade015f672969b Mon Sep 17 00:00:00 2001
+From aef4f58adf90e9fee4348c1cf6484faeae159255 Mon Sep 17 00:00:00 2001
 From: Christian Hesse 
 Date: Tue, 2 Jan 2018 14:32:21 +0100
-Subject: Use descriptive file names for sysusers and tmpfiles configuration
+Subject: [PATCH 1/2] Use descriptive file names for sysusers and tmpfiles
+ configuration
 
 These files were installed to:
 
@@ -9,15 +10,17 @@
 ${INSTALL_SYSTEMD_TMPFILESDIR}/tmpfiles.conf
 
 Instead rename the files to more descriptive file names 'mariadb.conf'.
+
+Signed-off-by: Christian Hesse 
 ---
  support-files/CMakeLists.txt | 6 --
  1 file changed, 4 insertions(+), 2 deletions(-)
 
 diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt
-index 4ad3810e082..8363922d468 100644
+index 3655c87b94e..63443245e6e 100644
 --- a/support-files/CMakeLists.txt
 +++ b/support-files/CMakeLists.txt
-@@ -117,7 +117,8 @@ IF(UNIX)
+@@ -118,7 +118,8 @@ IF(UNIX)
CONFIGURE_FILE(sysusers.conf.in
${CMAKE_CURRENT_BINARY_DIR}/sysusers.conf @ONLY)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/sysusers.conf
@@ -27,7 +30,7 @@
  ENDIF()
  
  IF(INSTALL_SYSTEMD_TMPFILESDIR)
-@@ -125,7 +126,8 @@ IF(UNIX)
+@@ -126,7 +127,8 @@ IF(UNIX)
CONFIGURE_FILE(tmpfiles.conf.in

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

2019-06-21 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 10:06:49
  Author: eworm
Revision: 356678

archrelease: copy trunk to testing-x86_64

Added:
  mariadb/repos/testing-x86_64/
  mariadb/repos/testing-x86_64/0001-arch-specific.patch
(from rev 356677, mariadb/trunk/0001-arch-specific.patch)
  mariadb/repos/testing-x86_64/0002-systemd-sysusers-tmpfiles.patch
(from rev 356677, mariadb/trunk/0002-systemd-sysusers-tmpfiles.patch)
  
mariadb/repos/testing-x86_64/0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch
(from rev 356677, 
mariadb/trunk/0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch)
  
mariadb/repos/testing-x86_64/0007-systemd-service-add-instance-name-in-description.patch
(from rev 356677, 
mariadb/trunk/0007-systemd-service-add-instance-name-in-description.patch)
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 356677, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 356677, mariadb/trunk/mariadb.install)

--+
 0001-arch-specific.patch |   90 +++
 0002-systemd-sysusers-tmpfiles.patch |   65 ++
 0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch |   34 +
 0007-systemd-service-add-instance-name-in-description.patch  |   32 +
 PKGBUILD |  231 
++
 mariadb.install  |   25 +
 6 files changed, 477 insertions(+)

Copied: mariadb/repos/testing-x86_64/0001-arch-specific.patch (from rev 356677, 
mariadb/trunk/0001-arch-specific.patch)
===
--- testing-x86_64/0001-arch-specific.patch (rev 0)
+++ testing-x86_64/0001-arch-specific.patch 2019-06-21 10:06:49 UTC (rev 
356678)
@@ -0,0 +1,90 @@
+From 07abbcbbe129a4c44c58fa2496b0921e52a759c2 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 29 Jan 2019 23:12:01 +0100
+Subject: enable PrivateTmp for a little bit more security
+---
+ support-files/mariadb.service.in  | 2 +-
+ support-files/mari...@.service.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/support-files/mariadb.service.in 
b/support-files/mariadb.service.in
+index 8d43b6db428..a96fbcc9d2c 100644
+--- a/support-files/mariadb.service.in
 b/support-files/mariadb.service.in
+@@ -117,7 +117,7 @@ UMask=007
+ 
+ # If you don't use the /tmp directory for SELECT ... OUTFILE and
+ # LOAD DATA INFILE you can enable PrivateTmp=true for a little more security.
+-PrivateTmp=false
++PrivateTmp=true
+ 
+ ##
+ ## Options previously available to be set via [mysqld_safe]
+diff --git a/support-files/mari...@.service.in 
b/support-files/mari...@.service.in
+index a2f5cff0828..30631a8738a 100644
+--- a/support-files/mari...@.service.in
 b/support-files/mari...@.service.in
+@@ -138,7 +138,7 @@ UMask=007
+ 
+ # If you don't use the /tmp directory for SELECT ... OUTFILE and
+ # LOAD DATA INFILE you can enable PrivateTmp=true for a little more security.
+-PrivateTmp=false
++PrivateTmp=true
+ 
+ ##
+ ## Options previously available to be set via [mysqld_safe]
+From 0e4a158086b765aa3a12b84646aefb9b192443f7 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 29 Jan 2019 23:12:54 +0100
+Subject: force preloading jemalloc for memory management
+---
+ support-files/mariadb.service.in  | 1 +
+ support-files/mari...@.service.in | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/support-files/mariadb.service.in 
b/support-files/mariadb.service.in
+index a96fbcc9d2c..6bb5d4227b9 100644
+--- a/support-files/mariadb.service.in
 b/support-files/mariadb.service.in
+@@ -140,6 +140,7 @@ LimitNOFILE=16364
+ # Library substitutions. previously [mysqld_safe] malloc-lib with explicit 
paths
+ # (in LD_LIBRARY_PATH) and library name (in LD_PRELOAD).
+ # Environment="LD_LIBRARY_PATH=/path1 /path2" "LD_PRELOAD=
++Environment="LD_PRELOAD=/usr/lib/libjemalloc.so"
+ 
+ # Flush caches. previously [mysqld_safe] flush-caches=1
+ # ExecStartPre=sync
+diff --git a/support-files/mari...@.service.in 
b/support-files/mari...@.service.in
+index 83d75f80b87..d1d24d685f9 100644
+--- a/support-files/mari...@.service.in
 b/support-files/mari...@.service.in
+@@ -161,6 +161,7 @@ LimitNOFILE=16364
+ # Library substitutions. previously [mysqld_safe] malloc-lib with explicit 
paths
+ # (in LD_LIBRARY_PATH) and library name (in LD_PRELOAD).
+ # Environment="LD_LIBRARY_PATH=/path1 /path2" "LD_PRELOAD=
++Environment="LD_PRELOAD=/usr/lib/libjemalloc.so"
+ 
+ # Flush caches. previously [mysqld_safe] flush-caches=1
+ # ExecStartPre=sync
+From 820b47c1e70d36f1272cca3ddbdf4bbd2dd62bde Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Wed, 30 Jan 2019 00:46:47 +0100
+Subject: remove aliases from systemd unit files
+---
+ support-files/mariadb.service.in  | 2 --
+ 

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

2019-06-21 Thread Morten Linderud via arch-commits
Date: Friday, June 21, 2019 @ 09:47:28
  Author: foxboron
Revision: 482596

upgpkg: mopidy 2.2.3-1

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 09:24:17 UTC (rev 482595)
+++ PKGBUILD2019-06-21 09:47:28 UTC (rev 482596)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Petitjean 
 
 pkgname=mopidy
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="An extensible music server written in Python"
 arch=('any')
@@ -10,13 +10,13 @@
 license=('APACHE')
 depends=('python2' 'python2-pykka' 'python2-setuptools' 'python2-requests' 
'gstreamer'
  'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado' 
'gst-plugins-base')
-makedepends=('python2-sphinx')
+makedepends=('python2-sphinx' 'python2-sphinx_rtd_theme')
 backup=('etc/mopidy/mopidy.conf')
 source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
 'mopidy.conf'
 'logging.conf'
 'mopidy.sysusers')
-sha512sums=('3826c69147f3aaf9ba6cb5663cbe8cf7c8d024167ec0071a4722621d994ca58575696c1c8292d09f3274aa7c871654f93a0f8e6338f528f6097b2f5f0491'
+sha512sums=('c51b1b7ab058c0fdc8b0efc7407a4add67265e7d46b5e2c57d1b0e46e802bb990abcdbc6337bc4c7d7747684ca5cdc689bd27ab166902d749fa51bf1a00420cb'
 
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
 
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388'
 
'ff6c9f0406dfc1cc01ac6edcc6bae429342437397321ab9205ca273a63b28611d08005a0a5dba639b5ae2157a4f03a1d58c2199f7dbc6965864685b4b71f0b6f')


[arch-commits] Commit in mopidy/repos/community-any (8 files)

2019-06-21 Thread Morten Linderud via arch-commits
Date: Friday, June 21, 2019 @ 09:47:40
  Author: foxboron
Revision: 482597

archrelease: copy trunk to community-any

Added:
  mopidy/repos/community-any/PKGBUILD
(from rev 482596, mopidy/trunk/PKGBUILD)
  mopidy/repos/community-any/logging.conf
(from rev 482596, mopidy/trunk/logging.conf)
  mopidy/repos/community-any/mopidy.conf
(from rev 482596, mopidy/trunk/mopidy.conf)
  mopidy/repos/community-any/mopidy.sysusers
(from rev 482596, mopidy/trunk/mopidy.sysusers)
Deleted:
  mopidy/repos/community-any/PKGBUILD
  mopidy/repos/community-any/logging.conf
  mopidy/repos/community-any/mopidy.conf
  mopidy/repos/community-any/mopidy.sysusers

-+
 PKGBUILD|  136 +++---
 logging.conf|   42 
 mopidy.conf |   30 +--
 mopidy.sysusers |4 -
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 09:47:28 UTC (rev 482596)
+++ PKGBUILD2019-06-21 09:47:40 UTC (rev 482597)
@@ -1,68 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexandre Petitjean 
-
-pkgname=mopidy
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="An extensible music server written in Python"
-arch=('any')
-url="http://www.mopidy.com;
-license=('APACHE')
-depends=('python2' 'python2-pykka' 'python2-setuptools' 'python2-requests' 
'gstreamer'
- 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado' 
'gst-plugins-base')
-makedepends=('python2-sphinx')
-backup=('etc/mopidy/mopidy.conf')
-source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
-'mopidy.conf'
-'logging.conf'
-'mopidy.sysusers')
-sha512sums=('3826c69147f3aaf9ba6cb5663cbe8cf7c8d024167ec0071a4722621d994ca58575696c1c8292d09f3274aa7c871654f93a0f8e6338f528f6097b2f5f0491'
-
'eb66e8e826640a939b1ba51569ab7fab041b8b5e8823ea2d5f05596faf1de8882fd8c1c32bdb92534e759243fb5ff741bda0d2ebb3282af542d1287c8c68b5ea'
-
'0c438058500ab7559baae21b03b10e2b80b10c6b240b2100da1f4c84ea8efe24dc7a38a95034e75605eaf5d21604d13e5b8c7358778c555ddb6372a49388'
-
'ff6c9f0406dfc1cc01ac6edcc6bae429342437397321ab9205ca273a63b28611d08005a0a5dba639b5ae2157a4f03a1d58c2199f7dbc6965864685b4b71f0b6f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -e 's|, < 5||' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make -C docs SPHINXBUILD=sphinx-build2 man
-  make -C docs SPHINXBUILD=sphinx-build2 html
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -Dm755 extra/mopidyctl/mopidyctl "${pkgdir}/usr/bin/mopidyctl"
-
-  install -dm755 "${pkgdir}/usr/share/doc/mopidy"
-  cp -r docs/_build/html "${pkgdir}/usr/share/doc/mopidy"
-
-  install -dm755 "${pkgdir}/usr/share/man/man1/"
-  gzip -c docs/_build/man/mopidy.1 > "${pkgdir}/usr/share/man/man1/mopidy.1.gz"
-
-  install -dm755 "${pkgdir}/usr/share/man/man8/"
-  gzip -c extra/mopidyctl/mopidyctl.8 > 
"${pkgdir}/usr/share/man/man8/mopidyctl.8.gz"
-
-  install -Dm644 "${srcdir}/mopidy.conf" "${pkgdir}/etc/mopidy/mopidy.conf"
-  install -Dm644 "${srcdir}/logging.conf" "${pkgdir}/etc/mopidy/logging.conf"
-
-  install -Dm644 "extra/systemd/mopidy.service" 
"${pkgdir}/usr/lib/systemd/system/mopidy.service"
-  install -Dm644 "extra/desktop/mopidy.desktop" 
"${pkgdir}/usr/share/applications/mopidy.desktop"
-
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/cache/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/log/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/local"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/media"
-  install -dm755 -g 46 -o 46 "${pkgdir}/var/lib/mopidy/playlists"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/mopidy.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mopidy/repos/community-any/PKGBUILD (from rev 482596, 
mopidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 09:47:40 UTC (rev 482597)
@@ -0,0 +1,68 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexandre Petitjean 
+
+pkgname=mopidy
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="An extensible music server written in Python"
+arch=('any')
+url="https://www.mopidy.com;
+license=('APACHE')
+depends=('python2' 'python2-pykka' 'python2-setuptools' 'python2-requests' 
'gstreamer'
+ 'gst-python2' 'gst-plugins-good' 'gst-plugins-ugly' 'python2-tornado' 
'gst-plugins-base')
+makedepends=('python2-sphinx' 'python2-sphinx_rtd_theme')
+backup=('etc/mopidy/mopidy.conf')
+source=("https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz;
+'mopidy.conf'
+'logging.conf'
+'mopidy.sysusers')

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

2019-06-21 Thread Jiachen Yang via arch-commits
Date: Friday, June 21, 2019 @ 09:00:52
  Author: farseerfc
Revision: 482587

archrelease: copy trunk to community-x86_64

Added:
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 482586, pdfpc/trunk/PKGBUILD)
Deleted:
  pdfpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 09:00:20 UTC (rev 482586)
+++ PKGBUILD2019-06-21 09:00:52 UTC (rev 482587)
@@ -1,35 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.3.2
-_pkgver=${pkgver}
-pkgrel=1
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
-'gst-libav: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
-
-sha256sums=('44b487ea207bac88364e136570d4d4baaec08cfd1388e3477fb52a36b6c57f29')
-
-#prepare() {
-#cd "$srcdir/$pkgname-$_pkgver"
-#}
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 482586, 
pdfpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 09:00:52 UTC (rev 482587)
@@ -0,0 +1,35 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.3.4
+_pkgver=${pkgver}
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support'
+'gst-libav: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+
+sha256sums=('cc3ccd7a23990b76dd6083e774d28f63d726a86db3a7f180b1c90596b735d5ed')
+
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#}
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-06-21 Thread Jiachen Yang via arch-commits
Date: Friday, June 21, 2019 @ 09:00:20
  Author: farseerfc
Revision: 482586

upgpkg: pdfpc 4.3.4-1

pdfpc 4.3.4

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 08:18:17 UTC (rev 482585)
+++ PKGBUILD2019-06-21 09:00:20 UTC (rev 482586)
@@ -2,7 +2,7 @@
 # Contributor: Andreas Bilke 
 
 pkgname=pdfpc
-pkgver=4.3.2
+pkgver=4.3.4
 _pkgver=${pkgver}
 pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'vala')
 
source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
 
-sha256sums=('44b487ea207bac88364e136570d4d4baaec08cfd1388e3477fb52a36b6c57f29')
+sha256sums=('cc3ccd7a23990b76dd6083e774d28f63d726a86db3a7f180b1c90596b735d5ed')
 
 #prepare() {
 #cd "$srcdir/$pkgname-$_pkgver"


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

2019-06-21 Thread Jelle van der Waa via arch-commits
Date: Friday, June 21, 2019 @ 08:58:50
  Author: jelle
Revision: 356671

archrelease: copy trunk to extra-x86_64

Added:
  linux-atm/repos/extra-x86_64/
  linux-atm/repos/extra-x86_64/PKGBUILD
(from rev 356670, linux-atm/trunk/PKGBUILD)
  linux-atm/repos/extra-x86_64/man-pages.patch
(from rev 356670, linux-atm/trunk/man-pages.patch)
  linux-atm/repos/extra-x86_64/remove-define-hacks.patch
(from rev 356670, linux-atm/trunk/remove-define-hacks.patch)

---+
 PKGBUILD  |   37 
 man-pages.patch   |   45 
 remove-define-hacks.patch |   22 +
 3 files changed, 104 insertions(+)

Copied: linux-atm/repos/extra-x86_64/PKGBUILD (from rev 356670, 
linux-atm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-06-21 08:58:50 UTC (rev 356671)
@@ -0,0 +1,37 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Surain Mallawa Arachchi 
+
+pkgname=linux-atm
+pkgver=2.5.2
+pkgrel=6
+pkgdesc="Drivers and tools to support ATM networking under Linux."
+arch=('x86_64')
+depends=('glibc')
+url="http://linux-atm.sourceforge.net/;
+license=(GPL)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+man-pages.patch remove-define-hacks.patch)
+options=(!makeflags)
+md5sums=('d49499368c3cf15f73a05d9bce8824a8'
+ '181390736336cdb615ae32f1ae5acfa6'
+ '74275ad95cef3898ef3ec52c21012e45')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../man-pages.patch
+  patch -Np1 -i ../remove-define-hacks.patch
+
+  # install firmware in /usr/lib
+  sed -i "s#/lib/firmware#/usr/lib/firmware#" src/extra/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: linux-atm/repos/extra-x86_64/man-pages.patch (from rev 356670, 
linux-atm/trunk/man-pages.patch)
===
--- extra-x86_64/man-pages.patch(rev 0)
+++ extra-x86_64/man-pages.patch2019-06-21 08:58:50 UTC (rev 356671)
@@ -0,0 +1,45 @@
+diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman 
linux-atm-2.5.1/src/led/zeppelin.8
+--- linux-atm-2.5.1/src/led/zeppelin.8.fixman  2003-05-02 19:35:04.0 
+0200
 linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.0 +0200
+@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using
+ recommended. Token Ring support has received less testing than its
+ Ethernet counterpart.
+ .SH FILES
+-.IP \fI/var/run/lec[interface number].pid\fP
++\fI/var/run/lec[interface number].pid\fP
+ The file containing the process id of zeppelin.
+ .SH BUGS
+ John Bonham died 1980 and Led Zeppelin broke.
+diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 
linux-atm-2.5.1/src/mpoad/mpcd.8
+--- linux-atm-2.5.1/src/mpoad/mpcd.8.fixman2001-10-10 00:33:07.0 
+0200
 linux-atm-2.5.1/src/mpoad/mpcd.8   2010-10-13 12:59:14.0 +0200
+@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A
+ .B ]]
+ .SH DESCRIPTION
+ MPOA client
+-.SM(MPC) is responsible for creating and receiving
++.SM (MPC) is responsible for creating and receiving
+ internetwork layer shortcuts. Using these shortcuts MPCs forward
+ unicast internetwork layer packets effectively over ATM without need
+ for routing protocols.
+@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o
+ shortcuts is done with the help of
+ .SM MPOA
+ server
+-.SM(MPS).
++.SM (MPS).
+ .PP
+ Just as the Linux
+ .SM LAN
+diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 
linux-atm-2.5.1/src/sigd/atmsigd.conf.4
+--- linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 
00:33:07.0 +0200
 linux-atm-2.5.1/src/sigd/atmsigd.conf.42010-10-13 12:58:49.0 
+0200
+@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e
+ .P
+ If an option is specified in \fBatmsigd.conf\fP and on the command
+ line, the command line has priority.
+-.COMPATIBILITY
++.SH COMPATIBILITY
+ Certain options used by past versions of \fBatmsigd\fP but no longer 
documented
+ on the man page are still recognized and supported, but they also yield a
+ warning message. Future versions of \fBatmsigd\fP will not recognize those

Copied: linux-atm/repos/extra-x86_64/remove-define-hacks.patch (from rev 
356670, linux-atm/trunk/remove-define-hacks.patch)
===
--- extra-x86_64/remove-define-hacks.patch  (rev 0)
+++ extra-x86_64/remove-define-hacks.patch  2019-06-21 08:58:50 UTC (rev 
356671)
@@ -0,0 +1,22 @@
+diff -up linux-atm-2.5.1/src/arpd/arp.c.ftbfs 

[arch-commits] Commit in linux-atm/trunk (PKGBUILD remove-define-hacks.patch)

2019-06-21 Thread Jelle van der Waa via arch-commits
Date: Friday, June 21, 2019 @ 08:58:40
  Author: jelle
Revision: 356670

upgpkg: linux-atm 2.5.2-6

Move linux-atm to extra, as it's no longer critical software and fix the build.

Added:
  linux-atm/trunk/remove-define-hacks.patch
Modified:
  linux-atm/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ++-
 remove-define-hacks.patch |   22 ++
 2 files changed, 32 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 08:56:53 UTC (rev 356669)
+++ PKGBUILD2019-06-21 08:58:40 UTC (rev 356670)
@@ -3,7 +3,7 @@
 
 pkgname=linux-atm
 pkgver=2.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Drivers and tools to support ATM networking under Linux."
 arch=('x86_64')
 depends=('glibc')
@@ -10,18 +10,23 @@
 url="http://linux-atm.sourceforge.net/;
 license=(GPL)
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-man-pages.patch)
+man-pages.patch remove-define-hacks.patch)
 options=(!makeflags)
 md5sums=('d49499368c3cf15f73a05d9bce8824a8'
- '181390736336cdb615ae32f1ae5acfa6')
+ '181390736336cdb615ae32f1ae5acfa6'
+ '74275ad95cef3898ef3ec52c21012e45')
 
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+prepare() {
+  cd "${pkgname}-${pkgver}"
   patch -Np1 -i ../man-pages.patch
+  patch -Np1 -i ../remove-define-hacks.patch
 
   # install firmware in /usr/lib
   sed -i "s#/lib/firmware#/usr/lib/firmware#" src/extra/Makefile.in
+}
 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
   make
 }

Added: remove-define-hacks.patch
===
--- remove-define-hacks.patch   (rev 0)
+++ remove-define-hacks.patch   2019-06-21 08:58:40 UTC (rev 356670)
@@ -0,0 +1,22 @@
+diff -up linux-atm-2.5.1/src/arpd/arp.c.ftbfs linux-atm-2.5.1/src/arpd/arp.c
+--- linux-atm-2.5.1/src/arpd/arp.c.ftbfs   2007-07-11 11:27:15.0 
-0400
 linux-atm-2.5.1/src/arpd/arp.c 2019-05-02 20:15:45.497338836 -0400
+@@ -15,7 +15,6 @@
+ #include 
+ #include  /* for linux/if_arp.h */
+ #include  /* for ntohs, etc. */
+-#define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */
+ #include 
+ #include 
+ #include 
+diff -up linux-atm-2.5.1/src/arpd/itf.c.ftbfs linux-atm-2.5.1/src/arpd/itf.c
+--- linux-atm-2.5.1/src/arpd/itf.c.ftbfs   2007-07-11 11:27:15.0 
-0400
 linux-atm-2.5.1/src/arpd/itf.c 2019-05-02 20:19:08.046499027 -0400
+@@ -12,7 +12,6 @@
+ #include 
+ #include 
+ #include 
+-#define _LINUX_NETDEVICE_H /* glibc2 */
+ #include 
+ #include 
+ 


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 08:56:53
  Author: arojas
Revision: 356669

archrelease: copy trunk to staging-x86_64

Added:
  qt5-base/repos/staging-x86_64/PKGBUILD
(from rev 356668, qt5-base/trunk/PKGBUILD)
Deleted:
  qt5-base/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |  215 ++---
 1 file changed, 109 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 08:56:29 UTC (rev 356668)
+++ PKGBUILD2019-06-21 08:56:53 UTC (rev 356669)
@@ -1,106 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.13.0
-pkgver=${_qtver/-/}
-pkgrel=3
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qtbase-qxcbwindow.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117;)
-sha256sums=('ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe'
-'51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  patch -p1 -i ../qtbase-qxcbwindow.patch # Fix NVIDIA freeze
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--optimized-qmake \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/staging-x86_64/PKGBUILD (from rev 356668, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 08:56:53 UTC (rev 356669)
@@ -0,0 +1,109 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=qt5-base
+pkgname=(qt5-base qt5-xcb-private-headers)
+_qtver=5.13.0
+pkgver=${_qtver/-/}
+pkgrel=4
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework'
+depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
+ 'shared-mime-info' 

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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 08:56:29
  Author: arojas
Revision: 356668

Oops

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 08:45:44 UTC (rev 356667)
+++ PKGBUILD2019-06-21 08:56:29 UTC (rev 356668)
@@ -44,7 +44,7 @@
 mkspecs/common/g++-unix.conf
 
   patch -p1 -i ../qtbase-qxcbwindow.patch # Fix NVIDIA freeze
-  patch -p1 -i ../qtbase-zlib-compression # Change the default compression 
back to zlib for backwards compatibility
+  patch -p1 -i ../qtbase-zlib-compression.patch # Change the default 
compression back to zlib for backwards compatibility
 }
 
 build() {


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

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 08:45:44
  Author: arojas
Revision: 356667

Change the default compression back to zlib for backwards compatibility

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:41:26 UTC (rev 35)
+++ PKGBUILD2019-06-21 08:45:44 UTC (rev 356667)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.13.0
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -27,9 +27,11 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qtbase-qxcbwindow.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117;)
+
qtbase-qxcbwindow.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117;
+
qtbase-zlib-compression.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=cbdc9a77;)
 sha256sums=('ff6964b3b528cd3b1d21bcf3470006e8e5cbe69591923f982871d886ea0488fe'
-'51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646')
+'51878fdf91d3f191fb4e19cd9ec3fc4c564bbf1eabe92802b40db2ec8ad1d646'
+'9300d8ab7abe4145e92eea75178a26ad3d5a71b0646665c3776ca2c375dd1233')
 
 prepare() {
   cd ${_pkgfqn}
@@ -42,6 +44,7 @@
 mkspecs/common/g++-unix.conf
 
   patch -p1 -i ../qtbase-qxcbwindow.patch # Fix NVIDIA freeze
+  patch -p1 -i ../qtbase-zlib-compression # Change the default compression 
back to zlib for backwards compatibility
 }
 
 build() {


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

2019-06-21 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, June 21, 2019 @ 08:18:17
  Author: svenstaro
Revision: 482585

Better comments

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:40:39 UTC (rev 482584)
+++ PKGBUILD2019-06-21 08:18:17 UTC (rev 482585)
@@ -35,6 +35,7 @@
 build() {
   cd "$srcdir"/llvm-project/llvm/build
 
+  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/58e343a47ea02cb6daf19eefbdf626b23c24980c/src/build.py#L790
   cmake .. \
 -GNinja \
 -DPYTHON_EXECUTABLE=/usr/bin/python \
@@ -52,18 +53,17 @@
 }
 
 package() {
-  # install LLVM stuff
-  # I think we really only need these binaries.
+  # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/incoming/docs/process.md
   for bin in clang clang++ wasm-ld llvm-nm llvm-ar llvm-as llvm-dis 
llvm-dwarfdump; do
   install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/usr/lib/emscripten-llvm/$bin
   done
 
-  # install emscripten
+  # Install emscripten
   cd "$srcdir"/emscripten-$pkgver
   install -d "$pkgdir"/usr/lib/emscripten
   cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
 
-  # remove clutter
+  # Remove clutter
   rm "$pkgdir"/usr/lib/emscripten/*.bat
 
   install -d "$pkgdir"/usr/share/doc


[arch-commits] Commit in systemd/repos (21 files)

2019-06-21 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 07:41:26
  Author: eworm
Revision: 35

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 356665, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 356665, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 356665, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 356665, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 356665, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 356665, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 356665, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 356665, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 356665, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 356665, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 356665, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 356665, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 356665, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 356665, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 356665, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 356665, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 356665, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 356665, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 356665, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 356665, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   75 +
 PKGBUILD   |  302 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 +++
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-binfmt.hook|   10 
 systemd-catalog.hook   |   11 
 systemd-daemon-reload.hook |   11 
 systemd-hook   |   32 ++
 systemd-hwdb.hook  |   11 
 systemd-sysctl.hook|   10 
 systemd-sysusers.hook  |   10 
 systemd-tmpfiles.hook  |   10 
 systemd-udev-reload.hook   |   11 
 systemd-update.hook|   11 
 systemd-user.pam   |5 
 systemd.install|  109 
 19 files changed, 879 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 356665, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2019-06-21 07:41:26 UTC (rev 35)
@@ -0,0 +1,75 @@
+From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
+Message-Id: 
<34e4b4953cb99642e9144d97823edf32b06ffe93.1520376078.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules/50-udev-default.rules.in b/rules/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", 

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

2019-06-21 Thread Jonathan Steel via arch-commits
Date: Friday, June 21, 2019 @ 07:40:39
  Author: jsteel
Revision: 482584

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 07:40:33 UTC (rev 482583)
+++ PKGBUILD2019-06-21 07:40:39 UTC (rev 482584)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.172
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('fa57d63f3ac16493c8bde5d7722b69821d9c06537aa2f5ea1c9bd3a5438687466c0dcfafae3dfb9d1fc788f131d5e415ea9621fb42bdcf1bbe716af8e695c7e1')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 482583, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 07:40:39 UTC (rev 482584)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.9.173
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('bd09587909997aa488d014cde8d61270fc8954b714d3b9a384919f7bcc01fe5d2061d8c5d84f447d29c789c5058a1b22ca1a47c50efb09f25c58000c92e2e353')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-06-21 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 07:41:08
  Author: eworm
Revision: 356665

upgpkg: systemd 242.29-3

prepare for linux 5.2, fix link up in networkd

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:22:06 UTC (rev 356664)
+++ PKGBUILD2019-06-21 07:41:08 UTC (rev 356665)
@@ -7,7 +7,7 @@
 # Can be from either systemd or systemd-stable
 _commit='298d13df7ef1097fa4801de573f668cef23a22b3'
 pkgver=242.29
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -80,6 +80,11 @@
   '933c70a0a4e4fac47d18e0348ae97ee3d48dc139'
   # network: bump MTU bytes only when MTUByte= is not set
   'f6fcc1c2a41eae749467de58453174296b635a69'
+
+  # networkd: fix link_up() (#12505)
+  '4eb086a38712ea98faf41e075b84555b11b54362'
+  # network: do not send ipv6 token to kernel
+  '9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f'
 )
 
 _reverts=(


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

2019-06-21 Thread Jonathan Steel via arch-commits
Date: Friday, June 21, 2019 @ 07:40:33
  Author: jsteel
Revision: 482583

upgpkg: python-boto3 1.9.173-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:40:17 UTC (rev 482582)
+++ PKGBUILD2019-06-21 07:40:33 UTC (rev 482583)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.172
+pkgver=1.9.173
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('fa57d63f3ac16493c8bde5d7722b69821d9c06537aa2f5ea1c9bd3a5438687466c0dcfafae3dfb9d1fc788f131d5e415ea9621fb42bdcf1bbe716af8e695c7e1')
+sha512sums=('bd09587909997aa488d014cde8d61270fc8954b714d3b9a384919f7bcc01fe5d2061d8c5d84f447d29c789c5058a1b22ca1a47c50efb09f25c58000c92e2e353')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2019-06-21 Thread Jonathan Steel via arch-commits
Date: Friday, June 21, 2019 @ 07:40:17
  Author: jsteel
Revision: 482582

archrelease: copy trunk to community-any

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

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

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

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


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

2019-06-21 Thread Jonathan Steel via arch-commits
Date: Friday, June 21, 2019 @ 07:40:11
  Author: jsteel
Revision: 482581

upgpkg: aws-cli 1.16.183-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:40:01 UTC (rev 482580)
+++ PKGBUILD2019-06-21 07:40:11 UTC (rev 482581)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.182
+pkgver=1.16.183
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('7e571bb76e524c97184eee444d2171bd')
+md5sums=('84cf9770ed94b0349c813eede55e9122')
 
 build() {
   cd $pkgname-$pkgver


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

2019-06-21 Thread Jonathan Steel via arch-commits
Date: Friday, June 21, 2019 @ 07:39:53
  Author: jsteel
Revision: 482579

upgpkg: python-botocore 1.12.173-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 07:25:26 UTC (rev 482578)
+++ PKGBUILD2019-06-21 07:39:53 UTC (rev 482579)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.172
+pkgver=1.12.173
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('9960aceb81592e6d6f90a4bb498a153a')
+md5sums=('a9e7facab523e5339db899c839dc585a')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2019-06-21 Thread Jonathan Steel via arch-commits
Date: Friday, June 21, 2019 @ 07:40:01
  Author: jsteel
Revision: 482580

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 07:39:53 UTC (rev 482579)
+++ PKGBUILD2019-06-21 07:40:01 UTC (rev 482580)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.172
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('9960aceb81592e6d6f90a4bb498a153a')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 482579, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 07:40:01 UTC (rev 482580)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.12.173
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('a9e7facab523e5339db899c839dc585a')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2019-06-21 Thread Daniel M. Capella via arch-commits
Date: Friday, June 21, 2019 @ 07:04:52
  Author: polyzen
Revision: 482572

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 482571, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 07:04:34 UTC (rev 482571)
+++ PKGBUILD2019-06-21 07:04:52 UTC (rev 482572)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('cdce65620a678dd75a28a127d2d173623eed9d33d992d5bc671c9480843af83f')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 482571, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 07:04:52 UTC (rev 482572)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('6b45f4c0366554601f049edbb044ab39f1f01d94b2a6c7b9d565045634169053')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2019-06-21 Thread Daniel M. Capella via arch-commits
Date: Friday, June 21, 2019 @ 07:04:34
  Author: polyzen
Revision: 482571

upgpkg: firefox-tree-style-tab 3.1.2-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 06:59:36 UTC (rev 482570)
+++ PKGBUILD2019-06-21 07:04:34 UTC (rev 482571)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('cdce65620a678dd75a28a127d2d173623eed9d33d992d5bc671c9480843af83f')
+sha256sums=('6b45f4c0366554601f049edbb044ab39f1f01d94b2a6c7b9d565045634169053')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2019-06-21 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 21, 2019 @ 06:59:36
  Author: yan12125
Revision: 482570

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 482569, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 482569, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   84 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 06:59:16 UTC (rev 482569)
+++ PKGBUILD2019-06-21 06:59:36 UTC (rev 482570)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.21.5
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('c7a31318c67a28c774cbd44ba72a79c7bba2efbe93a5c33fa943e0d813aa9b0f'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-
-  # mimic https://github.com/awslabs/serverless-application-model/pull/927
-  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 482569, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 06:59:36 UTC (rev 482570)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.21.6
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('dc4544a9f46a3b6393f29a2edc7490a0df99827dc602bca3f3bfd8e2bfd61f97'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+
+  # mimic https://github.com/awslabs/serverless-application-model/pull/927
+  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-06-21 06:59:16 UTC (rev 482569)
+++ fix-tests.patch 2019-06-21 06:59:36 UTC (rev 482570)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 482569, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-06-21 06:59:36 UTC (rev 482570)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in 

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

2019-06-21 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 21, 2019 @ 06:59:16
  Author: yan12125
Revision: 482569

upgpkg: python-cfn-lint 0.21.6-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 06:17:41 UTC (rev 482568)
+++ PKGBUILD2019-06-21 06:59:16 UTC (rev 482569)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.21.5
+pkgver=0.21.6
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -12,7 +12,7 @@
 checkdepends=(python-pytest python-mock)
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-v$pkgver.tar.gz;
 fix-tests.patch)
-sha256sums=('c7a31318c67a28c774cbd44ba72a79c7bba2efbe93a5c33fa943e0d813aa9b0f'
+sha256sums=('dc4544a9f46a3b6393f29a2edc7490a0df99827dc602bca3f3bfd8e2bfd61f97'
 'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {


[arch-commits] Commit in postgresql/repos/extra-x86_64 (18 files)

2019-06-21 Thread Levente Polyak via arch-commits
Date: Friday, June 21, 2019 @ 06:30:50
  Author: anthraxx
Revision: 356660

archrelease: copy trunk to extra-x86_64

Added:
  postgresql/repos/extra-x86_64/PKGBUILD
(from rev 356659, postgresql/trunk/PKGBUILD)
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
(from rev 356659, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/extra-x86_64/postgresql-perl-rpath.patch
(from rev 356659, postgresql/trunk/postgresql-perl-rpath.patch)
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
(from rev 356659, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/extra-x86_64/postgresql.logrotate
(from rev 356659, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/extra-x86_64/postgresql.pam
(from rev 356659, postgresql/trunk/postgresql.pam)
  postgresql/repos/extra-x86_64/postgresql.service
(from rev 356659, postgresql/trunk/postgresql.service)
  postgresql/repos/extra-x86_64/postgresql.sysusers
(from rev 356659, postgresql/trunk/postgresql.sysusers)
  postgresql/repos/extra-x86_64/postgresql.tmpfiles
(from rev 356659, postgresql/trunk/postgresql.tmpfiles)
Deleted:
  postgresql/repos/extra-x86_64/PKGBUILD
  postgresql/repos/extra-x86_64/postgresql-check-db-dir
  postgresql/repos/extra-x86_64/postgresql-perl-rpath.patch
  postgresql/repos/extra-x86_64/postgresql-run-socket.patch
  postgresql/repos/extra-x86_64/postgresql.logrotate
  postgresql/repos/extra-x86_64/postgresql.pam
  postgresql/repos/extra-x86_64/postgresql.service
  postgresql/repos/extra-x86_64/postgresql.sysusers
  postgresql/repos/extra-x86_64/postgresql.tmpfiles

-+
 PKGBUILD|  438 +-
 postgresql-check-db-dir |   98 -
 postgresql-perl-rpath.patch |   26 +-
 postgresql-run-socket.patch |   24 +-
 postgresql.logrotate|8 
 postgresql.pam  |6 
 postgresql.service  |   70 +++---
 postgresql.sysusers |2 
 postgresql.tmpfiles |2 
 9 files changed, 337 insertions(+), 337 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 06:30:37 UTC (rev 356659)
+++ PKGBUILD2019-06-21 06:30:50 UTC (rev 356660)
@@ -1,219 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgbase=postgresql
-pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=11.3
-_majorver=${pkgver%.*}
-pkgrel=3
-pkgdesc='Sophisticated object-relational DBMS'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-makedepends=('krb5' 'libxml2' 'python' 'python2' 'perl' 'tcl>=8.6.0' 
'openssl>=1.0.0'
- 'pam' 'zlib' 'icu' 'systemd' 'libldap' 'llvm' 'clang')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
-postgresql-run-socket.patch
-postgresql-perl-rpath.patch
-postgresql.pam
-postgresql.logrotate
-postgresql.service
-postgresql-check-db-dir
-postgresql.sysusers
-postgresql.tmpfiles)
-sha256sums=('2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d'
-'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
-'5f73b54ca6206bd2c469c507830261ebd167baca074698d8889d769c33f98a31'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
-'ad025a5fb623b1a1e9dff0cc62cc63f66244bb27d81370a6251aa29e8574be94'
-'2bbd8c4e51b70223d274fef3a167af096f44af3d3c41ae505ad11c606674e7c5'
-'7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
-'ff7c84f78f73b87ade8e2d91d2958808be5a9af79c8b13430238ae953c7fe853')
-sha512sums=('03269bb88f44f3a81d5e3a8ca2fe59f63f784436840f08870b2e539755629cbde8ac288e0bb4472ee93294a88b37b814ddff48444254c1a3f7a10b4bb64f7133'
-
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
-
'38302242b30c01c7981574ed28d9cbd9dc73bf6b56ba3a032afb5d0885ae83e5aa72ce578bf2422214dfa6c46f09d0bdd7cccaeb3c25d58754eb1a34f8bf5615'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
-
'acd60166ff513b16778705e824944945cd0a98abc519fa5f0232252e0e9c85460c6f8b85459d9692d1f3df1caaaf8909c3e7f785be99c2d3fb98a10b2641a795'
-
'73af1cd31638791f81aa2623d51188364107a57b55e4deba6691cd99e96ae5ea0dd94b25a0e95d9e21ac64f36f71919a05cd31233c754bde025215a5a02e055c'
-

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

2019-06-21 Thread Levente Polyak via arch-commits
Date: Friday, June 21, 2019 @ 06:30:37
  Author: anthraxx
Revision: 356659

upgpkg: postgresql 11.4-1

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 06:29:58 UTC (rev 356658)
+++ PKGBUILD2019-06-21 06:30:37 UTC (rev 356659)
@@ -3,9 +3,9 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=11.3
+pkgver=11.4
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 postgresql-check-db-dir
 postgresql.sysusers
 postgresql.tmpfiles)
-sha256sums=('2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d'
+sha256sums=('02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '5f73b54ca6206bd2c469c507830261ebd167baca074698d8889d769c33f98a31'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
@@ -30,7 +30,7 @@
 '2bbd8c4e51b70223d274fef3a167af096f44af3d3c41ae505ad11c606674e7c5'
 '7fa8f0ef3f9d40abd4749cc327c2f52478cb6dfb6e2405bd0279c95e9ff99f12'
 'ff7c84f78f73b87ade8e2d91d2958808be5a9af79c8b13430238ae953c7fe853')
-sha512sums=('03269bb88f44f3a81d5e3a8ca2fe59f63f784436840f08870b2e539755629cbde8ac288e0bb4472ee93294a88b37b814ddff48444254c1a3f7a10b4bb64f7133'
+sha512sums=('159fb84134e05ddc58e40a879ca52ed4d58ced7bcd1e7310d59bda84f9055339a31a92cfaab2c063a88685f7417b9a828534394bf9a2477fc33d1fb6cd26186b'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'38302242b30c01c7981574ed28d9cbd9dc73bf6b56ba3a032afb5d0885ae83e5aa72ce578bf2422214dfa6c46f09d0bdd7cccaeb3c25d58754eb1a34f8bf5615'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2019-06-21 Thread Levente Polyak via arch-commits
Date: Friday, June 21, 2019 @ 06:29:52
  Author: anthraxx
Revision: 356657

upgpkg: postgresql-old-upgrade 10.9-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 22:09:05 UTC (rev 356656)
+++ PKGBUILD2019-06-21 06:29:52 UTC (rev 356657)
@@ -2,9 +2,9 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=10.8
+pkgver=10.9
 _majorver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
 url='https://www.postgresql.org/'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib' 'icu' 'systemd-libs' 'libldap')
 makedepends=('krb5' 'python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d')
-sha512sums=('c9cd0298f553e13e32d4315e17e9e61c1fd011391c5203282d9040f26fd08c85f749e6f2cea3bcc42d1ca153a1272bcd773196ef3bf2bdfb74cd12c5f523b7ca')
+sha256sums=('958b317fb007e94f3bef7e2a6641875db8f7f9d73db9f283324f3d6e8f5b0f54')
+sha512sums=('4e2f30a0fd262f2e3ce5fc836425be635326600cd6cd4e117c57f59ea7ab2e9ea463a8d357fe7adb8c0dd0094e43d08efc2a137f8f9975715a5908e35920f98e')
 
 build() {
   cd postgresql-${pkgver}


[arch-commits] Commit in postgresql-old-upgrade/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-21 Thread Levente Polyak via arch-commits
Date: Friday, June 21, 2019 @ 06:29:58
  Author: anthraxx
Revision: 356658

archrelease: copy trunk to extra-x86_64

Added:
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 356657, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 06:29:52 UTC (rev 356657)
+++ PKGBUILD2019-06-21 06:29:58 UTC (rev 356658)
@@ -1,76 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Dan McGee 
-
-pkgname=postgresql-old-upgrade
-pkgver=10.8
-_majorver=${pkgver%.*}
-pkgrel=3
-pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
-url='https://www.postgresql.org/'
-arch=('x86_64')
-license=('custom:PostgreSQL')
-depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib' 'icu' 'systemd-libs' 'libldap')
-makedepends=('krb5' 'python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
-source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('b198c2aadf1d68308127a0f5b51dbe798958ffe60dd999134f6495c489afcd5d')
-sha512sums=('c9cd0298f553e13e32d4315e17e9e61c1fd011391c5203282d9040f26fd08c85f749e6f2cea3bcc42d1ca153a1272bcd773196ef3bf2bdfb74cd12c5f523b7ca')
-
-build() {
-  cd postgresql-${pkgver}
-  local options=(
---prefix=/opt/pgsql-${_majorver}
---with-gssapi
---with-libxml
---with-openssl
---with-perl
---with-python
---with-tcl
---with-pam
---without-readline
---with-system-tzdata=/usr/share/zoneinfo
---with-uuid=e2fs
---with-icu
---with-systemd
---with-ldap
---disable-nls
---enable-thread-safety
-  )
-
-  # only build plpython3 for now
-  ./configure ${options[@]} \
-PYTHON=/usr/bin/python
-  make -C src/pl/plpython all
-  make -C contrib/hstore_plpython all
-  make -C contrib/ltree_plpython all
-
-  # save plpython3 build and Makefile.global
-  cp -a src/pl/plpython{,3}
-  cp -a contrib/hstore_plpython{,3}
-  cp -a contrib/ltree_plpython{,3}
-  cp -a src/Makefile.global{,.python3}
-  make distclean
-
-  # regular build with everything
-  ./configure ${options[@]} \
-PYTHON=/usr/bin/python2
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd postgresql-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" install
-
-  # install plpython3
-  mv src/Makefile.global src/Makefile.global.save
-  cp src/Makefile.global.python3 src/Makefile.global
-  touch -r src/Makefile.global.save src/Makefile.global
-  make -C src/pl/plpython3 DESTDIR="${pkgdir}" install
-  make -C contrib/hstore_plpython3 DESTDIR="${pkgdir}" install
-  make -C contrib/ltree_plpython3 DESTDIR="${pkgdir}" install
-
-  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD (from rev 356657, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 06:29:58 UTC (rev 356658)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=10.9
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam' 
'zlib' 'icu' 'systemd-libs' 'libldap')
+makedepends=('krb5' 'python' 'python2' 'perl' 'tcl>=8.6.0' 'systemd')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('958b317fb007e94f3bef7e2a6641875db8f7f9d73db9f283324f3d6e8f5b0f54')
+sha512sums=('4e2f30a0fd262f2e3ce5fc836425be635326600cd6cd4e117c57f59ea7ab2e9ea463a8d357fe7adb8c0dd0094e43d08efc2a137f8f9975715a5908e35920f98e')
+
+build() {
+  cd postgresql-${pkgver}
+  local options=(
+--prefix=/opt/pgsql-${_majorver}
+--with-gssapi
+--with-libxml
+--with-openssl
+--with-perl
+--with-python
+--with-tcl
+--with-pam
+--without-readline
+--with-system-tzdata=/usr/share/zoneinfo
+--with-uuid=e2fs
+--with-icu
+--with-systemd
+--with-ldap
+--disable-nls
+--enable-thread-safety
+  )
+
+  # only build plpython3 for now
+  ./configure ${options[@]} \
+PYTHON=/usr/bin/python
+  make -C src/pl/plpython all
+  make -C contrib/hstore_plpython all
+  make -C contrib/ltree_plpython all
+
+  # save plpython3 build and Makefile.global
+  cp -a src/pl/plpython{,3}
+  cp -a contrib/hstore_plpython{,3}
+  cp -a contrib/ltree_plpython{,3}
+  cp -a src/Makefile.global{,.python3}
+  make distclean
+
+  # regular build 

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

2019-06-21 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 21, 2019 @ 06:17:41
  Author: yan12125
Revision: 482568

archrelease: copy trunk to community-x86_64

Added:
  python-ubjson/repos/community-x86_64/PKGBUILD
(from rev 482567, python-ubjson/trunk/PKGBUILD)
Deleted:
  python-ubjson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 06:17:22 UTC (rev 482567)
+++ PKGBUILD2019-06-21 06:17:41 UTC (rev 482568)
@@ -1,32 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-ubjson
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Universal Binary JSON draft-12 serializer for Python'
-arch=(x86_64)
-url='https://github.com/Iotic-Labs/py-ubjson'
-license=(Apache)
-makedepends=(python-setuptools python-pypandoc)
-depends=(python)
-source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-0.13.0.tar.gz"{,.asc})
-sha256sums=('fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5'
-'SKIP')
-validpgpkeys=(
-  'A262040D27F5F4700D097A02CF651F44EF65072E'  # Iotic Labs Ltd (Software 
release signing key) 
-)
-
-build() {
-  cd py-ubjson-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd py-ubjson-$pkgver
-  python -m unittest discover -v test
-}
-
-package() {
-  cd py-ubjson-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-ubjson/repos/community-x86_64/PKGBUILD (from rev 482567, 
python-ubjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 06:17:41 UTC (rev 482568)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-ubjson
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Universal Binary JSON draft-12 serializer for Python'
+arch=(x86_64)
+url='https://github.com/Iotic-Labs/py-ubjson'
+license=(Apache)
+makedepends=(python-setuptools python-pypandoc)
+depends=(python)
+source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-$pkgver.tar.gz"{,.asc})
+sha256sums=('f742c87bccc8653329d3f79b8b3f40d44d11d17cce7f6d7025a73c52ebf91c66'
+'SKIP')
+validpgpkeys=(
+  'A262040D27F5F4700D097A02CF651F44EF65072E'  # Iotic Labs Ltd (Software 
release signing key) 
+)
+
+build() {
+  cd py-ubjson-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd py-ubjson-$pkgver
+  python -m unittest discover -v test
+}
+
+package() {
+  cd py-ubjson-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-06-21 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, June 21, 2019 @ 06:17:22
  Author: yan12125
Revision: 482567

upgpkg: python-ubjson 0.14.0-1

* Fix source

Modified:
  python-ubjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 05:34:00 UTC (rev 482566)
+++ PKGBUILD2019-06-21 06:17:22 UTC (rev 482567)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-ubjson
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Universal Binary JSON draft-12 serializer for Python'
 arch=(x86_64)
@@ -9,8 +9,8 @@
 license=(Apache)
 makedepends=(python-setuptools python-pypandoc)
 depends=(python)
-source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-0.13.0.tar.gz"{,.asc})
-sha256sums=('fdfcb858ba281895fa77a02cc00ae8d9da306dd758a23acf28d48dd1ed25a7d5'
+source=("https://files.pythonhosted.org/packages/source/p/py-ubjson/py-ubjson-$pkgver.tar.gz"{,.asc})
+sha256sums=('f742c87bccc8653329d3f79b8b3f40d44d11d17cce7f6d7025a73c52ebf91c66'
 'SKIP')
 validpgpkeys=(
   'A262040D27F5F4700D097A02CF651F44EF65072E'  # Iotic Labs Ltd (Software 
release signing key)