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

2020-10-01 Thread Andreas Radke via arch-commits
Date: Thursday, October 1, 2020 @ 17:21:04
  Author: andyrtr
Revision: 397028

upgpkg: ghostscript 9.53.3-1: upstream update 9.53.3

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-01 14:18:03 UTC (rev 397027)
+++ PKGBUILD2020-10-01 17:21:04 UTC (rev 397028)
@@ -2,8 +2,8 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.53.2
-pkgrel=2
+pkgver=9.53.3
+pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
-sha512sums=('292d585938a9b15498941ea663630b3e9dccb4e31e9750e007d69500bdaa74e00ca48c2e48c8b429a68f293a2f84f9ef802406b0928b8d16361ad986a9378eb8')
+sha512sums=('1ed66f177377f099a012ee0bfdca10be8b6846e8de8e538119eb7de5c9da2edc341f8d45d8c819206908c1f98de3625acd0f647f13d82c5ec56865085cde280b')
 
 
 ### update jbig2dec first! ###


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

2020-09-28 Thread Andreas Radke via arch-commits
Date: Monday, September 28, 2020 @ 11:18:12
  Author: andyrtr
Revision: 396942

archrelease: copy trunk to extra-x86_64

Added:
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 396941, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/bash_completion
(from rev 396941, claws-mail/trunk/bash_completion)
Deleted:
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/bash_completion

-+
 PKGBUILD|  138 +++---
 bash_completion |   60 +++
 2 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-28 11:18:02 UTC (rev 396941)
+++ PKGBUILD2020-09-28 11:18:12 UTC (rev 396942)
@@ -1,69 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.17.6
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('x86_64')
-license=('GPL3')
-url="https://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
- 'libetpan' 'compface' 'libsm' 'dbus-glib')
-makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
- # dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
- 'dillo' 'python' 'gumbo-parser'
- # deps to build the docs
- 'docbook-utils' 'texlive-formatsextra')
-optdepends=('python:needed for some tools'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'libgdata:  for gdata plugin'
-'poppler-glib:  for pdf viewer plugin'
-'ghostscript:   for pdf viewer plugin'
-'libical:   for vcalendar plugin'
-'dillo: for html viewer plugin'
-'gumbo-parser:  for litehtml plugin')
-provides=('claws')
-source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
-bash_completion)
-sha256sums=('15e4c4344b0c0781d9bb99c71e69dc2d98b8a65c3ce7dde7de1c3f9001c705e8'
-'SKIP'
-'3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "$srcdir"/bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/claws-mail
-
-  # install extra tools
-  cd tools
-  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
-  for files in *.pl *.py *.sh *.conf tb2claws-mail update-po uudec uuooffice 
README; do
-cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/
-  done
-}

