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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:10:01
  Author: bisson
Revision: 358537

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 358536, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 22:09:51 UTC (rev 358536)
+++ PKGBUILD2019-07-23 22:10:01 UTC (rev 358537)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.4.3
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 358536, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 22:10:01 UTC (rev 358537)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
+
+backup=('etc/whois.conf')
+
+build() {
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-5.4.4"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-5.4.4"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:09:51
  Author: bisson
Revision: 358536

upstream update

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 22:08:42 UTC (rev 358535)
+++ PKGBUILD2019-07-23 22:09:51 UTC (rev 358536)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
@@ -12,12 +12,13 @@
 depends=('libidn2')
 makedepends=('perl')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3')
+sha256sums=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
 
 backup=('etc/whois.conf')
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-5.4.4"
 
make \
CONFIG_FILE=/etc/whois.conf \
@@ -26,7 +27,8 @@
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}-5.4.4"
 
make prefix=/usr BASEDIR="${pkgdir}" install-whois
install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:08:33
  Author: bisson
Revision: 358534

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 22:05:30 UTC (rev 358533)
+++ PKGBUILD2019-07-23 22:08:33 UTC (rev 358534)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('c0182312a1b686bfbc2d1a7c2f8f28b9cdeacec06cf08dadf201007afb559b00'
+sha256sums=('8f9741399b4b184ba28698c0fd7722638e79abac8e6c27eb526cc52b11ee0a1c'
 'SKIP')
 
 build() {


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:08:42
  Author: bisson
Revision: 358535

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 358534, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 22:08:33 UTC (rev 358534)
+++ PKGBUILD2019-07-23 22:08:42 UTC (rev 358535)
@@ -1,31 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=3.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats'
-'jpegexiforient: set exif rotation tag')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('c0182312a1b686bfbc2d1a7c2f8f28b9cdeacec06cf08dadf201007afb559b00'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 358534, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 22:08:42 UTC (rev 358535)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats'
+'jpegexiforient: set exif rotation tag')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('8f9741399b4b184ba28698c0fd7722638e79abac8e6c27eb526cc52b11ee0a1c'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:05:30
  Author: bisson
Revision: 358533

archrelease: copy trunk to testing-any

Added:
  iana-etc/repos/testing-any/
  iana-etc/repos/testing-any/LICENSE
(from rev 358532, iana-etc/trunk/LICENSE)
  iana-etc/repos/testing-any/PKGBUILD
(from rev 358532, iana-etc/trunk/PKGBUILD)

--+
 LICENSE  |1 +
 PKGBUILD |   54 ++
 2 files changed, 55 insertions(+)

Copied: iana-etc/repos/testing-any/LICENSE (from rev 358532, 
iana-etc/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2019-07-23 22:05:30 UTC (rev 358533)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/testing-any/PKGBUILD (from rev 358532, 
iana-etc/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-07-23 22:05:30 UTC (rev 358533)
@@ -0,0 +1,54 @@
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20190722
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='https://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha256sums=('1c436876ab1358dd67251718959cadfba5858d596547499a962400ac53a4f3b8'
+'4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+# Please note that upstream silently updates those files in place every so
+# often, which causes checksum mismatch. Report this by flagging the package as
+# out-of-date. Cheers.
+
+pkgver() {
+   cd "${srcdir}"
+   awk -F"[<>]" '/updated/{print$3;nextfile}' * |
+   sort -n | tail -n 1 | tr -d -
+}
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n" }
+(/ "${pkgdir}/etc/protocols"
+
+   gawk -F"[<>]" '
+BEGIN { print "# Full data: /usr/share/iana-etc/port-numbers.iana\n" }
+(/ "${pkgdir}/etc/services"
+
+}


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 22:05:14
  Author: bisson
Revision: 358532

upstream update

Modified:
  iana-etc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 16:53:00 UTC (rev 358531)
+++ PKGBUILD2019-07-23 22:05:14 UTC (rev 358532)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=iana-etc
-pkgver=20190702
+pkgver=20190722
 pkgrel=1
 pkgdesc='/etc/protocols and /etc/services provided by IANA'
 url='https://www.iana.org/protocols'
@@ -12,7 +12,7 @@
 
source=('https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
 
'https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
 'LICENSE')
-sha256sums=('fccba49b0660b5e265a9ed44ff19853d5955d8ec1fc880836e72498ee14898e4'
+sha256sums=('1c436876ab1358dd67251718959cadfba5858d596547499a962400ac53a4f3b8'
 '4992fbc5453d0feb48492e6abda96bf9285ff4d2516f6924a0f92f773dc4cea2'
 'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
 


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

2019-07-23 Thread Jan Steffens via arch-commits
Date: Tuesday, July 23, 2019 @ 21:34:51
  Author: heftig
Revision: 492669

1.36.0-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 19:25:35 UTC (rev 492668)
+++ PKGBUILD2019-07-23 21:34:51 UTC (rev 492669)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.35.0
+pkgver=1.36.0
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -15,7 +15,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('5a4d637a716bac18d085f44dd87ef48b32195f71b967d872d80280b38cff712d'
+sha256sums=('04c4e4d7213d036d6aaed392841496d272146312c0290f728b7400fccd15bb1b'
 'SKIP'
 'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


[arch-commits] Commit in lib32-rust/repos/multilib-x86_64 (4 files)

2019-07-23 Thread Jan Steffens via arch-commits
Date: Tuesday, July 23, 2019 @ 21:35:01
  Author: heftig
Revision: 492670

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 492669, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 492669, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|   96 +-
 config.toml |   58 +--
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 21:34:51 UTC (rev 492669)
+++ PKGBUILD2019-07-23 21:35:01 UTC (rev 492670)
@@ -1,48 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.35.0
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('5a4d637a716bac18d085f44dd87ef48b32195f71b967d872d80280b38cff712d'
-'SKIP'
-'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 492669, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 21:35:01 UTC (rev 492670)
@@ -0,0 +1,48 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.36.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('04c4e4d7213d036d6aaed392841496d272146312c0290f728b7400fccd15bb1b'
+'SKIP'
+'eebaab90793d0213fc04be9c6a682715dce7959f180e51d3633ff450ef64310d')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2019-07-23 21:34:51 UTC (rev 492669)
+++ config.toml 2019-07-23 21:35:01 UTC (rev 492670)
@@ -1,29 +0,0 @@
-[llvm]
-link-shared = true
-
-[build]
-target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python"
-extended = true
-sanitizers = false
-local-rebuild = true
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Copied: lib32-rust/repos/multilib-x86_64/config.toml (from rev 492669, 
lib32-rust/trunk/config.toml)
===
--- config.toml (rev 0)
+++ config.toml 2019-07-23 21:35:01 UTC (rev 492670)
@@ -0,0 +1,29 @@
+[llvm]
+link-shared = true
+
+[build]
+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python"
+extended = true
+sanitizers = false
+local-rebuild = true
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or 

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

2019-07-23 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 23, 2019 @ 19:25:35
  Author: anatolik
Revision: 492668

archrelease: copy trunk to community-testing-x86_64

Added:
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 492667, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 492667, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/wireshark.sysusers
(from rev 492667, wireshark/trunk/wireshark.sysusers)

+
 PKGBUILD   |   86 +++
 wireshark.install  |8 
 wireshark.sysusers |1 
 3 files changed, 95 insertions(+)

Copied: wireshark/repos/community-testing-x86_64/PKGBUILD (from rev 492667, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-07-23 19:25:35 UTC (rev 492668)
@@ -0,0 +1,86 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+# Contributor: Peter Wu 
+
+pkgbase=wireshark
+pkgname=('wireshark-cli' 'wireshark-qt')
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Network traffic and protocol analyzer/sniffer'
+url='https://www.wireshark.org/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('cmake' 'ninja' 'c-ares' 'libmaxminddb' 'qt5-tools' 'qt5-svg'
+ 'qt5-multimedia' 'krb5' 'libpcap' 'libssh' 'libxml2' 'libnghttp2'
+ 'snappy' 'lz4' 'spandsp' 'gnutls' 'lua52' 'python' 'libcap'
+ 'glib2' 'libgcrypt' 'sbc' 'bcg729' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+options=('!emptydirs')
+source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
+wireshark.sysusers)
+sha512sums=('78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750'
+
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's| Rev Unknown from unknown||' -i tools/make-version.pl
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  cmake . -GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_RPATH= \
+-DCMAKE_SKIP_RPATH=ON
+  ninja
+}
+
+package_wireshark-cli() {
+  pkgdesc+=' - CLI tools and data files'
+  depends=('c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 'libpcap'
+   'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2' 'snappy'
+   'lz4' 'spandsp' 'sbc' 'bcg729')
+  install=wireshark.install
+  conflicts=(wireshark)
+
+  cd ${pkgbase}-${pkgver}
+  DESTDIR="${pkgdir}" ninja install
+
+  # wireshark uid group is 150
+  install -Dm 644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
+  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
+  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+
+  cd "${pkgdir}"
+  rm -r usr/share/mime \
+usr/share/icons \
+usr/share/man/man1/wireshark.1 \
+usr/bin/wireshark \
+usr/share/applications/wireshark.desktop \
+usr/share/appdata/wireshark.appdata.xml
+}
+
+package_wireshark-qt() {
+  pkgdesc+=' - Qt GUI'
+  depends=('desktop-file-utils' 'qt5-multimedia' 'qt5-svg' 'wireshark-cli'
+   'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils')
+  replaces=(wireshark wireshark-gtk wireshark-common)
+  conflicts=(wireshark wireshark-gtk wireshark-common)
+
+  cd ${pkgbase}-${pkgver}
+  install -d "${srcdir}/staging"
+  DESTDIR="${srcdir}/staging" ninja install
+
+  install -Dm 755 run/wireshark -t "${pkgdir}/usr/bin"
+  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
+  install -Dm 644 doc/wireshark.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 wireshark.appdata.xml -t "${pkgdir}/usr/share/appdata"
+  install -Dm 644 wireshark-mime-package.xml 
"${pkgdir}/usr/share/mime/packages/wireshark.xml"
+  mv "${srcdir}/staging/usr/share/icons" "${pkgdir}/usr/share/icons"
+}
+
+# vim: ts=2 sw=2 et:

Copied: wireshark/repos/community-testing-x86_64/wireshark.install (from rev 
492667, wireshark/trunk/wireshark.install)
===
--- community-testing-x86_64/wireshark.install  (rev 0)
+++ community-testing-x86_64/wireshark.install  2019-07-23 19:25:35 UTC (rev 
492668)
@@ -0,0 +1,8 @@
+post_install() {
+  post_upgrade
+  echo "NOTE: To run wireshark as normal user you have to add yourself into 
wireshark group"
+}
+
+post_upgrade() {
+  setcap cap_net_raw,cap_net_admin,cap_dac_override+eip usr/bin/dumpcap
+}

Copied: wireshark/repos/community-testing-x86_64/wireshark.sysusers (from rev 
492667, wireshark/trunk/wireshark.sysusers)

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

2019-07-23 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 23, 2019 @ 19:25:06
  Author: anatolik
Revision: 492667

upgpkg: wireshark 3.0.3-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 19:12:06 UTC (rev 492666)
+++ PKGBUILD2019-07-23 19:25:06 UTC (rev 492667)
@@ -6,7 +6,7 @@
 
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
@@ -20,7 +20,7 @@
 options=('!emptydirs')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers)
-sha512sums=('0dab01b614534c9ddea517d045598029c15f24ab54d59110e6819d43d2479afe9eebe04554d25f3b0806cf8c78ed241b0fb261c2024234297eeb25d032fbb982'
+sha512sums=('78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750'
 
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
 
 prepare() {


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

2019-07-23 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 23, 2019 @ 19:11:46
  Author: anatolik
Revision: 492665

upgpkg: vegeta 12.7.0-1

Modified:
  vegeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 19:03:03 UTC (rev 492664)
+++ PKGBUILD2019-07-23 19:11:46 UTC (rev 492665)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=vegeta
-pkgver=12.3.0
+pkgver=12.7.0
 pkgrel=1
 pkgdesc="HTTP load testing tool"
 arch=(x86_64)
@@ -9,13 +9,13 @@
 license=(MIT)
 depends=(glibc)
 makedepends=(go-pie dep git)
-source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('39ad8ebd1e7c3f30db0bf754a2ef3bafa7f0cd47c1c30906ec7d689632d61daa')
+source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/v$pkgver.zip)
+sha256sums=('7c9232a8f8edbefff759c6fa8fbc253a670008c1b143f5c00a01dc8e9f57f832')
 
 prepare() {
   export GOPATH="$srcdir/gopath"
   mkdir -p gopath/src/github.com/tsenart
-  cp -r vegeta-cli-v$pkgver/ gopath/src/github.com/tsenart/vegeta
+  cp -r vegeta-$pkgver/ gopath/src/github.com/tsenart/vegeta
 
   cd gopath/src/github.com/tsenart/vegeta
   dep ensure -v
@@ -29,8 +29,7 @@
 
 check() {
   cd gopath/src/github.com/tsenart/vegeta
-  # currently tests fail due to https://github.com/tsenart/vegeta/issues/396
-  # go test ./...
+  go test ./...
 }
 
 package() {


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

2019-07-23 Thread Anatol Pomozov via arch-commits
Date: Tuesday, July 23, 2019 @ 19:12:06
  Author: anatolik
Revision: 492666

archrelease: copy trunk to community-x86_64

Added:
  vegeta/repos/community-x86_64/PKGBUILD
(from rev 492665, vegeta/trunk/PKGBUILD)
Deleted:
  vegeta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 19:11:46 UTC (rev 492665)
+++ PKGBUILD2019-07-23 19:12:06 UTC (rev 492666)
@@ -1,38 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=vegeta
-pkgver=12.3.0
-pkgrel=1
-pkgdesc="HTTP load testing tool"
-arch=(x86_64)
-url="https://github.com/tsenart/vegeta;
-license=(MIT)
-depends=(glibc)
-makedepends=(go-pie dep git)
-source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('39ad8ebd1e7c3f30db0bf754a2ef3bafa7f0cd47c1c30906ec7d689632d61daa')
-
-prepare() {
-  export GOPATH="$srcdir/gopath"
-  mkdir -p gopath/src/github.com/tsenart
-  cp -r vegeta-cli-v$pkgver/ gopath/src/github.com/tsenart/vegeta
-
-  cd gopath/src/github.com/tsenart/vegeta
-  dep ensure -v
-}
-
-build() {
-  cd gopath/src/github.com/tsenart/vegeta
-  #go build -v -X main.Version=$pkgver ./...
-  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
-}
-
-check() {
-  cd gopath/src/github.com/tsenart/vegeta
-  # currently tests fail due to https://github.com/tsenart/vegeta/issues/396
-  # go test ./...
-}
-
-package() {
-  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
-}

Copied: vegeta/repos/community-x86_64/PKGBUILD (from rev 492665, 
vegeta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 19:12:06 UTC (rev 492666)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=vegeta
+pkgver=12.7.0
+pkgrel=1
+pkgdesc="HTTP load testing tool"
+arch=(x86_64)
+url="https://github.com/tsenart/vegeta;
+license=(MIT)
+depends=(glibc)
+makedepends=(go-pie dep git)
+source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/v$pkgver.zip)
+sha256sums=('7c9232a8f8edbefff759c6fa8fbc253a670008c1b143f5c00a01dc8e9f57f832')
+
+prepare() {
+  export GOPATH="$srcdir/gopath"
+  mkdir -p gopath/src/github.com/tsenart
+  cp -r vegeta-$pkgver/ gopath/src/github.com/tsenart/vegeta
+
+  cd gopath/src/github.com/tsenart/vegeta
+  dep ensure -v
+}
+
+build() {
+  cd gopath/src/github.com/tsenart/vegeta
+  #go build -v -X main.Version=$pkgver ./...
+  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
+}
+
+check() {
+  cd gopath/src/github.com/tsenart/vegeta
+  go test ./...
+}
+
+package() {
+  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
+}


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

2019-07-23 Thread Andrew Crerar via arch-commits
Date: Tuesday, July 23, 2019 @ 19:02:40
  Author: andrewsc
Revision: 492663

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

firefox-developer-edition-i18n: Updating to 69.0b7

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 18:53:26 UTC (rev 492662)
+++ PKGBUILD2019-07-23 19:02:40 UTC (rev 492663)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=69.0b6
+pkgver=69.0b7
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -129,96 +129,96 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('d28693febadef8d7f884ca753482e593c31451c47626ee839f3fa00425781de07d51f854fabceee25f235a149fcb44beadc02e414a677783bb45e8ea14b66995'
-
'8b29ab9977bd1a4339d21f0b4d6ed436dd1264bf6767ca704ad1963b6167d85e621c662694eced18c023801a1a477837eeb6252aa495bf9184e09f5dff9c839a'
-
'0e99060007dc1783c9ae419d2522e544c6e9d4cb3d1c11581a5bad87fdc795bc633214527f5dbc05bbf3826ffe6a73559ed8c09a327510ae2f496419319d791a'
-
'70de8c35acfe3e1594abf69178d10178bc94426f9953233da654e2f082814ed6c3e8ee1ff5006ad11bdd1b2a0437032e6a7efb48c3796c6d3b4c581ef5414654'
-
'27c18de26ddc2b0cef8c6340c0ec7d413f0c24cfcc1c20d0bb425e5b3664d0764af2a625b65eb2a1126814b55769034dc22e21d82c50e1e434fc6af6a99fa73a'
-
'4d9a478000bccc999590774a09ef2f3c2eb39764281556eb5138184c5fa445b62fba433a7541df61ba7cffd41f1bc66ec79fdb113ba15ec53b133313461daa46'
-
'b1652ac67d44cd3b98f92c8d363ac58b166eab74b39977b666a8127dbf507f23f8571428cf289c58ff914a825031eeae863f918c53534bc342ab5a8a4369b23b'
-
'9bc768dca14868b8666a8ca16dedbd9d49c19eb8b2ed91a9b0c8f76514e52b478809db64e1d4bc9fce85780135814702babed22e64e924735afa62c4bf44738e'
-
'2ad860151941032a97209706b4f0d6aa5bc83b97bde6b980fd8f7437ad1b713a2d0436f55bf3199cbb98a536e7785d0f64825455273f8141716e4f6c53b5ad4d'
-
'f6b40e80d36b099c09194201fa70e4d6d83cbecf61d82eaf7750a52b633f4033ad554328f321c342d9fc4d091de8275c8c141ba744676f5ba8391362c9d8e03e'
-
'07a1999811dac81dd5b16023a8d13198b3d1912f63c006d91f6e9a1d336eeeb4941d1bf2dc881fd59feef719392a7e836b11ffc1737c521660e7a4ab7028146e'
-
'66722deef32bc8e387200b85312a99ca27a5e978d749bf0791365f319bcc91d7c547f5378d31db83a97b12e75199d896a5ed23efbacf0bcca7a8a2b2913c42fb'
-
'b536620ec0ec93f0dad5d4e8be838ef4b8a86e0498503980419b3b0a87928f2d6765f1f6f5f09b0648fed5e3e214fc522750a9708b3c94a269caf2f1d60d3518'
-
'1bf89949e4aec7a339e2239587e11da1ae874bb4a36ba74f864d66cf19babbc3d6154bc09d6de168bfc5ffa79b819c318148fb6f03b46859ff61937a60f9841d'
-
'9dbd6d13e46bda7ab616cc17f48c292fed886a7c3ef9c98dd0e12917f5dc092e15335dc499ef0e58d77e955c504bce4c4d6edf8f2cea7198294e32512b87515e'
-
'a32c4280b7e6f6cf0ceb642564051ebd1465c95ec149b23349f9f580f1bdf2f7ab2b4db7beecf48995fceab32fa8a5eb93bf047ba0913e422bc56cfc92eae4aa'
-
'a49b49409b54d55a523e25715c38a120cbd3278900b49a796533a8e8b66817c10dda4302141a845233d218ef32a0b93445b8d6e8fb086abac9632713e3fa22ba'
-
'9ba18c1b9b4f3eb979f415ff4c3af1c975b056bbb8a1efcd788f40cdc776da57a4af26c11ded5b941b396b44dea3b650f72ea64d498a99cee511f6fa30ba7f95'
-
'f48e2c4e4efd1756248605d03162b0e01727df6ad1f5f9f6296a05b676838e718d8af3e2d76e8670a68635a77f8a2ab59f902d89e71c545f149a582b512341c4'
-
'4c2dea3da9919cffef8b5d9090f4db2ab9bc735175891d57c54b93fd98d1b95b1cc38d944508f45a90b12d10cc1f3ccb5b5d848bf9fda5f5d5fab476df53faef'
-
'813f4dddae140618fc3f06dc4d9b0efa0b5f777f4db0008fba9e6700c1b8caa4ba68d08f36e261f80e16f783ab823e9c2e0216f17cfebc4ee2504f2e70f91c07'
-
'3d0a47712f21f7a6f68382b05e825bbe15095f5477e4bbaecda36500efa2b8882a1037984f586f28cb7f21c9011dc9a17aaabd77eba84451dda0f0908239c5a4'
-
'96e86207b72badae5c9420872251c251e4d96a1cb1a7b38405df7f0999c1727e01f70e5509db49871d2e2632c695542b3e3eb45bda22e881addbcb022bb736ea'
-
'6c5bcea1b048d4db746d2b2015e2be74315ce8ed21a461b3c1dc48bc16ba06c4c38a3cc2fd7d14faa7b5a3ce7cee0aded58f8bc66a791ff85c3436e3d0093dcf'
-
'dbb4aca68125d46b0e4dac313bf65295830f977afa526b3b77da5462c934ec97d522c1407e165f3dfca03d3ef508a7882ab492fe0dc934b76d8e11ce5a90c6b2'
-
'a70ea747daca717df1f35c983ca56e265d52baa68926c89e0a899b10bdbaf8a34dd3c13b8d96533dd65a5b2e01cff9e63a8db8f8cd7138d7fca8977c5f606c86'
-
'e13c30f549f5df098db17df5bc1266354413f7036e1d9bf20135b6d6373f54fad75d600123ea8d44ff809822d91259dbb194c3e020d85541775350dce9ee2ca3'
-
'7af6d41a5da30d5261c3db23c71983bd17ad044a6078a3aeaa8c6a3bcc97e66b1f6b7d2f7bdb8c4ebdc20c36e1df1ec2d0ff34216936c52964266be094dca109'
-

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

2019-07-23 Thread Andrew Crerar via arch-commits
Date: Tuesday, July 23, 2019 @ 19:03:03
  Author: andrewsc
Revision: 492664

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  448 ++---
 1 file changed, 224 insertions(+), 224 deletions(-)

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

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

2019-07-23 Thread Andrew Crerar via arch-commits
Date: Tuesday, July 23, 2019 @ 18:53:26
  Author: andrewsc
Revision: 492662

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
(from rev 492661, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 492661, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 492661, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 492661, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 492661, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

+
 0001-Use-remoting-name-for-GDK-application-names.patch |  112 +-
 PKGBUILD   |  362 +++
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 firefox-symbolic.svg   |  128 +-
 5 files changed, 684 insertions(+), 684 deletions(-)

Deleted: 0001-Use-remoting-name-for-GDK-application-names.patch
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-23 
18:52:53 UTC (rev 492661)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-23 
18:53:26 UTC (rev 492662)
@@ -1,56 +0,0 @@
-From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
-Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
-From: "Jan Alexander Steffens (heftig)" 
-Date: Mon, 25 Mar 2019 20:30:11 +0100
-Subject: [PATCH] Use remoting name for GDK application names
-

- toolkit/xre/nsAppRunner.cpp | 6 +-
- widget/gtk/nsAppShell.cpp   | 7 +++
- 2 files changed, 4 insertions(+), 9 deletions(-)
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
-index 0b808ef215f06..28911c0ffeaec 100644
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3728,11 +3728,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
-index 0686ff814916b..ae4a4ea55f420 100644
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -171,10 +172,8 @@ nsresult nsAppShell::Init() {
- // option when program uses gdk_set_program_class().
- //
- // See https://bugzilla.gnome.org/show_bug.cgi?id=747634
--nsAutoString brandName;
--mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--if (!brandName.IsEmpty()) {
--  gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+if (gAppData) {
-+  gdk_set_program_class(gAppData->remotingName);
- }
-   }
- 
--- 
-2.21.0
-

Copied: 
firefox-developer-edition/repos/community-x86_64/0001-Use-remoting-name-for-GDK-application-names.patch
 (from rev 492661, 
firefox-developer-edition/trunk/0001-Use-remoting-name-for-GDK-application-names.patch)
===
--- 0001-Use-remoting-name-for-GDK-application-names.patch  
(rev 0)
+++ 0001-Use-remoting-name-for-GDK-application-names.patch  2019-07-23 
18:53:26 UTC (rev 492662)
@@ -0,0 +1,56 @@
+From 1cab10b39cfda068100cab8c598f1ca0f50e4131 Mon Sep 17 00:00:00 2001
+Message-Id: 
<1cab10b39cfda068100cab8c598f1ca0f50e4131.1553597287.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 25 Mar 2019 20:30:11 +0100
+Subject: [PATCH] Use remoting name for GDK application names
+
+---
+ toolkit/xre/nsAppRunner.cpp | 6 +-
+ widget/gtk/nsAppShell.cpp   | 7 +++
+ 2 

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

2019-07-23 Thread Andrew Crerar via arch-commits
Date: Tuesday, July 23, 2019 @ 18:52:53
  Author: andrewsc
Revision: 492661

upgpkg: firefox-developer-edition 69.0b7-1

firefox-developer-edition: Updating to 69.0b7

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 16:04:54 UTC (rev 492660)
+++ PKGBUILD2019-07-23 18:52:53 UTC (rev 492661)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=69.0b6
+pkgver=69.0b7
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -24,7 +24,7 @@
 firefox-install-dir.patch
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop firefox-symbolic.svg)
-sha512sums=('a5f23197ee9e5bd4ecdc91874be4364fe9a3062892bdfa2528c4105dfa45b7c9fa7aef5f9570e430ebdc93a6e78a3c10daecdcf5f4f50bbb5e24e2d31c51d100'
+sha512sums=('445adcf2059eb83d169571435215a0e282da69e3dfe22849d4cb0d3989e5ee9c53b2626da3387fcec92e6e4d273ed79e90fcd12ac9ce45873103c49d88303b83'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'40c931b8abbe5880122dbcc93d457e04e9b4f2bc3e0275e9e3e35dd347fe0658f9446c89e99553203be8a8c9ab6f4ca872a7aedc514920c107b9235c04df91dc'


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

2019-07-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 23, 2019 @ 16:53:00
  Author: arojas
Revision: 358531

archrelease: copy trunk to extra-x86_64

Added:
  qt5-imageformats/repos/extra-x86_64/PKGBUILD
(from rev 358530, qt5-imageformats/trunk/PKGBUILD)
Deleted:
  qt5-imageformats/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 16:52:41 UTC (rev 358530)
+++ PKGBUILD2019-07-23 16:53:00 UTC (rev 358531)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-imageformats
-_qtver=5.13.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
-depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
-makedepends=()
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('91cb638e5f856acc17ab5a2e1a052dc91bb1af2bdbd7d99ba6a8a48f4a15f499')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-imageformats/repos/extra-x86_64/PKGBUILD (from rev 358530, 
qt5-imageformats/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 16:53:00 UTC (rev 358531)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-imageformats
+_qtver=5.13.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Plugins for additional image formats: TIFF, MNG, TGA, WBMP'
+depends=('qt5-base' 'jasper' 'libmng' 'libwebp')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qtimageformats-system-libtiff.patch::"https://code.qt.io/cgit/qt/qtimageformats.git/patch/?id=626c3053;)
+sha256sums=('91cb638e5f856acc17ab5a2e1a052dc91bb1af2bdbd7d99ba6a8a48f4a15f499'
+'272e6b1e4eaeb11ea97ae9e563c6375ed1a202bf21339cdd85dae9341dbd9130')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtimageformats-system-libtiff.patch # Fix using system 
libtiff
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2019-07-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 23, 2019 @ 16:52:41
  Author: arojas
Revision: 358530

Fix building against system libtiff (FS#63240)

Modified:
  qt5-imageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 15:38:20 UTC (rev 358529)
+++ PKGBUILD2019-07-23 16:52:41 UTC (rev 358530)
@@ -4,7 +4,7 @@
 pkgname=qt5-imageformats
 _qtver=5.13.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,11 +13,16 @@
 makedepends=()
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('91cb638e5f856acc17ab5a2e1a052dc91bb1af2bdbd7d99ba6a8a48f4a15f499')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+
qtimageformats-system-libtiff.patch::"https://code.qt.io/cgit/qt/qtimageformats.git/patch/?id=626c3053;)
+sha256sums=('91cb638e5f856acc17ab5a2e1a052dc91bb1af2bdbd7d99ba6a8a48f4a15f499'
+'272e6b1e4eaeb11ea97ae9e563c6375ed1a202bf21339cdd85dae9341dbd9130')
 
 prepare() {
   mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtimageformats-system-libtiff.patch # Fix using system 
libtiff
 }
 
 build() {


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 16:04:47
  Author: dvzrv
Revision: 492659

upgpkg: spectmorph 0.5.0-1

Upgrading to 0.5.0.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 15:44:46 UTC (rev 492658)
+++ PKGBUILD2019-07-23 16:04:47 UTC (rev 492659)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=spectmorph
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 optdepends=('python2: For sminstbuilder')
 source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
-
'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
+sha512sums=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
+
'a7c909bf653ba206480b15208991b308b279a12a31dda2a61ee612c3c71524804195f9d2a69f0ca8e819650ca1982e5461a4222621447ce991ac63e5ee9254b9')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 16:04:54
  Author: dvzrv
Revision: 492660

archrelease: copy trunk to community-x86_64

Added:
  spectmorph/repos/community-x86_64/PKGBUILD
(from rev 492659, spectmorph/trunk/PKGBUILD)
Deleted:
  spectmorph/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 16:04:47 UTC (rev 492659)
+++ PKGBUILD2019-07-23 16:04:54 UTC (rev 492660)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=spectmorph
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
-arch=('x86_64')
-url="http://spectmorph.org/;
-license=('LGPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
-makedepends=('lv2')
-optdepends=('python2: For sminstbuilder')
-source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
-
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
-
'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --with-lv2 \
-  --with-jack \
-  --with-qt
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # standard instruments
-  install -vDm 644 ../instruments/standard/* \
--t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
-  # docs
-  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: spectmorph/repos/community-x86_64/PKGBUILD (from rev 492659, 
spectmorph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 16:04:54 UTC (rev 492660)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=spectmorph
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
+arch=('x86_64')
+url="http://spectmorph.org/;
+license=('LGPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
+makedepends=('lv2')
+optdepends=('python2: For sminstbuilder')
+source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
+
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
+sha512sums=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
+
'a7c909bf653ba206480b15208991b308b279a12a31dda2a61ee612c3c71524804195f9d2a69f0ca8e819650ca1982e5461a4222621447ce991ac63e5ee9254b9')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --with-lv2 \
+  --with-jack \
+  --with-qt
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # standard instruments
+  install -vDm 644 ../instruments/standard/* \
+-t "${pkgdir}/usr/share/${pkgname}/instruments/standard/"
+  # docs
+  install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-07-23 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 23, 2019 @ 15:44:40
  Author: lcarlier
Revision: 492657

upgpkg: lib32-mesa 19.1.3-1

upstream update 19.1.3

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 15:21:29 UTC (rev 492656)
+++ PKGBUILD2019-07-23 15:44:40 UTC (rev 492657)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=19.1.2
+pkgver=19.1.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 glesv2.pc)
-sha512sums=('cab30694a409a5037996dd50cef1567eb9e0b83ed69cdb4fbc893a844ed35434fcd05023d48fce2831219866fa420500b53650c791bea286233f4cd6c2703e19'
+sha512sums=('787310c43089142209ff7db298489b0815b630577680d5ce1bc3f796eed3772ba41f03e5e773b77ae084c191ed4e365eac1753166ce60f12b8f5974d55762eeb'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'67b9484f5131beea834192ef185d4eb2d4b77d12302d7a99337c3fb59cb6a2bee10a70d01e92554a0ff74eca04a8197b300b63ebde0aace55c249021b3383179')


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

2019-07-23 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 23, 2019 @ 15:44:46
  Author: lcarlier
Revision: 492658

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 492657, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 492657, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/glesv2.pc
(from rev 492657, lib32-mesa/trunk/glesv2.pc)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-x86_64/glesv2.pc

---+
 LICENSE   |  166 ++---
 PKGBUILD  |  334 ++--
 glesv2.pc |   20 +--
 3 files changed, 260 insertions(+), 260 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-07-23 15:44:40 UTC (rev 492657)
+++ LICENSE 2019-07-23 15:44:46 UTC (rev 492658)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 492657, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-07-23 15:44:46 UTC (rev 492658)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). 

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

2019-07-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 23, 2019 @ 15:38:20
  Author: arojas
Revision: 358529

Fix pkgdesc (FS#63259)

Modified:
  zxing-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 15:34:14 UTC (rev 358528)
+++ PKGBUILD2019-07-23 15:38:20 UTC (rev 358529)
@@ -4,7 +4,7 @@
 pkgname=zxing-cpp
 pkgver=1.0.6
 pkgrel=1
-pkgdesc="A command-line tool to decode QRCode"
+pkgdesc="A C++ library to decode QRCode"
 arch=(x86_64)
 url="https://github.com/nu-book/zxing-cpp;
 license=(Apache)


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

2019-07-23 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 23, 2019 @ 15:34:14
  Author: lcarlier
Revision: 358528

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/LICENSE
(from rev 358527, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 358527, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/glesv2.pc
(from rev 358527, mesa/trunk/glesv2.pc)
Deleted:
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/glesv2.pc

---+
 LICENSE   |  166 +-
 PKGBUILD  |  378 ++--
 glesv2.pc |   20 +--
 3 files changed, 282 insertions(+), 282 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-07-23 15:34:07 UTC (rev 358527)
+++ LICENSE 2019-07-23 15:34:14 UTC (rev 358528)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-
-Attention, Contributors
-
-   When contributing to the Mesa project you must agree to the licensing
-   terms of the component to which you're contributing. The following
-   section lists the primary components of the Mesa distribution and their
-   respective licenses.
-
-Mesa Component Licenses
-
-Component Location   License
---
-Main Mesa codesrc/mesa/  MIT
-
-Device driverssrc/mesa/drivers/* MIT, generally
-
-Gallium code  src/gallium/   MIT
-
-Ext headers   include/GL/glext.h Khronos
-  include/GL/glxext.h
-
-GLX client code   src/glx/   SGI Free Software License B
-
-C11 threadinclude/c11/threads*.h Boost (permissive) emulation
-
-   In general, consult the source files for license terms.
-
-References
-
-   1. https://www.opengl.org/
-   2. https://www.sgi.com/
-   3. https://www.sgi.com/

Copied: mesa/repos/extra-x86_64/LICENSE (from rev 358527, mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-07-23 15:34:14 UTC (rev 358528)
@@ -0,0 +1,83 @@
+The Mesa 3D Graphics Library
+
+Disclaimer
+
+   Mesa is a 3-D graphics library with an API which is very similar to
+   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
+   syntax or state machine, it is being used with authorization from
+   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
+   OpenGL license from SGI, and makes no claim that Mesa 

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

2019-07-23 Thread Laurent Carlier via arch-commits
Date: Tuesday, July 23, 2019 @ 15:34:07
  Author: lcarlier
Revision: 358527

upgpkg: mesa 19.1.3-1

upstream update 19.1.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 12:16:01 UTC (rev 358526)
+++ PKGBUILD2019-07-23 15:34:07 UTC (rev 358527)
@@ -4,7 +4,7 @@
 pkgbase=mesa
 pkgname=('vulkan-mesa-layer' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 
'libva-mesa-driver' 'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
-pkgver=19.1.2
+pkgver=19.1.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -16,7 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 glesv2.pc)
-sha512sums=('cab30694a409a5037996dd50cef1567eb9e0b83ed69cdb4fbc893a844ed35434fcd05023d48fce2831219866fa420500b53650c791bea286233f4cd6c2703e19'
+sha512sums=('787310c43089142209ff7db298489b0815b630577680d5ce1bc3f796eed3772ba41f03e5e773b77ae084c191ed4e365eac1753166ce60f12b8f5974d55762eeb'
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'e5db81538625a056328c2ba83f3e6418e0d579c261bcddf685036ad19e816dd002313c80a6c48cef0289d1e1b0bdbe733810ae9f53604e380486253642cff52c')


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 14:05:19
  Author: dvzrv
Revision: 492645

upgpkg: python-imdbpy 6.8-1

Upgrading to 6.8.

Modified:
  python-imdbpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 12:50:40 UTC (rev 492644)
+++ PKGBUILD2019-07-23 14:05:19 UTC (rev 492645)
@@ -2,7 +2,7 @@
 
 _name=IMDbPY
 pkgname=python-imdbpy
-pkgver=6.7
+pkgver=6.8
 pkgrel=1
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/;
@@ -11,7 +11,7 @@
 depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('bcf9c26d4a1fc078e7f2a09a047329a0cc516d81e280578515f93a2c0201ae8f12baf7f710d962f29aa09a81ee426891a58840a6e279c5acc30dbc3b0911dee9')
+sha512sums=('64b0ab95ca848530d9df3d0da2319497cb1af779d229cb64c1bf59db3cd3e42331cfa854a24222cab5558b9d9af8616098d794756dece463bfefdb3ebdaf42c5')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 14:05:24
  Author: dvzrv
Revision: 492646

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 14:05:19 UTC (rev 492645)
+++ PKGBUILD2019-07-23 14:05:24 UTC (rev 492646)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-_name=IMDbPY
-pkgname=python-imdbpy
-pkgver=6.7
-pkgrel=1
-pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
-url="https://imdbpy.sourceforge.io/;
-arch=('any')
-license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('bcf9c26d4a1fc078e7f2a09a047329a0cc516d81e280578515f93a2c0201ae8f12baf7f710d962f29aa09a81ee426891a58840a6e279c5acc30dbc3b0911dee9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix install folder for docs and config
-  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
-  -e "s/'etc'/'\/etc'/" -i setup.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-imdbpy/repos/community-any/PKGBUILD (from rev 492645, 
python-imdbpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 14:05:24 UTC (rev 492646)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=IMDbPY
+pkgname=python-imdbpy
+pkgver=6.8
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('64b0ab95ca848530d9df3d0da2319497cb1af779d229cb64c1bf59db3cd3e42331cfa854a24222cab5558b9d9af8616098d794756dece463bfefdb3ebdaf42c5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix install folder for docs and config
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
+  -e "s/'etc'/'\/etc'/" -i setup.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-23 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 23, 2019 @ 12:50:35
  Author: foxxx0
Revision: 492643

upgpkg: dovecot 2.3.7.1-1

update to 2.3.7.1

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 12:50:19 UTC (rev 492642)
+++ PKGBUILD2019-07-23 12:50:35 UTC (rev 492643)
@@ -10,7 +10,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.3.7
+pkgver=2.3.7.1
 pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
@@ -36,7 +36,7 @@
 'dovecot.ld.so.conf'
 'dovecot.pam')
 
-sha256sums=('11e156ae8539e42892809cc2412c3f1a294188806969f5547191a43abd4083aa'
+sha256sums=('c5a51d6f76e6e9c843df69e52a364a4c65c4c60e0c51d992eaa45f22f71803c3'
 'SKIP'
 'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
 '0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'


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

2019-07-23 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 23, 2019 @ 12:50:40
  Author: foxxx0
Revision: 492644

archrelease: copy trunk to community-x86_64

Added:
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 492643, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
(from rev 492643, dovecot/trunk/dovecot.ld.so.conf)
  dovecot/repos/community-x86_64/dovecot.pam
(from rev 492643, dovecot/trunk/dovecot.pam)
  dovecot/repos/community-x86_64/dovecot.sysusersd
(from rev 492643, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 492643, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/fix-mysql-double-free.patch
(from rev 492643, dovecot/trunk/fix-mysql-double-free.patch)
Deleted:
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.ld.so.conf
  dovecot/repos/community-x86_64/dovecot.pam
  dovecot/repos/community-x86_64/dovecot.sysusersd
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/fix-mysql-double-free.patch

-+
 PKGBUILD|  250 +-
 dovecot.ld.so.conf  |2 
 dovecot.pam |   10 -
 dovecot.sysusersd   |4 
 dovecot.tmpfilesd   |2 
 fix-mysql-double-free.patch |   72 ++--
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 12:50:35 UTC (rev 492643)
+++ PKGBUILD2019-07-23 12:50:40 UTC (rev 492644)
@@ -1,125 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-# Contributor: Phillip Schichtel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.3.7
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="https://dovecot.org/;
-arch=('x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'mariadb-libs' 'libsodium'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene' 'libsodium' 'lua')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer'
-'lua: LUA auth and push support')
-
-provides=('imap-server' 'pop3-server')
-
-backup=('etc/pam.d/dovecot')
-
-source=("https://dovecot.org/releases/2.3/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'dovecot.sysusersd'
-'dovecot.tmpfilesd'
-'dovecot.ld.so.conf'
-'dovecot.pam')
-
-sha256sums=('11e156ae8539e42892809cc2412c3f1a294188806969f5547191a43abd4083aa'
-'SKIP'
-'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
-'0b0625b1e66ca6a95d506fd00d6a68e70620c8ea28606e2528953ffb1806b08e'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858'
-'ad9245f5e916480edd67139603cbe52e7a868233075f900ab63a0ce58f03741a')
-
-validpgpkeys=(
-  'E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 
-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1' # Dovecot Community Edition
-)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-lua=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-sodium \
---with-docs
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "${srcdir}/dovecot.sysusersd" \
-"${pkgdir}/usr/lib/sysusers.d/dovecot.conf"
-  install -Dm644 "${srcdir}/dovecot.tmpfilesd" \
-"${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf"
-  

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

2019-07-23 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 23, 2019 @ 12:50:12
  Author: foxxx0
Revision: 492641

upgpkg: pigeonhole 0.5.7.1-1

update to 0.5.7.1

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 12:44:00 UTC (rev 492640)
+++ PKGBUILD2019-07-23 12:50:12 UTC (rev 492641)
@@ -8,11 +8,11 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.3.7
+_dcpkgver=2.3.7.1
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.5.7
+pkgver=0.5.7.1
 pkgrel=1
 
 pkgdesc='Sieve implementation for Dovecot'
@@ -26,7 +26,7 @@
 
 
source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
 
-sha256sums=('783849542c272331f60e7c4d371b303f7f2b1d69828bced3094a898876ecdb63'
+sha256sums=('3270b24c1f75a7c144f54d6d08ce994176e39c2cdb3ac4dd80ad5e642028'
 'SKIP')
 validpgpkeys=(
   '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 



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

2019-07-23 Thread Thore Bödecker via arch-commits
Date: Tuesday, July 23, 2019 @ 12:50:19
  Author: foxxx0
Revision: 492642

archrelease: copy trunk to community-x86_64

Added:
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 492641, pigeonhole/trunk/PKGBUILD)
Deleted:
  pigeonhole/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 12:50:12 UTC (rev 492641)
+++ PKGBUILD2019-07-23 12:50:19 UTC (rev 492642)
@@ -1,69 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Thore Bödecker 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.3.7
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.5.7
-pkgrel=1
-
-pkgdesc='Sieve implementation for Dovecot'
-url='https://pigeonhole.dovecot.org/'
-arch=('x86_64')
-license=('LGPL')
-
-depends=("dovecot=${_dcpkgver}")
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
-
-sha256sums=('783849542c272331f60e7c4d371b303f7f2b1d69828bced3094a898876ecdb63'
-'SKIP')
-validpgpkeys=(
-  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
-)
-
-
-prepare() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -l -i "$srcdir/${filename##*/}"
-fi
-  done
-}
-
-build() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  ./configure \
---prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-  make check
-}
-
-package() {
-  cd "dovecot-2.3-pigeonhole-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pigeonhole/repos/community-x86_64/PKGBUILD (from rev 492641, 
pigeonhole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 12:50:19 UTC (rev 492642)
@@ -0,0 +1,69 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Thore Bödecker 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.7.1
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.5.7.1
+pkgrel=1
+
+pkgdesc='Sieve implementation for Dovecot'
+url='https://pigeonhole.dovecot.org/'
+arch=('x86_64')
+license=('LGPL')
+
+depends=("dovecot=${_dcpkgver}")
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${pkgver}.tar.gz"{,.sig})
+
+sha256sums=('3270b24c1f75a7c144f54d6d08ce994176e39c2cdb3ac4dd80ad5e642028'
+'SKIP')
+validpgpkeys=(
+  '42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4' # Stephan Bosch 

+  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1'
+)
+
+
+prepare() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -l -i "$srcdir/${filename##*/}"
+fi
+  done
+}
+
+build() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+  make check
+}
+
+package() {
+  cd "dovecot-2.3-pigeonhole-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+}


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

2019-07-23 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 23, 2019 @ 12:43:41
  Author: polyzen
Revision: 492639

upgpkg: firefox-dark-reader 4.7.14-1

Modified:
  firefox-dark-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 12:17:50 UTC (rev 492638)
+++ PKGBUILD2019-07-23 12:43:41 UTC (rev 492639)
@@ -2,7 +2,7 @@
 # Contributor: Cookie Engineer 
 
 pkgname=firefox-dark-reader
-pkgver=4.7.13
+pkgver=4.7.14
 pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
 url=https://darkreader.org/
@@ -13,7 +13,7 @@
 replaces=('firefox-extension-dark-reader')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/855413/dark_reader-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('2fc7fc6f2127c9cdcc068fba38e12e934c3740f78f1bb7aa8594d0d0130b6d46')
+sha256sums=('806632fea5c52b9c444c476c5ada33a78fdf560c5d9528e8f6abe6e0bb672984')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi


[arch-commits] Commit in firefox-dark-reader/repos/community-any (PKGBUILD PKGBUILD)

2019-07-23 Thread Daniel M. Capella via arch-commits
Date: Tuesday, July 23, 2019 @ 12:44:00
  Author: polyzen
Revision: 492640

archrelease: copy trunk to community-any

Added:
  firefox-dark-reader/repos/community-any/PKGBUILD
(from rev 492639, firefox-dark-reader/trunk/PKGBUILD)
Deleted:
  firefox-dark-reader/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 12:43:41 UTC (rev 492639)
+++ PKGBUILD2019-07-23 12:44:00 UTC (rev 492640)
@@ -1,22 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Cookie Engineer 
-
-pkgname=firefox-dark-reader
-pkgver=4.7.13
-pkgrel=1
-pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
-url=https://darkreader.org/
-arch=('any')
-license=('MIT')
-groups=('firefox-addons')
-conflicts=('firefox-extension-dark-reader')
-replaces=('firefox-extension-dark-reader')
-source=("https://addons.cdn.mozilla.net/user-media/addons/855413/dark_reader-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('2fc7fc6f2127c9cdcc068fba38e12e934c3740f78f1bb7aa8594d0d0130b6d46')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-dark-reader/repos/community-any/PKGBUILD (from rev 492639, 
firefox-dark-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 12:44:00 UTC (rev 492640)
@@ -0,0 +1,22 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Cookie Engineer 
+
+pkgname=firefox-dark-reader
+pkgver=4.7.14
+pkgrel=1
+pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
+url=https://darkreader.org/
+arch=('any')
+license=('MIT')
+groups=('firefox-addons')
+conflicts=('firefox-extension-dark-reader')
+replaces=('firefox-extension-dark-reader')
+source=("https://addons.cdn.mozilla.net/user-media/addons/855413/dark_reader-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('806632fea5c52b9c444c476c5ada33a78fdf560c5d9528e8f6abe6e0bb672984')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-23 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 23, 2019 @ 12:03:50
  Author: archange
Revision: 492634

upgpkg: intel-compute-runtime 19.28.13502-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 11:49:38 UTC (rev 492633)
+++ PKGBUILD2019-07-23 12:03:50 UTC (rev 492634)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.27.13361
+pkgver=19.28.13502
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('094f4bb6312216d9dd7bec26af4826171ff673f1d83f0652dc5efdf4199f0d86')
+sha256sums=('117a726423f5fb4df571acdb47a881afc989ff4b3766bcd2f5470943120e2d58')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2019-07-23 Thread Bruno Pagani via arch-commits
Date: Tuesday, July 23, 2019 @ 12:04:04
  Author: archange
Revision: 492635

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 492634, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 12:03:50 UTC (rev 492634)
+++ PKGBUILD2019-07-23 12:04:04 UTC (rev 492635)
@@ -1,38 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-_srcname=compute-runtime
-pkgname=intel-${_srcname}
-pkgver=19.27.13361
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
-arch=(x86_64)
-url="https://01.org/compute-runtime;
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('094f4bb6312216d9dd7bec26af4826171ff673f1d83f0652dc5efdf4199f0d86')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${_srcname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_DRIVER_VERSION=${pkgver}
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 492634, 
intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 12:04:04 UTC (rev 492635)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=compute-runtime
+pkgname=intel-${_srcname}
+pkgver=19.28.13502
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('117a726423f5fb4df571acdb47a881afc989ff4b3766bcd2f5470943120e2d58')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


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

2019-07-23 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 23, 2019 @ 11:49:38
  Author: jelle
Revision: 492633

archrelease: copy trunk to community-x86_64

Added:
  i3lock/repos/community-x86_64/PKGBUILD
(from rev 492632, i3lock/trunk/PKGBUILD)
Deleted:
  i3lock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 11:49:31 UTC (rev 492632)
+++ PKGBUILD2019-07-23 11:49:38 UTC (rev 492633)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jelle van der Waa 
-# Contributor: Thorsten Töpper 
-
-pkgname=i3lock
-pkgver=2.11.1
-pkgrel=1
-pkgdesc='Improved screenlocker based upon XCB and PAM'
-url='https://i3wm.org/i3lock/'
-arch=('x86_64')
-license=('MIT')
-groups=('i3')
-depends=('xcb-util-image' 'xcb-util-xrm' 'libev' 'cairo' 'libxkbcommon-x11' 
'pam')
-options=('docs')
-backup=('etc/pam.d/i3lock')
-source=(https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2{,.asc})
-sha512sums=('8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c'
-'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' pam/i3lock
-  autoreconf -fiv
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 i3lock.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: i3lock/repos/community-x86_64/PKGBUILD (from rev 492632, 
i3lock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 11:49:38 UTC (rev 492633)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.12
+pkgrel=1
+pkgdesc='Improved screenlocker based upon XCB and PAM'
+url='https://i3wm.org/i3lock/'
+arch=('x86_64')
+license=('MIT')
+groups=('i3')
+depends=('xcb-util-image' 'xcb-util-xrm' 'libev' 'cairo' 'libxkbcommon-x11' 
'pam')
+options=('docs')
+backup=('etc/pam.d/i3lock')
+source=(https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2{,.asc})
+sha512sums=('84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad'
+'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' pam/i3lock
+  autoreconf -fiv
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 i3lock.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-07-23 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 23, 2019 @ 11:49:31
  Author: jelle
Revision: 492632

upgpkg: i3lock 2.12-1

Upstream update

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 10:01:30 UTC (rev 492631)
+++ PKGBUILD2019-07-23 11:49:31 UTC (rev 492632)
@@ -3,7 +3,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=i3lock
-pkgver=2.11.1
+pkgver=2.12
 pkgrel=1
 pkgdesc='Improved screenlocker based upon XCB and PAM'
 url='https://i3wm.org/i3lock/'
@@ -14,7 +14,7 @@
 options=('docs')
 backup=('etc/pam.d/i3lock')
 source=(https://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2{,.asc})
-sha512sums=('8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c'
+sha512sums=('84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad'
 'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 10:01:30
  Author: dvzrv
Revision: 492631

archrelease: copy trunk to community-x86_64

Added:
  osmid/repos/community-x86_64/PKGBUILD
(from rev 492630, osmid/trunk/PKGBUILD)
Deleted:
  osmid/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 10:01:26 UTC (rev 492630)
+++ PKGBUILD2019-07-23 10:01:30 UTC (rev 492631)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=osmid
-pkgver=0.6.7
-pkgrel=1
-pkgdesc="A lightweight, portable, easy to use tool to convert MIDI to OSC and 
OSC to MIDI"
-arch=('x86_64')
-url="https://github.com/llloret/osmid;
-license=('GPL2' 'MIT')
-groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs')
-makedepends=('cmake' 'libx11')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/llloret/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('50b06658762445853222f9766767017dc6027a798307c45919d6928b28e55d19b6c1886144c4f952f042ef26d41b7fb07b535877ca09cacf4cadcbec336b28c8')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-}
-
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  # license
-  install -vDm 644 ../LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm 644 ../README.md \
-"${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}

Copied: osmid/repos/community-x86_64/PKGBUILD (from rev 492630, 
osmid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 10:01:30 UTC (rev 492631)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=osmid
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="A lightweight, portable, easy to use tool to convert MIDI to OSC and 
OSC to MIDI"
+arch=('x86_64')
+url="https://github.com/llloret/osmid;
+license=('GPL2' 'MIT')
+groups=('pro-audio')
+depends=('alsa-lib' 'gcc-libs')
+makedepends=('cmake' 'libx11')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/llloret/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('b0b5024c3894735968566ac7b5d93f67000dcaf65d4e41443cefc00561f2e0892a32b77fdb7a53db74b0732e7ca9d97653151f0f5aa9c32fae40be9396feba98')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+}
+
+build() {
+  cd "$pkgname-$pkgver/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+..
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+  # license
+  install -vDm 644 ../LICENSE.md \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -vDm 644 ../README.md \
+"${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 10:01:26
  Author: dvzrv
Revision: 492630

upgpkg: osmid 0.6.8-1

Upgrading to 0.6.8.

Modified:
  osmid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 09:31:18 UTC (rev 492629)
+++ PKGBUILD2019-07-23 10:01:26 UTC (rev 492630)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=osmid
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc="A lightweight, portable, easy to use tool to convert MIDI to OSC and 
OSC to MIDI"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('alsa-lib' 'gcc-libs')
 makedepends=('cmake' 'libx11')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/llloret/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('50b06658762445853222f9766767017dc6027a798307c45919d6928b28e55d19b6c1886144c4f952f042ef26d41b7fb07b535877ca09cacf4cadcbec336b28c8')
+sha512sums=('b0b5024c3894735968566ac7b5d93f67000dcaf65d4e41443cefc00561f2e0892a32b77fdb7a53db74b0732e7ca9d97653151f0f5aa9c32fae40be9396feba98')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in vimb (4 files)

2019-07-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 23, 2019 @ 09:31:18
  Author: alucryd
Revision: 492629

archrelease: copy trunk to community-x86_64

Added:
  vimb/repos/
  vimb/repos/community-x86_64/
  vimb/repos/community-x86_64/PKGBUILD
(from rev 492628, vimb/trunk/PKGBUILD)
  vimb/repos/community-x86_64/vimb-ldflags.patch
(from rev 492628, vimb/trunk/vimb-ldflags.patch)

+
 PKGBUILD   |   36 
 vimb-ldflags.patch |   12 
 2 files changed, 48 insertions(+)

Copied: vimb/repos/community-x86_64/PKGBUILD (from rev 492628, 
vimb/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-07-23 09:31:18 UTC (rev 492629)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Robert Timm 
+# Contributor: Jason Ryan 
+# Contributor: Daniel M. Capella 
+
+pkgname=vimb
+pkgver=3.4.0
+pkgrel=2
+pkgdesc='The vim like browser'
+arch=(x86_64)
+url=https://fanglingsu.github.io/vimb/
+license=(GPL3)
+depends=(webkit2gtk)
+makedepends=(git)
+source=(
+  git+https://github.com/fanglingsu/vimb.git#tag=${pkgver}
+  vimb-ldflags.patch
+)
+sha256sums=('SKIP'
+'daf758d2f0cf20c24c432ec4297cc45fb52dbee839726ffb57936c5a20ff5aa9')
+
+prepare() {
+  cd vimb
+
+  patch -Np1 -i ../vimb-ldflags.patch
+}
+
+build() {
+  make PREFIX=/usr -C vimb
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C vimb install
+}
+
+# vim: ts=2 sw=2 et:

Copied: vimb/repos/community-x86_64/vimb-ldflags.patch (from rev 492628, 
vimb/trunk/vimb-ldflags.patch)
===
--- repos/community-x86_64/vimb-ldflags.patch   (rev 0)
+++ repos/community-x86_64/vimb-ldflags.patch   2019-07-23 09:31:18 UTC (rev 
492629)
@@ -0,0 +1,12 @@
+diff -rupN vimb.orig/config.mk vimb/config.mk
+--- vimb.orig/config.mk2019-07-23 11:18:15.460717705 +0200
 vimb/config.mk 2019-07-23 11:19:04.091175665 +0200
+@@ -36,7 +36,7 @@ endif
+ EXTTARGET   = webext_main.so
+ EXTCFLAGS   = ${CFLAGS} $(shell pkg-config --cflags 
webkit2gtk-web-extension-4.0)
+ EXTCPPFLAGS = $(CPPFLAGS)
+-EXTLDFLAGS  = $(shell pkg-config --libs webkit2gtk-web-extension-4.0) -shared
++EXTLDFLAGS  = $(LDFLAGS) $(shell pkg-config --libs 
webkit2gtk-web-extension-4.0) -shared
+ 
+ # flags used for the main application
+ CFLAGS += $(shell pkg-config --cflags $(LIBS))


[arch-commits] Commit in (4 files)

2019-07-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 23, 2019 @ 09:31:07
  Author: alucryd
Revision: 492628

add vimb

Added:
  vimb/
  vimb/trunk/
  vimb/trunk/PKGBUILD
  vimb/trunk/vimb-ldflags.patch

+
 PKGBUILD   |   36 
 vimb-ldflags.patch |   12 
 2 files changed, 48 insertions(+)

Added: vimb/trunk/PKGBUILD
===
--- vimb/trunk/PKGBUILD (rev 0)
+++ vimb/trunk/PKGBUILD 2019-07-23 09:31:07 UTC (rev 492628)
@@ -0,0 +1,36 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Robert Timm 
+# Contributor: Jason Ryan 
+# Contributor: Daniel M. Capella 
+
+pkgname=vimb
+pkgver=3.4.0
+pkgrel=2
+pkgdesc='The vim like browser'
+arch=(x86_64)
+url=https://fanglingsu.github.io/vimb/
+license=(GPL3)
+depends=(webkit2gtk)
+makedepends=(git)
+source=(
+  git+https://github.com/fanglingsu/vimb.git#tag=${pkgver}
+  vimb-ldflags.patch
+)
+sha256sums=('SKIP'
+'daf758d2f0cf20c24c432ec4297cc45fb52dbee839726ffb57936c5a20ff5aa9')
+
+prepare() {
+  cd vimb
+
+  patch -Np1 -i ../vimb-ldflags.patch
+}
+
+build() {
+  make PREFIX=/usr -C vimb
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C vimb install
+}
+
+# vim: ts=2 sw=2 et:

Added: vimb/trunk/vimb-ldflags.patch
===
--- vimb/trunk/vimb-ldflags.patch   (rev 0)
+++ vimb/trunk/vimb-ldflags.patch   2019-07-23 09:31:07 UTC (rev 492628)
@@ -0,0 +1,12 @@
+diff -rupN vimb.orig/config.mk vimb/config.mk
+--- vimb.orig/config.mk2019-07-23 11:18:15.460717705 +0200
 vimb/config.mk 2019-07-23 11:19:04.091175665 +0200
+@@ -36,7 +36,7 @@ endif
+ EXTTARGET   = webext_main.so
+ EXTCFLAGS   = ${CFLAGS} $(shell pkg-config --cflags 
webkit2gtk-web-extension-4.0)
+ EXTCPPFLAGS = $(CPPFLAGS)
+-EXTLDFLAGS  = $(shell pkg-config --libs webkit2gtk-web-extension-4.0) -shared
++EXTLDFLAGS  = $(LDFLAGS) $(shell pkg-config --libs 
webkit2gtk-web-extension-4.0) -shared
+ 
+ # flags used for the main application
+ CFLAGS += $(shell pkg-config --cflags $(LIBS))


[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 09:23:01
  Author: dvzrv
Revision: 492627

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 492626, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 09:22:56 UTC (rev 492626)
+++ PKGBUILD2019-07-23 09:23:01 UTC (rev 492627)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=6.0.2
-pkgrel=1
-# epoch needed, because of fake semver:
-# https://github.com/nextcloud/spreed/issues/1685
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud>=16.0.0' 'nextcloud<17.0.0')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4fc03bb1f88d93343ce8c38f754d9f9fcf2ce1c88840ec36b54725216314370c7adaee1d57347f2bf03198b84543c4f6e4e21010f9aba990bd171d59ebf031db')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 492626, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 09:23:01 UTC (rev 492627)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=6.0.3
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud>=16.0.0' 'nextcloud<17.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f5b5f22ad3c6fbdae592aa5ef3284868f41018ca8020d1f9340db5689eff55d0cd254f2047a6a5af8f68dcbc3bdc2b4992272872c678413df02727c35c9f2ccb')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 09:22:56
  Author: dvzrv
Revision: 492626

upgpkg: nextcloud-app-spreed 1:6.0.3-1

Upgrading to 6.0.3.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 09:20:52 UTC (rev 492625)
+++ PKGBUILD2019-07-23 09:22:56 UTC (rev 492626)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 # epoch needed, because of fake semver:
 # https://github.com/nextcloud/spreed/issues/1685
@@ -12,7 +12,7 @@
 license=('AGPL3')
 depends=('nextcloud>=16.0.0' 'nextcloud<17.0.0')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4fc03bb1f88d93343ce8c38f754d9f9fcf2ce1c88840ec36b54725216314370c7adaee1d57347f2bf03198b84543c4f6e4e21010f9aba990bd171d59ebf031db')
+sha512sums=('f5b5f22ad3c6fbdae592aa5ef3284868f41018ca8020d1f9340db5689eff55d0cd254f2047a6a5af8f68dcbc3bdc2b4992272872c678413df02727c35c9f2ccb')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 09:20:47
  Author: dvzrv
Revision: 492624

upgpkg: lsp-plugins 1.1.10-1

Upgrading to 1.1.10. Dropping glu from depends, as it doesn't seem to be 
required during runtime.

Modified:
  lsp-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 08:19:09 UTC (rev 492623)
+++ PKGBUILD2019-07-23 09:20:47 UTC (rev 492624)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=lsp-plugins
-pkgver=1.1.9
+pkgver=1.1.10
 pkgrel=1
 pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
 arch=('x86_64')
@@ -7,10 +7,10 @@
 url="https://lsp-plug.in;
 license=('LGPL3')
 groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'glu' 'jack' 'libglvnd')
+depends=('cairo' 'jack' 'libglvnd')
 makedepends=('ladspa' 'lv2' 'php')
 
source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9cb83a6e5654d275d9f9e02d2a1ac26408071e6b6c7aa2059e85a8d267be0beee210b3c476651caf6f0cea9f4253cf1907fa6e234b068c8cf45925035e9cd748')
+sha512sums=('aedc6a6a421bfb1ad964f6963793cdb2616456044736745a1c3dc27e947b1d6395de1942c2525bc983e654df5335d35466eed16b8f31612119284b024bdce6c2')
 
 prepare() {
   mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 09:20:52
  Author: dvzrv
Revision: 492625

archrelease: copy trunk to community-x86_64

Added:
  lsp-plugins/repos/community-x86_64/PKGBUILD
(from rev 492624, lsp-plugins/trunk/PKGBUILD)
Deleted:
  lsp-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 09:20:47 UTC (rev 492624)
+++ PKGBUILD2019-07-23 09:20:52 UTC (rev 492625)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-pkgname=lsp-plugins
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
-arch=('x86_64')
-url="https://lsp-plug.in;
-license=('LGPL3')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'glu' 'jack' 'libglvnd')
-makedepends=('ladspa' 'lv2' 'php')
-source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9cb83a6e5654d275d9f9e02d2a1ac26408071e6b6c7aa2059e85a8d267be0beee210b3c476651caf6f0cea9f4253cf1907fa6e234b068c8cf45925035e9cd748')
-
-prepare() {
-  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # removing /usr/local/lib from RPATH
-  sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
-  -i scripts/make/configure.mk
-}
-
-build() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  make
-  make OBJDIR=${_test_path} clean
-  make OBJDIR=${_test_path} test
-}
-
-check() {
-  local _test_path="$(pwd)/.build-test"
-  cd "$pkgname-$pkgver"
-  ${_test_path}/lsp-plugins-test utest \
---nofork \
---debug \
---verbose || warning "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make BIN_PATH=/usr/bin \
-   LIB_PATH=/usr/lib \
-   DOC_PATH=/usr/share/doc \
-   DESTDIR="$pkgdir/" \
-   install
-}

Copied: lsp-plugins/repos/community-x86_64/PKGBUILD (from rev 492624, 
lsp-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 09:20:52 UTC (rev 492625)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+pkgname=lsp-plugins
+pkgver=1.1.10
+pkgrel=1
+pkgdesc="Collection of free plugins compatible with LADSPA, LV2 and LinuxVST"
+arch=('x86_64')
+url="https://lsp-plug.in;
+license=('LGPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'jack' 'libglvnd')
+makedepends=('ladspa' 'lv2' 'php')
+source=("https://github.com/sadko4u/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('aedc6a6a421bfb1ad964f6963793cdb2616456044736745a1c3dc27e947b1d6395de1942c2525bc983e654df5335d35466eed16b8f31612119284b024bdce6c2')
+
+prepare() {
+  mv -v "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # removing /usr/local/lib from RPATH
+  sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
+  -i scripts/make/configure.mk
+}
+
+build() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  make
+  make OBJDIR=${_test_path} clean
+  make OBJDIR=${_test_path} test
+}
+
+check() {
+  local _test_path="$(pwd)/.build-test"
+  cd "$pkgname-$pkgver"
+  ${_test_path}/lsp-plugins-test utest \
+--nofork \
+--debug \
+--verbose || warning "Known flaky test: 
https://github.com/sadko4u/lsp-plugins/issues/19;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make BIN_PATH=/usr/bin \
+   LIB_PATH=/usr/lib \
+   DOC_PATH=/usr/share/doc \
+   DESTDIR="$pkgdir/" \
+   install
+}


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 08:19:09
  Author: bisson
Revision: 492623

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 492622, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 08:18:58 UTC (rev 492622)
+++ PKGBUILD2019-07-23 08:19:09 UTC (rev 492623)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.1.3
-_commit=5b3e83120d2c0baeed4e14d5581c3cba29f8c605
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup')
-makedepends=('python-discid' 'git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 492622, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 08:19:09 UTC (rev 492623)
@@ -0,0 +1,36 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.1.3
+_commit=5b3e83120d2c0baeed4e14d5581c3cba29f8c605
+pkgrel=2
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup')
+makedepends=('python-discid' 'git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;
+
'https://github.com/metabrainz/picard/pull/1183/commits/6f3e32f7119938042fec4fc82514eea65eaaccb2.patch')
+sha256sums=('SKIP'
+'16e760a195f071614e8b5fc49cce5cba9230850a5f941d2330112a82659568ff')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+   patch -p1 -i ../6f3e32f7119938042fec4fc82514eea65eaaccb2.patch # 
FS#60400
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2019-07-23 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 23, 2019 @ 08:18:58
  Author: bisson
Revision: 492622

fix FS#60400

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 06:49:13 UTC (rev 492621)
+++ PKGBUILD2019-07-23 08:18:58 UTC (rev 492622)
@@ -5,7 +5,7 @@
 pkgname=picard
 pkgver=2.1.3
 _commit=5b3e83120d2c0baeed4e14d5581c3cba29f8c605
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')
@@ -14,13 +14,16 @@
 optdepends=('chromaprint: fingerprinting'
 'python-discid: cd lookup')
 makedepends=('python-discid' 'git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit;
+
'https://github.com/metabrainz/picard/pull/1183/commits/6f3e32f7119938042fec4fc82514eea65eaaccb2.patch')
+sha256sums=('SKIP'
+'16e760a195f071614e8b5fc49cce5cba9230850a5f941d2330112a82659568ff')
 
 build() {
cd "${srcdir}/${pkgname}"
sed "s/‘/'/g" -i setup.cfg
python setup.py config
+   patch -p1 -i ../6f3e32f7119938042fec4fc82514eea65eaaccb2.patch # 
FS#60400
 }
 
 package() {


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

2019-07-23 Thread Jan Steffens via arch-commits
Date: Tuesday, July 23, 2019 @ 08:14:40
  Author: heftig
Revision: 358516

archrelease: copy trunk to extra-x86_64

Added:
  rust/repos/extra-x86_64/PKGBUILD
(from rev 358515, rust/trunk/PKGBUILD)
  rust/repos/extra-x86_64/config.toml
(from rev 358515, rust/trunk/config.toml)
Deleted:
  rust/repos/extra-x86_64/PKGBUILD
  rust/repos/extra-x86_64/config.toml

-+
 PKGBUILD|  152 +-
 config.toml |   54 ++--
 2 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 08:14:09 UTC (rev 358515)
+++ PKGBUILD2019-07-23 08:14:40 UTC (rev 358516)
@@ -1,76 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.35.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
-checkdepends=('procps-ng' 'gdb')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('5a4d637a716bac18d085f44dd87ef48b32195f71b967d872d80280b38cff712d'
-'SKIP'
-'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  python ./x.py build -j"$(nproc)"
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way for splitting
-  mv "$pkgdir"/usr/share/doc "$srcdir"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/extra-x86_64/PKGBUILD (from rev 358515, rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 08:14:40 UTC (rev 358516)
@@ -0,0 +1,76 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.36.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'llvm' 'libffi' 'perl' 'python' 'curl' 'cmake')
+checkdepends=('procps-ng' 'gdb')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('04c4e4d7213d036d6aaed392841496d272146312c0290f728b7400fccd15bb1b'
+'SKIP'
+'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  python ./x.py build -j"$(nproc)"
+}
+
+package_rust() {
+  depends=('gcc-libs' 'llvm-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way for splitting
+  mv "$pkgdir"/usr/share/doc "$srcdir"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv "$pkgdir"/etc/bash_completion.d/ 

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

2019-07-23 Thread Jan Steffens via arch-commits
Date: Tuesday, July 23, 2019 @ 08:14:09
  Author: heftig
Revision: 358515

1.36.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 06:17:43 UTC (rev 358514)
+++ PKGBUILD2019-07-23 08:14:09 UTC (rev 358515)
@@ -7,7 +7,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.35.0
+pkgver=1.36.0
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -23,7 +23,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('5a4d637a716bac18d085f44dd87ef48b32195f71b967d872d80280b38cff712d'
+sha256sums=('04c4e4d7213d036d6aaed392841496d272146312c0290f728b7400fccd15bb1b'
 'SKIP'
 'fa531e162f2bb06f85171df1a91e339b4c2e276dd4b8cd7448c0675d343ae80b')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2019-07-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 23, 2019 @ 06:49:13
  Author: alucryd
Revision: 492621

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  150 -
 firewalld-sysconfigdir.patch |   88 
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-23 06:49:07 UTC (rev 492620)
+++ PKGBUILD2019-07-23 06:49:13 UTC (rev 492621)
@@ -1,75 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=(any)
-url=https://firewalld.org/
-license=(GPL2)
-depends=(
-  dconf
-  glib2
-  hicolor-icon-theme
-  nftables
-  python-decorator
-  python-gobject
-  python-slip
-)
-makedepends=(
-  docbook-xsl
-  ebtables
-  git
-  intltool
-  ipset
-  iptables
-)
-optdepends=(
-  'bash-completion: bash completion'
-  'ebtables: old backend'
-  'gtk3: firewall-config'
-  'ipset: old backend'
-  'iptables: old backend'
-  'libnm-glib: firewall-config and firewall-applet'
-  'libnotify: firewall-applet'
-  'python-pyqt5: firewall-applet'
-)
-backup=(
-  etc/conf.d/firewalld
-  etc/firewalld/firewalld.conf
-)
-source=(
-  git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
-  firewalld-sysconfigdir.patch
-)
-sha256sums=('SKIP'
-'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
-
-prepare() {
-  cd firewalld
-
-  patch -Np1 -i ../firewalld-sysconfigdir.patch
-
-  NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-  cd firewalld
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C firewalld install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 492620, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-23 06:49:13 UTC (rev 492621)
@@ -0,0 +1,75 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=(any)
+url=https://firewalld.org/
+license=(GPL2)
+depends=(
+  dconf
+  glib2
+  hicolor-icon-theme
+  nftables
+  python-decorator
+  python-gobject
+  python-slip
+)
+makedepends=(
+  docbook-xsl
+  ebtables
+  git
+  intltool
+  ipset
+  iptables
+)
+optdepends=(
+  'bash-completion: bash completion'
+  'ebtables: old backend'
+  'gtk3: firewall-config'
+  'ipset: old backend'
+  'iptables: old backend'
+  'libnm-glib: firewall-config and firewall-applet'
+  'libnotify: firewall-applet'
+  'python-pyqt5: firewall-applet'
+)
+backup=(
+  etc/conf.d/firewalld
+  etc/firewalld/firewalld.conf
+)
+source=(
+  git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
+  firewalld-sysconfigdir.patch
+)
+sha256sums=('SKIP'
+'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
+
+prepare() {
+  cd firewalld
+
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C firewalld install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-sysconfigdir.patch
===
--- firewalld-sysconfigdir.patch2019-07-23 06:49:07 UTC (rev 492620)
+++ firewalld-sysconfigdir.patch2019-07-23 06:49:13 UTC (rev 492621)
@@ -1,44 +0,0 @@
-diff -rupN firewalld.orig/config/firewalld.service.in 
firewalld/config/firewalld.service.in
 firewalld.orig/config/firewalld.service.in 2018-07-31 22:22:40.786777349 
+0200
-+++ firewalld/config/firewalld.service.in  2018-07-31 22:26:40.550121870 
+0200
-@@ -8,7 +8,7 @@ Conflicts=iptables.service ip6tables.ser
- Documentation=man:firewalld(1)
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/firewalld
-+EnvironmentFile=-/etc/conf.d/firewalld
- ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
- ExecReload=/bin/kill -HUP $MAINPID
- # supress to log debug and error output also to /var/log/messages
-diff -rupN firewalld.orig/config/Makefile.am firewalld/config/Makefile.am

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

2019-07-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 23, 2019 @ 06:49:07
  Author: alucryd
Revision: 492620

upgpkg: firewalld 0.7.1-1

Modified:
  firewalld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 04:19:32 UTC (rev 492619)
+++ PKGBUILD2019-07-23 06:49:07 UTC (rev 492620)
@@ -3,7 +3,7 @@
 # Contributor: speed145a 
 
 pkgname=firewalld
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Firewall daemon with D-Bus interface'
 arch=(any)