Copied: claws-mail/repos/extra-x86_64/PKGBUILD (from rev 396941, 
claws-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-28 11:18:12 UTC (rev 396942)
@@ -0,0 +1,69 @@
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.17.7
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('x86_64')
+license=('GPL3')
+url="https://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 
+ 'libetpan' 'compface' 'libsm' 'dbus-glib')
+makedepends=('spamassassin' 'bogofilter' 'networkmanager' 'valgrind'
+ # dependencies for plugins
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'libytnef' 
'libical'
+ 'dillo' 'python' 'gumbo-parser'
+ # deps to build the docs
+ 'docbook-utils' 'texlive-formatsextra')
+optdepends=('python:needed for some tools'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+

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

2020-09-28 Thread Andreas Radke via arch-commits
Date: Monday, September 28, 2020 @ 11:18:02
  Author: andyrtr
Revision: 396941

upgpkg: claws-mail 3.17.7-1: upstream update 3.17.7

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 10:43:27 UTC (rev 396940)
+++ PKGBUILD2020-09-28 11:18:02 UTC (rev 396941)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=claws-mail
-pkgver=3.17.6
+pkgver=3.17.7
 pkgrel=1
 pkgdesc="A GTK+ based e-mail client."
 arch=('x86_64')
@@ -35,7 +35,7 @@
 provides=('claws')
 
source=(https://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}
 bash_completion)
-sha256sums=('15e4c4344b0c0781d9bb99c71e69dc2d98b8a65c3ce7dde7de1c3f9001c705e8'
+sha256sums=('60b94649bc30ae79e057054e44afbe5fe29de0e77614b81505cff2204c02ddc8'
 'SKIP'
 '3f6c248b8658cd7a62186bff572cce2525712a498f363cbbda1ed459021c28cb')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 



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

2020-09-25 Thread Andreas Radke via arch-commits
Date: Friday, September 25, 2020 @ 19:24:32
  Author: andyrtr
Revision: 396563

upgpkg: ghostscript 9.53.2-1: upstream update 9.53.2

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 19:03:15 UTC (rev 396562)
+++ PKGBUILD2020-09-25 19:24:32 UTC (rev 396563)
@@ -2,7 +2,7 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.53.1
+pkgver=9.53.2
 pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
@@ -13,7 +13,7 @@
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
-sha512sums=('4aaeba969239690966bde288c8dc4663e0956361f9c667ca5aae117e950621291aed40d5828f7ac99bc0a812595430fe0e8311a75c4f482c1320c9c294028008')
+sha512sums=('292d585938a9b15498941ea663630b3e9dccb4e31e9750e007d69500bdaa74e00ca48c2e48c8b429a68f293a2f84f9ef802406b0928b8d16361ad986a9378eb8')
 
 
 ### update jbig2dec first! ###


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

2020-09-25 Thread Andreas Radke via arch-commits
Date: Friday, September 25, 2020 @ 19:24:46
  Author: andyrtr
Revision: 396564

archrelease: copy trunk to extra-x86_64

Added:
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 396563, ghostscript/trunk/PKGBUILD)
Deleted:
  ghostscript/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-25 19:24:32 UTC (rev 396563)
+++ PKGBUILD2020-09-25 19:24:46 UTC (rev 396564)
@@ -1,103 +0,0 @@
-# Maintainer: AndyRTR 
-
-pkgbase=ghostscript
-pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.53.1
-pkgrel=1
-pkgdesc="An interpreter for the PostScript language"
-url="https://www.ghostscript.com/;
-arch=('x86_64')
-license=('AGPL3' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
- 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
-makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
-# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
-sha512sums=('4aaeba969239690966bde288c8dc4663e0956361f9c667ca5aae117e950621291aed40d5828f7ac99bc0a812595430fe0e8311a75c4f482c1320c9c294028008')
-
-
-### update jbig2dec first! ###
-
-prepare() {
-  cd ghostpdl-${pkgver}
-
-  # force it to use system-libs
-  rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
-  # using tree freetype because of https://bugs.archlinux.org/task/56849
-  # lcms2mt is the new lcms2 fork aimed to replace lcms2 in a thread safe way
-  
-  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=40dc5b409c6262b18b4bf5386b5482ead4c511e3
-  # libs link unwanted to libgpdl that isn't installed
-  rm -rf gpdl
-}
-
-build() {
-  cd ghostpdl-${pkgver}
-  ./configure --prefix=/usr \
-  --enable-dynamic \
-  --with-ijs \
-  --with-jbig2dec \
-  --with-x \
-  --with-drivers=ALL \
-  --with-fontpath=/usr/share/fonts/gsfonts \
-  --enable-fontconfig \
-  --enable-freetype \
-  --enable-openjpeg \
-  --without-luratech \
-  --with-system-libtiff \
-  --with-libpaper \
-  --disable-compile-inits #--help # needed for linking with 
system-zlib
-
-  make so-only
-}
-
-package_ghostscript() {
-  optdepends=('texlive-core:  needed for dvipdf'
-  'gtk3:  needed for gsx')
-
-  cd ghostpdl-${pkgver}
-
-  make DESTDIR="${pkgdir}" \
-   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
-   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
-   soinstall
-  ln -s gsc "${pkgdir}"/usr/bin/gs
-
-  # remove useless broken doc/ symlink - FS#59507
-  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
-
-  # remove unwanted localized manpages
-  rm -r "${pkgdir}"/usr/share/man/de
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostxps() {
-  pkgdesc="${pkgdesc/PostScript/XPS document}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
-  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
-  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%rc*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostpcl() {
-  pkgdesc="${pkgdesc/PostScript/PCL 6}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gpcl6c
-  ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver%.*}
-  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%rc*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}

Copied: ghostscript/repos/extra-x86_64/PKGBUILD (from rev 396563, 
ghostscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-25 19:24:46 UTC (rev 396564)
@@ -0,0 +1,103 @@
+# Maintainer: AndyRTR 
+
+pkgbase=ghostscript
+pkgname=(ghostscript ghostxps ghostpcl)
+pkgver=9.53.2
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+url="https://www.ghostscript.com/;
+arch=('x86_64')
+license=('AGPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
+makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:59:57
  Author: andyrtr
Revision: 396460

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 396459, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 396459, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-24 11:59:57 UTC (rev 396460)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=455.23.04
+pkgrel=2
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:04:03
  Author: andyrtr
Revision: 711678

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 711677, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 711677, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-24 12:04:03 UTC (rev 711678)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=94
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:03:58
  Author: andyrtr
Revision: 711677

upgpkg: tp_smapi-lts 0.43-94: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 12:02:47 UTC (rev 711676)
+++ PKGBUILD2020-09-24 12:03:58 UTC (rev 711677)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=93
+pkgrel=94
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:02:42
  Author: andyrtr
Revision: 711675

upgpkg: r8168-lts 8.048.03-27: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 12:01:22 UTC (rev 711674)
+++ PKGBUILD2020-09-24 12:02:42 UTC (rev 711675)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=26
+pkgrel=27
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:02:47
  Author: andyrtr
Revision: 711676

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 711675, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 711675, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-24 12:02:47 UTC (rev 711676)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=27
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:01:22
  Author: andyrtr
Revision: 711674

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 711673, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 711673, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-24 12:01:22 UTC (rev 711674)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=174
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:00:40
  Author: andyrtr
Revision: 396461

upgpkg: wireguard-lts 1.0.20200908-5: kernel rebuild

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 11:59:57 UTC (rev 396460)
+++ PKGBUILD2020-09-24 12:00:40 UTC (rev 396461)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20200908
-pkgrel=4
+pkgrel=5
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:00:45
  Author: andyrtr
Revision: 396462

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 396461, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 396461, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-24 12:00:45 UTC (rev 396462)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20200908
+pkgrel=5
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 12:01:16
  Author: andyrtr
Revision: 711673

upgpkg: acpi_call-lts 1.1.0-174: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 11:17:57 UTC (rev 711672)
+++ PKGBUILD2020-09-24 12:01:16 UTC (rev 711673)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=173
+pkgrel=174
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:59:52
  Author: andyrtr
Revision: 396459

upgpkg: nvidia-lts 1:455.23.04-2: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 11:53:16 UTC (rev 396458)
+++ PKGBUILD2020-09-24 11:59:52 UTC (rev 396459)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=455.23.04
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


[arch-commits] Commit in linux-lts/repos (6 files)

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:53:16
  Author: andyrtr
Revision: 396458

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 396457, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
(from rev 396457, 
linux-lts/trunk/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 396457, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 396457, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/sphinx-workaround.patch
(from rev 396457, linux-lts/trunk/sphinx-workaround.patch)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  129 
 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch |  689 
 PKGBUILD|  197 
 config  |10599 
++
 sphinx-workaround.patch |   15 
 5 files changed, 11629 insertions(+)

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


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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:53:01
  Author: andyrtr
Revision: 396457

upgpkg: linux-lts 5.4.67-1: upstream update 5.4.67

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 11:34:22 UTC (rev 396456)
+++ PKGBUILD2020-09-24 11:53:01 UTC (rev 396457)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.4.66
+pkgver=5.4.67
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('ff1930376774f4c1fc884d82184b5ebea6628f0a37ed9be781c0b119c4cfdab2'
+sha256sums=('c175bd9c5d54c7120365d51cf235102e14d5a9a1baddd6296819839240dccaa4'
 'SKIP'
 '6a2ee8f822810f594921aa85087e4cf0a17c68518d395586fd9c56b6c7e63dad'
 'b3f2777462517abd75039fc56a63dfa3f5eb6b3865e02fe9e0c3512381eed54b'


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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:34:22
  Author: andyrtr
Revision: 396456

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 396455, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-24 11:34:10 UTC (rev 396455)
+++ PKGBUILD2020-09-24 11:34:22 UTC (rev 396456)
@@ -1,56 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.28.2
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: to convert MS Word documents'
-   'docx2txt: to convert Microsoft OOXML text from DOCX files')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('8869f99b0d05f1c929b640c6e12fc6b9edeffc6d98401da1cac1b4bc176c847f')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 396455, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-24 11:34:22 UTC (rev 396456)
@@ -0,0 +1,56 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.28.3
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('4a786a16a9f1336ccc640c608aef708ba5d507caada53470ce8c1694877b5941')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 

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

2020-09-24 Thread Andreas Radke via arch-commits
Date: Thursday, September 24, 2020 @ 11:34:10
  Author: andyrtr
Revision: 396455

upgpkg: cups-filters 1.28.3-1: upstream update 1.28.3

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 08:11:30 UTC (rev 396454)
+++ PKGBUILD2020-09-24 11:34:10 UTC (rev 396455)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.2
+pkgver=1.28.3
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('8869f99b0d05f1c929b640c6e12fc6b9edeffc6d98401da1cac1b4bc176c847f')
+sha256sums=('4a786a16a9f1336ccc640c608aef708ba5d507caada53470ce8c1694877b5941')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in xf86-video-vesa/repos/extra-x86_64 (4 files)

2020-09-23 Thread Andreas Radke via arch-commits
Date: Wednesday, September 23, 2020 @ 18:51:29
  Author: andyrtr
Revision: 396443

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
(from rev 396442, xf86-video-vesa/trunk/PKGBUILD)
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch
(from rev 396442, xf86-video-vesa/trunk/revert-kernelcheck.patch)
Deleted:
  xf86-video-vesa/repos/extra-x86_64/PKGBUILD
  xf86-video-vesa/repos/extra-x86_64/revert-kernelcheck.patch

--+
 PKGBUILD |   91 ++---
 revert-kernelcheck.patch |   62 +++---
 2 files changed, 77 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 18:51:19 UTC (rev 396442)
+++ PKGBUILD2020-09-23 18:51:29 UTC (rev 396443)
@@ -1,45 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=xf86-video-vesa
-pkgver=2.4.0
-pkgrel=3
-pkgdesc="X.org vesa video driver"
-arch=(x86_64)
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0')
-conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
-groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
-revert-kernelcheck.patch)
-sha512sums=('4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de'
-'SKIP'
-
'2357f9b30732321c774073c3e233d16ebff29aab31bcebf7c6481bd2187554e85ec8b9cd375eaa836b433dfaba4d9e9cea1dcf3659803a388ceb6699ed905923')
-validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') #  "Adam Jackson 
"
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-vesa/repos/extra-x86_64/PKGBUILD (from rev 396442, 
xf86-video-vesa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 18:51:29 UTC (rev 396443)
@@ -0,0 +1,46 @@
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-vesa
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="X.org vesa video driver"
+arch=(x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=24.0')
+conflicts=('xorg-server<1.20' 'X-ABI-VIDEODRV_VERSION<24' 
'X-ABI-VIDEODRV_VERSION>=25')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+revert-kernelcheck.patch)
+sha512sums=('36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b'
+'SKIP'
+
'2357f9b30732321c774073c3e233d16ebff29aab31bcebf7c6481bd2187554e85ec8b9cd375eaa836b433dfaba4d9e9cea1dcf3659803a388ceb6699ed905923')
+validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') #  "Adam Jackson 
"
+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: revert-kernelcheck.patch
===
--- revert-kernelcheck.patch2020-09-23 18:51:19 UTC (rev 396442)
+++ revert-kernelcheck.patch2020-09-23 18:51:29 UTC (rev 396443)
@@ -1,31 +0,0 @@
-From b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 08 Dec 2010 18:45:32 +
-Subject: Refuse to load if there's a kernel driver bound to the 

[arch-commits] Commit in xf86-video-vesa/trunk (PKGBUILD)

2020-09-23 Thread Andreas Radke via arch-commits
Date: Wednesday, September 23, 2020 @ 18:51:19
  Author: andyrtr
Revision: 396442

upgpkg: xf86-video-vesa 2.5.0-1: upstream update 2.5.0

Modified:
  xf86-video-vesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 18:29:40 UTC (rev 396441)
+++ PKGBUILD2020-09-23 18:51:19 UTC (rev 396442)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-vesa
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="X.org vesa video driver"
 arch=(x86_64)
 license=('custom')
@@ -13,10 +13,11 @@
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
 revert-kernelcheck.patch)
-sha512sums=('4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de'
+sha512sums=('36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b'
 'SKIP'
 
'2357f9b30732321c774073c3e233d16ebff29aab31bcebf7c6481bd2187554e85ec8b9cd375eaa836b433dfaba4d9e9cea1dcf3659803a388ceb6699ed905923')
 validpgpkeys=('DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3') #  "Adam Jackson 
"
+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2020-09-23 Thread Andreas Radke via arch-commits
Date: Wednesday, September 23, 2020 @ 06:07:53
  Author: andyrtr
Revision: 396433

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 396432, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 06:07:42 UTC (rev 396432)
+++ PKGBUILD2020-09-23 06:07:53 UTC (rev 396433)
@@ -1,65 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xterm
-pkgver=359
-pkgrel=1
-pkgdesc="X Terminal Emulator"
-arch=('x86_64')
-url="https://invisible-island.net/xterm/;
-license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
-source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('31ca56a94c6567e56f764aa791bbfdbfdc3e0804bada26dc4f491e01be8b9251'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --libdir=/etc \
-  --mandir=/usr/share/man \
-  --with-app-defaults=/usr/share/X11/app-defaults/ \
-  --with-x \
-  --disable-full-tgetent \
-  --disable-imake \
-  --enable-ansi-color \
-  --enable-88-color \
-  --enable-256-color \
-  --enable-broken-osc \
-  --enable-broken-st \
-  --enable-load-vt-fonts \
-  --enable-i18n \
-  --enable-wide-chars \
-  --enable-doublechars \
-  --enable-warnings \
-  --enable-tcap-query \
-  --enable-logging \
-  --enable-dabbrev \
-  --enable-freetype \
-  --enable-luit \
-  --enable-mini-luit \
-  --enable-narrowproto \
-  --enable-exec-xterm \
-  --enable-sixel-graphics \
-  --enable-regis-graphics \
-  --with-tty-group=tty \
-  --with-utempter
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  chmod 0755 "${pkgdir}/usr/bin/xterm"
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m755 -d "${pkgdir}"/usr/share/applications
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
-}

Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 396432, 
xterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 06:07:53 UTC (rev 396433)
@@ -0,0 +1,65 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=360
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/;
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('a5f6e1f1de01fa9fddf132d9fb7a9a749a411f1e77ee6a7fdf1c8c0c1db80dba'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
+}


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

2020-09-23 Thread Andreas Radke via arch-commits
Date: Wednesday, September 23, 2020 @ 06:07:42
  Author: andyrtr
Revision: 396432

upgpkg: xterm 360-1: upstream update 360

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 22:25:24 UTC (rev 396431)
+++ PKGBUILD2020-09-23 06:07:42 UTC (rev 396432)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=359
+pkgver=360
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('31ca56a94c6567e56f764aa791bbfdbfdc3e0804bada26dc4f491e01be8b9251'
+sha256sums=('a5f6e1f1de01fa9fddf132d9fb7a9a749a411f1e77ee6a7fdf1c8c0c1db80dba'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


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

2020-09-20 Thread Andreas Radke via arch-commits
Date: Monday, September 21, 2020 @ 05:32:20
  Author: andyrtr
Revision: 396374

upgpkg: libmwaw 0.3.17-1: upstream update 0.3.17

Modified:
  libmwaw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-20 23:06:59 UTC (rev 396373)
+++ PKGBUILD2020-09-21 05:32:20 UTC (rev 396374)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=libmwaw
-pkgver=0.3.16
+pkgver=0.3.17
 pkgrel=1
 pkgdesc="Import library for some old mac text documents."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('librevenge')
 makedepends=('boost' 'doxygen')
 
source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('dcb5fee35fd9a0489e8f8ce666c10899e3aa4bbd')
+sha1sums=('e884ccf8f9a67e58a6a5581e10c45da4f0ff0e61')
 
 build() {
   cd "${pkgname}"-${pkgver}


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

2020-09-20 Thread Andreas Radke via arch-commits
Date: Monday, September 21, 2020 @ 05:32:31
  Author: andyrtr
Revision: 396375

archrelease: copy trunk to extra-x86_64

Added:
  libmwaw/repos/extra-x86_64/PKGBUILD
(from rev 396374, libmwaw/trunk/PKGBUILD)
Deleted:
  libmwaw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 05:32:20 UTC (rev 396374)
+++ PKGBUILD2020-09-21 05:32:31 UTC (rev 396375)
@@ -1,31 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Thomas Arnhold 
-
-pkgname=libmwaw
-pkgver=0.3.16
-pkgrel=1
-pkgdesc="Import library for some old mac text documents."
-arch=('x86_64')
-url="https://sourceforge.net/projects/libmwaw/;
-license=('LGPL2.1' 'MPL')
-depends=('librevenge')
-makedepends=('boost' 'doxygen')
-source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('dcb5fee35fd9a0489e8f8ce666c10899e3aa4bbd')
-
-build() {
-  cd "${pkgname}"-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-
-check() {
-  cd "${pkgname}"-${pkgver}
-  make check
-}
-
-package() {
-  cd "${pkgname}"-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: libmwaw/repos/extra-x86_64/PKGBUILD (from rev 396374, 
libmwaw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-21 05:32:31 UTC (rev 396375)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=libmwaw
+pkgver=0.3.17
+pkgrel=1
+pkgdesc="Import library for some old mac text documents."
+arch=('x86_64')
+url="https://sourceforge.net/projects/libmwaw/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge')
+makedepends=('boost' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('e884ccf8f9a67e58a6a5581e10c45da4f0ff0e61')
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+
+check() {
+  cd "${pkgname}"-${pkgver}
+  make check
+}
+
+package() {
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 22:00:15
  Author: andyrtr
Revision: 396289

archrelease: copy trunk to extra-x86_64

Added:
  lprint/repos/extra-x86_64/
  lprint/repos/extra-x86_64/PKGBUILD
(from rev 396288, lprint/trunk/PKGBUILD)

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

Copied: lprint/repos/extra-x86_64/PKGBUILD (from rev 396288, 
lprint/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2020-09-18 22:00:15 UTC (rev 396289)
@@ -0,0 +1,32 @@
+# Maintainer: Andreas Radke 
+# Contributor: WorMzy Tykashi 
+
+pkgname=lprint
+pkgver=1.0
+pkgrel=1
+pkgdesc="Label Printer Application"
+arch=('x86_64')
+url="https://www.msweet.org/lprint/;
+license=('Apache' 'custom')
+depends=('libcups' 'libpng' 'libusb' 'pam')
+source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # "Michael R Sweet 
"
+sha256sums=('52a34d4a17accdc90aa32a29faf8da3493c274d838fdb86f0034ceaac83b5a32'
+'SKIP')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   #make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # add license + exception
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+}


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

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 22:00:06
  Author: andyrtr
Revision: 396288

upgpkg: lprint 1.0-1: upstream update 1.0 - initial package based on the AUR one

Modified:
  lprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 21:57:30 UTC (rev 396287)
+++ PKGBUILD2020-09-18 22:00:06 UTC (rev 396288)
@@ -10,7 +10,7 @@
 license=('Apache' 'custom')
 depends=('libcups' 'libpng' 'libusb' 'pam')
 
source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # M. Sweet
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # "Michael R Sweet 
"
 sha256sums=('52a34d4a17accdc90aa32a29faf8da3493c274d838fdb86f0034ceaac83b5a32'
 'SKIP')
 build() {


[arch-commits] Commit in (8 files)

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 21:57:30
  Author: andyrtr
Revision: 396287

add packages required for recent printing packages changes

Added:
  lprint/
  lprint/repos/
  lprint/trunk/
  lprint/trunk/PKGBUILD
  pappl/
  pappl/repos/
  pappl/trunk/
  pappl/trunk/PKGBUILD

---+
 lprint/trunk/PKGBUILD |   32 
 pappl/trunk/PKGBUILD  |   63 
 2 files changed, 95 insertions(+)

Added: lprint/trunk/PKGBUILD
===
--- lprint/trunk/PKGBUILD   (rev 0)
+++ lprint/trunk/PKGBUILD   2020-09-18 21:57:30 UTC (rev 396287)
@@ -0,0 +1,32 @@
+# Maintainer: Andreas Radke 
+# Contributor: WorMzy Tykashi 
+
+pkgname=lprint
+pkgver=1.0
+pkgrel=1
+pkgdesc="Label Printer Application"
+arch=('x86_64')
+url="https://www.msweet.org/lprint/;
+license=('Apache' 'custom')
+depends=('libcups' 'libpng' 'libusb' 'pam')
+source=("https://github.com/michaelrsweet/lprint/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955')  # M. Sweet
+sha256sums=('52a34d4a17accdc90aa32a29faf8da3493c274d838fdb86f0034ceaac83b5a32'
+'SKIP')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   #make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # add license + exception
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+}

Added: pappl/trunk/PKGBUILD
===
--- pappl/trunk/PKGBUILD(rev 0)
+++ pappl/trunk/PKGBUILD2020-09-18 21:57:30 UTC (rev 396287)
@@ -0,0 +1,63 @@
+# Maintainer: Andreas Radke 
+
+pkgname=pappl
+#https://github.com/michaelrsweet/pappl/commits/master
+_commit=8377f21cd02a7140a1feaf9cf9eb73002f52ac65 # master 2020-09-11
+pkgver=0.9
+pkgrel=0.1
+pkgdesc="a simple C-based framework/library for developing CUPS Printer 
Applications"
+arch=('x86_64')
+url="https://www.msweet.org/pappl/;
+license=('Apache' 'custom')
+depends=('libcups' 'libjpeg-turbo' 'pam')
+makedepends=('git')
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=('!makeflags')
+install=
+changelog=
+#source=("$pkgname-$pkgver.tar.gz"
+#"$pkgname-$pkgver.patch")
+source=(git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit;)
+noextract=()
+md5sums=('SKIP')
+validpgpkeys=()
+
+#prepare() {
+#  cd "$pkgname-$pkgver"
+#  patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
+#}
+
+build() {
+  cd "$pkgname" #-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname" #-$pkgver"
+
+  # there's currently  no real test suite, 
+  # the tool is only useful outside the fakeroot envireonment - when packaging 
it crashes:
+  # testpappl: client.c:771: avahi_client_get_host_name_fqdn: Assertion 
`client' failed.
+  # /startdir/PKGBUILD: line 43:  1878 Aborted (core dumped) 
./testsuite/testpappl
+
+  # run it later outside fakeroot!
+  #./testsuite/testpappl 
+}
+
+package() {
+  cd "$pkgname" #-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # install the testing tool
+  install -Dm755 testsuite/testpappl -t "$pkgdir"/usr/bin
+  # install docs
+  install -Dm644 doc/* -t "$pkgdir"/usr/share/doc/$pkgname
+  # add license + exception
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+}


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

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 15:33:57
  Author: andyrtr
Revision: 396281

archrelease: copy trunk to extra-x86_64

Added:
  ipp-usb/repos/extra-x86_64/PKGBUILD
(from rev 396280, ipp-usb/trunk/PKGBUILD)
  ipp-usb/repos/extra-x86_64/systemd-service.patch
(from rev 396280, ipp-usb/trunk/systemd-service.patch)
Deleted:
  ipp-usb/repos/extra-x86_64/PKGBUILD
  ipp-usb/repos/extra-x86_64/systemd-service.patch

---+
 PKGBUILD  |  111 +---
 systemd-service.patch |   34 +++---
 2 files changed, 76 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-18 15:33:48 UTC (rev 396280)
+++ PKGBUILD2020-09-18 15:33:57 UTC (rev 396281)
@@ -1,52 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=ipp-usb
-pkgver=0.9.13
-pkgrel=1
-pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
-arch=('x86_64')
-url="https://github.com/OpenPrinting/ipp-usb;
-license=('custom: BSD')
-# ToDo: package goipp ?
-depends=('avahi' 'libusb')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
-systemd-service.patch)
-sha256sums=('f98c582d529f811a74c814596e74af229022f2bd62fcb2fcccf82e86eb483a2d'
-'41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
-
-prepare() {
-cd "$pkgname-$pkgver"
-# fix systemd service file; FS#67526
-patch -Np1 -i ../systemd-service.patch
-   # fix Makefile
-   sed -i "s/sbin/bin/g" Makefile
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-   #go build -o "$pkgname" .
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
-   # DESTDIR and PREFIX are fully f... up so do it our own
-   #make DESTDIR="${pkgdir}" install
-
-   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
-   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
-   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
-   install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
-
-   
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ipp-usb/repos/extra-x86_64/PKGBUILD (from rev 396280, 
ipp-usb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-18 15:33:57 UTC (rev 396281)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+
+pkgname=ipp-usb
+pkgver=0.9.13
+pkgrel=2
+pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
+arch=('x86_64')
+url="https://github.com/OpenPrinting/ipp-usb;
+license=('custom: BSD')
+depends=('avahi' 'libusb')
+makedepends=('go')
+backup=(etc/ipp-usb/ipp-usb.conf)
+# ToDo: package goipp and fix ipp-usb - keeps downloading goipp even if 
present in build system
+#makedepends=('go' 'golang-github-openprinting-goipp')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
+systemd-service.patch)
+sha256sums=('f98c582d529f811a74c814596e74af229022f2bd62fcb2fcccf82e86eb483a2d'
+'41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
+
+prepare() {
+cd "$pkgname-$pkgver"
+# fix systemd service file; FS#67526
+patch -Np1 -i ../systemd-service.patch
+   # fix Makefile
+   sed -i "s/sbin/bin/g" Makefile
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+   #go build -o "$pkgname" .
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   go test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
+   # DESTDIR and PREFIX are fully f... up so do it our own
+   #make DESTDIR="${pkgdir}" install
+
+   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
+   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
+   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
+   

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

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 15:33:48
  Author: andyrtr
Revision: 396280

upgpkg: ipp-usb 0.9.13-2: put config file under backup control; run tests

Modified:
  ipp-usb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 12:31:54 UTC (rev 396279)
+++ PKGBUILD2020-09-18 15:33:48 UTC (rev 396280)
@@ -2,14 +2,16 @@
 
 pkgname=ipp-usb
 pkgver=0.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
 arch=('x86_64')
 url="https://github.com/OpenPrinting/ipp-usb;
 license=('custom: BSD')
-# ToDo: package goipp ?
 depends=('avahi' 'libusb')
 makedepends=('go')
+backup=(etc/ipp-usb/ipp-usb.conf)
+# ToDo: package goipp and fix ipp-usb - keeps downloading goipp even if 
present in build system
+#makedepends=('go' 'golang-github-openprinting-goipp')
 
source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
 systemd-service.patch)
 sha256sums=('f98c582d529f811a74c814596e74af229022f2bd62fcb2fcccf82e86eb483a2d'
@@ -35,6 +37,11 @@
make
 }
 
+check() {
+   cd "$pkgname-$pkgver"
+   go test
+}
+
 package() {
cd "$pkgname-$pkgver"
# https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile


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

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 12:31:54
  Author: andyrtr
Revision: 396279

archrelease: copy trunk to extra-x86_64

Added:
  sane-airscan/repos/extra-x86_64/PKGBUILD
(from rev 396278, sane-airscan/trunk/PKGBUILD)
Deleted:
  sane-airscan/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-18 12:31:42 UTC (rev 396278)
+++ PKGBUILD2020-09-18 12:31:54 UTC (rev 396279)
@@ -1,29 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.16
-pkgrel=1
-pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
-url="https://github.com/alexpevzner/sane-airscan;
-arch=('x86_64')
-license=('GPL2')
-depends=('sane' 'libsoup')
-#makedepends=('meson')
-optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-# add missing .so symlink
-cd "${pkgdir}"/usr/lib/sane
-ln -vsf libsane-airscan.so.1 libsane-airscan.so
-}

Copied: sane-airscan/repos/extra-x86_64/PKGBUILD (from rev 396278, 
sane-airscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-18 12:31:54 UTC (rev 396279)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke 
+# Contributor: Thomas Kiss 
+
+pkgname=sane-airscan
+pkgver=0.99.16
+pkgrel=2
+pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
+url="https://github.com/alexpevzner/sane-airscan;
+arch=('x86_64')
+license=('GPL2')
+depends=('sane' 'libsoup')
+#makedepends=('meson')
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+backup=(etc/sane.d/airscan.conf)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+# add missing .so symlink
+cd "${pkgdir}"/usr/lib/sane
+ln -vsf libsane-airscan.so.1 libsane-airscan.so
+}


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

2020-09-18 Thread Andreas Radke via arch-commits
Date: Friday, September 18, 2020 @ 12:31:42
  Author: andyrtr
Revision: 396278

upgpkg: sane-airscan 0.99.16-2: put config file under backup control

Modified:
  sane-airscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 10:47:48 UTC (rev 396277)
+++ PKGBUILD2020-09-18 12:31:42 UTC (rev 396278)
@@ -3,7 +3,7 @@
 
 pkgname=sane-airscan
 pkgver=0.99.16
-pkgrel=1
+pkgrel=2
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan;
 arch=('x86_64')
@@ -11,6 +11,7 @@
 depends=('sane' 'libsoup')
 #makedepends=('meson')
 optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+backup=(etc/sane.d/airscan.conf)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
 sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
 


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

2020-09-14 Thread Andreas Radke via arch-commits
Date: Monday, September 14, 2020 @ 18:02:13
  Author: andyrtr
Revision: 396138

archrelease: copy trunk to extra-x86_64

Added:
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 396137, ghostscript/trunk/PKGBUILD)
Deleted:
  ghostscript/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-14 18:01:50 UTC (rev 396137)
+++ PKGBUILD2020-09-14 18:02:13 UTC (rev 396138)
@@ -1,103 +0,0 @@
-# Maintainer: AndyRTR 
-
-pkgbase=ghostscript
-pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.53.0
-pkgrel=1
-pkgdesc="An interpreter for the PostScript language"
-url="https://www.ghostscript.com/;
-arch=('x86_64')
-license=('AGPL3' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
- 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
-makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
-# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
-sha512sums=('f1ed6ec04d5eef6761e68c950dc29f5f6d80ac7f2cd478e56e95c5cb4b0099f3216c402ad9ac387caa280b54531dcb6aa6c47c2ae33edd6e232a18fc03e63ea3')
-
-
-### update jbig2dec first! ###
-
-prepare() {
-  cd ghostpdl-${pkgver}
-
-  # force it to use system-libs
-  rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
-  # using tree freetype because of https://bugs.archlinux.org/task/56849
-  # lcms2mt is the new lcms2 fork aimed to replace lcms2 in a thread safe way
-  
-  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=40dc5b409c6262b18b4bf5386b5482ead4c511e3
-  # libs link unwanted to libgpdl that isn't installed
-  rm -rf gpdl
-}
-
-build() {
-  cd ghostpdl-${pkgver}
-  ./configure --prefix=/usr \
-  --enable-dynamic \
-  --with-ijs \
-  --with-jbig2dec \
-  --with-x \
-  --with-drivers=ALL \
-  --with-fontpath=/usr/share/fonts/gsfonts \
-  --enable-fontconfig \
-  --enable-freetype \
-  --enable-openjpeg \
-  --without-luratech \
-  --with-system-libtiff \
-  --with-libpaper \
-  --disable-compile-inits #--help # needed for linking with 
system-zlib
-
-  make so-only
-}
-
-package_ghostscript() {
-  optdepends=('texlive-core:  needed for dvipdf'
-  'gtk3:  needed for gsx')
-
-  cd ghostpdl-${pkgver}
-
-  make DESTDIR="${pkgdir}" \
-   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
-   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
-   soinstall
-  ln -s gsc "${pkgdir}"/usr/bin/gs
-
-  # remove useless broken doc/ symlink - FS#59507
-  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
-
-  # remove unwanted localized manpages
-  rm -r "${pkgdir}"/usr/share/man/de
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostxps() {
-  pkgdesc="${pkgdesc/PostScript/XPS document}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
-  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
-  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%rc*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostpcl() {
-  pkgdesc="${pkgdesc/PostScript/PCL 6}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gpcl6c
-  ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver%.*}
-  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%rc*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}

Copied: ghostscript/repos/extra-x86_64/PKGBUILD (from rev 396137, 
ghostscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-14 18:02:13 UTC (rev 396138)
@@ -0,0 +1,103 @@
+# Maintainer: AndyRTR 
+
+pkgbase=ghostscript
+pkgname=(ghostscript ghostxps ghostpcl)
+pkgver=9.53.1
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+url="https://www.ghostscript.com/;
+arch=('x86_64')
+license=('AGPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
+makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases

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

2020-09-14 Thread Andreas Radke via arch-commits
Date: Monday, September 14, 2020 @ 18:01:50
  Author: andyrtr
Revision: 396137

upgpkg: ghostscript 9.53.1-1: upstream update 9.53.1

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 15:27:04 UTC (rev 396136)
+++ PKGBUILD2020-09-14 18:01:50 UTC (rev 396137)
@@ -2,7 +2,7 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.53.0
+pkgver=9.53.1
 pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
@@ -13,7 +13,7 @@
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
-sha512sums=('f1ed6ec04d5eef6761e68c950dc29f5f6d80ac7f2cd478e56e95c5cb4b0099f3216c402ad9ac387caa280b54531dcb6aa6c47c2ae33edd6e232a18fc03e63ea3')
+sha512sums=('4aaeba969239690966bde288c8dc4663e0956361f9c667ca5aae117e950621291aed40d5828f7ac99bc0a812595430fe0e8311a75c4f482c1320c9c294028008')
 
 
 ### update jbig2dec first! ###


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

2020-09-11 Thread Andreas Radke via arch-commits
Date: Friday, September 11, 2020 @ 17:54:53
  Author: andyrtr
Revision: 395769

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 395768, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-11 17:54:41 UTC (rev 395768)
+++ PKGBUILD2020-09-11 17:54:53 UTC (rev 395769)
@@ -1,56 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.28.1
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: to convert MS Word documents'
-   'docx2txt: to convert Microsoft OOXML text from DOCX files')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 395768, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-11 17:54:53 UTC (rev 395769)
@@ -0,0 +1,56 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.28.2
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('8869f99b0d05f1c929b640c6e12fc6b9edeffc6d98401da1cac1b4bc176c847f')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 

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

2020-09-11 Thread Andreas Radke via arch-commits
Date: Friday, September 11, 2020 @ 17:54:41
  Author: andyrtr
Revision: 395768

upgpkg: cups-filters 1.28.2-1: upstream update 1.28.2

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-11 14:54:36 UTC (rev 395767)
+++ PKGBUILD2020-09-11 17:54:41 UTC (rev 395768)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.1
+pkgver=1.28.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8')
+sha256sums=('8869f99b0d05f1c929b640c6e12fc6b9edeffc6d98401da1cac1b4bc176c847f')
 
 build() {
   cd "$pkgname"-$pkgver


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

2020-09-10 Thread Andreas Radke via arch-commits
Date: Thursday, September 10, 2020 @ 17:34:49
  Author: andyrtr
Revision: 395747

archrelease: copy trunk to testing-x86_64

Added:
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 395746, ghostscript/trunk/PKGBUILD)

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

Copied: ghostscript/repos/testing-x86_64/PKGBUILD (from rev 395746, 
ghostscript/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-10 17:34:49 UTC (rev 395747)
@@ -0,0 +1,103 @@
+# Maintainer: AndyRTR 
+
+pkgbase=ghostscript
+pkgname=(ghostscript ghostxps ghostpcl)
+pkgver=9.53.0
+pkgrel=1
+pkgdesc="An interpreter for the PostScript language"
+url="https://www.ghostscript.com/;
+arch=('x86_64')
+license=('AGPL3' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
+makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
+# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
+sha512sums=('f1ed6ec04d5eef6761e68c950dc29f5f6d80ac7f2cd478e56e95c5cb4b0099f3216c402ad9ac387caa280b54531dcb6aa6c47c2ae33edd6e232a18fc03e63ea3')
+
+
+### update jbig2dec first! ###
+
+prepare() {
+  cd ghostpdl-${pkgver}
+
+  # force it to use system-libs
+  rm -r cups/libs expat ijs jbig2dec jpeg lcms2mt libpng openjpeg tiff zlib
+  # using tree freetype because of https://bugs.archlinux.org/task/56849
+  # lcms2mt is the new lcms2 fork aimed to replace lcms2 in a thread safe way
+  
+  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=40dc5b409c6262b18b4bf5386b5482ead4c511e3
+  # libs link unwanted to libgpdl that isn't installed
+  rm -rf gpdl
+}
+
+build() {
+  cd ghostpdl-${pkgver}
+  ./configure --prefix=/usr \
+  --enable-dynamic \
+  --with-ijs \
+  --with-jbig2dec \
+  --with-x \
+  --with-drivers=ALL \
+  --with-fontpath=/usr/share/fonts/gsfonts \
+  --enable-fontconfig \
+  --enable-freetype \
+  --enable-openjpeg \
+  --without-luratech \
+  --with-system-libtiff \
+  --with-libpaper \
+  --disable-compile-inits #--help # needed for linking with 
system-zlib
+
+  make so-only
+}
+
+package_ghostscript() {
+  optdepends=('texlive-core:  needed for dvipdf'
+  'gtk3:  needed for gsx')
+
+  cd ghostpdl-${pkgver}
+
+  make DESTDIR="${pkgdir}" \
+   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
+   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
+   soinstall
+  ln -s gsc "${pkgdir}"/usr/bin/gs
+
+  # remove useless broken doc/ symlink - FS#59507
+  rm -f "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc
+
+  # remove unwanted localized manpages
+  rm -r "${pkgdir}"/usr/share/man/de
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostxps() {
+  pkgdesc="${pkgdesc/PostScript/XPS document}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+
+  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
+  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
+
+  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver%.*}
+  ln -s libgxps.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%rc*}
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}
+
+package_ghostpcl() {
+  pkgdesc="${pkgdesc/PostScript/PCL 6}"
+  depends=("ghostscript=${pkgver}-${pkgrel}")
+
+  cd ghostpdl-${pkgver}
+
+  install -Dt "${pkgdir}"/usr/bin sobin/gpcl6c
+  ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
+
+  install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver%.*}
+  ln -s libgpcl6.so.${pkgver%.*} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%rc*}
+
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
+}


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

2020-09-10 Thread Andreas Radke via arch-commits
Date: Thursday, September 10, 2020 @ 17:34:39
  Author: andyrtr
Revision: 395746

upgpkg: ghostscript 9.53.0-1: upstream update 9.53.0

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-10 17:24:12 UTC (rev 395745)
+++ PKGBUILD2020-09-10 17:34:39 UTC (rev 395746)
@@ -2,7 +2,7 @@
 
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.52
+pkgver=9.53.0
 pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
@@ -12,8 +12,8 @@
  'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2' 'libidn')
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.xz)
-sha512sums=('d630155f444589b209d780fdec248275e9ab33a533e44306dc292e276e554a2804450539eed4188434beddfa810c7a03ac9a34dfdbe1784b67806f0226d6794e')
+source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostpdl-${pkgver}.tar.gz)
+sha512sums=('f1ed6ec04d5eef6761e68c950dc29f5f6d80ac7f2cd478e56e95c5cb4b0099f3216c402ad9ac387caa280b54531dcb6aa6c47c2ae33edd6e232a18fc03e63ea3')
 
 
 ### update jbig2dec first! ###


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

2020-09-10 Thread Andreas Radke via arch-commits
Date: Thursday, September 10, 2020 @ 17:24:12
  Author: andyrtr
Revision: 395745

archrelease: copy trunk to testing-x86_64

Added:
  jbig2dec/repos/testing-x86_64/
  jbig2dec/repos/testing-x86_64/PKGBUILD
(from rev 395744, jbig2dec/trunk/PKGBUILD)

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

Copied: jbig2dec/repos/testing-x86_64/PKGBUILD (from rev 395744, 
jbig2dec/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-10 17:24:12 UTC (rev 395745)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Stefan Husmann 
+
+pkgname=jbig2dec
+pkgver=0.19
+_gsver=gs9530
+pkgrel=1
+pkgdesc='Decoder implementation of the JBIG2 image compression format'
+url='https://jbig2dec.com/'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpng')
+source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0d3ec8123b446b5b74846b189004c188e82cdf7b1c7ec3e02f98892aaa249fba0b0fe7f1db7036f2571b0ef2a5df22d1997d3d3f5479c9bef7851bf114134737')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   autoreconf -vfi
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


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

2020-09-10 Thread Andreas Radke via arch-commits
Date: Thursday, September 10, 2020 @ 17:24:00
  Author: andyrtr
Revision: 395744

upgpkg: jbig2dec 0.19-1: upstream update 0.19

Modified:
  jbig2dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-10 17:19:41 UTC (rev 395743)
+++ PKGBUILD2020-09-10 17:24:00 UTC (rev 395744)
@@ -3,8 +3,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=jbig2dec
-pkgver=0.18
-_gsver=gs951
+pkgver=0.19
+_gsver=gs9530
 pkgrel=1
 pkgdesc='Decoder implementation of the JBIG2 image compression format'
 url='https://jbig2dec.com/'
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('libpng')
 
source=("https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/${_gsver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9d9da97a54562b092b30c67ec959d1c48f737316ebf3e6a9fbc5a2fcdf635b0703027c90a904e45dedb1d9400281cae9dd424ae78aa47979862791ccceb7077d')
+sha512sums=('0d3ec8123b446b5b74846b189004c188e82cdf7b1c7ec3e02f98892aaa249fba0b0fe7f1db7036f2571b0ef2a5df22d1997d3d3f5479c9bef7851bf114134737')
 
 prepare() {
cd ${pkgname}-${pkgver}


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

2020-09-06 Thread Andreas Radke via arch-commits
Date: Monday, September 7, 2020 @ 05:28:20
  Author: andyrtr
Revision: 395535

archrelease: copy trunk to testing-x86_64

Added:
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 395534, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 395534, bluez/trunk/bluetooth.modprobe)

+
 PKGBUILD   |  155 +++
 bluetooth.modprobe |3 
 2 files changed, 158 insertions(+)

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 395534, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-07 05:28:20 UTC (rev 395535)
@@ -0,0 +1,155 @@
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.55
+pkgrel=1
+url="http://www.bluez.org/;
+arch=('x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
+source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
+bluetooth.modprobe)
+# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
+sha256sums=('8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88'
+'SKIP'
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

+
+#prepare() {
+#  cd "${pkgname}"-${pkgver}
+#}
+
+build() {
+  cd "${pkgname}"-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --with-dbusconfdir=/usr/share \
+  --enable-btpclient \
+  --enable-midi \
+  --enable-sixaxis \
+  --enable-mesh \
+  --enable-hid2hci \
+  --enable-experimental \
+  --enable-library # this is deprecated
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  # tests segfault and hang
+#  make check || /bin/true # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib' 'json-c')
+  backup=('etc/bluetooth/main.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-pkglibexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # ship upstream main config file
+  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/src/main.conf 
"${pkgdir}"/etc/bluetooth/main.conf
+
+  # add basic documention
+  install -dm755 "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis
+  cp -a doc/*.txt "${pkgdir}"/usr/share/doc/"${pkgbase}"/dbus-apis/
+  # fix module loading errors
+  install -dm755 "${pkgdir}"/usr/lib/modprobe.d
+  install -Dm644 "${srcdir}"/bluetooth.modprobe 
"${pkgdir}"/usr/lib/modprobe.d/bluetooth-usb.conf
+  # load module at system start required by some functions
+  # https://bugzilla.kernel.org/show_bug.cgi?id=196621
+  install -dm755 "$pkgdir"/usr/lib/modules-load.d
+  echo "crypto_user" > "$pkgdir"/usr/lib/modules-load.d/bluez.conf
+  
+  # fix obex file transfer - https://bugs.archlinux.org/task/45816
+  ln -fs /usr/lib/systemd/user/obex.service 
"${pkgdir}"/usr/lib/systemd/user/dbus-org.bluez.obex.service
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd' 'glib2')
+  optdepends=('ell: for btpclient')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   install-binPROGRAMS \
+   install-dist_zshcompletionDATA \
+   install-man1
+
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 "${srcdir}"/"${pkgbase}"-${pkgver}/tools/$filename 
"${pkgdir}"/usr/bin/$filename
+  done
+  
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf "${pkgdir}"/usr/lib
+  
+  # move the hid2hci man page out
+  mv "${pkgdir}"/usr/share/man/man1/hid2hci.1 "${srcdir}"/
+}
+
+package_bluez-libs() {
+  pkgdesc="Deprecated libraries for the bluetooth protocol stack"
+  depends=('glibc')
+  license=('LGPL2.1')
+
+  cd "${pkgbase}"-${pkgver}
+  make DESTDIR="${pkgdir}" \
+   

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

2020-09-06 Thread Andreas Radke via arch-commits
Date: Monday, September 7, 2020 @ 05:28:07
  Author: andyrtr
Revision: 395534

upgpkg: bluez 5.55-1: upstream update 5.55

Modified:
  bluez/trunk/PKGBUILD
Deleted:
  bluez/trunk/refresh_adv_manager_for_non-LE_devices.diff

-+
 PKGBUILD|   20 --
 refresh_adv_manager_for_non-LE_devices.diff |   52 --
 2 files changed, 9 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-07 04:18:21 UTC (rev 395533)
+++ PKGBUILD2020-09-07 05:28:07 UTC (rev 395534)
@@ -4,26 +4,23 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.54
-pkgrel=2
+pkgver=5.55
+pkgrel=1
 url="http://www.bluez.org/;
 arch=('x86_64')
 license=('GPL2')
 makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell')
 
source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
-bluetooth.modprobe
-refresh_adv_manager_for_non-LE_devices.diff)
+bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('68cdab9e63e8832b130d5979dc8c96fdb087b31278f342874d992af3e56656dc'
+sha256sums=('8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e0894e9b88'
 'SKIP'
-'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4'
-'ae195834cdc9d3d1961ae3c49da6381c820883a5af580e61aebed05a3e911d48')
+'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

 
-prepare() {
-  cd "${pkgname}"-${pkgver}
-  patch -Np1 -i ../refresh_adv_manager_for_non-LE_devices.diff
-}
+#prepare() {
+#  cd "${pkgname}"-${pkgver}
+#}
 
 build() {
   cd "${pkgname}"-${pkgver}
@@ -38,6 +35,7 @@
   --enable-midi \
   --enable-sixaxis \
   --enable-mesh \
+  --enable-hid2hci \
   --enable-experimental \
   --enable-library # this is deprecated
   make

Deleted: refresh_adv_manager_for_non-LE_devices.diff
===
--- refresh_adv_manager_for_non-LE_devices.diff 2020-09-07 04:18:21 UTC (rev 
395533)
+++ refresh_adv_manager_for_non-LE_devices.diff 2020-09-07 05:28:07 UTC (rev 
395534)
@@ -1,52 +0,0 @@
-From 2c3bba7b38be03834162e34069156f1fd49f0528 Mon Sep 17 00:00:00 2001
-From: "antoine.belv...@laposte.net" 
-Date: Tue, 27 Mar 2018 20:30:26 +0200
-Subject: adapter: Don't refresh adv_manager for non-LE devices
-
-btd_adv_manager_refresh is called upon MGMT_SETTING_DISCOVERABLE setting change
-but as only LE adapters have an adv_manager, this leads to segmentation fault
-for non-LE devices:
-
-0  btd_adv_manager_refresh (manager=0x0) at src/advertising.c:1176
-1  0x556fe45fcb02 in settings_changed (settings=,
-adapter=0x556fe53f7c70) at src/adapter.c:543
-2  new_settings_callback (index=, length=,
-param=, user_data=0x556fe53f7c70) at src/adapter.c:573
-3  0x556fe462c278 in request_complete (mgmt=mgmt@entry=0x556fe53f20c0,
-status=, opcode=opcode@entry=7, index=index@entry=0,
-length=length@entry=4, param=0x556fe53eb5f9) at src/shared/mgmt.c:261
-4  0x556fe462cd9d in can_read_data (io=,
-user_data=0x556fe53f20c0) at src/shared/mgmt.c:353
-5  0x556fe46396e3 in watch_callback (channel=,
-cond=, user_data=)
-at src/shared/io-glib.c:170
-6  0x7fe351c980e5 in g_main_context_dispatch ()
-   from /usr/lib64/libglib-2.0.so.0
-7  0x7fe351c984b0 in ?? () from /usr/lib64/libglib-2.0.so.0
-8  0x7fe351c987c2 in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
-9  0x556fe45abc75 in main (argc=, argv=)
-at src/main.c:770
-
-This commit prevents the call to btd_adv_manager_refresh for non-LE devices.

- src/adapter.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/adapter.c b/src/adapter.c
-index 6b9222b..daccfdc 100644
 a/src/adapter.c
-+++ b/src/adapter.c
-@@ -540,7 +540,8 @@ static void settings_changed(struct btd_adapter *adapter, 
uint32_t settings)
-   g_dbus_emit_property_changed(dbus_conn, adapter->path,
-   ADAPTER_INTERFACE, "Discoverable");
-   store_adapter_info(adapter);
--  btd_adv_manager_refresh(adapter->adv_manager);
-+  if (adapter->supported_settings & MGMT_SETTING_LE)
-+  btd_adv_manager_refresh(adapter->adv_manager);
-   }
- 
-   if (changed_mask & MGMT_SETTING_BONDABLE) {
--- 
-cgit v1.1
-
-


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

2020-09-06 Thread Andreas Radke via arch-commits
Date: Monday, September 7, 2020 @ 04:18:21
  Author: andyrtr
Revision: 395533

archrelease: copy trunk to testing-x86_64

Added:
  unixodbc/repos/testing-x86_64/
  unixodbc/repos/testing-x86_64/PKGBUILD
(from rev 395532, unixodbc/trunk/PKGBUILD)

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

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 395532, 
unixodbc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-07 04:18:21 UTC (rev 395533)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.9
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('x86_64')
+license=('GPL2' 'LGPL2.1')
+url="http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207')
+
+build() {
+cd unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+check() {
+cd unixODBC-${pkgver}
+make -k check
+}
+
+package() {
+cd unixODBC-${pkgver}
+make DESTDIR="${pkgdir}" install
+touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}


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

2020-09-06 Thread Andreas Radke via arch-commits
Date: Monday, September 7, 2020 @ 04:18:09
  Author: andyrtr
Revision: 395532

upgpkg: unixodbc 2.3.9-1: upstream update 2.3.9

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-06 21:32:00 UTC (rev 395531)
+++ PKGBUILD2020-09-07 04:18:09 UTC (rev 395532)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=unixodbc
-pkgver=2.3.8
+pkgver=2.3.9
 pkgrel=1
 pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
 depends=('readline' 'libltdl')
 source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
-sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5')
+sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207')
 
 build() {
 cd unixODBC-${pkgver}


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

2020-09-06 Thread Andreas Radke via arch-commits
Date: Sunday, September 6, 2020 @ 12:26:17
  Author: andyrtr
Revision: 395518

upgpkg: libwps 0.4.12-1: upstream update 0.4.12

Modified:
  libwps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-06 01:04:52 UTC (rev 395517)
+++ PKGBUILD2020-09-06 12:26:17 UTC (rev 395518)
@@ -2,7 +2,7 @@
 # Contributor: Robert McCathie 
 
 pkgname=libwps
-pkgver=0.4.11
+pkgver=0.4.12
 pkgrel=1
 pkgdesc="a Microsoft Works file word processor format import filter library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libwpd' 'librevenge')
 makedepends=('boost' 'doxygen')
 
source=("https://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8064825568aff86512370c70cbea866d345e5464')
+sha1sums=('08d54c9c7d81d23e447a917c95f8dd0954ed5321')
 
 build() {
cd $pkgname-$pkgver


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

2020-09-06 Thread Andreas Radke via arch-commits
Date: Sunday, September 6, 2020 @ 12:26:28
  Author: andyrtr
Revision: 395519

archrelease: copy trunk to extra-x86_64

Added:
  libwps/repos/extra-x86_64/PKGBUILD
(from rev 395518, libwps/trunk/PKGBUILD)
Deleted:
  libwps/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-06 12:26:17 UTC (rev 395518)
+++ PKGBUILD2020-09-06 12:26:28 UTC (rev 395519)
@@ -1,31 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Robert McCathie 
-
-pkgname=libwps
-pkgver=0.4.11
-pkgrel=1
-pkgdesc="a Microsoft Works file word processor format import filter library"
-arch=('x86_64')
-url="https://sourceforge.net/projects/libwps/;
-license=('LGPL')
-depends=('libwpd' 'librevenge')
-makedepends=('boost' 'doxygen')
-source=("https://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8064825568aff86512370c70cbea866d345e5464')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure  --prefix=/usr \
- --disable-static
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: libwps/repos/extra-x86_64/PKGBUILD (from rev 395518, 
libwps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-06 12:26:28 UTC (rev 395519)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR 
+# Contributor: Robert McCathie 
+
+pkgname=libwps
+pkgver=0.4.12
+pkgrel=1
+pkgdesc="a Microsoft Works file word processor format import filter library"
+arch=('x86_64')
+url="https://sourceforge.net/projects/libwps/;
+license=('LGPL')
+depends=('libwpd' 'librevenge')
+makedepends=('boost' 'doxygen')
+source=("https://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('08d54c9c7d81d23e447a917c95f8dd0954ed5321')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure  --prefix=/usr \
+ --disable-static
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+}


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

2020-09-05 Thread Andreas Radke via arch-commits
Date: Saturday, September 5, 2020 @ 12:36:44
  Author: andyrtr
Revision: 395475

upgpkg: ell 0.33-1: upstream update 0.33

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 11:55:45 UTC (rev 395474)
+++ PKGBUILD2020-09-05 12:36:44 UTC (rev 395475)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-pkgver=0.31
+pkgver=0.33
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
@@ -10,9 +10,10 @@
 #url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
 license=('LGPL2.1')
 depends=('glibc')
+checkdepends=('dbus')
 # https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
 
source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('ae88617275452f9f5840b2365e33e6c7fb6fa3405d42cbf9367de642ee8b6701'
+sha256sums=('d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
 


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

2020-09-05 Thread Andreas Radke via arch-commits
Date: Saturday, September 5, 2020 @ 12:36:53
  Author: andyrtr
Revision: 395476

archrelease: copy trunk to extra-x86_64

Added:
  ell/repos/extra-x86_64/PKGBUILD
(from rev 395475, ell/trunk/PKGBUILD)
Deleted:
  ell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-05 12:36:44 UTC (rev 395475)
+++ PKGBUILD2020-09-05 12:36:53 UTC (rev 395476)
@@ -1,34 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jameson Pugh 
-
-pkgname=ell
-pkgver=0.31
-pkgrel=1
-pkgdesc="Embedded Linux library"
-arch=(x86_64)
-url="https://01.org/ell;
-#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
-license=('LGPL2.1')
-depends=('glibc')
-# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
-source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha256sums=('ae88617275452f9f5840b2365e33e6c7fb6fa3405d42cbf9367de642ee8b6701'
-'SKIP')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
-
-build() {
-  #cd "$pkgname"
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: ell/repos/extra-x86_64/PKGBUILD (from rev 395475, ell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-05 12:36:53 UTC (rev 395476)
@@ -0,0 +1,35 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.33
+pkgrel=1
+pkgdesc="Embedded Linux library"
+arch=(x86_64)
+url="https://01.org/ell;
+#url="https://git.kernel.org/pub/scm/libs/ell/ell.git/;
+license=('LGPL2.1')
+depends=('glibc')
+checkdepends=('dbus')
+# https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc
+source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('d9e40e641164150394b74b719b9726fc734f24b2cde679cf5f3be6915c34eded'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+build() {
+  #cd "$pkgname"
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-09-04 Thread Andreas Radke via arch-commits
Date: Friday, September 4, 2020 @ 17:22:30
  Author: andyrtr
Revision: 395439

archrelease: copy trunk to testing-x86_64

Added:
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 395438, gnutls/trunk/PKGBUILD)

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

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 395438, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-04 17:22:30 UTC (rev 395439)
@@ -0,0 +1,49 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.6.15
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://www.gnutls.org/;
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit' 'libidn2'
+ 'libidn2.so' 'libunistring')
+checkdepends=('net-tools')
+optdepends=('guile: for use with Guile bindings')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558'
+'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F')  # "Simon Josefsson 
"
+validpgpkeys+=('1F42418905D8206AA754CCDC29EE58B996865171') # "Nikos 
Mavrogiannopoulos 
+validpgpkeys+=('462225C3B46F34879FC8496CD605848ED7E69871') # "Daiki Ueno 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --with-idn \
+   --enable-openssl-compatibility \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -n -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -n -9 {} \;
+}


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

2020-09-04 Thread Andreas Radke via arch-commits
Date: Friday, September 4, 2020 @ 17:22:21
  Author: andyrtr
Revision: 395438

upgpkg: gnutls 3.6.15-1: upstream update 3.6.15

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-04 12:40:07 UTC (rev 395437)
+++ PKGBUILD2020-09-04 17:22:21 UTC (rev 395438)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gnutls
-pkgver=3.6.14
-pkgrel=2
+pkgver=3.6.15
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -14,7 +14,7 @@
 checkdepends=('net-tools')
 optdepends=('guile: for use with Guile bindings')
 
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha256sums=('5630751adec7025b8ef955af4d141d00d252a985769f51b4059e5affa3d39d63'
+sha256sums=('0ea8c3283de8d8335d7ae338ef27c53a916f15f382753b174c18b45ffd481558'
 'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F')  # "Simon Josefsson 
"
 validpgpkeys+=('1F42418905D8206AA754CCDC29EE58B996865171') # "Nikos 
Mavrogiannopoulos 


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

2020-09-03 Thread Andreas Radke via arch-commits
Date: Friday, September 4, 2020 @ 05:13:26
  Author: andyrtr
Revision: 395431

fix typo

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 22:16:21 UTC (rev 395430)
+++ PKGBUILD2020-09-04 05:13:26 UTC (rev 395431)
@@ -146,7 +146,7 @@
# http://site.icu-project.org/download/61#TOC-Migration-Issues
CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
 
-   ./autogen.sh --with-extra-buildid=="${pkgver}-${pkgrel}" \
+   ./autogen.sh --with-extra-buildid="${pkgver}-${pkgrel}" \
--with-vendor="Arch Linux" \
--enable-split-app-modules \
--with-parallelism=${_MAKEFLAGS/-j/} \


[arch-commits] Commit in libreoffice-fresh-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2020-09-03 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 17:44:15
  Author: andyrtr
Revision: 395396

archrelease: copy trunk to extra-any

Added:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD
(from rev 395395, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1142 ++---
 1 file changed, 571 insertions(+), 571 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 17:43:36 UTC (rev 395395)
+++ PKGBUILD2020-09-03 17:44:15 UTC (rev 395396)
@@ -1,571 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=7.0.0
-pkgrel=1
-_rcver=${pkgver}.3
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="https://www.documentfoundation.org;
-license=('LGPL')
-
-#https://download.documentfoundation.org/mirrors/all.html
-
-_url="https://download.documentfoundation.org/libreoffice/stable;
-#_url="https://download.documentfoundation.org/libreoffice/testing;
-#_url="https://dev-builds.libreoffice.org/pre-releases;
-
-
-#_url+="/${pkgver}-rc2/rpm/x86_64"
-#_url+="/${pkgver}/rpm/x86_64"
-_url+="/${pkgver}/rpm/x86_64"
-#_url+="/rpm/x86_64"
-
-# https://wiki.documentfoundation.org/Language_Teams
-# https://wiki.documentfoundation.org/Language/Support
-
-_languages=(
-  'af"Afrikaans"   0'
-  'am"Amharic" 1'
-  'ar"Arabic"  1'
-  'as"Assamese (India)"0'
-  'ast   "Asturianu"   1'
-  'be"Belarusian"  0'
-  'bg"Bulgarian"   1'
-  'bn"Bengali" 1'
-  'bn-IN "Bengali (India)" 1'
-  'bo"Tibetan" 1'
-  'br"Breton"  0'
-  'brx   "Bodo"0'
-  'bs"Bosnian" 1'
-  'ca"Catalan" 1'
-  'ca-valencia   "Catalan (Valencia)"  1'
-  'ckb   "Central Kurdish / Soranî‎ / سۆرانی " 0'
-  'cs"Czech"   1'
-  'cy"Welsh"   0'
-  'da"Danish"  1'
-  'de"German"  1'
-  'dgo   "Dogri"   0'
-  'dsb   "Sorbian: Lower Sorbian / Dolnoserbski" 0'
-  'dz"Dzongkha"1'
-  'el"Greek"   1'
-  'en-GB "English (GB)"1'
-  'en-ZA "English (ZA)"1'
-  'eo"Esperanto"   1'
-  'es"Spanish" 1'
-  'et"Estonian"1'
-  'eu"Basque"  1'
-  'fa"Persian" 0'
-  'fi"Finnish" 1'
-  'fr"French"  1'
-  'fur   "Friulian / Friulan"  0'
-  'fy"Frisian / West Frisian / Frysk / Fries" 0'
-  'ga"Irish"   0'
-  'gd"Gaelic (Scottish)"   0'
-  'gl"Galician"1'
-  'gu"Gujarati"1'
-  'gug   "Guarani" 0'
-  'he"Hebrew"  1'
-  'hi"Hindi"   1'
-  'hr"Croatian"1'
-  'hsb   "Sorbian: Upper Sorbian / Hornjoserbšćina" 0'
-  'hu"Hungarian"   1'
-  'id"Indonesian"  1'
-  'is"Icelandic"   1'
-  'it"Italian" 1'
-  'ja"Japanese"1'
-  'ka"Georgian"1'
-  'kab   "Kabyle / Kabylian / Taqbaylit / Taqbaylit / Tazwawt" 0'
-  'kk"Kazakh"  0'
-  'km"Khmer (Cambodia)"1'
-  'kmr-Latn  "Kurdish" 0'
-  'kn"Kannada" 0'
-  'ko"Korean"  1'
-  'kok   "Konkani" 0'
-  'ks"Kashmiri"0'
-  'lb"Luxembourgish"   0'
-  'lo"Lao" 1'
-  'lt"Lithuanian"  1'
-  'lv"Latvian" 1'
-  'mai   "Maithili"0'
-  'mk"Macedonian"  1'
-  'ml"Malayalam"   0'
-  'mn"Mongolian"   0'
-  'mni   "Manipuri"0'
-  'mr"Marathi" 0'
-  'my"Burmese" 0'
-  'nb"Norwegian Bokmal"1'
-  'ne"Nepali"  1'
-  'nl"Dutch"   1'
-  'nn"Norwegian Nynorsk"   1'
-  'nr"Ndebele (South)" 

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

2020-09-03 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 17:42:19
  Author: andyrtr
Revision: 395393

upgpkg: libreoffice-fresh-i18n 7.0.1-1: upstream update 7.0.1

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 17:41:16 UTC (rev 395392)
+++ PKGBUILD2020-09-03 17:42:19 UTC (rev 395393)
@@ -3,9 +3,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=7.0.0
+pkgver=7.0.1
 pkgrel=1
-_rcver=${pkgver}.3
+_rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -149,369 +149,369 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('8cf8dc4f2bf60c1d2f9b7419c810822c40279d1d38d0e8ce3db7631674a48b34'
+sha256sums=('ccc3a08baf5154daa3ab4c959f81cafc71af6b6c57e6b5e398197215cbfd05d3'
 'SKIP'
-'dadf344041bc10736e2c0cb17e2fc5c58f4554ca144604b124342b73a1e5cbf3'
+'7c165ebb8e807ff57edc2902c07a300d2aa25b85d0c30117d9c74304b68d'
 'SKIP'
-'e3928564da2391aa5395ffb63fb2916e92494a21bdb3d6dfeaa8e6345db47f98'
+'a31eb2f54a4e627bf22dbc39b988bb6533402a586881b8290d6770d0ea4e247d'
 'SKIP'
-'265f059b6836bda3717cf946de3cbac2dabfa517cdf5b999aa59638e90437ac2'
+'c0a0a30aab98b7cd9fe897f58903342901af04abf7eb58c20f5f40020308ec78'
 'SKIP'
-'75fec3487a2848b13bcc7d53ea9f27a24520f77f311ea9b0ff018b3c1bba3f29'
+'4320c582cf9ac6965ca026bb71c7dae329a2280aa2b879c241e6d876aa234939'
 'SKIP'
-'3e10dab833c6837476021c47eb248ff1a97db84f125e410ce30f24eae2ece54d'
+'a4ed4ac86199a4c54db2a3aaac0ce1ba3f32214be680fac5da49747af4506639'
 'SKIP'
-'642355b95a0845325deb238c36c9ae6b3280a2df26d38852e0681b621e970d8c'
+'361da428ab14c66d72facad8239332869a0c9b5f43b80ff7b0d33c5385101787'
 'SKIP'
-'338e1ed90071236274acf145c7fa89ab4ec4765b30ccbd6778e4c96df0d55bd2'
+'cfeea294df9167deb94244b1d419ced1b066a0b13daa8959b59a7b01364a8cab'
 'SKIP'
-'b66ac634ee422dcaa85e060153be7fdc1e61ee5fcb7a50166d956283c82bbd20'
+'e88a2292dc5020f0477f79d4fde2ec4558653f82f1f0ee9ae60ccfdb35bfdfd8'
 'SKIP'
-'cf7ae74d6afd36011e70cd68d8e9b59c918976b3cab1293c24fe8c7348e2aa3e'
+'891c91d521d14b097ff61726b34e875cec955c8ba6978df02f18086dfff84d04'
 'SKIP'
-'3bd1299df914d077f6bc9f21358833a829f3ec00b8f98f85d767bec77a976a40'
+'eebb453152153ffae76f4c63271324f5603f66499f16b3f4ad5cdae8bcf532fa'
 'SKIP'
-'abae3334cf6ae4081b06f1cbe5da240d49b3d160dec7105c2738045aa91bd5e1'
+'07495dc17989d7ca0510c5213fec844128a27a2cd2ad60497745a4a0fd4e17f9'
 'SKIP'
-'6d2964c91b6e37e3ad42e5dab9197f081db4530ef3996a8d5187c98676c4b6cb'
+'3b5411e2e4ea6beb78c3bce8329558575ac1682cbf104fbaad89eb34136d6ae2'
 'SKIP'
-'06c3ba533e9c0ffdbe324d5c52b2c421f62ef6f8c5e894590e034d78fe1bdc46'
+'c69dda6f909b50a4c0a0be51ec894c42202938ca013d883770e22423b3781c5a'
 'SKIP'
-'f18ab8342e9e50e1123f1495905bf0d88857b26bf01ae0d3f2747f256ee2602f'
+'179d53bc2199c4fc5e9c8c684b6827d1022c9da5f767d5700b23873080b2b5c5'
 'SKIP'
-'1a2a8a635534b21a01ee352de3dc1287887bff83ad5b6662f9b332f78758e04d'
+'fff1136068dc01c521a10b49ed254b4b9c675a1f57f505c2c8fe45edeafb'
 'SKIP'
-'048aada189ce5050b6116e53e224fb09e2da2d369ff0e94338f5afa70aec0a6c'
+'9966eb2f1bf1642314285be057e9da980bcf28f52414c1c2ff2cb9bcde7e47fb'
 'SKIP'
-'b2761f7366cf2cc1e34106671fd9d7a5dccc81e7a99e3687bf1ee09b5413cc42'
+'472110739c2d764ca32dc09dfd16d3adee16ba6326bc1f8f68340250ffed3a07'
 'SKIP'
-'7c535f38319ff8ca57bd810e5c36aff4b3d7936d03ad3a573196dcdb11d8badd'
+'ad81b2c634a986963bce2ab14f57eaf62f5444e156679aef798d6160eed01eb6'
 'SKIP'
-'c4153ea9fa0c05ba372b7282361797ccfbbf41ad29af0cd66f862b5b140778ef'
+'4d5b1e21256cdb4f6588ac99618c06a434091832cb123e5699b91da32b2989db'
 'SKIP'
-'23702eeaaeba6b5ee4e29e45c61b83cacf63d72c0fdb91b0ba6b96f6b99a61fc'
+'cb68b2f46dde55d146f889d32b126da573729a0d6c25e8706cde97d9aff04ffe'
 'SKIP'
-'f29ffeff256757fb31aa230ee36f28d2c3682f831da508e312e48cdf268b1bae'
+'bab9788ecd6a64dcc67b50789c62969c3c93a9699bae2136d486d6f0a5c5c20c'
 'SKIP'
-'aba048676150c34f75015cb039ccedce71e8c8d15c1aafb19467ee88ed4efab7'
+

[arch-commits] Commit in libreoffice-fresh/repos/extra-x86_64 (10 files)

2020-09-03 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 17:41:16
  Author: andyrtr
Revision: 395392

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  762 -
 libreoffice-fresh.csh|   14 
 libreoffice-fresh.sh |   14 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 soffice-template.desktop.in  |   14 
 5 files changed, 420 insertions(+), 420 deletions(-)

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

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

2020-09-03 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 17:41:01
  Author: andyrtr
Revision: 395391

upgpkg: libreoffice-fresh 7.0.1-1: upstream update 7.0.1

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 16:23:52 UTC (rev 395390)
+++ PKGBUILD2020-09-03 17:41:01 UTC (rev 395391)
@@ -10,9 +10,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=7.0.0.3
-pkgver=7.0.0
-pkgrel=2
+_LOver=7.0.1.2
+pkgver=7.0.1
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -80,11 +80,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('b25faf8272c6216b72c3c63fa2f56cc5385d38c83619bcb84916a26aabd9541d'
+sha256sums=('6363ee2a7cd1389620bd1933c41be8fa59a8f36ff46c51d3f91e5b31631c7832'
 'SKIP'
-'85804410f466875eb380664150ddb4c5f4d8eaa2f4eda28c0b5942ff48a3f7fd'
+'b97db437dc7129f5d65b3cb07181e522dfb257236a68c5347bfe2acf40b215c0'
 'SKIP'
-'8b7c9f0f972633a0fd05cb6369b948151a9f89b8ebc0b01ac713c8b10764d2c6'
+'e6f75aa0ef0924b5312f06601397b7abe0a326036d103dc96444eb0a071fd631'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
@@ -146,7 +146,7 @@
# http://site.icu-project.org/download/61#TOC-Migration-Issues
CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
 
-   ./autogen.sh --with-build-version="${pkgver}-${pkgrel}" \
+   ./autogen.sh --with-extra-buildid=="${pkgver}-${pkgrel}" \
--with-vendor="Arch Linux" \
--enable-split-app-modules \
--with-parallelism=${_MAKEFLAGS/-j/} \


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

2020-09-02 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 05:35:26
  Author: andyrtr
Revision: 395151

archrelease: copy trunk to extra-x86_64

Added:
  sane-airscan/repos/extra-x86_64/PKGBUILD
(from rev 395150, sane-airscan/trunk/PKGBUILD)
Deleted:
  sane-airscan/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 05:35:15 UTC (rev 395150)
+++ PKGBUILD2020-09-03 05:35:26 UTC (rev 395151)
@@ -1,29 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.15
-pkgrel=1
-pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
-url="https://github.com/alexpevzner/sane-airscan;
-arch=('x86_64')
-license=('GPL2')
-depends=('sane' 'libsoup')
-#makedepends=('meson')
-optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('fa3f59be56656f3c677cc12afcd83b3a82f87d04025be615225e2b6e55a418e1')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-# add missing .so symlink
-cd "${pkgdir}"/usr/lib/sane
-ln -vsf libsane-airscan.so.1 libsane-airscan.so
-}

Copied: sane-airscan/repos/extra-x86_64/PKGBUILD (from rev 395150, 
sane-airscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 05:35:26 UTC (rev 395151)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke 
+# Contributor: Thomas Kiss 
+
+pkgname=sane-airscan
+pkgver=0.99.16
+pkgrel=1
+pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
+url="https://github.com/alexpevzner/sane-airscan;
+arch=('x86_64')
+license=('GPL2')
+depends=('sane' 'libsoup')
+#makedepends=('meson')
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+# add missing .so symlink
+cd "${pkgdir}"/usr/lib/sane
+ln -vsf libsane-airscan.so.1 libsane-airscan.so
+}


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

2020-09-02 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 05:35:15
  Author: andyrtr
Revision: 395150

upgpkg: sane-airscan 0.99.16-1: upstream update 0.99.16

Modified:
  sane-airscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:32:28 UTC (rev 395149)
+++ PKGBUILD2020-09-03 05:35:15 UTC (rev 395150)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Kiss 
 
 pkgname=sane-airscan
-pkgver=0.99.15
+pkgver=0.99.16
 pkgrel=1
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan;
@@ -12,7 +12,7 @@
 #makedepends=('meson')
 optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('fa3f59be56656f3c677cc12afcd83b3a82f87d04025be615225e2b6e55a418e1')
+sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-09-02 Thread Andreas Radke via arch-commits
Date: Wednesday, September 2, 2020 @ 06:07:24
  Author: andyrtr
Revision: 395118

upgpkg: poppler 20.09.0-1: upstream update 20.09.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 05:21:05 UTC (rev 395117)
+++ PKGBUILD2020-09-02 06:07:24 UTC (rev 395118)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
-pkgver=20.08.0
+pkgver=20.09.0
 pkgrel=1
 arch=(x86_64)
 license=('GPL')
@@ -14,7 +14,7 @@
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=03a4b9eb854a06a83c465e82de601796c458bbe9)
-sha256sums=('ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5'
+sha256sums=('4ed6eb5ddc4c37f2435c9d78ff9c7c4036455aea3507d1ce8400070aab745363'
 'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"


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

2020-09-02 Thread Andreas Radke via arch-commits
Date: Wednesday, September 2, 2020 @ 06:07:37
  Author: andyrtr
Revision: 395119

archrelease: copy trunk to testing-x86_64

Added:
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 395118, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 395118, 
poppler/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-02 06:07:37 UTC (rev 395119)
@@ -0,0 +1,84 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
+pkgver=20.09.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=03a4b9eb854a06a83c465e82de601796c458bbe9)
+sha256sums=('4ed6eb5ddc4c37f2435c9d78ff9c7c4036455aea3507d1ce8400070aab745363'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  provides=('libpoppler.so' 'libpoppler-cpp.so')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+  provides=('libpoppler-glib.so')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+  provides=('libpoppler-qt5.so')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+


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

2020-08-31 Thread Andreas Radke via arch-commits
Date: Tuesday, September 1, 2020 @ 05:22:23
  Author: andyrtr
Revision: 395030

archrelease: copy trunk to testing-x86_64

Added:
  unixodbc/repos/testing-x86_64/
  unixodbc/repos/testing-x86_64/PKGBUILD
(from rev 395029, unixodbc/trunk/PKGBUILD)

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

Copied: unixodbc/repos/testing-x86_64/PKGBUILD (from rev 395029, 
unixodbc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-01 05:22:23 UTC (rev 395030)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: Judd Vinet 
+# Contributor: Tom Newsom 
+
+pkgname=unixodbc
+pkgver=2.3.8
+pkgrel=1
+pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
+arch=('x86_64')
+license=('GPL2' 'LGPL2.1')
+url="http://www.unixodbc.org/;
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5')
+
+build() {
+cd unixODBC-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc
+make
+}
+
+check() {
+cd unixODBC-${pkgver}
+make -k check
+}
+
+package() {
+cd unixODBC-${pkgver}
+make DESTDIR="${pkgdir}" install
+touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}


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

2020-08-31 Thread Andreas Radke via arch-commits
Date: Tuesday, September 1, 2020 @ 05:22:12
  Author: andyrtr
Revision: 395029

upgpkg: unixodbc 2.3.8-1: upstream update 2.3.8

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-01 03:31:11 UTC (rev 395028)
+++ PKGBUILD2020-09-01 05:22:12 UTC (rev 395029)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=unixodbc
-pkgver=2.3.7
-pkgrel=3
+pkgver=2.3.8
+pkgrel=1
 pkgdesc="ODBC is an open specification for providing application developers 
with a predictable API with which to access Data Sources"
 arch=('x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -12,7 +12,7 @@
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
 depends=('readline' 'libltdl')
 source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
-md5sums=('274a711b0c77394e052db6493840c6f9')
+sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5')
 
 build() {
 cd unixODBC-${pkgver}


[arch-commits] Commit in docbook-utils/trunk (PKGBUILD db2html)

2020-08-31 Thread Andreas Radke via arch-commits
Date: Monday, August 31, 2020 @ 18:09:26
  Author: andyrtr
Revision: 395021

upgpkg: docbook-utils 0.6.14-11: db2html is not just a symlink, it has to 
create the output directory - FS#67758; add symlinks to the manpages

Added:
  docbook-utils/trunk/db2html
Modified:
  docbook-utils/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 db2html  |   59 +++
 2 files changed, 68 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-31 17:25:30 UTC (rev 395020)
+++ PKGBUILD2020-08-31 18:09:26 UTC (rev 395021)
@@ -6,7 +6,7 @@
 
 pkgname=docbook-utils
 pkgver=0.6.14
-pkgrel=10
+pkgrel=11
 pkgdesc='Shell scripts to manage DocBook documents'
 arch=('any')
 url="https://www.sourceware.org/docbook-tools/;
@@ -18,8 +18,10 @@
 'texlive-htmlxml: for conversion to pdf')
 conflicts=('docbook2x')
 
source=(ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/${pkgname}-${pkgver}.tar.gz
+db2html # script taken from Fedora
 docbook-utils-0.6.14-grep_fix-1.patch)
 sha256sums=('48faab8ee8a7605c9342fb7b906e0815e3cee84a489182af38e8f7c0df2e92e9'
+'10b9c29ad659cce5036871a6e85598fd33cc52c0c38cf059eeb485382a5d90d7'
 'ddf0ddca0a540fd4f34f38b7b9090f96746e37da12b4e2bf8f4174c5ad61f54a')
 
 prepare() {
@@ -41,6 +43,11 @@
 
   #common alternative names
   for doctype in 'html' 'ps' 'dvi' 'man' 'pdf' 'rtf' 'tex' 'texi' 'txt'; do
-ln -svf "docbook2${doctype}" "${pkgdir}/usr/bin/db2${doctype}"
+ln -sv "docbook2${doctype}" "${pkgdir}/usr/bin/db2${doctype}"
+ln -sv "jw.1" "${pkgdir}/usr/share/man/man1/db2${doctype}"
   done
+
+  # db2html is not just a symlink, as it has to create the output directory - 
FS#67758
+  rm "${pkgdir}/usr/bin/db2html"
+  install -p -m 755 ../db2html "${pkgdir}/usr/bin/db2html"
 }

Added: db2html
===
--- db2html (rev 0)
+++ db2html 2020-08-31 18:09:26 UTC (rev 395021)
@@ -0,0 +1,59 @@
+#! /bin/sh
+
+ADMON_GRAPHICS=/usr/share/sgml/docbook/dsssl-stylesheets/images/*.gif
+
+output=docbook2html-dir
+skip=0
+dbdircleanup=1
+outputdone=0
+for arg in "$@"
+do
+  if [ $skip -gt 0 ]
+  then
+skip=$(($skip - 1))
+continue
+  fi
+  case $arg in
+  -h|--help|-v|--version)  break
+   ;;
+  -n|--nostd|-u|--nochunks);;
+  -o|--output)   outputdone=1
+;;
+
+  -*)  skip=1
+   ;;
+  *)dbdircleanup=0
+if [ ${outputdone} -eq 1 ];
+then
+  output="$(echo $arg | sed 's,\.sgml$,,;s,\.sgm$,,;s,\.xml,,')"
+  outputfile="$basename "$output""
+  outputdone=2
+elif [ ${outputdone} -eq 2 ];
+then
+  outputfile="$(echo $arg | sed 's,\.sgml$,,;s,\.sgm$,,;s,\.xml,,' | \
+  rev | cut -d'/' -f1 | rev)"
+else
+  output="$(echo $arg | sed 's,\.sgml$,,;s,\.sgm$,,;s,\.xml,,')"
+  outputfile=$(basename "$output")
+fi
+   ;;
+  esac
+done
+
+if [ ${dbdircleanup} -eq 0 ];
+then
+  echo "Output is $output/$outputfile.html"
+fi
+if [ -d ${output} ]
+then
+  rm -rf ${output}.junk
+  mv ${output} ${output}.junk
+fi
+mkdir ${output}
+mkdir ${output}/stylesheet-images
+cp ${ADMON_GRAPHICS} ${output}/stylesheet-images
+jw -f docbook -b html -o ${output} "$@"
+if [ ${dbdircleanup} -eq 1 ];
+then
+  rm -rf ${output}
+fi


[arch-commits] Commit in docbook-utils/repos/extra-any (5 files)

2020-08-31 Thread Andreas Radke via arch-commits
Date: Monday, August 31, 2020 @ 18:09:37
  Author: andyrtr
Revision: 395022

archrelease: copy trunk to extra-any

Added:
  docbook-utils/repos/extra-any/PKGBUILD
(from rev 395021, docbook-utils/trunk/PKGBUILD)
  docbook-utils/repos/extra-any/db2html
(from rev 395021, docbook-utils/trunk/db2html)
  docbook-utils/repos/extra-any/docbook-utils-0.6.14-grep_fix-1.patch
(from rev 395021, docbook-utils/trunk/docbook-utils-0.6.14-grep_fix-1.patch)
Deleted:
  docbook-utils/repos/extra-any/PKGBUILD
  docbook-utils/repos/extra-any/docbook-utils-0.6.14-grep_fix-1.patch

---+
 PKGBUILD  |   99 +---
 db2html   |   59 +++
 docbook-utils-0.6.14-grep_fix-1.patch |   66 ++---
 3 files changed, 145 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-31 18:09:26 UTC (rev 395021)
+++ PKGBUILD2020-08-31 18:09:37 UTC (rev 395022)
@@ -1,46 +0,0 @@
-# Maintainer: Andreas Radke 
-
-# Contributor: Chris Severance aur.severach aATt spamgourmet dott com
-# Contributor: Andreas B. Wagner 
-# Contributor: Suat SARIALP 
-
-pkgname=docbook-utils
-pkgver=0.6.14
-pkgrel=10
-pkgdesc='Shell scripts to manage DocBook documents'
-arch=('any')
-url="https://www.sourceware.org/docbook-tools/;
-license=('GPL2')
-depends=('openjade' 'docbook-dsssl' 'docbook-sgml31')
-makedepends=('perl-sgmls')
-optdepends=('perl-sgmls: for conversion to man and texinfo'
-'lynx: for conversion to txt'
-'texlive-htmlxml: for conversion to pdf')
-conflicts=('docbook2x')
-source=(ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/${pkgname}-${pkgver}.tar.gz
-docbook-utils-0.6.14-grep_fix-1.patch)
-sha256sums=('48faab8ee8a7605c9342fb7b906e0815e3cee84a489182af38e8f7c0df2e92e9'
-'ddf0ddca0a540fd4f34f38b7b9090f96746e37da12b4e2bf8f4174c5ad61f54a')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}"/docbook-utils-0.6.14-grep_fix-1.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man
-  make  
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}" htmldir="/usr/share/doc/${pkgname}/html"
-
-  #common alternative names
-  for doctype in 'html' 'ps' 'dvi' 'man' 'pdf' 'rtf' 'tex' 'texi' 'txt'; do
-ln -svf "docbook2${doctype}" "${pkgdir}/usr/bin/db2${doctype}"
-  done
-}

Copied: docbook-utils/repos/extra-any/PKGBUILD (from rev 395021, 
docbook-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-31 18:09:37 UTC (rev 395022)
@@ -0,0 +1,53 @@
+# Maintainer: Andreas Radke 
+
+# Contributor: Chris Severance aur.severach aATt spamgourmet dott com
+# Contributor: Andreas B. Wagner 
+# Contributor: Suat SARIALP 
+
+pkgname=docbook-utils
+pkgver=0.6.14
+pkgrel=11
+pkgdesc='Shell scripts to manage DocBook documents'
+arch=('any')
+url="https://www.sourceware.org/docbook-tools/;
+license=('GPL2')
+depends=('openjade' 'docbook-dsssl' 'docbook-sgml31')
+makedepends=('perl-sgmls')
+optdepends=('perl-sgmls: for conversion to man and texinfo'
+'lynx: for conversion to txt'
+'texlive-htmlxml: for conversion to pdf')
+conflicts=('docbook2x')
+source=(ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/${pkgname}-${pkgver}.tar.gz
+db2html # script taken from Fedora
+docbook-utils-0.6.14-grep_fix-1.patch)
+sha256sums=('48faab8ee8a7605c9342fb7b906e0815e3cee84a489182af38e8f7c0df2e92e9'
+'10b9c29ad659cce5036871a6e85598fd33cc52c0c38cf059eeb485382a5d90d7'
+'ddf0ddca0a540fd4f34f38b7b9090f96746e37da12b4e2bf8f4174c5ad61f54a')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}"/docbook-utils-0.6.14-grep_fix-1.patch
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man
+  make  
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}" htmldir="/usr/share/doc/${pkgname}/html"
+
+  #common alternative names
+  for doctype in 'html' 'ps' 'dvi' 'man' 'pdf' 'rtf' 'tex' 'texi' 'txt'; do
+ln -sv "docbook2${doctype}" "${pkgdir}/usr/bin/db2${doctype}"
+ln -sv "jw.1" "${pkgdir}/usr/share/man/man1/db2${doctype}"
+  done
+
+  # db2html is not just a symlink, as it has to create the output directory - 
FS#67758
+  rm "${pkgdir}/usr/bin/db2html"
+  install -p -m 755 ../db2html "${pkgdir}/usr/bin/db2html"
+}

Copied: docbook-utils/repos/extra-any/db2html (from rev 395021, 
docbook-utils/trunk/db2html)
===
--- db2html (rev 0)
+++ db2html 2020-08-31 18:09:37 UTC (rev 395022)

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

2020-08-27 Thread Andreas Radke via arch-commits
Date: Thursday, August 27, 2020 @ 06:53:57
  Author: andyrtr
Revision: 394755

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 394754, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-27 06:53:44 UTC (rev 394754)
+++ PKGBUILD2020-08-27 06:53:57 UTC (rev 394755)
@@ -1,56 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.28.0
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: to convert MS Word documents'
-   'docx2txt: to convert Microsoft OOXML text from DOCX files')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 394754, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-27 06:53:57 UTC (rev 394755)
@@ -0,0 +1,56 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.28.1
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 

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

2020-08-27 Thread Andreas Radke via arch-commits
Date: Thursday, August 27, 2020 @ 06:53:44
  Author: andyrtr
Revision: 394754

upgpkg: cups-filters 1.28.1-1: upstream update 1.28.1

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-26 22:45:24 UTC (rev 394753)
+++ PKGBUILD2020-08-27 06:53:44 UTC (rev 394754)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.28.0
+pkgver=1.28.1
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75')
+sha256sums=('6357ab2e6ead8598b1923f6ee53a9fc227043b3701e3151abe6f83bbfa9f1ea8')
 
 build() {
   cd "$pkgname"-$pkgver


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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 19:10:59
  Author: andyrtr
Revision: 394716

archrelease: copy trunk to extra-x86_64

Added:
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 394715, libx11/trunk/PKGBUILD)
Deleted:
  libx11/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 19:10:53 UTC (rev 394715)
+++ PKGBUILD2020-08-25 19:10:59 UTC (rev 394716)
@@ -1,40 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=libx11
-pkgver=1.6.11
-pkgrel=1
-pkgdesc="X11 client-side library"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-# keep xorgproto runtime dependency
-# 
https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
-depends=('libxcb' 'xorgproto')
-makedepends=('xorg-util-macros' 'xtrans')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('2cb4e215c1e3ccb327e02586844f8c426068536a0f472a39f12191feace607f61a6a08586f03758248199678c2f6897a984b0f1222bc0d68fd2e02702f4ce0bf'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

-
-build() {
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 394715, 
libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-25 19:10:59 UTC (rev 394716)
@@ -0,0 +1,40 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=libx11
+pkgver=1.6.12
+pkgrel=1
+pkgdesc="X11 client-side library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+# keep xorgproto runtime dependency
+# 
https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
+depends=('libxcb' 'xorgproto')
+makedepends=('xorg-util-macros' 'xtrans')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('79df7d61d9009b0dd3b65f67a62189aa0a43799c01026b3d2d534092596a0b67f246af5e398a89eb1ccc61a27335f81be8262b8a39768a76f62d862cd7415a47'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+
+build() {
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 19:10:53
  Author: andyrtr
Revision: 394715

upgpkg: libx11 1.6.12-1: upstream update 1.6.12

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 19:06:56 UTC (rev 394714)
+++ PKGBUILD2020-08-25 19:10:53 UTC (rev 394715)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.11
+pkgver=1.6.12
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('2cb4e215c1e3ccb327e02586844f8c426068536a0f472a39f12191feace607f61a6a08586f03758248199678c2f6897a984b0f1222bc0d68fd2e02702f4ce0bf'
+sha512sums=('79df7d61d9009b0dd3b65f67a62189aa0a43799c01026b3d2d534092596a0b67f246af5e398a89eb1ccc61a27335f81be8262b8a39768a76f62d862cd7415a47'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 



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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 19:06:56
  Author: andyrtr
Revision: 394714

archrelease: copy trunk to extra-x86_64

Added:
  ipp-usb/repos/extra-x86_64/PKGBUILD
(from rev 394713, ipp-usb/trunk/PKGBUILD)
  ipp-usb/repos/extra-x86_64/systemd-service.patch
(from rev 394713, ipp-usb/trunk/systemd-service.patch)
Deleted:
  ipp-usb/repos/extra-x86_64/PKGBUILD
  ipp-usb/repos/extra-x86_64/systemd-service.patch

---+
 PKGBUILD  |  104 
 systemd-service.patch |   34 +++
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 19:06:45 UTC (rev 394713)
+++ PKGBUILD2020-08-25 19:06:56 UTC (rev 394714)
@@ -1,52 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=ipp-usb
-pkgver=0.9.12
-pkgrel=1
-pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
-arch=('x86_64')
-url="https://github.com/OpenPrinting/ipp-usb;
-license=('custom: BSD')
-# ToDo: package goipp ?
-depends=('avahi' 'libusb')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
-systemd-service.patch)
-sha256sums=('2d75ec57636f973d7de81100ef75214b030685b00b942153a08f8dd05c207f52'
-'41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
-
-prepare() {
-cd "$pkgname-$pkgver"
-# fix systemd service file; FS#67526
-patch -Np1 -i ../systemd-service.patch
-   # fix Makefile
-   sed -i "s/sbin/bin/g" Makefile
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-   #go build -o "$pkgname" .
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
-   # DESTDIR and PREFIX are fully f... up so do it our own
-   #make DESTDIR="${pkgdir}" install
-
-   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
-   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
-   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
-   install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
-
-   
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ipp-usb/repos/extra-x86_64/PKGBUILD (from rev 394713, 
ipp-usb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-25 19:06:56 UTC (rev 394714)
@@ -0,0 +1,52 @@
+# Maintainer: Andreas Radke 
+
+pkgname=ipp-usb
+pkgver=0.9.13
+pkgrel=1
+pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
+arch=('x86_64')
+url="https://github.com/OpenPrinting/ipp-usb;
+license=('custom: BSD')
+# ToDo: package goipp ?
+depends=('avahi' 'libusb')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
+systemd-service.patch)
+sha256sums=('f98c582d529f811a74c814596e74af229022f2bd62fcb2fcccf82e86eb483a2d'
+'41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
+
+prepare() {
+cd "$pkgname-$pkgver"
+# fix systemd service file; FS#67526
+patch -Np1 -i ../systemd-service.patch
+   # fix Makefile
+   sed -i "s/sbin/bin/g" Makefile
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+   #go build -o "$pkgname" .
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
+   # DESTDIR and PREFIX are fully f... up so do it our own
+   #make DESTDIR="${pkgdir}" install
+
+   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
+   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
+   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
+   install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
+
+   
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: systemd-service.patch

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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 19:06:45
  Author: andyrtr
Revision: 394713

upgpkg: ipp-usb 0.9.13-1: upstream update 0.9.13

Modified:
  ipp-usb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 19:05:44 UTC (rev 394712)
+++ PKGBUILD2020-08-25 19:06:45 UTC (rev 394713)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=ipp-usb
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
 systemd-service.patch)
-sha256sums=('2d75ec57636f973d7de81100ef75214b030685b00b942153a08f8dd05c207f52'
+sha256sums=('f98c582d529f811a74c814596e74af229022f2bd62fcb2fcccf82e86eb483a2d'
 '41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
 
 prepare() {


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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 18:55:53
  Author: andyrtr
Revision: 394710

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 394709, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 18:55:38 UTC (rev 394709)
+++ PKGBUILD2020-08-25 18:55:53 UTC (rev 394710)
@@ -1,56 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.27.5
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: to convert MS Word documents'
-   'docx2txt: to convert Microsoft OOXML text from DOCX files')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 394709, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-25 18:55:53 UTC (rev 394710)
@@ -0,0 +1,56 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.28.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: to convert MS Word documents'
+   'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 

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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 18:55:38
  Author: andyrtr
Revision: 394709

upgpkg: cups-filters 1.28.0-1: upstream update 1.28.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 17:25:11 UTC (rev 394708)
+++ PKGBUILD2020-08-25 18:55:38 UTC (rev 394709)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.27.5
+pkgver=1.28.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -17,7 +17,7 @@
'docx2txt: to convert Microsoft OOXML text from DOCX files')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('a166ff60a56ef7c19df93129fb79b31ffadb4de32b26fc6b1ce03b75a016559e')
+sha256sums=('1fc0eae1aabd4ee036937c4299e9484a6e118db4f95ffbaee1aae64f1d027a75')
 
 build() {
   cd "$pkgname"-$pkgver


[arch-commits] Commit in sqlite/trunk (PKGBUILD sqlite-lemon-system-template.patch)

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 12:33:13
  Author: andyrtr
Revision: 394701

upgpkg: sqlite 3.33.0-2: package lemon parser - FS#67479

Added:
  sqlite/trunk/sqlite-lemon-system-template.patch
Modified:
  sqlite/trunk/PKGBUILD

+
 PKGBUILD   |   30 --
 sqlite-lemon-system-template.patch |   21 +
 2 files changed, 49 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 11:06:53 UTC (rev 394700)
+++ PKGBUILD2020-08-25 12:33:13 UTC (rev 394701)
@@ -2,12 +2,12 @@
 # Contributor: Tom Newsom 
 
 pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
 _srcver=333
 _docver=${_srcver}
 #_docver=333
 pkgver=3.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
 license=('custom:Public Domain')
@@ -15,15 +15,21 @@
 makedepends=('tcl' 'readline' 'zlib')
 source=(https://www.sqlite.org/2020/sqlite-src-${_srcver}.zip
 https://www.sqlite.org/2020/sqlite-doc-${_docver}.zip
+sqlite-lemon-system-template.patch
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
 # upstream now switched to sha3sums - currently not suppoerted by makepkg
 sha256sums=('90bf7604a5aa26deece551af7a665fd4ce3d854ea809899c0e4bb19a69d609b8'
 '42f6e7eb03ea26f551760804703d6b81c3017983ccdb5fdbd8b9fc1940cd018e'
+'9ffb899a28b74b5b1fcb6f1cf50a34d53c98e41f2cbcf60838a8a890cdb595e8'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 
 prepare() {
   cd sqlite-src-$_srcver
+
+  # patch taken from Fedora
+  patch -Np1 -i ../sqlite-lemon-system-template.patch
+
 #  autoreconf -vfi
 }
 
@@ -105,6 +111,24 @@
   install -m755 sqlite3_analyzer "${pkgdir}"/usr/bin/
 }
 
+package_lemon() {
+
+ # https://www.sqlite.org/lemon.html
+ pkgdesc="A parser generator"
+ depends=('glibc')
+
+  cd sqlite-src-$_srcver
+  # ELF file ('usr/bin/lemon') lacks FULL RELRO, check LDFLAGS. - no fix found 
so far
+  install -Dm755 lemon ${pkgdir}/usr/bin/lemon
+  install -Dm644 lempar.c ${pkgdir}/usr/share/lemon/lempar.c
+  
+  mkdir -p "${pkgdir}"/usr/share/doc/${pkgname}
+  cp ../sqlite-doc-${_docver}/lemon.html  "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m755 -d "${pkgdir}"/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+
+}
+
 package_sqlite-doc() {
 
  pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
@@ -115,4 +139,6 @@
   cd sqlite-doc-${_docver}
   mkdir -p "${pkgdir}"/usr/share/doc/${pkgbase}
   cp -R *  "${pkgdir}"/usr/share/doc/${pkgbase}/
+  
+  rm "${pkgdir}"/usr/share/doc/${pkgbase}/lemon.html
 }

Added: sqlite-lemon-system-template.patch
===
--- sqlite-lemon-system-template.patch  (rev 0)
+++ sqlite-lemon-system-template.patch  2020-08-25 12:33:13 UTC (rev 394701)
@@ -0,0 +1,21 @@
+diff -up sqlite-3.6.23/tool/lemon.c.system-template sqlite-3.6.23/tool/lemon.c
+--- sqlite-3.6.23/tool/lemon.c.system-template 2010-03-10 16:40:35.0 
+0200
 sqlite-3.6.23/tool/lemon.c 2010-03-10 16:40:39.0 +0200
+@@ -3363,6 +3363,8 @@ PRIVATE FILE *tplt_open(struct lemon *le
+ tpltname = buf;
+   }else if( access(templatename,004)==0 ){
+ tpltname = templatename;
++  }else if( access("/usr/share/lemon/lempar.c", R_OK)==0){
++tpltname = "/usr/share/lemon/lempar.c";
+   }else{
+ tpltname = pathsearch(lemp->argv0,templatename,0);
+   }
+@@ -3374,7 +3376,7 @@ PRIVATE FILE *tplt_open(struct lemon *le
+   }
+   in = fopen(tpltname,"rb");
+   if( in==0 ){
+-fprintf(stderr,"Can't open the template file \"%s\".\n",templatename);
++fprintf(stderr,"Can't open the template file \"%s\".\n",tpltname);
+ lemp->errorcnt++;
+ return 0;
+   }


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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 12:33:31
  Author: andyrtr
Revision: 394702

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 394701, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 394701, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/sqlite-lemon-system-template.patch
(from rev 394701, sqlite/trunk/sqlite-lemon-system-template.patch)

+
 PKGBUILD   |  144 +++
 license.txt|   33 
 sqlite-lemon-system-template.patch |   21 +
 3 files changed, 198 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 394701, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-25 12:33:31 UTC (rev 394702)
@@ -0,0 +1,144 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
+_srcver=333
+_docver=${_srcver}
+#_docver=333
+pkgver=3.33.0
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="https://www.sqlite.org/;
+makedepends=('tcl' 'readline' 'zlib')
+source=(https://www.sqlite.org/2020/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2020/sqlite-doc-${_docver}.zip
+sqlite-lemon-system-template.patch
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+# upstream now switched to sha3sums - currently not suppoerted by makepkg
+sha256sums=('90bf7604a5aa26deece551af7a665fd4ce3d854ea809899c0e4bb19a69d609b8'
+'42f6e7eb03ea26f551760804703d6b81c3017983ccdb5fdbd8b9fc1940cd018e'
+'9ffb899a28b74b5b1fcb6f1cf50a34d53c98e41f2cbcf60838a8a890cdb595e8'
+'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
+prepare() {
+  cd sqlite-src-$_srcver
+
+  # patch taken from Fedora
+  patch -Np1 -i ../sqlite-lemon-system-template.patch
+
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline' 'zlib')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff 
"${pkgdir}"/usr/bin/
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/man1
+  install -m644 sqlite3.1 "${pkgdir}"/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir "$srcdir"/tcl
+  mv "$pkgdir"/usr/lib/sqlite* "$srcdir"/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d "${pkgdir}"/usr/lib
+  mv "$srcdir"/tcl/* "${pkgdir}"/usr/lib
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/mann
+  install -m644 "${srcdir}"/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
"${pkgdir}"/usr/share/man/mann/
+
+  # link license
+  install -m755 -d "${pkgdir}"/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d "${pkgdir}"/usr/bin
+  install -m755 sqlite3_analyzer "${pkgdir}"/usr/bin/
+}
+
+package_lemon() {
+
+ # https://www.sqlite.org/lemon.html
+ pkgdesc="A parser generator"
+ depends=('glibc')
+
+  cd sqlite-src-$_srcver
+  # ELF file ('usr/bin/lemon') lacks FULL RELRO, check LDFLAGS. - no fix found 
so far
+  install -Dm755 lemon ${pkgdir}/usr/bin/lemon
+  install -Dm644 lempar.c 

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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 11:06:42
  Author: andyrtr
Revision: 394699

upgpkg: libgpg-error 1.39-1: upstream update 1.39

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 07:32:04 UTC (rev 394698)
+++ PKGBUILD2020-08-25 11:06:42 UTC (rev 394699)
@@ -2,7 +2,7 @@
 # Contributor: judd 
 
 pkgname=libgpg-error
-pkgver=1.38
+pkgver=1.39
 pkgrel=1
 pkgdesc="Support library for libgcrypt"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('glibc' 'sh')
 
source=(https://www.gnupg.org/ftp/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
 # https://www.gnupg.org/download/integrity_check.html
-sha1sums=('cb50ade98f8ba088f8bb9b910ca8f00abaac5d0a'
+sha1sums=('991a7a53e778a3de5ba8aad711e0bc9453101f4b'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
   '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 


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

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 11:06:53
  Author: andyrtr
Revision: 394700

archrelease: copy trunk to testing-x86_64

Added:
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 394699, libgpg-error/trunk/PKGBUILD)

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

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 394699, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-25 11:06:53 UTC (rev 394700)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke 
+# Contributor: judd 
+
+pkgname=libgpg-error
+pkgver=1.39
+pkgrel=1
+pkgdesc="Support library for libgcrypt"
+arch=(x86_64)
+url="https://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(https://www.gnupg.org/ftp/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('991a7a53e778a3de5ba8aad711e0bc9453101f4b'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'  # Werner Koch
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06') # NIIBE Yutaka 
(GnuPG Release Key) 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}


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

2020-08-24 Thread Andreas Radke via arch-commits
Date: Monday, August 24, 2020 @ 11:22:08
  Author: andyrtr
Revision: 394637

upgpkg: nano 5.2-1: upstream update 5.2

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 10:09:21 UTC (rev 394636)
+++ PKGBUILD2020-08-24 11:22:08 UTC (rev 394637)
@@ -2,7 +2,7 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')
 source=(https://www.nano-editor.org/dist/v5/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('9efc46f341404d60095d16fc4f0419fc84b6e4eaeaf6ebce605d0465d92a6ee6'
+sha256sums=('32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1'
 'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
   'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"


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

2020-08-24 Thread Andreas Radke via arch-commits
Date: Monday, August 24, 2020 @ 11:22:20
  Author: andyrtr
Revision: 394638

archrelease: copy trunk to testing-x86_64

Added:
  nano/repos/testing-x86_64/
  nano/repos/testing-x86_64/PKGBUILD
(from rev 394637, nano/trunk/PKGBUILD)

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

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 394637, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-24 11:22:20 UTC (rev 394638)
@@ -0,0 +1,35 @@
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=5.2
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('x86_64')
+license=('GPL')
+url="https://www.nano-editor.org;
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+source=(https://www.nano-editor.org/dist/v5/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha256sums=('32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1'
+'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta 
"
+  'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg 
"
+  'BFD009061E535052AD0DF2150D28D4D2A0ACE884' # "Benno Schulenberg 
"
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -DTm644 "${srcdir}"/${pkgname}-${pkgver}/doc/sample.nanorc 
"${pkgdir}"/etc/nanorc
+}


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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 20:19:47
  Author: andyrtr
Revision: 394629

archrelease: copy trunk to extra-x86_64

Added:
  ipp-usb/repos/extra-x86_64/PKGBUILD
(from rev 394628, ipp-usb/trunk/PKGBUILD)
  ipp-usb/repos/extra-x86_64/systemd-service.patch
(from rev 394628, ipp-usb/trunk/systemd-service.patch)
Deleted:
  ipp-usb/repos/extra-x86_64/PKGBUILD
  ipp-usb/repos/extra-x86_64/systemd-service.patch

---+
 PKGBUILD  |  104 
 systemd-service.patch |   34 +++
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 20:19:34 UTC (rev 394628)
+++ PKGBUILD2020-08-23 20:19:47 UTC (rev 394629)
@@ -1,52 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=ipp-usb
-pkgver=0.9.11
-pkgrel=2
-pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
-arch=('x86_64')
-url="https://github.com/OpenPrinting/ipp-usb;
-license=('custom: BSD')
-# ToDo: package goipp ?
-depends=('avahi' 'libusb')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
-systemd-service.patch)
-sha256sums=('71dc5205f0e2ec61229b0a45d4d19bec43c922cd178f93a6c044344c0c29066f'
-'41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
-
-prepare() {
-cd "$pkgname-$pkgver"
-# fix systemd service file; FS#67526
-patch -Np1 -i ../systemd-service.patch
-   # fix Makefile
-   sed -i "s/sbin/bin/g" Makefile
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-   #go build -o "$pkgname" .
-   make
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
-   # DESTDIR and PREFIX are fully f... up so do it our own
-   #make DESTDIR="${pkgdir}" install
-
-   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
-   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
-   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
-   install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
-
-   
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ipp-usb/repos/extra-x86_64/PKGBUILD (from rev 394628, 
ipp-usb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 20:19:47 UTC (rev 394629)
@@ -0,0 +1,52 @@
+# Maintainer: Andreas Radke 
+
+pkgname=ipp-usb
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
+arch=('x86_64')
+url="https://github.com/OpenPrinting/ipp-usb;
+license=('custom: BSD')
+# ToDo: package goipp ?
+depends=('avahi' 'libusb')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
+systemd-service.patch)
+sha256sums=('2d75ec57636f973d7de81100ef75214b030685b00b942153a08f8dd05c207f52'
+'41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
+
+prepare() {
+cd "$pkgname-$pkgver"
+# fix systemd service file; FS#67526
+patch -Np1 -i ../systemd-service.patch
+   # fix Makefile
+   sed -i "s/sbin/bin/g" Makefile
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+   #go build -o "$pkgname" .
+   make
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   # https://github.com/OpenPrinting/ipp-usb/blob/master/Makefile
+   # DESTDIR and PREFIX are fully f... up so do it our own
+   #make DESTDIR="${pkgdir}" install
+
+   install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+   install -Dm644 ipp-usb.conf "$pkgdir"/etc/ipp-usb/ipp-usb.conf
+   install -Dm644 systemd-udev/71-ipp-usb.rules 
"$pkgdir"/usr/lib/udev/rules.d/71-ipp-usb.rules
+   install -Dm644 systemd-udev/ipp-usb.service 
"$pkgdir"/usr/lib/systemd/system/ipp-usb.service
+   install -Dm644 ipp-usb.8 "$pkgdir"/usr/share/man/man8/ipp-usb.8
+
+   
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: systemd-service.patch

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 20:19:34
  Author: andyrtr
Revision: 394628

upgpkg: ipp-usb 0.9.12-1: upstream update 0.9.12

Modified:
  ipp-usb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 19:31:11 UTC (rev 394627)
+++ PKGBUILD2020-08-23 20:19:34 UTC (rev 394628)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=ipp-usb
-pkgver=0.9.11
-pkgrel=2
+pkgver=0.9.12
+pkgrel=1
 pkgdesc="allows using the IPP protocol, normally designed for network 
printers, to be used with USB printers as well"
 arch=('x86_64')
 url="https://github.com/OpenPrinting/ipp-usb;
@@ -12,7 +12,7 @@
 makedepends=('go')
 
source=("$pkgname-$pkgver.tar.gz"::https://github.com/OpenPrinting/ipp-usb/archive/$pkgver.tar.gz
 systemd-service.patch)
-sha256sums=('71dc5205f0e2ec61229b0a45d4d19bec43c922cd178f93a6c044344c0c29066f'
+sha256sums=('2d75ec57636f973d7de81100ef75214b030685b00b942153a08f8dd05c207f52'
 '41f236fda5c0176b3b9c49be652e922397b8c39b1cb04f80c374d2d608a005b6')
 
 prepare() {


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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 16:24:16
  Author: andyrtr
Revision: 394607

archrelease: copy trunk to staging-x86_64

Added:
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 394606, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 394606, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-08-23 16:24:16 UTC (rev 394607)
@@ -0,0 +1,84 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
+pkgver=20.08.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=03a4b9eb854a06a83c465e82de601796c458bbe9)
+sha256sums=('ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  provides=('libpoppler.so' 'libpoppler-cpp.so')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+  provides=('libpoppler-glib.so')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+  provides=('libpoppler-qt5.so')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+


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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 16:24:05
  Author: andyrtr
Revision: 394606

upgpkg: poppler 20.08.0-1: upstream update 20.08.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 15:37:06 UTC (rev 394605)
+++ PKGBUILD2020-08-23 16:24:05 UTC (rev 394606)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
-pkgver=0.90.1
+pkgver=20.08.0
 pkgrel=1
 arch=(x86_64)
 license=('GPL')
@@ -14,7 +14,7 @@
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=03a4b9eb854a06a83c465e82de601796c458bbe9)
-sha256sums=('984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4'
+sha256sums=('ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5'
 'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"


[arch-commits] Commit in libreoffice-fresh-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 15:29:11
  Author: andyrtr
Revision: 394604

archrelease: copy trunk to extra-any

Added:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD
(from rev 394603, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1112 +++--
 1 file changed, 571 insertions(+), 541 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 15:27:18 UTC (rev 394603)
+++ PKGBUILD2020-08-23 15:29:11 UTC (rev 394604)
@@ -1,541 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=6.4.5
-pkgrel=1
-_rcver=${pkgver}.2
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="https://www.documentfoundation.org;
-license=('LGPL')
-
-#https://download.documentfoundation.org/mirrors/all.html
-
-_url="https://download.documentfoundation.org/libreoffice/stable;
-#_url="https://download.documentfoundation.org/libreoffice/testing;
-#_url="https://dev-builds.libreoffice.org/pre-releases;
-
-
-#_url+="/${pkgver}-rc2/rpm/x86_64"
-#_url+="/${pkgver}/rpm/x86_64"
-_url+="/${pkgver}/rpm/x86_64"
-#_url+="/rpm/x86_64"
-
-_languages=(
-  'af"Afrikaans"   0'
-  'am"Amharic" 1'
-  'ar"Arabic"  1'
-  'as"Assamese (India)"0'
-  'ast   "Asturianu"   1'
-  'be"Belarusian"  0'
-  'bg"Bulgarian"   1'
-  'bn"Bengali" 1'
-  'bn-IN "Bengali (India)" 1'
-  'bo"Tibetan" 1'
-  'br"Breton"  0'
-  'brx   "Bodo"0'
-  'bs"Bosnian" 1'
-  'ca"Catalan" 1'
-  'ca-valencia   "Catalan (Valencia)"  1'
-  'cs"Czech"   1'
-  'cy"Welsh"   0'
-  'da"Danish"  1'
-  'de"German"  1'
-  'dgo   "Dogri"   0'
-  'dz"Dzongkha"1'
-  'el"Greek"   1'
-  'en-GB "English (GB)"1'
-  'en-ZA "English (ZA)"1'
-  'eo"Esperanto"   1'
-  'es"Spanish" 1'
-  'et"Estonian"1'
-  'eu"Basque"  1'
-  'fa"Persian" 0'
-  'fi"Finnish" 1'
-  'fr"French"  1'
-  'ga"Irish"   0'
-  'gd"Gaelic (Scottish)"   0'
-  'gl"Galician"1'
-  'gu"Gujarati"1'
-  'he"Hebrew"  1'
-  'hi"Hindi"   1'
-  'hr"Croatian"1'
-  'hu"Hungarian"   1'
-  'id"Indonesian"  1'
-  'is"Icelandic"   1'
-  'it"Italian" 1'
-  'ja"Japanese"1'
-  'ka"Georgian"1'
-  'kk"Kazakh"  0'
-  'km"Khmer (Cambodia)"1'
-  'kmr-Latn  "Kurdish" 0'
-  'kn"Kannada" 0'
-  'ko"Korean"  1'
-  'kok   "Konkani" 0'
-  'ks"Kashmiri"0'
-  'lb"Luxembourgish"   0'
-  'lo"Lao" 1'
-  'lt"Lithuanian"  1'
-  'lv"Latvian" 1'
-  'mai   "Maithili"0'
-  'mk"Macedonian"  1'
-  'ml"Malayalam"   0'
-  'mn"Mongolian"   0'
-  'mni   "Manipuri"0'
-  'mr"Marathi" 0'
-  'my"Burmese" 0'
-  'nb"Norwegian Bokmal"1'
-  'ne"Nepali"  1'
-  'nl"Dutch"   1'
-  'nn"Norwegian Nynorsk"   1'
-  'nr"Ndebele (South)" 0'
-  'nso   "Northern Sotho"  0'
-  'oc"Occitan" 0'
-  'om"Oromo"   1'
-  'or"Oriya"   0'
-  'pa-IN "Punjabi (India)" 0'
-  'pl"Polish"  1'
-  'pt"Portuguese"  1'
-  'pt-BR "Portuguese (Brasil)" 1'
-  'ro"Romanian"1'
-  'ru"Russian" 1'
-  'rw"Kinyarwanda" 0'
-  'sa-IN  

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 15:27:18
  Author: andyrtr
Revision: 394603

upgpkg: libreoffice-fresh-i18n 7.0.0-1: upstream update 7.0.0

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  380 -
 1 file changed, 205 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 15:26:19 UTC (rev 394602)
+++ PKGBUILD2020-08-23 15:27:18 UTC (rev 394603)
@@ -3,9 +3,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.4.5
+pkgver=7.0.0
 pkgrel=1
-_rcver=${pkgver}.2
+_rcver=${pkgver}.3
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -25,6 +25,9 @@
 _url+="/${pkgver}/rpm/x86_64"
 #_url+="/rpm/x86_64"
 
+# https://wiki.documentfoundation.org/Language_Teams
+# https://wiki.documentfoundation.org/Language/Support
+
 _languages=(
   'af"Afrikaans"   0'
   'am"Amharic" 1'
@@ -41,11 +44,13 @@
   'bs"Bosnian" 1'
   'ca"Catalan" 1'
   'ca-valencia   "Catalan (Valencia)"  1'
+  'ckb   "Central Kurdish / Soranî‎ / سۆرانی " 0'
   'cs"Czech"   1'
   'cy"Welsh"   0'
   'da"Danish"  1'
   'de"German"  1'
   'dgo   "Dogri"   0'
+  'dsb   "Sorbian: Lower Sorbian / Dolnoserbski" 0'
   'dz"Dzongkha"1'
   'el"Greek"   1'
   'en-GB "English (GB)"1'
@@ -57,13 +62,17 @@
   'fa"Persian" 0'
   'fi"Finnish" 1'
   'fr"French"  1'
+  'fur   "Friulian / Friulan"  0'
+  'fy"Frisian / West Frisian / Frysk / Fries" 0'
   'ga"Irish"   0'
   'gd"Gaelic (Scottish)"   0'
   'gl"Galician"1'
   'gu"Gujarati"1'
+  'gug   "Guarani" 0'
   'he"Hebrew"  1'
   'hi"Hindi"   1'
   'hr"Croatian"1'
+  'hsb   "Sorbian: Upper Sorbian / Hornjoserbšćina" 0'
   'hu"Hungarian"   1'
   'id"Indonesian"  1'
   'is"Icelandic"   1'
@@ -70,6 +79,7 @@
   'it"Italian" 1'
   'ja"Japanese"1'
   'ka"Georgian"1'
+  'kab   "Kabyle / Kabylian / Taqbaylit / Taqbaylit / Tazwawt" 0'
   'kk"Kazakh"  0'
   'km"Khmer (Cambodia)"1'
   'kmr-Latn  "Kurdish" 0'
@@ -118,6 +128,7 @@
   'st"Southern Sotho"  0'
   'sv"Swedish" 1'
   'sw-TZ "Swahili (Tanzania)"  0'
+  'szl   "Silesian"0'
   'ta"Tamil"   1'
   'te"Telugu"  0'
   'tg"Tajik"   1'
@@ -130,6 +141,7 @@
   'uk"Ukrainian"   1'
   'uz"Uzbek"   0'
   've"Venda"   0'
+  'vec   "Venetian"0'
   'vi"Vietnamese"  1'
   'xh"Xhosa"   0'
   'zh-CN "Chinese (simplified)"1'
@@ -137,351 +149,369 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('7c4b53041c7596e39b24ada56f53ccf164950a6a78bc3f47130b997c2fe5cc30'
+sha256sums=('8cf8dc4f2bf60c1d2f9b7419c810822c40279d1d38d0e8ce3db7631674a48b34'
 'SKIP'
-'11fa58ec7bfed399d6ae13307e20237c21b616253969f991b0d3100115063fec'
+'dadf344041bc10736e2c0cb17e2fc5c58f4554ca144604b124342b73a1e5cbf3'
 'SKIP'
-'f3e21194fbac69be45022b103a0978bbfa540e61229f5888da93c5841a4c'
+'e3928564da2391aa5395ffb63fb2916e92494a21bdb3d6dfeaa8e6345db47f98'
 'SKIP'
-'fa422272ad4a6cc7a81a48af93cf06c32f1747f6cb2196053467c4dea254be6a'
+'265f059b6836bda3717cf946de3cbac2dabfa517cdf5b999aa59638e90437ac2'
 'SKIP'
-'258303ad2e32f9e0eb96d5e113fafe4a243ae8ea3dbab80a33d6491e03b0427a'
+'75fec3487a2848b13bcc7d53ea9f27a24520f77f311ea9b0ff018b3c1bba3f29'
 'SKIP'
-'c9a849de85a30798ab5371d184dc7963dd9912f3c63553e531dd6df3d1f0e8b2'
+'3e10dab833c6837476021c47eb248ff1a97db84f125e410ce30f24eae2ece54d'
 'SKIP'
-'001f2488fac2036ee01ca056cf17925843d0c33b73ce82f7701e228ec23aae1f'
+

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 15:26:02
  Author: andyrtr
Revision: 394601

upgpkg: libreoffice-fresh 7.0.0-1: upstream update 7.0.0

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 12:28:47 UTC (rev 394600)
+++ PKGBUILD2020-08-23 15:26:02 UTC (rev 394601)
@@ -10,9 +10,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.4.5.2
-pkgver=6.4.5
-pkgrel=2
+_LOver=7.0.0.3
+pkgver=7.0.0
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -21,10 +21,10 @@
'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs' #'gtk2' 
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs'
'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'junit' 'libmythes' 'libwpg'  'java-environment=11' 'postgresql-libs' 
'mariadb-libs' 'libgl'
'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
@@ -47,10 +47,12 @@

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip

${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/pdfium-3963.tar.bz2
+   ${_additional_source_url}/pdfium-4137.tar.bz2
+   ${_additional_source_url}/dtoa-20180411.tgz
${_additional_source_url}/lxml-4.1.1.tgz
${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
${_additional_source_url}/QR-Code-generator-1.4.0.tar.gz
+   
${_additional_source_url}/skia-m84-c1baf6e1c2a5454148adb516f0f833483b5a0353.tar.xz

${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite

${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
 # for test suite

${_additional_source_url2}/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
@@ -66,10 +68,12 @@
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   pdfium-3963.tar.bz2
+   pdfium-4137.tar.bz2
+   dtoa-20180411.tgz
lxml-4.1.1.tgz
Firebird-3.0.0.32483-0.tar.bz2
QR-Code-generator-1.4.0.tar.gz
+   skia-m84-c1baf6e1c2a5454148adb516f0f833483b5a0353.tar.xz
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar  # 
for test suite

odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
  # for test suite

884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
@@ -76,11 +80,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('6a4cc6b9ca838ca997b83181d8d163b1981de2d4d1268387741d342453a491ec'
+sha256sums=('b25faf8272c6216b72c3c63fa2f56cc5385d38c83619bcb84916a26aabd9541d'
 'SKIP'
-'66675ccb023a8ed88cdad6e877cfef55ea139630cdf8df17516835c7456e2fa2'
+'85804410f466875eb380664150ddb4c5f4d8eaa2f4eda28c0b5942ff48a3f7fd'
 'SKIP'
-'4f4d2d74efb4eaba0ad5440ee716150c83cb3a2e2578084d2ce357b9435598a0'
+'8b7c9f0f972633a0fd05cb6369b948151a9f89b8ebc0b01ac713c8b10764d2c6'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
@@ -90,10 +94,12 @@
 'd30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
 '1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
 '233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd'
-'80d4d6bd8faec226936fcde5521c6e92c0c645126ac3ae72dd2c160ca1749895'
+'9a2f9bddca935a263f06c81003483473a525ccd0f4e517bc75fceb914d4c54b6'
+

[arch-commits] Commit in libreoffice-fresh/repos/extra-x86_64 (10 files)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 15:26:19
  Author: andyrtr
Revision: 394602

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  756 -
 libreoffice-fresh.csh|   14 
 libreoffice-fresh.sh |   14 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 soffice-template.desktop.in  |   14 
 5 files changed, 420 insertions(+), 414 deletions(-)

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

[arch-commits] Commit in libreoffice-still-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 12:28:47
  Author: andyrtr
Revision: 394600

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 394599, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1082 ++---
 1 file changed, 541 insertions(+), 541 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 12:27:03 UTC (rev 394599)
+++ PKGBUILD2020-08-23 12:28:47 UTC (rev 394600)
@@ -1,541 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-still-i18n
-
-pkgver=6.3.6
-pkgrel=1
-_rcver=${pkgver}.2
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="https://www.documentfoundation.org;
-license=('LGPL')
-
-#https://download.documentfoundation.org/mirrors/all.html
-
-_url="https://download.documentfoundation.org/libreoffice/stable;
-#_url="https://download.documentfoundation.org/libreoffice/testing;
-#_url="https://dev-builds.libreoffice.org/pre-releases;
-
-
-#_url+="/${pkgver}-rc2/rpm/x86_64"
-#_url+="/${pkgver}/rpm/x86_64"
-_url+="/${pkgver}/rpm/x86_64"
-#_url+="/rpm/x86_64"
-
-_languages=(
-  'af"Afrikaans"   0'
-  'am"Amharic" 1'
-  'ar"Arabic"  1'
-  'as"Assamese (India)"0'
-  'ast   "Asturianu"   1'
-  'be"Belarusian"  0'
-  'bg"Bulgarian"   1'
-  'bn"Bengali" 1'
-  'bn-IN "Bengali (India)" 1'
-  'bo"Tibetan" 1'
-  'br"Breton"  0'
-  'brx   "Bodo"0'
-  'bs"Bosnian" 1'
-  'ca"Catalan" 1'
-  'ca-valencia   "Catalan (Valencia)"  1'
-  'cs"Czech"   1'
-  'cy"Welsh"   0'
-  'da"Danish"  1'
-  'de"German"  1'
-  'dgo   "Dogri"   0'
-  'dz"Dzongkha"1'
-  'el"Greek"   1'
-  'en-GB "English (GB)"1'
-  'en-ZA "English (ZA)"1'
-  'eo"Esperanto"   1'
-  'es"Spanish" 1'
-  'et"Estonian"1'
-  'eu"Basque"  1'
-  'fa"Persian" 0'
-  'fi"Finnish" 1'
-  'fr"French"  1'
-  'ga"Irish"   0'
-  'gd"Gaelic (Scottish)"   0'
-  'gl"Galician"1'
-  'gu"Gujarati"1'
-  'he"Hebrew"  1'
-  'hi"Hindi"   1'
-  'hr"Croatian"1'
-  'hu"Hungarian"   1'
-  'id"Indonesian"  1'
-  'is"Icelandic"   1'
-  'it"Italian" 1'
-  'ja"Japanese"1'
-  'ka"Georgian"1'
-  'kk"Kazakh"  0'
-  'km"Khmer (Cambodia)"1'
-  'kmr-Latn  "Kurdish" 0'
-  'kn"Kannada" 0'
-  'ko"Korean"  1'
-  'kok   "Konkani" 0'
-  'ks"Kashmiri"0'
-  'lb"Luxembourgish"   0'
-  'lo"Lao" 1'
-  'lt"Lithuanian"  1'
-  'lv"Latvian" 1'
-  'mai   "Maithili"0'
-  'mk"Macedonian"  1'
-  'ml"Malayalam"   0'
-  'mn"Mongolian"   0'
-  'mni   "Manipuri"0'
-  'mr"Marathi" 0'
-  'my"Burmese" 0'
-  'nb"Norwegian Bokmal"1'
-  'ne"Nepali"  1'
-  'nl"Dutch"   1'
-  'nn"Norwegian Nynorsk"   1'
-  'nr"Ndebele (South)" 0'
-  'nso   "Northern Sotho"  0'
-  'oc"Occitan" 0'
-  'om"Oromo"   1'
-  'or"Oriya"   0'
-  'pa-IN "Punjabi (India)" 0'
-  'pl"Polish"  1'
-  'pt"Portuguese"  1'
-  'pt-BR "Portuguese (Brasil)" 1'
-  'ro"Romanian"1'
-  'ru"Russian" 1'
-  'rw"Kinyarwanda" 0'
-  'sa-IN  

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 12:27:03
  Author: andyrtr
Revision: 394599

upgpkg: libreoffice-still-i18n 6.4.6-1: upstream update 6.4.6

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  348 ++---
 1 file changed, 174 insertions(+), 174 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 12:25:54 UTC (rev 394598)
+++ PKGBUILD2020-08-23 12:27:03 UTC (rev 394599)
@@ -3,7 +3,7 @@
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=6.3.6
+pkgver=6.4.6
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -137,351 +137,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('6b42f27e7ef77f5e28417151e3ce360ab55f6480f8a067bd13641f470625af16'
+sha256sums=('9ce28de45eb5cc676662c2f270d33cb4fe68c1f0d4e68b5ca6b71874bc3b0e22'
 'SKIP'
-'5c81e3fe350b86450db250b26287baeffe0c590a1ccec2800fd69254a4b31ff5'
+'82f7a6412630a12f712dac4ba5c9ccd0357c59e1900fb83e6d542f9152329199'
 'SKIP'
-'bbae140e4217a13162235189e6630436f519129df739d59c72717191619e0c03'
+'fb94a9700c3d8ed57eb22fff0da46b59f86a5ea950229b8bb1e8f0fce5fe237c'
 'SKIP'
-'21593f87eaa1b6771632465c1fb6307ed1e360881a2f08ea3fcfa528d4877848'
+'a8e96c7f9589e4520d6a8d4981f41d2c3c0b568e304a4f62ebce5f0cdf02af39'
 'SKIP'
-'a6cae4cb204a7c3c1edd449bd0517d35b28fa0d72db88e729850490c9bb44ec6'
+'7b4364d44483e09195d71db498fd9b167eb13c4031d09ff2730e27cdfe8a31ce'
 'SKIP'
-'61800d977db52b4881a38bf6a08a91e5c4a2ed20effe3d398182dc3f9fbe7597'
+'63b43ff76ed31649bafe184fd5b25878fdd98c0b1fbeef1426a6ed180663e31a'
 'SKIP'
-'cf0dd337c653d6da914c1c6325f412177a26b2350fdfe4c35cc154cd23c302b0'
+'250162842d7f2458313ab31db91e81afb93954067b0ba8657878f03805a317c2'
 'SKIP'
-'b25b528e829124d789e33c4af90fb9f52fd4882f86bd2a4a90b0c3d09a3bfc86'
+'9be7a3c3d225f9ff55ca2334829248be4e9b43c5f7b6b5ce4995c949f848f880'
 'SKIP'
-'fda7d7ea6b754f14f93b9ac7dc509a3cd511b411194067df3d212320196be3ea'
+'936620ef320f9fe98622dcc4775bd1e48b1876f16bd3c3dad2357a07b1799017'
 'SKIP'
-'c90ca5ceb7e02c9b2803e0591b04e21f3c6b1d7e1abb49eda2e4b775c8e5ed9b'
+'b85361b8053aec359f97115a70db2538d5aad9772785aadc0f447314eb85001e'
 'SKIP'
-'f9a1c52b9c3f943d97f4fd5fd4e959b7f00b34e628a29a865d7e9a7a2faf91af'
+'13c69b2846b1e9825d1dec8f18f2e7268af5cd7146c123e6f3d9b34e8f3ddfb6'
 'SKIP'
-'7f7b656ae08b5ef09478680e91695bb3c4033b428b26b283688913ceeb4fde41'
+'4f58fee1ca2baa26d29d8ceb19b883cf3a4603d9b489538974c04d7713bacf15'
 'SKIP'
-'2ffeaf395bee1e1d4616def40890ff743f3154cdcfa1c71761275ee37822f6e3'
+'37ce45ad7b2b7d1a53d511984fb2bf2665218415fa84e88d55ce2ea910ab6c2e'
 'SKIP'
-'669f360066ac3f541dbe697ab636d594f3f4e16ae1e79078db6e137d66d4b86e'
+'108ec6ecfa0792b4419017c3296ac4e4a4cbb13d071abbbe5deb7f3b8fbf2c5a'
 'SKIP'
-'24ef67d43e5be7a8fc86fe950771f0b6dc3d077ed68a35664e18189d5b31e4e7'
+'864b30b6c130af00ed4e2011aa5e4c8d2c59d66f9cef5290a4d8cfa956ec147b'
 'SKIP'
-'8bfd8a190af05a3395a937effca833bef5e7d03584aeebbd48b492b865fe5275'
+'be6459762b10cc3e736ee61f41a22af90037ec52699271a80298373c4c6fd5bc'
 'SKIP'
-'5034bf96b9dc8d3f678aafc63be0f36cf26916f0a78d4483d7d20d31f7bab8a1'
+'a5479d6a08962bc5c89a0314c2f95aab97c2d794c4644683b9daff243370da97'
 'SKIP'
-'b93aeb906492766a5645054271bc690df0fd19a55302d43ba473be5c4802a4ab'
+'2740ce782d91c9a3ed9ed2186ceb35d8a6ff0ffe9ae4617a01dd06d0eaf0fe55'
 'SKIP'
-'39c2a7e452e3174f953fc742781ca2d54f53bccbe7bc72099b5d3cab8cb75955'
+'e46cd62eea0082913785a8206d85a22281c5fa32e98bdeb106f04588b873118b'
 'SKIP'
-'70542c65dd33fce30a96ff66017bbcc2f6e70c3464ecf0de777ac530439128e2'
+'2038cb99bb79b7e8d046160894ed9000e846ddbd7d63c7f2adbedc3ba4f1c15e'
 'SKIP'
-'fd36f666bff5772e6604b51a3a02b09ee8225707117ed63264d15edd1be26a4d'
+'7335ae47ca3d58d0c709be7d5b87e45cee0ab9cdbe7afebf3e018e914001265d'
 'SKIP'
-'552a678b37719512d557eccd35862cb85a0cba39e5df392ec1cbdfadb4dd7fb8'
+'5c8478e65c21f87df57f9a980cc76ec2c040f1b5aa295fdad004099323f5fe74'
 'SKIP'
-'5c5c1012b63365089b2e2d6fb4a0dec3d58a14d55ddf84c4142528881166'
+'7e6e7ab1df14df414bc2a36e36abd73beee7dab06ecd54a416d19ca8aa3f5c01'
 'SKIP'
- 

[arch-commits] Commit in libreoffice-still/repos/extra-x86_64 (14 files)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 12:25:54
  Author: andyrtr
Revision: 394598

archrelease: copy trunk to extra-x86_64

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

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

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

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 12:25:38
  Author: andyrtr
Revision: 394597

upgpkg: libreoffice-still 6.4.6-1: upstream update 6.4.6

Modified:
  libreoffice-still/trunk/PKGBUILD
  libreoffice-still/trunk/libreoffice-still.csh
  libreoffice-still/trunk/libreoffice-still.sh
Deleted:
  libreoffice-still/trunk/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch
  libreoffice-still/trunk/adapt-o3tl-span-to-newer-libstdc++.patch
  libreoffice-still/trunk/disable-latest-c++.diff
  libreoffice-still/trunk/libreoffice-poppler-0.86.patch

+
 0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch |  621 ---
 PKGBUILD   |   56 -
 adapt-o3tl-span-to-newer-libstdc++.patch   |  254 --
 disable-latest-c++.diff|  149 ---
 libreoffice-poppler-0.86.patch |   15 
 libreoffice-still.csh  |3 
 libreoffice-still.sh   |3 
 7 files changed, 21 insertions(+), 1080 deletions(-)

Deleted: 0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch
===
--- 0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch  2020-08-23 
11:42:46 UTC (rev 394596)
+++ 0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch  2020-08-23 
12:25:38 UTC (rev 394597)
@@ -1,621 +0,0 @@
-From 8f5dd7babe306a1c9dcdec93372a3d4378e09667 Mon Sep 17 00:00:00 2001
-From: Kohei Yoshida 
-Date: Mon, 12 Aug 2019 13:57:34 -0400
-Subject: [PATCH] Switch mdds to 1.5.0 and liborcus to 0.15.0.
-
-Change-Id: Ibff9a5e0f0771e4cf12b4dc3985661a01195e265
-Reviewed-on: https://gerrit.libreoffice.org/77482
-Tested-by: Jenkins
-Reviewed-by: Kohei Yoshida 
-(cherry picked from commit 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4)
-
-Correctly pack mdds 1.5.0.
-
-Turns out the earlier mdds 1.5.0 package was not correctly packaged.
-I've fixed that now, and re-published the 1.5.0 package, which does
-contain the patch from Lubos.
-
-Change-Id: I1ff7d6568568860f7cccd3be3bc29aaaebe7fd73
-Reviewed-on: https://gerrit.libreoffice.org/77483
-Tested-by: Jenkins
-Reviewed-by: Kohei Yoshida 
-(cherry picked from commit 1c59fed7c43654736775580799f1165e8b8740a0)
-
-Fix linking of newly created element in liborcus 0.15.0
-
-After 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
-liborcus to 0.15.0", CppunitTest_sc_dataprovider started to fail in ASan builds
-with
-
-> ERROR: AddressSanitizer: new-delete-type-mismatch on 0x6060005b9340 in 
thread T4 (XML Fetch Threa):
->   object passed to delete has wrong type:
->   size of the allocated type:   56 bytes;
->   size of the deallocated type: 16 bytes.
->  #0 in operator delete(void*, unsigned long) at 
llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:172:3
->  #1 in orcus::xml_map_tree::element::~element() at 
workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:238:13
-[...]
->  #25 in std::unique_ptr >::~unique_ptr()
->  #26 in orcus::orcus_xml::~orcus_xml() at 
workdir/UnpackedTarball/liborcus/src/liborcus/orcus_xml.cpp:530:26
->  #27 in ScOrcusXMLContextImpl::importXML(ScOrcusImportXMLParam const&) at 
sc/source/filter/orcus/xmlcontext.cxx:286:5
-[...]
-> 0x6060005b9340 is located 0 bytes inside of 56-byte region 
[0x6060005b9340,0x6060005b9378)
-> allocated by thread T4 (XML Fetch Threa) here:
->  #0 in operator new(unsigned long) at 
llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:99:3
->  #1 in orcus::xml_map_tree::element::element(char const*, orcus::pstring 
const&, orcus::xml_map_tree::element_type, orcus::xml_map_tree::reference_type) 
at workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:203:26
->  #2 in std::unique_ptr > 
orcus::make_unique(char 
const*&, orcus::pstring&&, orcus::xml_map_tree::element_type&&, 
orcus::xml_map_tree::reference_type&&) at 
workdir/UnpackedTarball/liborcus/src/liborcus/../../include/orcus/global.hpp:61:35
->  #3 in 
orcus::xml_map_tree::element::get_or_create_child(orcus::string_pool&, char 
const*, orcus::pstring const&) at 
workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:271:9
->  #4 in orcus::xml_map_tree::get_linked_node(orcus::pstring const&, 
orcus::xml_map_tree::reference_type) at 
workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:722:31
-[...]
-
-Change-Id: Iad8e06ead6f2655a3e26ceeab368e9b50028402f
-Reviewed-on: https://gerrit.libreoffice.org/77519
-Tested-by: Jenkins
-Reviewed-by: Stephan Bergmann 
-(cherry picked from commit ffdc97898b145c9b0cebd22f0393da2c27e17a47)
-
-external/liborcus/version.patch.0 is gone
-
-...since 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
-liborcus to 0.15.0."
-
-Change-Id: I03c5336bbaf65a13f883a30a3fc4238b140a9cef
-Reviewed-on: https://gerrit.libreoffice.org/77521
-Tested-by: Jenkins
-Reviewed-by: Stephan Bergmann 
-(cherry picked from commit 

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 10:10:02
  Author: andyrtr
Revision: 394595

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
(from rev 394594, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 10:09:52 UTC (rev 394594)
+++ PKGBUILD2020-08-23 10:10:02 UTC (rev 394595)
@@ -1,32 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: kusakata 
-
-pkgname=mdds
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
-arch=('any')
-url="https://gitlab.com/mdds/mdds;
-license=('MIT')
-checkdepends=('boost')
-#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-# checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 394594, mdds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-23 10:10:02 UTC (rev 394595)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+# checksums listed there - https://gitlab.com/mdds/mdds
+sha256sums=('f1585c9cbd12f83a6d43d395ac1ab6a9d9d5d77f062c7b5f704e24ed72dae07d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 10:09:52
  Author: andyrtr
Revision: 394594

upgpkg: mdds 1.6.0-1: upstream update 1.6.0

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 09:42:21 UTC (rev 394593)
+++ PKGBUILD2020-08-23 10:09:52 UTC (rev 394594)
@@ -2,7 +2,7 @@
 # Contributor: kusakata 
 
 pkgname=mdds
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
 arch=('any')
@@ -12,7 +12,7 @@
 #source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
 source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
 # checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d')
+sha256sums=('f1585c9cbd12f83a6d43d395ac1ab6a9d9d5d77f062c7b5f704e24ed72dae07d')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:42:08
  Author: andyrtr
Revision: 394592

upgpkg: hplip 1:3.20.6-3: libxcrypt rebuild

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 09:33:35 UTC (rev 394591)
+++ PKGBUILD2020-08-23 09:42:08 UTC (rev 394592)
@@ -5,13 +5,13 @@
 
 pkgname=hplip
 pkgver=3.20.6
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
 url="https://hplipopensource.com;
 license=('GPL2' 'custom')
-depends=('python-dbus' 'python-distro' 'ghostscript' 'net-snmp' 
'foomatic-db-engine' 'python-gobject')
+depends=('python-dbus' 'python-distro' 'ghostscript' 'net-snmp' 
'foomatic-db-engine' 'python-gobject' 'libxcrypt')
 makedepends=('python-pyqt5' 'sane' 'rpcbind' 'cups' 'libusb')
 optdepends=('cups: for printing support'
 'sane: for scanner support'


[arch-commits] Commit in hplip/repos/extra-x86_64 (16 files)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:42:21
  Author: andyrtr
Revision: 394593

archrelease: copy trunk to extra-x86_64

Added:
  
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 394592, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  
hplip/repos/extra-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(from rev 394592, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
  
hplip/repos/extra-x86_64/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
(from rev 394592, 
hplip/trunk/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 394592, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 394592, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip-revert-plugins.patch
(from rev 394592, hplip/trunk/hplip-revert-plugins.patch)
  hplip/repos/extra-x86_64/python3.diff
(from rev 394592, hplip/trunk/python3.diff)
  hplip/repos/extra-x86_64/reproducible-gzip.patch
(from rev 394592, hplip/trunk/reproducible-gzip.patch)
Deleted:
  
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
  
hplip/repos/extra-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  
hplip/repos/extra-x86_64/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip-revert-plugins.patch
  hplip/repos/extra-x86_64/python3.diff
  hplip/repos/extra-x86_64/reproducible-gzip.patch

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |  100 
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch   |   58 
 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch |  226 
 PKGBUILD|  222 
 disable_upgrade.patch   |   28 
 hplip-revert-plugins.patch  | 2624 
+-
 python3.diff|  294 -
 reproducible-gzip.patch |   76 
 8 files changed, 1814 insertions(+), 1814 deletions(-)

Deleted: 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2020-08-23 09:42:08 UTC (rev 394592)
+++ 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
2020-08-23 09:42:21 UTC (rev 394593)
@@ -1,50 +0,0 @@
-From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
-From: Till Kamppeter 
-Date: Sat, 24 Sep 2016 10:37:20 +0200
-Subject: Add 'include ' in various places as CUPS 2.2 moved some
- definitions to ppd.h
-

- configure.in   | 2 +-
- prnt/hpcups/HPCupsFilter.h | 2 ++
- prnt/hpijs/hpcupsfax.cpp   | 1 +
- 3 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.in b/configure.in
-index d3a1ddb..eabe14a 100755
 a/configure.in
-+++ b/configure.in
-@@ -554,7 +554,7 @@ fi
- 
- if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
-AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
--   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
-+   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
-if test "$libusb01_build" = "yes"; then
-   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
-   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
-diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
-index ff5548e..c517989 100644
 a/prnt/hpcups/HPCupsFilter.h
-+++ b/prnt/hpcups/HPCupsFilter.h
-@@ -38,6 +38,8 @@
- 
- #include "dbuscomm.h"
- 
-+#include 
-+
- #define   DBITMAPFILEHEADER   14
- #define   DBITMAPINFOHEADER   40
- 
-diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
-index 8514775..994e50f 100644
 a/prnt/hpijs/hpcupsfax.cpp
-+++ b/prnt/hpijs/hpcupsfax.cpp
-@@ -43,6 +43,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #ifdef FALSE

Copied: 
hplip/repos/extra-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 394592, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch 
(rev 0)
+++ 

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:33:35
  Author: andyrtr
Revision: 394591

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 394590, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 394590, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 394590, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 394590, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 394590, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 394590, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 394590, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 394590, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 394590, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

--+
 PKGBUILD |  347 -
 cups-1.6.2-statedir.patch|   24 +-
 cups-no-export-ssllibs.patch |   24 +-
 cups-systemd-socket.patch|   76 
 cups.install |   40 ++--
 cups.logrotate   |   10 -
 cups.pam |6 
 cups.sysusers|4 
 guid.patch   |   84 -
 9 files changed, 307 insertions(+), 308 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 09:33:20 UTC (rev 394590)
+++ PKGBUILD2020-08-23 09:33:35 UTC (rev 394591)
@@ -1,174 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.3.3
-pkgrel=2
-arch=('x86_64')
-license=('Apache' 'custom')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate
-cups.pam
-cups.sysusers
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch
-guid.patch)
-sha256sums=('261fd948bce8647b6d5cb2a1784f0c24cc52b5c4e827b71d726020bcc502f3ee'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'3d8e24fd340fecef7101672d342433365cf78130b7182ecfd03071e31e894a9b'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-validpgpkeys+=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-prepare() {
-
-  cd "${pkgbase}"-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i "${srcdir}"/cups-no-export-ssllibs.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i "${srcdir}"/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i "${srcdir}"/cups-systemd-socket.patch
-
-  # FS#56818 - https://github.com/apple/cups/issues/5236
-  patch -Np1 -i "${srcdir}"/guid.patch
-
-  # set MaxLogSize to 0 to prevent using cups internal log rotation
-  sed -i -e '5i\ ' conf/cupsd.conf.in
-  sed -i -e '6i# Disable cups internal logging - use logrotate instead' 
conf/cupsd.conf.in
-  sed -i -e '7iMaxLogSize 0' conf/cupsd.conf.in
-
-  # Rebuild configure script for not zipping man-pages.
-  aclocal -I config-scripts
-  autoconf -I config-scripts
-}
-
-build() {
-  cd "${pkgbase}"-${pkgver}
-
-  # use fixed cups user (id 209) since systemd adds "lp" group without a fixed 
id
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --sbindir=/usr/bin \
- --libdir=/usr/lib \
- --with-logdir=/var/log/cups \
- --with-docdir=/usr/share/cups/doc \
-  

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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:33:20
  Author: andyrtr
Revision: 394590

upgpkg: cups 2.3.3-3: libxcrypt rebuild

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 09:27:19 UTC (rev 394589)
+++ PKGBUILD2020-08-23 09:33:20 UTC (rev 394590)
@@ -3,13 +3,13 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.3.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('Apache' 'custom')
 url="https://www.cups.org/;
 makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
  'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus'
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
+ 'avahi'  'hicolor-icon-theme' 'systemd' 'libxcrypt' 'inetutils' 
'libpaper' 'valgrind')
 
source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
 cups.logrotate
 cups.pam
@@ -94,7 +94,7 @@
 
 package_libcups() {
 pkgdesc="The CUPS Printing System - client libraries and headers"
-depends=('gnutls' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'avahi' 'libusb')
+depends=('gnutls' 'libtiff>=4.0.0' 'libpng>=1.5.7' 'krb5' 'avahi' 'libusb' 
'libxcrypt')
 
   cd ${pkgbase}-${pkgver}
   make BUILDROOT="${pkgdir}" install-headers install-libs


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

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:27:05
  Author: andyrtr
Revision: 394588

upgpkg: xorg-xdm 1.1.12-3: libxcrypt rebuild/covered by systemd

Modified:
  xorg-xdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 06:37:44 UTC (rev 394587)
+++ PKGBUILD2020-08-23 09:27:05 UTC (rev 394588)
@@ -3,13 +3,13 @@
 
 pkgname=xorg-xdm
 pkgver=1.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="X Display Manager"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
 license=('custom')
-depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'systemd')
-makedepends=('pkgconfig' 'xorg-util-macros' 'xtrans')
+depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'systemd' 'libxcrypt')
+makedepends=('xorg-util-macros' 'xtrans')
 backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
 source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2
 Xsession-loginshell.patch


[arch-commits] Commit in xorg-xdm/repos/extra-x86_64 (14 files)

2020-08-23 Thread Andreas Radke via arch-commits
Date: Sunday, August 23, 2020 @ 09:27:19
  Author: andyrtr
Revision: 394589

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xdm/repos/extra-x86_64/PKGBUILD
(from rev 394588, xorg-xdm/trunk/PKGBUILD)
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
(from rev 394588, xorg-xdm/trunk/Xsession-loginshell.patch)
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
(from rev 394588, xorg-xdm/trunk/Xsession-xsm.patch)
  xorg-xdm/repos/extra-x86_64/libsystemd.patch
(from rev 394588, xorg-xdm/trunk/libsystemd.patch)
  xorg-xdm/repos/extra-x86_64/nolisten.patch
(from rev 394588, xorg-xdm/trunk/nolisten.patch)
  xorg-xdm/repos/extra-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
(from rev 394588, xorg-xdm/trunk/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch)
  xorg-xdm/repos/extra-x86_64/xdm.pam
(from rev 394588, xorg-xdm/trunk/xdm.pam)
Deleted:
  xorg-xdm/repos/extra-x86_64/PKGBUILD
  xorg-xdm/repos/extra-x86_64/Xsession-loginshell.patch
  xorg-xdm/repos/extra-x86_64/Xsession-xsm.patch
  xorg-xdm/repos/extra-x86_64/libsystemd.patch
  xorg-xdm/repos/extra-x86_64/nolisten.patch
  xorg-xdm/repos/extra-x86_64/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
  xorg-xdm/repos/extra-x86_64/xdm.pam

+
 PKGBUILD   |  154 +--
 Xsession-loginshell.patch  |   30 ++---
 Xsession-xsm.patch |   42 +++
 libsystemd.patch   |   34 ++---
 nolisten.patch |   16 +-
 xdm-1.0.5-sessreg-utmp-fix-bug177890.patch |   16 +-
 xdm.pam|   14 +-
 7 files changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-23 09:27:05 UTC (rev 394588)
+++ PKGBUILD2020-08-23 09:27:19 UTC (rev 394589)
@@ -1,77 +0,0 @@
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
-
-pkgname=xorg-xdm
-pkgver=1.1.12
-pkgrel=2
-pkgdesc="X Display Manager"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('pam' 'libxaw' 'libxinerama' 'xorg-xrdb' 'xorg-sessreg' 'libxft' 
'systemd')
-makedepends=('pkgconfig' 'xorg-util-macros' 'xtrans')
-backup=(etc/X11/xdm/Xaccess etc/X11/xdm/Xresources etc/X11/xdm/Xservers 
etc/X11/xdm/xdm-config etc/pam.d/xdm etc/X11/xdm/Xsetup_0 etc/X11/xdm/Xsession)
-source=(${url}/releases/individual/app/xdm-${pkgver}.tar.bz2
-Xsession-loginshell.patch
-Xsession-xsm.patch
-xdm-1.0.5-sessreg-utmp-fix-bug177890.patch
-xdm.pam
-libsystemd.patch
-nolisten.patch)
-sha512sums=('1a4be0a070ced5db8fda6fc74794c9f9ed0cb37fa440fda6a3a7652aff62dfc3d7ba68b9facf054671ebf0f4db2a0eec29d0aa3716e3407ccd5529bac3553bdb'
-
'cf79d5ced77568f346e0955d955438ce27dae99cca21fdd80df779c97cfc03b3b15b561d483f8a8206e1db0785434b816b3474d6cc20c5adb8072c0985254c69'
-
'9ba9b515d18c595cec402c7d4f2a8c4b9b10d99ee1bb0a86f2c72c813962a325c3c6e85ea5387f11819f8c046761494d6e54df0cb33bb4ab1e87ef354dc61c5b'
-
'698d401899660708dc17eaa84bd2323426afa4c3c094ff8d4a8d9c54e26e073f40dafed67636855bb230f351523a88f1f1ed1ec443d77d92ef65646b5a6976d5'
-
'cb912013a294f0801b357a43f3e5313ffa9ac5fcc493b2318843983388eb0b839c84060a97c355e12ca03f3b056644aa4a2bb8a74ed73a0f2405816b8d6efdc0'
-
'f30243aa8343d245e32a80953dc990d95d0b9048574a1ae777cb81cde14a0e167e544df1d40d7316ec8465571bd6b68cda984bb40c1fe99fc7ce348247cdca71'
-
'36136bdec96dbe034d93b68f14dbd34663e3423520eb8674a5760c7e6379006b32e42c43691cf6d91f9d683bee07e117c7ffc326c50b9e24f7515495e12cd89b')
-
-prepare() {
-  cd xdm-${pkgver}
-  patch -Np0 -i "${srcdir}/Xsession-loginshell.patch"
-  patch -Np1 -i "${srcdir}/Xsession-xsm.patch"
-  patch -Np0 -i "${srcdir}/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch"
-  patch -Np1 -i ../nolisten.patch
-  patch -Np1 -i ../libsystemd.patch
-  autoreconf -vfi
-}
-
-build() {
-  cd xdm-${pkgver}
-
-  # FS#63867 XDM's default userPath / systemPath hide /usr/local 
-  unset DEF_USER_PATH
-
-  ./configure --prefix=/usr \
-  --disable-xdm-auth \
-  --disable-static \
-  --with-xdmconfigdir=/etc/X11/xdm \
-  --with-xdmscriptdir=/etc/X11/xdm \
-  --with-pixmapdir=/usr/share/xdm/pixmaps \
-  DEF_USER_PATH="/usr/local/bin:/usr/bin:/bin" \
-  DEF_SYSTEM_PATH="/usr/local/bin:/usr/bin:/bin"
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd xdm-${pkgver}
-  make check
-}
-
-package() {
-  cd xdm-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/var/lib/xdm"
-  install -m755 -d "${pkgdir}/etc/pam.d"
-  install -m644 "${srcdir}/xdm.pam" "${pkgdir}/etc/pam.d/xdm"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-  sed -i -e 's/\/X11R6//g' 

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

2020-08-22 Thread Andreas Radke via arch-commits
Date: Saturday, August 22, 2020 @ 20:36:38
  Author: andyrtr
Revision: 394581

archrelease: copy trunk to extra-any

Added:
  foomatic-db/repos/extra-any/PKGBUILD
(from rev 394580, foomatic-db/trunk/PKGBUILD)
Deleted:
  foomatic-db/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  250 ++---
 1 file changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-22 20:36:26 UTC (rev 394580)
+++ PKGBUILD2020-08-22 20:36:38 UTC (rev 394581)
@@ -1,125 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgbase="foomatic-db"
-pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
-arch=('any')
-pkgver=20200529
-pkgrel=1
-epoch=3
-
-makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'git')
-url="http://www.linuxprinting.org/foomatic.html;
-options=('!emptydirs')
-
-# check https://github.com/OpenPrinting/foomatic-db
-# for latest commits and development, currently identical to foomatic-4.0 
branch
-
-source=(foomatic-db::git+https://github.com/OpenPrinting/foomatic-db#commit=d62f3b9c31f639d4142b57fa93aaa2010be19921
   #2020-05-27
-
foomatic-db-nonfree::git+https://github.com/OpenPrinting/foomatic-db-nonfree#commit=6ddae02ac89240c019f8b5026cfe70e30fd2b3db
   #2015-06-05
-)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  date +%Y%m%d
-}
-
-prepare(){
-  cp -a foomatic-db foomatic-db-ppds
-  cp -a foomatic-db-nonfree foomatic-db-nonfree-ppds
-}
-
-build() {
-  # foomatic-db
-  pushd foomatic-db
-  ./make_configure
-  ./configure --prefix=/usr \
---disable-gzip-ppds \
---disable-ppds-to-cups \
---with-drivers=NOOBSOLETES,NOEMPTYCMDLINE
-  popd
-  
-  # foomatic-db-ppds
-  pushd foomatic-db-ppds
-  ./make_configure
-  ./configure --prefix=/usr
-  popd
-  
-  # foomatic-db-nonfree
-  pushd foomatic-db-nonfree
-  ./make_configure
-  ./configure --prefix=/usr
-  popd
-  
-  # foomatic-db-nonfree-ppds
-  pushd foomatic-db-nonfree-ppds
-  ./make_configure
-  ./configure --prefix=/usr
-  popd
-}
-
-package_foomatic-db() {
-
- pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
- license=('GPL' 'custom')
- optdepends=('foomatic-db-ppds: PostScript PPD files')
- replaces=('foomatic-db-foo2zjs') # AUR pkg no more conflicting and dropped, 
formerly required by foo2zjs-utils
- conflicts=('foomatic-db-foo2zjs')
- provides=('foomatic-db-foo2zjs')
-
-   cd "${srcdir}"/foomatic-db
-   make DESTDIR="${pkgdir}" install
-   
-   # add some docs
-   install -Dm644 USAGE "${pkgdir}"/usr/share/doc/${pkgname}/USAGE
-   install -Dm644 README "${pkgdir}"/usr/share/doc/${pkgname}/README
-   install -v -Dm644 "${srcdir}"/${pkgname}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-   install -Dm644 
"${pkgdir}"/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm 
"${pkgdir}"/usr/share/doc/${pkgname}/Kyocera/ReadMe.htm
-   # remove files from foomatic-db-ppds pkg
-   rm -rf "${pkgdir}"/usr/share/cups/model/foomatic-db-ppds
-   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/PPD
-}
-
-package_foomatic-db-ppds() {
-
- pkgdesc="Foomatic - PPDs from printer manufacturers"
- license=('GPL' 'custom')
-
-   cd "${srcdir}"/foomatic-db-ppds
-   make DESTDIR="${pkgdir}" install
-
-   # remove files from foomatic-db pkg
-   rm -rf "${pkgdir}"/usr/share/foomatic/db/oldprinterids
-   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/{driver,opt,printer}
-   rm -rf "${pkgdir}"/usr/share/foomatic/xmlschema
-   rm -f "${pkgdir}"/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
-
-   install -v -Dm644 "${srcdir}"/${pkgname}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_foomatic-db-nonfree() {
-
- pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
- license=('custom')
- optdepends=('foomatic-db-nonfree-ppds: nonfree PPD files')
-
-   cd ${srcdir}/foomatic-db-nonfree
-   make DESTDIR="${pkgdir}" install
-   # remove files from foomatic-db-nonfree-ppds pkg
-   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/PPD
-   
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}
-
-package_foomatic-db-nonfree-ppds() {
-
- pkgdesc="Foomatic - non-free PPDs from printer manufacturers"
- license=('custom')
-
-   cd ${srcdir}/foomatic-db-nonfree-ppds
-   make DESTDIR="${pkgdir}" install
-   # remove files from foomatic-db-nonfree pkg
-   rm -rf "${pkgdir}"/usr/share/foomatic/db/source/driver
-   
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: foomatic-db/repos/extra-any/PKGBUILD (from rev 394580, 
foomatic-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD   

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

2020-08-22 Thread Andreas Radke via arch-commits
Date: Saturday, August 22, 2020 @ 20:36:26
  Author: andyrtr
Revision: 394580

upgpkg: foomatic-db 3:20200822-1: update to latest git commit

Modified:
  foomatic-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-22 20:24:29 UTC (rev 394579)
+++ PKGBUILD2020-08-22 20:36:26 UTC (rev 394580)
@@ -3,7 +3,7 @@
 pkgbase="foomatic-db"
 pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
 arch=('any')
-pkgver=20200529
+pkgver=20200822
 pkgrel=1
 epoch=3
 
@@ -14,7 +14,7 @@
 # check https://github.com/OpenPrinting/foomatic-db
 # for latest commits and development, currently identical to foomatic-4.0 
branch
 
-source=(foomatic-db::git+https://github.com/OpenPrinting/foomatic-db#commit=d62f3b9c31f639d4142b57fa93aaa2010be19921
   #2020-05-27
+source=(foomatic-db::git+https://github.com/OpenPrinting/foomatic-db#commit=28466ef2f9f931f49816ed70c499001d1783f5cb
   #2020-08-20
 
foomatic-db-nonfree::git+https://github.com/OpenPrinting/foomatic-db-nonfree#commit=6ddae02ac89240c019f8b5026cfe70e30fd2b3db
   #2015-06-05
 )
 sha256sums=('SKIP'


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

2020-08-22 Thread Andreas Radke via arch-commits
Date: Saturday, August 22, 2020 @ 20:24:29
  Author: andyrtr
Revision: 394579

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 394578, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 394578, sqlite/trunk/license.txt)

-+
 PKGBUILD|  118 ++
 license.txt |   33 
 2 files changed, 151 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 394578, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-22 20:24:29 UTC (rev 394579)
@@ -0,0 +1,118 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=333
+_docver=${_srcver}
+#_docver=333
+pkgver=3.33.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('x86_64')
+license=('custom:Public Domain')
+url="https://www.sqlite.org/;
+makedepends=('tcl' 'readline' 'zlib')
+source=(https://www.sqlite.org/2020/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2020/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+# upstream now switched to sha3sums - currently not suppoerted by makepkg
+sha256sums=('90bf7604a5aa26deece551af7a665fd4ce3d854ea809899c0e4bb19a69d609b8'
+'42f6e7eb03ea26f551760804703d6b81c3017983ccdb5fdbd8b9fc1940cd018e'
+'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline' 'zlib')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff 
"${pkgdir}"/usr/bin/
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/man1
+  install -m644 sqlite3.1 "${pkgdir}"/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 "${srcdir}"/license.txt 
"${pkgdir}"/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir "$srcdir"/tcl
+  mv "$pkgdir"/usr/lib/sqlite* "$srcdir"/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d "${pkgdir}"/usr/lib
+  mv "$srcdir"/tcl/* "${pkgdir}"/usr/lib
+
+  # install manpage
+  install -m755 -d "${pkgdir}"/usr/share/man/mann
+  install -m644 "${srcdir}"/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
"${pkgdir}"/usr/share/man/mann/
+
+  # link license
+  install -m755 -d "${pkgdir}"/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d "${pkgdir}"/usr/bin
+  install -m755 sqlite3_analyzer "${pkgdir}"/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p "${pkgdir}"/usr/share/doc/${pkgbase}
+  cp -R *  "${pkgdir}"/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-x86_64/license.txt (from rev 394578, 
sqlite/trunk/license.txt)
===
--- testing-x86_64/license.txt  (rev 0)
+++ testing-x86_64/license.txt  2020-08-22 20:24:29 UTC (rev 394579)
@@ -0,0 +1,33 @@
+SQLite Copyright

<    1   2   3   4   5   6   7   8   9   10   >