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

2022-09-11 Thread Andreas Radke via arch-commits
Date: Sunday, September 11, 2022 @ 09:58:35
  Author: andyrtr
Revision: 455892

archrelease: copy trunk to staging-x86_64

Added:
  qpdf/repos/staging-x86_64/
  qpdf/repos/staging-x86_64/PKGBUILD
(from rev 455891, qpdf/trunk/PKGBUILD)
  qpdf/repos/staging-x86_64/keys/

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

Copied: qpdf/repos/staging-x86_64/PKGBUILD (from rev 455891, 
qpdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-11 09:58:35 UTC (rev 455892)
@@ -0,0 +1,68 @@
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgbase=qpdf
+pkgname=('qpdf' 'qpdf-docs')
+pkgver=11.0.0
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('x86_64')
+url="https://github.com/qpdf/qpdf;
+license=('custom:Artistic-2.0' 'Apache')
+makedepends=('libjpeg-turbo' 'zlib' 'gnutls' 'cmake'
+ 'texlive-bin' 'texlive-core' 'python-sphinx' 
'python-sphinx_rtd_theme' 'texlive-latexextra')
+# https://github.com/qpdf/qpdf/releases/download/v11.0.0/qpdf-11.0.0.sha256
+source=(#https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
+
https://github.com/qpdf/qpdf/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('8d99e98893f68f52ca3b579770e7e6f4c96612084d6a0e7e05854a6d631b8fe6'
+'SKIP')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
+
+# howto build the docs:
+# https://github.com/qpdf/qpdf/blob/main/build-scripts/build-doc
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-D BUILD_STATIC_LIBS:BOOL=OFF \
+-D REQUIRE_CRYPTO_GNUTLS:BOOL=ON \
+-D REQUIRE_CRYPTO_OPENSSL:BOOL=OFF \
+-D ENABLE_QTC:BOOL=ON \
+-D BUILD_DOC:BOOL=ON
+  make -C build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  make -C build test
+}
+
+package_qpdf() {
+  depends=('libjpeg-turbo' 'zlib' 'gnutls')
+
+  cd ${pkgbase}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install 
+
+  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
+  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
+
+  rm -rf "${pkgdir}"/usr/share/doc
+
+  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgbase}
+  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgbase}/
+}
+
+package_qpdf-docs() {
+  pkgdesc+=" (documentation)"
+
+  cd ${pkgbase}-${pkgver}
+  mkdir -m755 -p "${pkgdir}"/usr/share/doc/qpdf/singlehtml
+  pushd build/manual/doc-dist
+cp -a manual-single-page-html/* "${pkgdir}"/usr/share/doc/qpdf/singlehtml/
+install -Dm644 qpdf-manual.pdf 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
+  popd
+  make -C build/examples DESTDIR="${pkgdir}" install
+}



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

2022-09-11 Thread Andreas Radke via arch-commits
Date: Sunday, September 11, 2022 @ 09:58:24
  Author: andyrtr
Revision: 455891

upgpkg: qpdf 11.0.0-1: upstream update 11.0.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-11 09:47:45 UTC (rev 455890)
+++ PKGBUILD2022-09-11 09:58:24 UTC (rev 455891)
@@ -5,19 +5,18 @@
 
 pkgbase=qpdf
 pkgname=('qpdf' 'qpdf-docs')
-pkgver=10.6.3
+pkgver=11.0.0
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
 url="https://github.com/qpdf/qpdf;
 license=('custom:Artistic-2.0' 'Apache')
-makedepends=('libjpeg-turbo' 'zlib' 'gnutls'
+makedepends=('libjpeg-turbo' 'zlib' 'gnutls' 'cmake'
  'texlive-bin' 'texlive-core' 'python-sphinx' 
'python-sphinx_rtd_theme' 'texlive-latexextra')
-#optdepends=('perl:required for fix-qdf')
-#checkdepends=('perl')
-# 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.6.3/qpdf-10.6.3.sha256
-source=(https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('e8fc23b2a584ea68c963a897515d3eb3129186741dd19d13c86d31fa33493811'
+# https://github.com/qpdf/qpdf/releases/download/v11.0.0/qpdf-11.0.0.sha256
+source=(#https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
+
https://github.com/qpdf/qpdf/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('8d99e98893f68f52ca3b579770e7e6f4c96612084d6a0e7e05854a6d631b8fe6'
 'SKIP')
 validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
 
@@ -26,20 +25,19 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-crypto-gnutls \
---disable-crypto-openssl \
---disable-implicit-crypto \
---enable-show-failed-test-output \
---enable-doc-maintenance
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make doc-dist DOC_DEST=doc
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-D BUILD_STATIC_LIBS:BOOL=OFF \
+-D REQUIRE_CRYPTO_GNUTLS:BOOL=ON \
+-D REQUIRE_CRYPTO_OPENSSL:BOOL=OFF \
+-D ENABLE_QTC:BOOL=ON \
+-D BUILD_DOC:BOOL=ON
+  make -C build
 }
 
 check() {
   cd ${pkgbase}-${pkgver}
-  make check # passes all
+  make -C build test
 }
 
 package_qpdf() {
@@ -46,7 +44,7 @@
   depends=('libjpeg-turbo' 'zlib' 'gnutls')
 
   cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
+  make -C build DESTDIR="${pkgdir}" install 
 
   install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
   install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
@@ -61,7 +59,10 @@
   pkgdesc+=" (documentation)"
 
   cd ${pkgbase}-${pkgver}
-  mkdir -m755 -p "${pkgdir}"/usr/share/doc/qpdf
-  cp -a doc/singlehtml "${pkgdir}"/usr/share/doc/qpdf/
-  install -Dm644 doc/qpdf-manual.pdf 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
+  mkdir -m755 -p "${pkgdir}"/usr/share/doc/qpdf/singlehtml
+  pushd build/manual/doc-dist
+cp -a manual-single-page-html/* "${pkgdir}"/usr/share/doc/qpdf/singlehtml/
+install -Dm644 qpdf-manual.pdf 
"${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
+  popd
+  make -C build/examples DESTDIR="${pkgdir}" install
 }



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

2022-09-11 Thread Andreas Radke via arch-commits
Date: Sunday, September 11, 2022 @ 07:03:33
  Author: andyrtr
Revision: 455796

archrelease: copy trunk to extra-x86_64

Added:
  libxft/repos/extra-x86_64/PKGBUILD
(from rev 455795, libxft/trunk/PKGBUILD)
  libxft/repos/extra-x86_64/keys/
Deleted:
  libxft/repos/extra-x86_64/PKGBUILD
  libxft/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-11 07:03:22 UTC (rev 455795)
+++ PKGBUILD2022-09-11 07:03:33 UTC (rev 455796)
@@ -1,38 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Jan de Groot 
-
-pkgname=libxft
-pkgver=2.3.5
-pkgrel=2
-pkgdesc="FreeType-based font drawing library for X"
-arch=('x86_64')
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig}
-
0001_Fix_length_check_in_XftTextExtents.patch::https://gitlab.freedesktop.org/xorg/lib/libxft/-/commit/95284856783b824a714b7506762f4adce3bb17ce.patch)
-sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
-'SKIP'
-'SKIP')
-#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
-
-prepare() {
-  cd libXft-${pkgver}
-  patch -Np1 -i ../0001_Fix_length_check_in_XftTextExtents.patch
-}
-
-build() {
-  cd libXft-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd libXft-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-}

Copied: libxft/repos/extra-x86_64/PKGBUILD (from rev 455795, 
libxft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-11 07:03:33 UTC (rev 455796)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=libxft
+pkgver=2.3.6
+pkgrel=1
+pkgdesc="FreeType-based font drawing library for X"
+arch=('x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('fontconfig' 'libxrender')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
+sha512sums=('732f8c635fcac6010012ba8c10c23d2dd6ec79b0f096d6bcc9b7e36d2ca0817387faa7ee5bb6f43cff02adc68e4234c1b8f95021ebc548f61c492e0b76836d90'
+'SKIP')
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
+
+build() {
+  cd libXft-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXft-${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 libxft/trunk (PKGBUILD)

2022-09-11 Thread Andreas Radke via arch-commits
Date: Sunday, September 11, 2022 @ 07:03:22
  Author: andyrtr
Revision: 455795

upgpkg: libxft 2.3.6-1: upstream update 2.3.6

Modified:
  libxft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 23:42:50 UTC (rev 455794)
+++ PKGBUILD2022-09-11 07:03:22 UTC (rev 455795)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=libxft
-pkgver=2.3.5
-pkgrel=2
+pkgver=2.3.6
+pkgrel=1
 pkgdesc="FreeType-based font drawing library for X"
 arch=('x86_64')
 license=('custom')
@@ -10,19 +10,12 @@
 url="https://xorg.freedesktop.org/;
 depends=('fontconfig' 'libxrender')
 makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig}
-
0001_Fix_length_check_in_XftTextExtents.patch::https://gitlab.freedesktop.org/xorg/lib/libxft/-/commit/95284856783b824a714b7506762f4adce3bb17ce.patch)
-sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
-'SKIP'
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
+sha512sums=('732f8c635fcac6010012ba8c10c23d2dd6ec79b0f096d6bcc9b7e36d2ca0817387faa7ee5bb6f43cff02adc68e4234c1b8f95021ebc548f61c492e0b76836d90'
 'SKIP')
 #validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
 
-prepare() {
-  cd libXft-${pkgver}
-  patch -Np1 -i ../0001_Fix_length_check_in_XftTextExtents.patch
-}
-
 build() {
   cd libXft-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static



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

2022-09-10 Thread Andreas Radke via arch-commits
Date: Saturday, September 10, 2022 @ 06:16:18
  Author: andyrtr
Revision: 455746

archrelease: copy trunk to extra-x86_64

Added:
  nuspell/repos/extra-x86_64/PKGBUILD
(from rev 455745, nuspell/trunk/PKGBUILD)
Deleted:
  nuspell/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 06:16:06 UTC (rev 455745)
+++ PKGBUILD2022-09-10 06:16:18 UTC (rev 455746)
@@ -1,48 +0,0 @@
-# Maintainer: AndyRTR 
-# Conributor: Mélanie Chauvel (ariasuni) 
-
-pkgname=nuspell
-pkgver=5.1.0
-pkgrel=2
-pkgdesc='Fast and safe spellchecking C++ library'
-arch=('x86_64')
-url='https://nuspell.github.io/'
-license=('LGPL3')
-depends=('icu')
-makedepends=('cmake' 'pandoc')
-#makedepends=('cmake' 'ruby-ronn')
-checkdepends=('catch2')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz;)
-#
${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
-sha512sums=('08ce776d224c66ba4bdd8cb22943741f30e8e5ba03396bfef1db598321c9b0f8814dacffcb52287b3b669426c7b08e2c1a40323341a9ff9768a7187002e1d77a')
-#'SKIP')
-
-
-# 1st rebuild enchant
-# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
-
-prepare() {
-  mkdir build
-  # temporarily use ronn - pandoc is unusable due to a separate haskell rebuild
-#  patch -Rp1 -f -d ${pkgname}-${pkgver} <${pkgname}-pandoc.patch || /bin/true
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: nuspell/repos/extra-x86_64/PKGBUILD (from rev 455745, 
nuspell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 06:16:18 UTC (rev 455746)
@@ -0,0 +1,42 @@
+# Maintainer: AndyRTR 
+# Conributor: Mélanie Chauvel (ariasuni) 
+
+pkgname=nuspell
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='Fast and safe spellchecking C++ library'
+arch=('x86_64')
+url='https://nuspell.github.io/'
+license=('LGPL3')
+depends=('icu')
+makedepends=('cmake' 'pandoc')
+checkdepends=('catch2')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz;)
+sha512sums=('c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c')
+
+# 1st rebuild enchant
+# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_SHARED_LIBS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



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

2022-09-10 Thread Andreas Radke via arch-commits
Date: Saturday, September 10, 2022 @ 06:16:06
  Author: andyrtr
Revision: 455745

upgpkg: nuspell 5.1.1-1: upstream update 5.1.1

Modified:
  nuspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 04:19:19 UTC (rev 455744)
+++ PKGBUILD2022-09-10 06:16:06 UTC (rev 455745)
@@ -2,8 +2,8 @@
 # Conributor: Mélanie Chauvel (ariasuni) 
 
 pkgname=nuspell
-pkgver=5.1.0
-pkgrel=2
+pkgver=5.1.1
+pkgrel=1
 pkgdesc='Fast and safe spellchecking C++ library'
 arch=('x86_64')
 url='https://nuspell.github.io/'
@@ -10,21 +10,15 @@
 license=('LGPL3')
 depends=('icu')
 makedepends=('cmake' 'pandoc')
-#makedepends=('cmake' 'ruby-ronn')
 checkdepends=('catch2')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz;)
-#
${pkgname}-pandoc.patch::https://github.com/nuspell/nuspell/commit/5d4f685011b2.patch)
-sha512sums=('08ce776d224c66ba4bdd8cb22943741f30e8e5ba03396bfef1db598321c9b0f8814dacffcb52287b3b669426c7b08e2c1a40323341a9ff9768a7187002e1d77a')
-#'SKIP')
+sha512sums=('c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c')
 
-
 # 1st rebuild enchant
 # 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
 
 prepare() {
   mkdir build
-  # temporarily use ronn - pandoc is unusable due to a separate haskell rebuild
-#  patch -Rp1 -f -d ${pkgname}-${pkgver} <${pkgname}-pandoc.patch || /bin/true
 }
 
 build() {



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

2022-09-09 Thread Andreas Radke via arch-commits
Date: Friday, September 9, 2022 @ 06:15:51
  Author: andyrtr
Revision: 455647

archrelease: copy trunk to extra-x86_64

Added:
  libxft/repos/extra-x86_64/PKGBUILD
(from rev 455646, libxft/trunk/PKGBUILD)
  libxft/repos/extra-x86_64/keys/
Deleted:
  libxft/repos/extra-x86_64/PKGBUILD
  libxft/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-09 06:15:39 UTC (rev 455646)
+++ PKGBUILD2022-09-09 06:15:51 UTC (rev 455647)
@@ -1,31 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Jan de Groot 
-
-pkgname=libxft
-pkgver=2.3.5
-pkgrel=1
-pkgdesc="FreeType-based font drawing library for X"
-arch=('x86_64')
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
-sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
-'SKIP')
-#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
-
-build() {
-  cd libXft-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd libXft-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-}

Copied: libxft/repos/extra-x86_64/PKGBUILD (from rev 455646, 
libxft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-09 06:15:51 UTC (rev 455647)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=libxft
+pkgver=2.3.5
+pkgrel=2
+pkgdesc="FreeType-based font drawing library for X"
+arch=('x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('fontconfig' 'libxrender')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig}
+
0001_Fix_length_check_in_XftTextExtents.patch::https://gitlab.freedesktop.org/xorg/lib/libxft/-/commit/95284856783b824a714b7506762f4adce3bb17ce.patch)
+sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
+'SKIP'
+'SKIP')
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
+
+prepare() {
+  cd libXft-${pkgver}
+  patch -Np1 -i ../0001_Fix_length_check_in_XftTextExtents.patch
+}
+
+build() {
+  cd libXft-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXft-${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 libxft/trunk (PKGBUILD)

2022-09-09 Thread Andreas Radke via arch-commits
Date: Friday, September 9, 2022 @ 06:15:39
  Author: andyrtr
Revision: 455646

upgpkg: libxft 2.3.5-2: Fix length check in XftTextExtents*. - FS#75857

Modified:
  libxft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 22:00:53 UTC (rev 455645)
+++ PKGBUILD2022-09-09 06:15:39 UTC (rev 455646)
@@ -3,7 +3,7 @@
 
 pkgname=libxft
 pkgver=2.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="FreeType-based font drawing library for X"
 arch=('x86_64')
 license=('custom')
@@ -10,12 +10,19 @@
 url="https://xorg.freedesktop.org/;
 depends=('fontconfig' 'libxrender')
 makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig}
+
0001_Fix_length_check_in_XftTextExtents.patch::https://gitlab.freedesktop.org/xorg/lib/libxft/-/commit/95284856783b824a714b7506762f4adce3bb17ce.patch)
 
sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
+'SKIP'
 'SKIP')
 #validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
 
+prepare() {
+  cd libXft-${pkgver}
+  patch -Np1 -i ../0001_Fix_length_check_in_XftTextExtents.patch
+}
+
 build() {
   cd libXft-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static



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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 18:05:36
  Author: andyrtr
Revision: 455611

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 455610, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/keys/
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 455610, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 455610, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-poppler-22.09.0.patch
(from rev 455610, libreoffice-fresh/trunk/libreoffice-poppler-22.09.0.patch)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 455610, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/soffice-template.desktop.in
(from rev 455610, libreoffice-fresh/trunk/soffice-template.desktop.in)
Deleted:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/keys/
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-poppler-22.09.0.patch
  
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 |  797 -
 libreoffice-fresh.csh|   15 
 libreoffice-fresh.sh |   15 
 libreoffice-poppler-22.09.0.patch|   92 -
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 soffice-template.desktop.in  |   14 
 6 files changed, 488 insertions(+), 481 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 18:05:19 UTC (rev 455610)
+++ PKGBUILD2022-09-08 18:05:36 UTC (rev 455611)
@@ -1,396 +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.4.0.3
-pkgver=7.4.0
-pkgrel=3
-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'
-   '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' 'xmlsec' 'rxvt-unicode' 'gpgme' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-   'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
-   'libffi' 'box2d' 'git'
-)
-options=('!lto') # using --enable-lto (for parallel link-time optimization)
-_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-2021-03-05.tar.bz2
-   

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 18:05:19
  Author: andyrtr
Revision: 455610

upgpkg: libreoffice-fresh 7.4.0-4: go back again to build with internal heavily 
patched libcmis - fixes FS#75847; also build experimental gtk4 desktop 
integration

Modified:
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-fresh/trunk/libreoffice-fresh.csh
  libreoffice-fresh/trunk/libreoffice-fresh.sh

---+
 PKGBUILD  |   21 +
 libreoffice-fresh.csh |1 +
 libreoffice-fresh.sh  |1 +
 3 files changed, 15 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 17:32:17 UTC (rev 455609)
+++ PKGBUILD2022-09-08 18:05:19 UTC (rev 455610)
@@ -1,5 +1,5 @@
 # Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
+# Contributor: 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
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.4.0.3
 pkgver=7.4.0
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -23,12 +23,12 @@
'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'
+   'gperf' 'gtk3' 'gtk4' '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'
'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libexttextcat' 'gobject-introspection' # 'libfbclient' 'libcmis' 
'libtommath' 'libzmf' 'xmlsec' 'rxvt-unicode' 'gpgme' 
'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
@@ -53,6 +53,7 @@
${_additional_source_url}/lxml-4.1.1.tgz
${_additional_source_url}/Firebird-3.0.7.33374-0.tar.bz2

${_additional_source_url}/skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz
+   ${_additional_source_url}/libcmis-0.5.2.tar.xz
${_additional_source_url}/zxing-cpp-1.2.0.tar.gz
 ${_additional_source_url}/dragonbox-1.1.0.tar.gz

${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
@@ -76,6 +77,7 @@
lxml-4.1.1.tgz
Firebird-3.0.7.33374-0.tar.bz2
skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz
+   libcmis-0.5.2.tar.xz
zxing-cpp-1.2.0.tar.gz
dragonbox-1.1.0.tar.gz
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar  # 
for test suite
@@ -103,6 +105,7 @@
 '940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e'
 'acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76'
 'c094a6247e44104beaaa0d00c825beb6baf1a8e532dc22214747495317a65bd9'
+'d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2'
 '653d9e44195d86cf64a36af9ff3a1978ec5599df3882439fefa56e7064f55e8a'
 '293247ccba995ec47ae3abb52c3e83904a7d71efb7093d4c0d2c6367c1cc1e20'
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
@@ -112,8 +115,8 @@
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '95716d255aae9d8795eb76c634541f82a094b87dfeaa6ffcdbd97c0f19c14ac4'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
-'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
-'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
+'b20cc7c79e8e5d2c56eb17cf0f1e3bea7a2ceb243308a1bff3af24bf54f7d1f5'
+'b679a22ecad2892ac9854d80c5c77e404467236bae9fe094637b48ccad37da9d')
 
 prepare() {
 
@@ -177,6 +180,7 @@
--enable-kf5 \
--enable-qt5 \
--enable-gtk3 \
+   --enable-gtk4 \
--enable-introspection \
--enable-lto \
--enable-openssl \
@@ -193,7 +197,7 @@
--with-system-mdds\
--without-myspell-dicts \
--with-system-libvisio \
-   --with-system-libcmis \
+   --without-system-libcmis \
--with-system-libmspub \
--with-system-libexttextcat \
--with-system-orcus \
@@ -290,7 +294,7 @@
 

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 17:32:17
  Author: andyrtr
Revision: 455609

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD | 1144 ++---
 1 file changed, 572 insertions(+), 572 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 17:31:39 UTC (rev 455608)
+++ PKGBUILD2022-09-08 17:32:17 UTC (rev 455609)
@@ -1,572 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-still-i18n
-
-pkgver=7.3.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"
-
-# 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-IN "Bengali (India)" 1'
-  'bn"Bengali" 1'
-  'bo"Tibetan" 1'
-  'br"Breton"  0'
-  'brx   "Bodo"0'
-  'bs"Bosnian" 1'
-  'ca-valencia   "Catalan (Valencia)"  1'
-  'ca"Catalan" 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"   

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 17:31:39
  Author: andyrtr
Revision: 455608

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

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 17:22:48 UTC (rev 455607)
+++ PKGBUILD2022-09-08 17:31:39 UTC (rev 455608)
@@ -1,9 +1,9 @@
 # Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Bartłomiej Piotrowski 
 
 pkgbase=libreoffice-still-i18n
 
-pkgver=7.3.5
+pkgver=7.3.6
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -149,369 +149,369 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('0f3652dab4b3966ec47807bed4fcff8fe018b79333a2abe081101b11cb283578'
+sha256sums=('391f0039d5527bd504de457ba8d8c4e1983f3bd04e7e52aa9426d00e4c875539'
 'SKIP'
-'807e13d123c15c9bff2dd84ccdaff5f35b85f1a07f90ee7c3f896232e6eb9975'
+'eec2d4b265607156e3661e3cb4ac3cf5d7a37e9b9b689ad0f417636854dab45d'
 'SKIP'
-'113c1e5b4eb62cb718b1aabaccefee81b437bc21eb097be45400d48784213801'
+'23c0ca51a5f004c525981e42681bf57c8a780e1464049618454be2f4c0b0476c'
 'SKIP'
-'92604059457ed4357b24043eded5d53042da7e7146b493cd36ea7cdb78348583'
+'fc509d1d96f77122012160edfa58928c86c4401aa3aeb308ac086335b69eb3ec'
 'SKIP'
-'626e9eab93a1540b93c149c1f5f9ba588a14f8dfc581fb96095e1e76b6c96eb4'
+'a757afc30c5be7b9b1c1e4cd00631f3096fbbf5b864e88cd9e28e2452dc3ef12'
 'SKIP'
-'525635df57524408abc9585b53e4dc6d79267457b06c686561bc427226f9f717'
+'58ddce6e0db07e84430e103e4683ae48a1ff97dd26b7693b1c3805f7b2025312'
 'SKIP'
-'4b2e0ac419d28e75adae3606e02e974f9e567589234e9ff77e4fb70f7f98dba1'
+'09234f50e1c114fa1576cb217dff4042932163cf2df41e994ec108a3b2780833'
 'SKIP'
-'d960580ed274265e4999f67f6c3c415f02e7851f9b5c5d586ff0eaa722751901'
+'fc49cb21f565e2dfe29c05b85efaa0a1cebcccf07a3919f19d300d9b46c6970e'
 'SKIP'
-'5dcb665386dc6129b3d58351db7f3e5230ff33a4c0e662e440f7ccf22ab3cda7'
+'c2572e3732aa8894c6077ce7eaafee5b3177b25821105e5d94cd5a1b7d2ea4ee'
 'SKIP'
-'70b72d39d08045e5bb7a847fc9e28ceb83a5271e95d486608e4b9ca740e1981d'
+'8cc22bcd71b7df579b857d1e2e9071a11e405639bad5668b88a09104033e0de5'
 'SKIP'
-'c759fc7c96a5267ff5bb06455527cb7475afe6ac9de43ececc3e37449c57696d'
+'dc2aa8ae692f33580e8836fa9e09c726c5864749f972a39c50e40cae73baaa5c'
 'SKIP'
-'f6a4419824c5f92c36ed3486080aea39d87672f265f2c8b9a11b39e990b3ba68'
+'debcccd0e3009dd1d8df2232a72a52d76b6212d0e2a31ab13ce8f0c19d920484'
 'SKIP'
-'0f356d54b511e2c9858aa4b0926446a3d38237171d40ec68f26141148512f30f'
+'d900e9d12a5ff0ddccec6ee1ac013f521cb4fe9f7e78230c06c057df952aaa73'
 'SKIP'
-'908d6c451b9aab65a0d28937883271b29301cc1ebcbc890ecbb297f53e91da52'
+'b94ecd061641f3ef7a78bfee8fa5cc3ce409414b434afdcc9c600f47a6d8b5e4'
 'SKIP'
-'ec4c001afa0ca07ef252284d9903b0cb93e031eaf06c5791f87e9159b20aca73'
+'576bc6ac9554af496af77336dd7b4cad0fc009acd6a51573a9b6a5767033bb58'
 'SKIP'
-'4d0668eacb979351d6c9df54221c317765cd1e1c1b83f99290560ef3f482cf89'
+'eedf9c88b4ba051923c7a9f0bf3dc6838f054e9997b1b703144b69fadda9d5b7'
 'SKIP'
-'b9b42f99c4dcded040ab03c1b5b17666ea76469e3b20b9d62b35bcbc97263c72'
+'5f4eb1c17f1163db13c516633d2f35229a66bdaec89401d59e41b48e2f6ae64d'
 'SKIP'
-'85866d1cf2705e3d4b60fd948b0add6b8240bb9062bb31aaeb8c2d152c253b51'
+'d2fc76b44c91982f6c5c0ea8c03ea2f7bfe8df896dd31eb8d74be8ff72ac7d6d'
 'SKIP'
-'1b4e9659b7d472999d5b6e31442b5d34a538b0679116fbdbf5171c75d8924aa3'
+'910ffb768c4a028715546a59a6382535bdc76fcab867370dbbd52332e593124f'
 'SKIP'
-'033ba70ea13ba3b52c21afb7324fbe50f87ee79f0cd4854e7614fc634ae7f937'
+'226f69d27161d45ec07db048d384c3f9b760630c24646e9d925f7e5bfa89'
 'SKIP'
-'0233777fbb3bef4a66c37b6fb0eec67fbc953dffa28d4f3698008323c9e81e89'
+'083683ddf8297b433696d4af83900723f3941761bdd26257bffcb90d9da3292a'
 'SKIP'
-'5cb6e9b11684069eb8e223dec769cb63585a2451497c3b5549086904fc1043e1'
+'b85fd75561f2d98b304da365648140866b70ee5fd747c7f4792d7deeef3b4e91'
 'SKIP'
-

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 17:22:48
  Author: andyrtr
Revision: 455607

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-still/repos/extra-x86_64/PKGBUILD
(from rev 455606, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/extra-x86_64/firebird-icu70.patch
(from rev 455606, libreoffice-still/trunk/firebird-icu70.patch)
  libreoffice-still/repos/extra-x86_64/keys/
  libreoffice-still/repos/extra-x86_64/libreoffice-poppler-22.09.0.patch
(from rev 455606, libreoffice-still/trunk/libreoffice-poppler-22.09.0.patch)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.csh
(from rev 455606, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/extra-x86_64/libreoffice-still.sh
(from rev 455606, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 455606, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/extra-x86_64/soffice-template.desktop.in
(from rev 455606, libreoffice-still/trunk/soffice-template.desktop.in)
Deleted:
  libreoffice-still/repos/extra-x86_64/PKGBUILD
  libreoffice-still/repos/extra-x86_64/firebird-icu70.patch
  libreoffice-still/repos/extra-x86_64/keys/
  libreoffice-still/repos/extra-x86_64/libreoffice-poppler-22.09.0.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

--+
 PKGBUILD |  790 ++--
 firebird-icu70.patch | 1106 -
 libreoffice-poppler-22.09.0.patch|   92 -
 libreoffice-still.csh|   14 
 libreoffice-still.sh |   14 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 soffice-template.desktop.in  |   14 
 7 files changed, 1034 insertions(+), 1032 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-08 17:22:29 UTC (rev 455606)
+++ PKGBUILD2022-09-08 17:22:48 UTC (rev 455607)
@@ -1,394 +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-still
-pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=7.3.5.2
-pkgver=7.3.5
-pkgrel=3
-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' 'xmlsec' 'rxvt-unicode' 'gpgme' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-   'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
-   'libffi' 'box2d' 'git'
-)
-options=('!lto') # using --enable-lto (for parallel link-time optimization)
-_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 

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 17:22:29
  Author: andyrtr
Revision: 455606

upgpkg: libreoffice-still 7.3.6-1: upstream update 7.3.6; go back again to 
build with internal heavily patched libcmis - fixes FS#75847

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 16:57:39 UTC (rev 455605)
+++ PKGBUILD2022-09-08 17:22:29 UTC (rev 455606)
@@ -1,5 +1,5 @@
 # Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
+# Contributor: 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
@@ -10,9 +10,9 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=7.3.5.2
-pkgver=7.3.5
-pkgrel=3
+_LOver=7.3.6.2
+pkgver=7.3.6
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -28,10 +28,10 @@
'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'
+   'libexttextcat' 'gobject-introspection' # 'libfbclient' 'libcmis' 
'libtommath' 'libzmf' 'xmlsec' 'rxvt-unicode' 'gpgme' 
'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-   'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
+   'abseil-cpp' 'clang' #'zxing-cpp'
'libffi' 'box2d' 'git'
 )
 options=('!lto') # using --enable-lto (for parallel link-time optimization)
@@ -53,6 +53,7 @@
${_additional_source_url}/lxml-4.1.1.tgz
${_additional_source_url}/Firebird-3.0.7.33374-0.tar.bz2

${_additional_source_url}/skia-m97-a7230803d64ae9d44f4e1282444801119a3ae967.tar.xz
+   ${_additional_source_url}/libcmis-0.5.2.tar.xz
${_additional_source_url}/zxing-cpp-1.2.0.tar.gz

${_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
@@ -75,6 +76,7 @@
lxml-4.1.1.tgz
Firebird-3.0.7.33374-0.tar.bz2
skia-m97-a7230803d64ae9d44f4e1282444801119a3ae967.tar.xz
+   libcmis-0.5.2.tar.xz
zxing-cpp-1.2.0.tar.gz
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar  # 
for test suite

odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
  # for test suite
@@ -82,11 +84,11 @@
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('9b3e0db1ee153330ea05f04109bd817dbac2203d2eed83ef54be54d4c741e991'
+sha256sums=('3303d6af6ffbbc58345051a0090c1336f8b93c49c7861c6534bceea205aed5a3'
 'SKIP'
-'9571c1953d7297d158dee8849f7e6315b102fb0cafb2280693e6064ef8013ca2'
+'6f756f68d11f9f2b56a897a401638aa243680a779f5dd420601ec7a69b6b6b4b'
 'SKIP'
-'d2fe9df14d1d7bbf16dd4c7f2fc9331622619d18caadf612d932496f52e146b2'
+'be3b615df04feaf458de5301962b6124cedbe525f7baf0701298b7d08796fc38'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
@@ -101,6 +103,7 @@
 '940caef1ec7c78e0c34b0f6b94fe42d0f2022915ffc78643d28538a5cfd0f40e'
 'acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76'
 '97e859e8467eca9d2441cd23079b61c2c3863b5687620f18cc31a9f966740177'
+'d7b18d9602190e10d437f8a964a32e983afd57e2db316a07d87477a79f5000a2'
 '653d9e44195d86cf64a36af9ff3a1978ec5599df3882439fefa56e7064f55e8a'
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
 '984f2a479df79e27e7b01a5815ac53ae64e07746b882262d8a64566494515504'
@@ -191,7 +194,7 @@
--with-system-mdds\
--without-myspell-dicts \
--with-system-libvisio \
-   --with-system-libcmis \
+   --without-system-libcmis \
--with-system-libmspub \
--with-system-libexttextcat \
--with-system-orcus \
@@ -222,7 +225,6 @@
--with-system-libzmf \
--with-system-gpgmepp \
--with-system-libstaroffice \
-   --with-system-cuckoo \
--with-system-serf \

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:52:48
  Author: andyrtr
Revision: 1296856

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 1296855, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1296855, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 13:52:48 UTC (rev 1296856)
@@ -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=268
+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)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:52:43
  Author: andyrtr
Revision: 1296855

upgpkg: tp_smapi-lts 0.43-268: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 13:52:17 UTC (rev 1296854)
+++ PKGBUILD2022-09-08 13:52:43 UTC (rev 1296855)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=267
+pkgrel=268
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:52:17
  Author: andyrtr
Revision: 1296854

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 1296853, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/keys/

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1296853, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 13:52:17 UTC (rev 1296854)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.050.03
+pkgrel=23
+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
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+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" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:52:11
  Author: andyrtr
Revision: 1296853

upgpkg: r8168-lts 8.050.03-23: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 13:52:05 UTC (rev 1296852)
+++ PKGBUILD2022-09-08 13:52:11 UTC (rev 1296853)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=22
+pkgrel=23
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



[arch-commits] Commit in iwd/repos (5 files)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:52:05
  Author: andyrtr
Revision: 1296852

archrelease: copy trunk to community-testing-x86_64

Added:
  iwd/repos/community-testing-x86_64/
  iwd/repos/community-testing-x86_64/ChangeLog
(from rev 1296851, iwd/trunk/ChangeLog)
  iwd/repos/community-testing-x86_64/PKGBUILD
(from rev 1296851, iwd/trunk/PKGBUILD)
  iwd/repos/community-testing-x86_64/iwd.install
(from rev 1296851, iwd/trunk/iwd.install)
  iwd/repos/community-testing-x86_64/keys/

-+
 ChangeLog   |  213 ++
 PKGBUILD|   52 ++
 iwd.install |6 +
 3 files changed, 271 insertions(+)

Copied: iwd/repos/community-testing-x86_64/ChangeLog (from rev 1296851, 
iwd/trunk/ChangeLog)
===
--- community-testing-x86_64/ChangeLog  (rev 0)
+++ community-testing-x86_64/ChangeLog  2022-09-08 13:52:05 UTC (rev 1296852)
@@ -0,0 +1,213 @@
+ver 1.9:
+   Fix issue with WPA3 connections in transition mode.
+   Fix issue with handling roaming attempt failures.
+   Add support for radio management work queue.
+   Add support P2P service manager interface.
+   Add support for WiFi Display client API.
+
+ver 1.8:
+   Fix issue with handling FT AKMs when not supported.
+   Fix issue with handling FILS and RSNE in authenticate.
+   Fix issue with handling auto-connection and quick scan.
+   Fix issue with sending multiple scan requests.
+   Add support for P2P feature and API.
+
+ver 1.7:
+   Fix issue with APs that send IGTK falsely in big endian.
+   Fix issue with setting linkmode & operstate for open networks.
+
+ver 1.6:
+   Fix issue with handling missing AP stop events.
+   Fix issue with handling out-of-order disconnect events.
+   Fix issue with handling missing auth/assoc support.
+   Fix issue with handling omitted EAP-TLS-CACert.
+   Fix issue with handling OWE PTK derivation.
+   Add support for internal frame exchange API.
+   Add support for MAC randomization and override.
+   Add support for per-network MAC addresses.
+
+ver 1.5:
+   Fix issue with handling missing NEW_WIPHY events.
+   Fix issue with interface creation and NEW_WIPHY events.
+   Fix issue with handling LastConnectedTime property change.
+   Fix issue with PEAPv0 interoperability with Windows.
+
+ver 1.4:
+   Fix issue with handling Crypto-Binding and invalid MACs.
+   Fix issue with handling change station error results.
+   Fix issue with handling DNS resolving installations.
+
+ver 1.3:
+   Fix issue with handling EAP-GTC and password requests.
+   Fix issue with handling Crypto-Binding TLV for PEAPv0.
+   Fix issue with handling key installation and PEAP Phase 2.
+   Fix issue with handling externally triggered scan requests.
+   Fix issue with handling RCPI calculation for RRM requests.
+
+ver 1.2:
+   Fix issue with handling scan requests while connecting.
+   Fix issue with handling scan duration for RRM requests.
+   Fix issue with handling parent TSF value for RRM requests.
+
+ver 1.1:
+   Fix issue with simple configuration support checks.
+   Fix issue with handling TLS tunnel and PEAPv0.
+   Add support for radio resource management.
+
+ver 1.0:
+   Add support for stable D-Bus interfaces.
+   Add support for network configuration documentation.
+
+ver 0.23:
+   Fix issue with strict certificate chain checks.
+   Fix issue with parsing RSNE_ADVANCE information.
+   Fix issue with parsing RSN information for WPA1.
+   Fix issue with logic error in scan frequency validation.
+   Fix issue with integer overflow and authentication frames.
+   Add support for installing various manual pages.
+
+ver 0.22:
+   Fix issue with hotplug and device capability detection.
+   Add support for IPv6 network configuration handling.
+   Add support for embedding certificates in profiles.
+
+ver 0.21:
+   Fix issue with cleartext ACK and tunneled EAP-Success.
+   Fix issue with setting bits in extended capabilities.
+   Fix issue with WPA-1 information element parsing.
+   Add support for handling QoS Map IE and frames.
+   Add support for STATE_DIRECTORY environment.
+   Add support for CONFIGURATION_DIRECTORY environment.
+
+ver 0.20:
+   Add support for adding Extended Capabilities bits.
+   Add support for ServerDomainMask configuration option.
+
+ver 0.19:
+   Add support for Hotspot 2.0 functionality.
+   Add support for FILS Fast Transition feature.
+   Add support for network configuration handling.
+   Add support for resolution services framework.
+
+ver 0.18:
+   Fix issue with handling stale scan results.
+   Fix issue with handling OWE group renegotiation.
+   Fix issue with handshake failures on FT-PSK.
+ 

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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:51:57
  Author: andyrtr
Revision: 1296851

upgpkg: iwd 1.30-1: upstream update 1.30

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 13:51:39 UTC (rev 1296850)
+++ PKGBUILD2022-09-08 13:51:57 UTC (rev 1296851)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 options=('debug')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 # https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
-sha256sums=('71533fe3b8f6381f24832198ba11d00f04a361454770c173b3b66bc3cdf272bd'
+sha256sums=('9fd13512dc27d83efb8d341f7df98f5488f70131686021fcd0d93fc97af013b8'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog



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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:51:39
  Author: andyrtr
Revision: 1296850

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 1296849, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1296849, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-08 13:51:39 UTC (rev 1296850)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=72
+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 acpi_call-lts/trunk (PKGBUILD)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:51:34
  Author: andyrtr
Revision: 1296849

upgpkg: acpi_call-lts 1.2.2-72: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 13:43:13 UTC (rev 1296848)
+++ PKGBUILD2022-09-08 13:51:34 UTC (rev 1296849)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=71
+pkgrel=72
 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/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:51:03
  Author: andyrtr
Revision: 455603

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 455602, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-08 13:51:03 UTC (rev 455603)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.65.01
+pkgrel=11
+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 nvidia-lts/trunk (PKGBUILD)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:50:56
  Author: andyrtr
Revision: 455602

upgpkg: nvidia-lts 1:515.65.01-11: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 13:45:51 UTC (rev 455601)
+++ PKGBUILD2022-09-08 13:50:56 UTC (rev 455602)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.65.01
-pkgrel=10
+pkgrel=11
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:45:51
  Author: andyrtr
Revision: 455601

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 455600, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
(from rev 455600, 
linux-lts/trunk/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch
(from rev 455600, 
linux-lts/trunk/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch
(from rev 455600, 
linux-lts/trunk/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop-Recognize-more-models.patch
(from rev 455600, 
linux-lts/trunk/0005-lg-laptop-Recognize-more-models.patch)
  linux-lts/repos/testing-x86_64/0006-Fix-NFSv4-mount-regression.patch
(from rev 455600, linux-lts/trunk/0006-Fix-NFSv4-mount-regression.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 455600, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 455600, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/keys/

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch |   21 
 0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch |   85 
 0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch |   57 
 0005-lg-laptop-Recognize-more-models.patch  |   36 
 0006-Fix-NFSv4-mount-regression.patch   |  238 
 PKGBUILD|  213 
 config  |10701 
++
 8 files changed, 11502 insertions(+)

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


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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 13:45:29
  Author: andyrtr
Revision: 455600

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

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

--+
 PKGBUILD |6 +++---
 config   |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 13:42:45 UTC (rev 455599)
+++ PKGBUILD2022-09-08 13:45:29 UTC (rev 455600)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.15.65
+pkgver=5.15.67
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -28,9 +28,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('fb44fd382f4dfcf9ab0dcbe23036bf84d81f626d0fd9839f081a9d0bd52a1c94'
+sha256sums=('da47d9a80b694548835ccb553b6eb1a1f3f5d5cddd9e2bd6f4886b99ca14f940'
 'SKIP'
-'ae83284750f8a89bc1a8eca2d5b561d01b322df2b46c362f6a191d2a2a5a86e3'
+'d5ec668ffa4a5d0c36e305a0161b5ad427d06d74bb5eb64d141384389ca4cceb'
 '7bd64ff894475b3415d792ba8466ba7e8f872af56dbf1aeed0d261fe4008b8b5'
 '39649dc1dfcb06b411ad124e123769e955a78961b4ea17538c0919a930925549'
 '56c12551e859cc67520909e64feecbf1b190cee8addef150c5b9d1bb1d40981e'

Modified: config
===
--- config  2022-09-08 13:42:45 UTC (rev 455599)
+++ config  2022-09-08 13:45:29 UTC (rev 455600)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.65 Kernel Configuration
+# Linux/x86 5.15.67 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y



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

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 12:56:22
  Author: andyrtr
Revision: 48

archrelease: copy trunk to testing-x86_64

Added:
  ell/repos/testing-x86_64/
  ell/repos/testing-x86_64/PKGBUILD
(from rev 47, ell/trunk/PKGBUILD)
  ell/repos/testing-x86_64/keys/

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

Copied: ell/repos/testing-x86_64/PKGBUILD (from rev 47, ell/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-08 12:56:22 UTC (rev 48)
@@ -0,0 +1,35 @@
+# Maintainer: AndyRTR 
+# Contributor: Jameson Pugh 
+
+pkgname=ell
+pkgver=0.53
+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=('gcc-libs')
+checkdepends=('dbus')
+options=('debug')
+# 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=('a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad'
+'SKIP')
+validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
+
+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 ell/trunk (PKGBUILD)

2022-09-08 Thread Andreas Radke via arch-commits
Date: Thursday, September 8, 2022 @ 12:56:12
  Author: andyrtr
Revision: 47

upgpkg: ell 0.53-1: upstream update 0.53; enable LTO

Modified:
  ell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-08 12:40:21 UTC (rev 46)
+++ PKGBUILD2022-09-08 12:56:12 UTC (rev 47)
@@ -2,7 +2,7 @@
 # Contributor: Jameson Pugh 
 
 pkgname=ell
-pkgver=0.52
+pkgver=0.53
 pkgrel=1
 pkgdesc="Embedded Linux library"
 arch=(x86_64)
@@ -11,16 +11,15 @@
 license=('LGPL2.1')
 depends=('gcc-libs')
 checkdepends=('dbus')
-options=('!lto' 'debug')
+options=('debug')
 # 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=('83099b14beda2b253a2c69460f9613c5e955b63349e3c00cf2fd506f5b3ba7d0'
+sha256sums=('a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann 
"
 
 build() {
   cd "$pkgname-$pkgver"
-#  export CFLAGS+=" -ffat-lto-objects"; export CXXFLAGS+=" -ffat-lto-objects"
  ./configure --prefix=/usr
   make
 }
@@ -27,14 +26,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-
-# lto error also with export CFLAGS+=" -ffat-lto-objects"
-#/usr/bin/ld: /tmp/ccJicHpn.ltrans0.ltrans.o: in function `__wrap_l_getrandom':
-#:(.text+0x3a71): undefined reference to `l_getrandom'
-#collect2: error: ld returned 1 exit status
-#make[3]: *** [Makefile:1629: unit/test-ecdh] Error 1
-
-  make -k check
+  make check
 }
 
 package() {



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

2022-09-06 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 13:41:54
  Author: andyrtr
Revision: 455128

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-ati/repos/extra-x86_64/PKGBUILD
(from rev 455127, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/extra-x86_64/keys/
Deleted:
  
xf86-video-ati/repos/extra-x86_64/0001_dont_set_sourcevalidate_pointer_to_null.diff
  xf86-video-ati/repos/extra-x86_64/PKGBUILD

---+
 0001_dont_set_sourcevalidate_pointer_to_null.diff |   27 ---
 PKGBUILD  |  137 +---
 2 files changed, 65 insertions(+), 99 deletions(-)

Deleted: 0001_dont_set_sourcevalidate_pointer_to_null.diff
===
--- 0001_dont_set_sourcevalidate_pointer_to_null.diff   2022-09-06 13:41:47 UTC 
(rev 455127)
+++ 0001_dont_set_sourcevalidate_pointer_to_null.diff   2022-09-06 13:41:54 UTC 
(rev 455128)
@@ -1,27 +0,0 @@
-diff --git a/src/radeon_kms.c b/src/radeon_kms.c
-index 
62962d61d8ee22a02567b7125b4bb3a7f7230be4..51b00dd9b013d183bf93d7f5578014dc16c80ce8
 100644
 a/src/radeon_kms.c
-+++ b/src/radeon_kms.c
-@@ -931,6 +931,13 @@ radeon_dirty_update(ScrnInfoPtr scrn)
-   }
- }
- 
-+static void
-+radeonSourceValidate(DrawablePtr draw, int x, int y, int w, int h,
-+   unsigned int subWindowMode)
-+{
-+}
-+
-+
- 
- Bool
- radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
-@@ -993,7 +1000,7 @@ radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int 
scanout_id,
-   SetPicturePictFilter(src, xf86_crtc->filter, xf86_crtc->params,
-xf86_crtc->nparams);
- 
--  pScreen->SourceValidate = NULL;
-+  pScreen->SourceValidate = radeonSourceValidate;
-   CompositePicture(PictOpSrc,
-src, NULL, dst,
-extents.x1, extents.y1, 0, 0, extents.x1,

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 13:41:47 UTC (rev 455127)
+++ PKGBUILD2022-09-06 13:41:54 UTC (rev 455128)
@@ -1,72 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xf86-video-ati
-_commit=5eba006e4129e8015b822f9e1d2f1e613e252cda
-pkgver=19.1.0.r9.g5eba006e
-pkgrel=2
-epoch=1
-pkgdesc="X.org ati video driver"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('systemd-libs' 'mesa')
-makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=25.2' 'git')
-conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26')
-groups=('xorg-drivers')
-#source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-#sha512sums=('73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6'
-#'SKIP')
-source=("${pkgname}-${pkgver}::git+https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit};
-0001_dont_set_sourcevalidate_pointer_to_null.diff)
-sha512sums=('SKIP'
-
'ca7c769a20e0682ca0122a8248fa79a54d2181d9554c93174a3c49638b6810951787ed5e5e7f7e0f6d091ce2a111aee4bd03108ef74af95ebea340bc0300480f')
-validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

-
-pkgver() {
-  cd ${pkgname}*
-  # from ati-git AUR pkg
-  git describe --long | sed 's/^xf86-video-ati-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-
-prepare() {
-  cd ${pkgname}*
-
-  # fix a crash under Xorg-server 21.1.1
-  # https://bugs.archlinux.org/task/72759
-  # 
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/merge_requests/9
-  patch -Np1 -i ../0001_dont_set_sourcevalidate_pointer_to_null.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}* #-${pkgver}
-
-#  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  # 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
-}
-
-check() {
-  cd ${pkgname}* #-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}* #-${pkgver}
-
-  make "DESTDIR=${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-ati/repos/extra-x86_64/PKGBUILD (from rev 455127, 
xf86-video-ati/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 13:41:54 UTC (rev 455128)
@@ -0,0 +1,65 @@
+# Maintainer: AndyRTR 
+# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+

[arch-commits] Commit in xf86-video-ati/trunk (2 files)

2022-09-06 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 13:41:47
  Author: andyrtr
Revision: 455127

upgpkg: xf86-video-ati 1:19.1.0.r15.g7a6a34af-1: update to latest git commit

Modified:
  xf86-video-ati/trunk/PKGBUILD
Deleted:
  xf86-video-ati/trunk/0001_dont_set_sourcevalidate_pointer_to_null.diff

---+
 0001_dont_set_sourcevalidate_pointer_to_null.diff |   27 
 PKGBUILD  |   17 +++-
 2 files changed, 5 insertions(+), 39 deletions(-)

Deleted: 0001_dont_set_sourcevalidate_pointer_to_null.diff
===
--- 0001_dont_set_sourcevalidate_pointer_to_null.diff   2022-09-06 13:38:53 UTC 
(rev 455126)
+++ 0001_dont_set_sourcevalidate_pointer_to_null.diff   2022-09-06 13:41:47 UTC 
(rev 455127)
@@ -1,27 +0,0 @@
-diff --git a/src/radeon_kms.c b/src/radeon_kms.c
-index 
62962d61d8ee22a02567b7125b4bb3a7f7230be4..51b00dd9b013d183bf93d7f5578014dc16c80ce8
 100644
 a/src/radeon_kms.c
-+++ b/src/radeon_kms.c
-@@ -931,6 +931,13 @@ radeon_dirty_update(ScrnInfoPtr scrn)
-   }
- }
- 
-+static void
-+radeonSourceValidate(DrawablePtr draw, int x, int y, int w, int h,
-+   unsigned int subWindowMode)
-+{
-+}
-+
-+
- 
- Bool
- radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int scanout_id,
-@@ -993,7 +1000,7 @@ radeon_scanout_do_update(xf86CrtcPtr xf86_crtc, int 
scanout_id,
-   SetPicturePictFilter(src, xf86_crtc->filter, xf86_crtc->params,
-xf86_crtc->nparams);
- 
--  pScreen->SourceValidate = NULL;
-+  pScreen->SourceValidate = radeonSourceValidate;
-   CompositePicture(PictOpSrc,
-src, NULL, dst,
-extents.x1, extents.y1, 0, 0, extents.x1,

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 13:38:53 UTC (rev 455126)
+++ PKGBUILD2022-09-06 13:41:47 UTC (rev 455127)
@@ -3,9 +3,9 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xf86-video-ati
-_commit=5eba006e4129e8015b822f9e1d2f1e613e252cda
-pkgver=19.1.0.r9.g5eba006e
-pkgrel=2
+_commit=7a6a34af026f0bef8080b91baf97a729380bca01
+pkgver=19.1.0.r15.g7a6a34af
+pkgrel=1
 epoch=1
 pkgdesc="X.org ati video driver"
 arch=('x86_64')
@@ -18,10 +18,8 @@
 #source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 
#sha512sums=('73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6'
 #'SKIP')
-source=("${pkgname}-${pkgver}::git+https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit};
-0001_dont_set_sourcevalidate_pointer_to_null.diff)
-sha512sums=('SKIP'
-
'ca7c769a20e0682ca0122a8248fa79a54d2181d9554c93174a3c49638b6810951787ed5e5e7f7e0f6d091ce2a111aee4bd03108ef74af95ebea340bc0300480f')
+source=("${pkgname}-${pkgver}::git+https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati#commit=${_commit};)
+sha512sums=('SKIP')
 validpgpkeys=('B09FAF35BE914521980951145A81AF8E6ADBB200') # Michel Daenzer 

 
 pkgver() {
@@ -34,11 +32,6 @@
 prepare() {
   cd ${pkgname}*
 
-  # fix a crash under Xorg-server 21.1.1
-  # https://bugs.archlinux.org/task/72759
-  # 
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/merge_requests/9
-  patch -Np1 -i ../0001_dont_set_sourcevalidate_pointer_to_null.diff
-
   NOCONFIGURE=1 ./autogen.sh
 }
 



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

2022-09-06 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 13:38:53
  Author: andyrtr
Revision: 455126

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 455125, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/extra-x86_64/keys/
Deleted:
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 13:38:42 UTC (rev 455125)
+++ PKGBUILD2022-09-06 13:38:53 UTC (rev 455126)
@@ -1,69 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Paul Mattal 
-# Contributor: Juergen Hoetzel 
-
-pkgname=xf86-video-openchrome
-_commit=15c868a # 7 digits # = 0.6.0 RC1
-pkgver=0.6.0.r754.g15c868a
-#pkgver=0.6.0
-pkgrel=1
-pkgdesc="X.Org Openchrome drivers"
-arch=(x86_64)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Openchrome/;
-depends=('libdrm' 'libxvmc' 'systemd-libs')
-optdepends=('unichrome-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'systemd' 
'libxv'
- 'git')
-conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26'
-   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers')
-options=('!emptydirs')
-#source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-#sha256sums=('da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75'
-#'SKIP')
-source=("git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=${_commit}")
-sha256sums=('SKIP')
-validpgpkeys=('CDA92E38A7A7A82237E9AB61C922784178BFFDB0') # "Kevin Brace 
"
-
-pkgver() {
-  cd $pkgname
-  #git describe --long | sed 's/-/+/g'
-#  git describe --long | sed "s/openchrome-//;s/-/./g"
-  git describe --long | sed 
's/^xf86-video-openchrome-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.200/;s/-/+/g"
-#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.0/;s/-/+/g"
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-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
-}
-
-check() {
-  cd ${pkgname} #-${pkgver}
-  make check
-}
-
-
-package() {
-  cd ${pkgname} #-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-openchrome/repos/extra-x86_64/PKGBUILD (from rev 455125, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 13:38:53 UTC (rev 455126)
@@ -0,0 +1,69 @@
+# Maintainer: AndyRTR 
+# Contributor: Paul Mattal 
+# Contributor: Juergen Hoetzel 
+
+pkgname=xf86-video-openchrome
+_commit=dc661c59257e855cd9b29c14b91a8ee2d9b86ccb # master 2022-07-09 // 
v0.6.501
+pkgver=0.6.0.r763.gdc661c5
+#pkgver=0.6.0
+pkgrel=1
+pkgdesc="X.Org Openchrome drivers"
+arch=(x86_64)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Openchrome/;
+depends=('libdrm' 'libxvmc' 'systemd-libs')
+optdepends=('unichrome-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'systemd' 
'libxv'
+ 'git')
+conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26'
+   'xf86-video-via' 'xf86-video-unichrome' 'openchrome')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers')
+options=('!emptydirs')
+#source=(https://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+#sha256sums=('da2975c6379358de52c1257710c67eb59139a7f0a1cd28d00cc64cc3e1c02f75'
+#'SKIP')
+source=("git://anongit.freedesktop.org/openchrome/xf86-video-openchrome#commit=${_commit}")
+sha256sums=('SKIP')
+validpgpkeys=('CDA92E38A7A7A82237E9AB61C922784178BFFDB0') # "Kevin Brace 
"
+
+pkgver() {
+  cd $pkgname
+  #git describe --long | sed 's/-/+/g'
+#  git describe --long | sed "s/openchrome-//;s/-/./g"
+  git describe --long | sed 
's/^xf86-video-openchrome-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.200/;s/-/+/g"
+#  git describe --long | sed "s/openchrome-//;s/0.5/0.5.0/;s/-/+/g"
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ${pkgname} #-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now 

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

2022-09-06 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 13:38:42
  Author: andyrtr
Revision: 455125

upgpkg: xf86-video-openchrome 0.6.0.r763.gdc661c5-1: update to latest git commit

Modified:
  xf86-video-openchrome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 13:35:32 UTC (rev 455124)
+++ PKGBUILD2022-09-06 13:38:42 UTC (rev 455125)
@@ -3,8 +3,8 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=xf86-video-openchrome
-_commit=15c868a # 7 digits # = 0.6.0 RC1
-pkgver=0.6.0.r754.g15c868a
+_commit=dc661c59257e855cd9b29c14b91a8ee2d9b86ccb # master 2022-07-09 // 
v0.6.501
+pkgver=0.6.0.r763.gdc661c5
 #pkgver=0.6.0
 pkgrel=1
 pkgdesc="X.Org Openchrome drivers"



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

2022-09-06 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 11:06:16
  Author: andyrtr
Revision: 455116

archrelease: copy trunk to testing-any

Added:
  xkeyboard-config/repos/testing-any/
  xkeyboard-config/repos/testing-any/PKGBUILD
(from rev 455115, xkeyboard-config/trunk/PKGBUILD)
  xkeyboard-config/repos/testing-any/keys/

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

Copied: xkeyboard-config/repos/testing-any/PKGBUILD (from rev 455115, 
xkeyboard-config/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-09-06 11:06:16 UTC (rev 455116)
@@ -0,0 +1,49 @@
+# Maintainer: Andreas Radke 
+
+pkgname=xkeyboard-config
+_commit=382c5feb04c151833a8d10de3198d1ace4d62c0b # = master 2022-09-05
+pkgver=2.36+89+g382c5feb
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
+makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson' 'git')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
+source=(#https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+
"git+https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git#commit=$_commit;)
+#validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

+#validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed "s/$pkgname//" | sed 
's/^Release.//;s/\([^-]*-g\)/\1/;s/-/+/g;' | sed 's/+//'
+}
+
+build() {
+#  arch-meson ${pkgname}-${pkgver} build \
+  arch-meson ${pkgname} build \
+   -D xkb-base="/usr/share/X11/xkb" \
+   -D compat-rules=true \
+   -D xorg-rules-symlinks=true
+
+  # Print config
+  meson configure build
+
+  ninja -C build
+
+ }
+ 
+ package() { 
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  #install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 ${pkgname}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2022-09-06 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 11:06:07
  Author: andyrtr
Revision: 455115

upgpkg: xkeyboard-config 2.36+89+g382c5feb-1: update to latest git commit - 
should solve FS#75704

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 10:12:45 UTC (rev 455114)
+++ PKGBUILD2022-09-06 11:06:07 UTC (rev 455115)
@@ -1,35 +1,32 @@
 # Maintainer: Andreas Radke 
 
 pkgname=xkeyboard-config
-pkgver=2.36
-pkgrel=3
+_commit=382c5feb04c151833a8d10de3198d1ace4d62c0b # = master 2022-09-05
+pkgver=2.36+89+g382c5feb
+pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
 url="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config;
-makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson')
+makedepends=('xorg-xkbcomp' 'libxslt' 'python' 'meson' 'git')
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-
alujiskeys.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/dc1534b4b0cf2153e4b8848310efc8393fb73830.patch
-
backslahes-instead-of-slashes.patch::https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commit/8ac41c50ab0aa7cd3a7e94313074115de2a172d2.patch)
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

+# https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
+source=(#https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+
"git+https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git#commit=$_commit;)
+#validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145') # Sergey Udaltsov 

 #validpgpkeys=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha256sums=('1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595'
-'SKIP'
-'SKIP'
-'SKIP')
+sha256sums=('SKIP')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # FS##75007 / 
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/325
-  patch -Np1 -i ../alujiskeys.patch
-  patch -Np1 -i ../backslahes-instead-of-slashes.patch
+pkgver() {
+  cd $pkgname
+  git describe --long | sed "s/$pkgname//" | sed 
's/^Release.//;s/\([^-]*-g\)/\1/;s/-/+/g;' | sed 's/+//'
 }
 
 build() {
-  arch-meson ${pkgname}-${pkgver} build \
+#  arch-meson ${pkgname}-${pkgver} build \
+  arch-meson ${pkgname} build \
-D xkb-base="/usr/share/X11/xkb" \
-D compat-rules=true \
-D xorg-rules-symlinks=true
@@ -47,5 +44,6 @@
 
   install -m755 -d "${pkgdir}/var/lib/xkb"
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+  #install -m644 ${pkgname}-${pkgver}/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m644 ${pkgname}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 05:37:47
  Author: andyrtr
Revision: 455108

archrelease: copy trunk to extra-x86_64

Added:
  libxft/repos/extra-x86_64/PKGBUILD
(from rev 455107, libxft/trunk/PKGBUILD)
  libxft/repos/extra-x86_64/keys/
Deleted:
  libxft/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 05:37:40 UTC (rev 455107)
+++ PKGBUILD2022-09-06 05:37:47 UTC (rev 455108)
@@ -1,30 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=libxft
-pkgver=2.3.4
-pkgrel=1
-pkgdesc="FreeType-based font drawing library for X"
-arch=('x86_64')
-license=('custom')
-url="https://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2{,.sig})
-sha512sums=('5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-
-build() {
-  cd libXft-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd libXft-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-
-}

Copied: libxft/repos/extra-x86_64/PKGBUILD (from rev 455107, 
libxft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 05:37:47 UTC (rev 455108)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=libxft
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="FreeType-based font drawing library for X"
+arch=('x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('fontconfig' 'libxrender')
+makedepends=('pkgconfig')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
+sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
+'SKIP')
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
+
+build() {
+  cd libXft-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXft-${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 libxft/trunk (2 files)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 05:37:40
  Author: andyrtr
Revision: 455107

upgpkg: libxft 2.3.5-1: upstream update 2.3.5

Added:
  libxft/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
Modified:
  libxft/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++-
 keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc |1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-06 05:27:14 UTC (rev 455106)
+++ PKGBUILD2022-09-06 05:37:40 UTC (rev 455107)
@@ -1,8 +1,8 @@
 # Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 
 pkgname=libxft
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc="FreeType-based font drawing library for X"
 arch=('x86_64')
@@ -10,10 +10,11 @@
 url="https://xorg.freedesktop.org/;
 depends=('fontconfig' 'libxrender')
 makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2{,.sig})
-sha512sums=('5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51'
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
+sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+#validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(use for email) 
 
 build() {
   cd libXft-${pkgver}

Added: keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
===
(Binary files differ)

Index: libxft/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
===
--- keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-09-06 
05:27:14 UTC (rev 455106)
+++ keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-09-06 
05:37:40 UTC (rev 455107)

Property changes on: 
libxft/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 05:27:14
  Author: andyrtr
Revision: 455106

archrelease: copy trunk to extra-x86_64

Added:
  inkscape/repos/extra-x86_64/PKGBUILD
(from rev 455105, inkscape/trunk/PKGBUILD)
  inkscape/repos/extra-x86_64/inkscape-1.2.1-poppler-22.09.0.patch
(from rev 455105, inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch)
Deleted:
  inkscape/repos/extra-x86_64/PKGBUILD
  inkscape/repos/extra-x86_64/inkscape-1.2.1-poppler-22.09.0.patch

--+
 PKGBUILD |  165 -
 inkscape-1.2.1-poppler-22.09.0.patch |  156 ---
 2 files changed, 166 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-06 05:27:01 UTC (rev 455105)
+++ PKGBUILD2022-09-06 05:27:14 UTC (rev 455106)
@@ -1,82 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: tobias 
-
-pkgname=inkscape
-pkgver=1.2.1
-_tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=4
-pkgdesc='Professional vector graphics editor'
-url='https://inkscape.org/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-options=('debug')
-makedepends=('cmake' 'boost' 'git')
-
-depends=(
-   'dbus-glib'
-   'double-conversion'
-   'gc'
-   'graphicsmagick'
-   'gsl'
-   'gspell'
-   'gtkmm3'
-   'lcms2'
-   'lib2geom'
-   'libcdr'
-   'libjpeg-turbo'
-   'libvisio'
-   'libxslt'
-   'poppler-glib'
-   'potrace'
-   'python'
-   'python-cssselect'
-   'python-lxml'
-   'python-numpy'
-   'ttf-font'
-)
-
-optdepends=(
-   'fig2dev: xfig input'
-   'gvfs: import clip art'
-   'pstoedit: latex formulas'
-   'scour: optimized SVG output, some extensions'
-   'texlive-core: latex formulas'
-)
-
-#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
-source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};
-inkscape-1.2.1-poppler-22.09.0.patch)
-sha256sums=('SKIP'
-'d25ffb560c691398403fc93eb5dde358f4309f95fdce8fd34a57d540e84fc38f')
-
-_backports=(
-)
-
-prepare() {
-   cd "${pkgname}"
-   git submodule update --init --recursive 
-
-   local _c
-   for _c in "${_backports[@]}"; do
-   git log --oneline -1 "${_c}"
-   git cherry-pick -n "${_c}"
-   done
-
-   patch -Np1 -i ../inkscape-1.2.1-poppler-22.09.0.patch
-}
-
-build() {
-   mkdir -p build
-   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
-   cmake -H${pkgname} -Bbuild \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-   -DWITH_DBUS=ON \
-
-   cmake --build build
-}
-
-package() {
-   DESTDIR="${pkgdir}" cmake --build build --target install
-}

Copied: inkscape/repos/extra-x86_64/PKGBUILD (from rev 455105, 
inkscape/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-06 05:27:14 UTC (rev 455106)
@@ -0,0 +1,83 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.2.1
+_tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
+pkgrel=5
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+options=('debug')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'graphicsmagick'
+   'gsl'
+   'gspell'
+   'gtkmm3'
+   'lcms2'
+   'lib2geom'
+   'libcdr'
+   'libjpeg-turbo'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'python-cssselect'
+   'python-lxml'
+   'python-numpy'
+   'ttf-font'
+)
+
+optdepends=(
+   'fig2dev: xfig input'
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};
+inkscape-1.2.1-poppler-22.09.0.patch)
+sha256sums=('SKIP'
+'5e847d11c1c42db717ad39bc03708e3b855f0e0a99ee4ac8d97f5bfe4af8985c')
+
+_backports=(
+)
+
+prepare() {
+   cd "${pkgname}"
+   git submodule update --init --recursive 
+
+   local _c
+   for _c in "${_backports[@]}"; do
+   git log --oneline -1 "${_c}"
+   git cherry-pick -n "${_c}"
+   done
+
+   # https://gitlab.com/inkscape/inkscape/-/merge_requests/4719
+   patch -Np1 -i ../inkscape-1.2.1-poppler-22.09.0.patch
+}
+
+build() {
+   

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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Tuesday, September 6, 2022 @ 05:27:01
  Author: andyrtr
Revision: 455105

upgpkg: inkscape 1.2.1-5: update poppler patch to latest upstream version to 
fix some rendering issues

Modified:
  inkscape/trunk/PKGBUILD
  inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch

--+
 PKGBUILD |5 +++--
 inkscape-1.2.1-poppler-22.09.0.patch |   26 ++
 2 files changed, 21 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 23:35:59 UTC (rev 455104)
+++ PKGBUILD2022-09-06 05:27:01 UTC (rev 455105)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.2.1
 _tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=4
+pkgrel=5
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -48,7 +48,7 @@
 source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};
 inkscape-1.2.1-poppler-22.09.0.patch)
 sha256sums=('SKIP'
-'d25ffb560c691398403fc93eb5dde358f4309f95fdce8fd34a57d540e84fc38f')
+'5e847d11c1c42db717ad39bc03708e3b855f0e0a99ee4ac8d97f5bfe4af8985c')
 
 _backports=(
 )
@@ -63,6 +63,7 @@
git cherry-pick -n "${_c}"
done
 
+   # https://gitlab.com/inkscape/inkscape/-/merge_requests/4719
patch -Np1 -i ../inkscape-1.2.1-poppler-22.09.0.patch
 }
 

Modified: inkscape-1.2.1-poppler-22.09.0.patch
===
--- inkscape-1.2.1-poppler-22.09.0.patch2022-09-05 23:35:59 UTC (rev 
455104)
+++ inkscape-1.2.1-poppler-22.09.0.patch2022-09-06 05:27:01 UTC (rev 
455105)
@@ -1,6 +1,4 @@
-https://gitlab.com/inkscape/inkscape/-/merge_requests/4719
-
-From dce083204c62f1185ad079fc124f7fb40a1d0bb6 Mon Sep 17 00:00:00 2001
+From fb00794923d19cfbb2ca4adca3ae8971553a06be Mon Sep 17 00:00:00 2001
 From: Sam James 
 Date: Fri, 2 Sep 2022 06:21:28 +0100
 Subject: [PATCH] Fix build with Poppler 22.09.0
@@ -10,15 +8,15 @@
 
 With Poppler 22.09.0, inkscape fails to build with:
 ```
-/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:394:23:
 error: no matching function for call to ‘GfxState::getLineDash(double**, int*, 
double*)’
+/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:394:23:
 error: no matching function for call to ‘GfxState::getLineDash(double**, 
int*, double*)’
   394 | state->getLineDash(_pattern, _length, _start);
   | ~~^~
 In file included from 
/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:44:
-/usr/include/poppler/GfxState.h:1506:32: note: candidate: ‘const 
std::vector& GfxState::getLineDash(double*)’
+/usr/include/poppler/GfxState.h:1506:32: note: candidate: ‘const 
std::vector& GfxState::getLineDash(double*)’
  1506 | const std::vector (double *start)
   |^~~
 [...]
-/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/pdf-parser.cpp:700:21:
 error: no matching function for call to ‘GfxState::setLineDash(double*&, int&, 
double)’
+/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/pdf-parser.cpp:700:21:
 error: no matching function for call to ‘GfxState::setLineDash(double*&, 
int&, double)’
   700 |   state->setLineDash(dash, length, args[1].getNum());
   |   ~~^~~~
 ```
@@ -36,6 +34,13 @@
 ```
 
 Signed-off-by: Sam James 
+---
+ src/extension/internal/pdfinput/pdf-parser.cpp  | 4 
+ src/extension/internal/pdfinput/svg-builder.cpp | 9 -
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+diff --git a/src/extension/internal/pdfinput/pdf-parser.cpp 
b/src/extension/internal/pdfinput/pdf-parser.cpp
+index cca1e84096..80d64c9b86 100644
 --- a/src/extension/internal/pdfinput/pdf-parser.cpp
 +++ b/src/extension/internal/pdfinput/pdf-parser.cpp
 @@ -697,7 +697,11 @@ void PdfParser::opSetDash(Object args[], int /*numArgs*/)
@@ -43,7 +48,7 @@
  }
}
 +#if POPPLER_CHECK_VERSION(22, 9, 0)
-+  state->setLineDash(std::vector (*dash, length), args[1].getNum());
++  state->setLineDash(std::vector (dash, dash + length), 
args[1].getNum());
 +#else
state->setLineDash(dash, length, args[1].getNum());
 +#endif
@@ -50,9 +55,11 @@
builder->updateStyle(state);
  }
  
+diff --git a/src/extension/internal/pdfinput/svg-builder.cpp 
b/src/extension/internal/pdfinput/svg-builder.cpp
+index 12f71dd921..9fc56fe63c 100644
 --- a/src/extension/internal/pdfinput/svg-builder.cpp
 +++ b/src/extension/internal/pdfinput/svg-builder.cpp
-@@ -388,10 +388,17 @@ void 

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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:06:52
  Author: andyrtr
Revision: 1293056

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 1293055, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1293055, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-05 16:06:52 UTC (rev 1293056)
@@ -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=267
+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)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:06:47
  Author: andyrtr
Revision: 1293055

upgpkg: tp_smapi-lts 0.43-267: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 16:06:22 UTC (rev 1293054)
+++ PKGBUILD2022-09-05 16:06:47 UTC (rev 1293055)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=266
+pkgrel=267
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:06:22
  Author: andyrtr
Revision: 1293054

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 1293053, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/keys/

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1293053, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-05 16:06:22 UTC (rev 1293054)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.050.03
+pkgrel=22
+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
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+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" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:06:16
  Author: andyrtr
Revision: 1293053

upgpkg: r8168-lts 8.050.03-22: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 16:05:45 UTC (rev 1293052)
+++ PKGBUILD2022-09-05 16:06:16 UTC (rev 1293053)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=21
+pkgrel=22
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:05:45
  Author: andyrtr
Revision: 1293052

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 1293051, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1293051, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-09-05 16:05:45 UTC (rev 1293052)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=71
+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 acpi_call-lts/trunk (PKGBUILD)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:05:40
  Author: andyrtr
Revision: 1293051

upgpkg: acpi_call-lts 1.2.2-71: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 16:03:47 UTC (rev 1293050)
+++ PKGBUILD2022-09-05 16:05:40 UTC (rev 1293051)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=70
+pkgrel=71
 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/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:05:09
  Author: andyrtr
Revision: 455048

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 455047, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-05 16:05:09 UTC (rev 455048)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.65.01
+pkgrel=10
+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 nvidia-lts/trunk (PKGBUILD)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 16:05:04
  Author: andyrtr
Revision: 455047

upgpkg: nvidia-lts 1:515.65.01-10: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 15:58:42 UTC (rev 455046)
+++ PKGBUILD2022-09-05 16:05:04 UTC (rev 455047)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.65.01
-pkgrel=9
+pkgrel=10
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 15:58:42
  Author: andyrtr
Revision: 455046

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 455045, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
(from rev 455045, 
linux-lts/trunk/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch
(from rev 455045, 
linux-lts/trunk/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch
(from rev 455045, 
linux-lts/trunk/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop-Recognize-more-models.patch
(from rev 455045, 
linux-lts/trunk/0005-lg-laptop-Recognize-more-models.patch)
  linux-lts/repos/testing-x86_64/0006-Fix-NFSv4-mount-regression.patch
(from rev 455045, linux-lts/trunk/0006-Fix-NFSv4-mount-regression.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 455045, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 455045, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/keys/
Modified:
  linux-lts/repos/core-x86_64/PKGBUILD

+
 core-x86_64/PKGBUILD   
|6 
 testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch 
|  151 
 testing-x86_64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch 
|   21 
 testing-x86_64/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch 
|   85 
 testing-x86_64/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch 
|   57 
 testing-x86_64/0005-lg-laptop-Recognize-more-models.patch  
|   36 
 testing-x86_64/0006-Fix-NFSv4-mount-regression.patch   
|  238 
 testing-x86_64/PKGBUILD
|  213 
 testing-x86_64/config  
|10701 ++
 9 files changed, 11506 insertions(+), 2 deletions(-)

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


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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 15:58:26
  Author: andyrtr
Revision: 455045

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

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

--+
 PKGBUILD |6 +++---
 config   |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 15:47:50 UTC (rev 455044)
+++ PKGBUILD2022-09-05 15:58:26 UTC (rev 455045)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.15.64
+pkgver=5.15.65
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -28,9 +28,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('c6a1d38c6fa3798341372d5cf0088ae806ccdc827e31ecbff8988e097ba5de50'
+sha256sums=('fb44fd382f4dfcf9ab0dcbe23036bf84d81f626d0fd9839f081a9d0bd52a1c94'
 'SKIP'
-'2609c913efdfb43a4f3f8094f08595fc708e8e66c0260964b73433d6d3d4a54a'
+'ae83284750f8a89bc1a8eca2d5b561d01b322df2b46c362f6a191d2a2a5a86e3'
 '7bd64ff894475b3415d792ba8466ba7e8f872af56dbf1aeed0d261fe4008b8b5'
 '39649dc1dfcb06b411ad124e123769e955a78961b4ea17538c0919a930925549'
 '56c12551e859cc67520909e64feecbf1b190cee8addef150c5b9d1bb1d40981e'

Modified: config
===
--- config  2022-09-05 15:47:50 UTC (rev 455044)
+++ config  2022-09-05 15:58:26 UTC (rev 455045)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.64 Kernel Configuration
+# Linux/x86 5.15.65 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y



[arch-commits] Commit in shared-mime-info/repos/extra-x86_64 (8 files)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 15:47:50
  Author: andyrtr
Revision: 455044

archrelease: copy trunk to extra-x86_64

Added:
  shared-mime-info/repos/extra-x86_64/MR_162.patch
(from rev 455043, shared-mime-info/trunk/MR_162.patch)
  shared-mime-info/repos/extra-x86_64/PKGBUILD
(from rev 455043, shared-mime-info/trunk/PKGBUILD)
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install
(from rev 455043, shared-mime-info/trunk/shared-mime-info.install)
  shared-mime-info/repos/extra-x86_64/update-mime-database.hook
(from rev 455043, shared-mime-info/trunk/update-mime-database.hook)
Deleted:
  shared-mime-info/repos/extra-x86_64/MR_162.patch
  shared-mime-info/repos/extra-x86_64/PKGBUILD
  shared-mime-info/repos/extra-x86_64/shared-mime-info.install
  shared-mime-info/repos/extra-x86_64/update-mime-database.hook

---+
 MR_162.patch  |  260 ++--
 PKGBUILD  |  108 +-
 shared-mime-info.install  |   14 +-
 update-mime-database.hook |   22 +--
 4 files changed, 202 insertions(+), 202 deletions(-)

Deleted: MR_162.patch
===
--- MR_162.patch2022-09-05 15:47:38 UTC (rev 455043)
+++ MR_162.patch2022-09-05 15:47:50 UTC (rev 455044)
@@ -1,130 +0,0 @@
-From 5a406b06792e26a83c7346b3c2443c0bd8d4cdb2 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Mon, 8 Nov 2021 18:22:47 -0500
-Subject: [PATCH] migrate from custom itstool to builtin msgfmt for creating
- translated XML
-
-gettext upstream has supported this for a very long time (since 0.19.7
-via commit b3c2a5a242c36fbbaa0c5b17f975d6c638598a23, released in 2015),
-and itstool is (mostly) a legacy of the time before gettext had proper
-support for these sorts of use cases.
-
-This is similar to the state of intltool, which is described at
-https://wiki.gnome.org/MigratingFromIntltoolToGettext
-
-During the port from autotools to meson, the legacy use of itstool was
-faithfully translated to meson in the only way possible: by jumping
-through hoops to run ninja inside ninja in order to generate the .mo
-files for itstool, because meson's i18n module used a flawed design and
-there was no "real" target to create those files, only a .PHONY
-run_target which other rules cannot depend on.
-
-Although meson 0.60.0 added support for real targets for the built .mo
-files, this changed the rules for output filenames, breaking the script.
-
-But msgfmt does not care, and anyways comes with builtin meson functions
-for convenient use with XML files. So let's take this opportunity to
-drop legacy dependencies and use the modern, builtin tooling, which
-fixes this bug as a side effect.
-
-Fixes #170

- .gitlab-ci.yml   |  2 --
- README.md|  2 +-
- data/freedesktop_generate.sh | 12 
- data/meson.build | 16 +---
- meson.build  |  1 -
- 5 files changed, 6 insertions(+), 27 deletions(-)
- delete mode 100755 data/freedesktop_generate.sh
-
-diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
-index 985dfe9..345e1ce 100644
 a/.gitlab-ci.yml
-+++ b/.gitlab-ci.yml
-@@ -9,7 +9,6 @@ variables:
- glib2-devel
- gettext
- git
--itstool
- xmlto
- findutils
- gettext-devel
-@@ -34,4 +33,3 @@ build:meson:
- paths:
-   - _build/meson-logs/*.txt
-   - _build/meson-dist/*.*
--
-diff --git a/README.md b/README.md
-index c23d9d5..b2fb0ac 100644
 a/README.md
-+++ b/README.md
-@@ -19,7 +19,7 @@ $ ninja -v -C _build install
- ```
- 
- It requires the glib development package to be installed as well as
--gettext and itstool.
-+gettext.
- This database is translated at Transifex.
- 
- 
-diff --git a/data/freedesktop_generate.sh b/data/freedesktop_generate.sh
-deleted file mode 100755
-index 62ccffa..000
 a/data/freedesktop_generate.sh
-+++ /dev/null
-@@ -1,12 +0,0 @@
--#!/bin/sh -e
--
--src_root="$1"
--build_root="$2"
--
--${NINJA:-ninja} -C "${build_root}" shared-mime-info-gmo
--
--itstool \
----its "${src_root}/data/its/shared-mime-info.its" \
----join "${src_root}/data/freedesktop.org.xml.in" \
---o "${build_root}/data/freedesktop.org.xml" \
--"${build_root}/po/"*".gmo"
-diff --git a/data/meson.build b/data/meson.build
-index 24361c9..09ed7a9 100644
 a/data/meson.build
-+++ b/data/meson.build
-@@ -1,18 +1,12 @@
- 
- install_man('update-mime-database.1')
- 
--freedesktop_org_xml = custom_target('freedesktop.org.xml',
--input : files(
--'freedesktop.org.xml.in',
--'its/shared-mime-info.its',
--'its/shared-mime-info.loc',
--),
-+freedesktop_org_xml = i18n.merge_file(
-+input: 'freedesktop.org.xml.in',
- output: 'freedesktop.org.xml',
--command: [
--find_program('freedesktop_generate.sh'),
--

[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 15:47:38
  Author: andyrtr
Revision: 455043

upgpkg: shared-mime-info 2.0+155+gf4e7cbc-1: update to latest git commit

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 15:38:40 UTC (rev 455042)
+++ PKGBUILD2022-09-05 15:47:38 UTC (rev 455043)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=shared-mime-info
-_commit=13695c7225c2f525a435e72739c33ac32bbfbbb9 # 2.2.0 = master 2022-03-27
-pkgver=2.0+144+g13695c7
+_commit=f4e7cbc86e67e7bc39cf8167823fcf0d8ace9ce1 # = master 2022-05-23
+pkgver=2.0+155+gf4e7cbc
 pkgrel=1
 pkgdesc="Freedesktop.org Shared MIME Info"
 arch=('x86_64')



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

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 15:15:25
  Author: andyrtr
Revision: 455040

archrelease: copy trunk to testing-x86_64

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

+
 PKGBUILD   |  147 +++
 license.txt|   33 +++
 sqlite-lemon-system-template.patch |   13 +++
 3 files changed, 193 insertions(+)

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 455039, 
sqlite/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-05 15:15:25 UTC (rev 455040)
@@ -0,0 +1,147 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
+_srcver=3390300
+_docver=${_srcver}
+#_docver=333
+pkgver=3.39.3
+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')
+options=('!emptydirs' 'debug')
+source=(https://www.sqlite.org/2022/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2022/sqlite-doc-${_docver}.zip
+sqlite-lemon-system-template.patch
+license.txt)
+# upstream now switched to sha3sums - currently not supported by makepkg
+sha256sums=('18c12f2e1da112421173c85c4f8aed43261272c1b0474aa0759288fd30fab9fc'
+'587c32fdf3afd9a9998d8ea6bb9c72596003520c88670cf251a95696bf7a500c'
+'55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
+'4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
+
+prepare() {
+  cd sqlite-src-$_srcver
+
+  # patch taken from Fedora
+  # https://src.fedoraproject.org/rpms/sqlite/blob/master/f/sqlite.spec
+  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_ENABLE_STMTVTAB \
+   -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+   -DSQLITE_MAX_EXPR_DEPTH=1 \
+   -DSQLITE_ENABLE_MATH_FUNCTIONS"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  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" 'libsqlite3.so')
+ 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 sqlite/trunk (PKGBUILD)

2022-09-05 Thread Andreas Radke via arch-commits
Date: Monday, September 5, 2022 @ 15:15:13
  Author: andyrtr
Revision: 455039

upgpkg: sqlite 3.39.3-1: upstream update 3.39.3

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-05 14:37:59 UTC (rev 455038)
+++ PKGBUILD2022-09-05 15:15:13 UTC (rev 455039)
@@ -3,11 +3,11 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-analyzer' 'lemon' 'sqlite-doc')
-_srcver=3390200
+_srcver=3390300
 _docver=${_srcver}
 #_docver=333
-pkgver=3.39.2
-pkgrel=2
+pkgver=3.39.3
+pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
 license=('custom:Public Domain')
@@ -19,8 +19,8 @@
 sqlite-lemon-system-template.patch
 license.txt)
 # upstream now switched to sha3sums - currently not supported by makepkg
-sha256sums=('e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0'
-'50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e'
+sha256sums=('18c12f2e1da112421173c85c4f8aed43261272c1b0474aa0759288fd30fab9fc'
+'587c32fdf3afd9a9998d8ea6bb9c72596003520c88670cf251a95696bf7a500c'
 '55746d93b0df4b349c4aa4f09535746dac3530f9fd6de241c9f38e2c92e8ee97'
 '4e57d9ac979f1c9872e69799c2597eeef4c6ce7224f3ede0bf9dc8d217b1e65d')
 



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 18:22:24
  Author: andyrtr
Revision: 454913

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 454912, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 454912, bluez/trunk/bluetooth.modprobe)
  bluez/repos/extra-x86_64/keys/
Deleted:
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe
  bluez/repos/extra-x86_64/keys/

+
 PKGBUILD   |  348 +--
 bluetooth.modprobe |6 
 2 files changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-02 18:19:28 UTC (rev 454912)
+++ PKGBUILD2022-09-02 18:22:24 UTC (rev 454913)
@@ -1,174 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.65
-pkgrel=2
-url="http://www.bluez.org/;
-arch=('x86_64')
-license=('GPL2')
-options=('debug')
-makedepends=('dbus' 'libical' 'systemd' 'alsa-lib' 'json-c' 'ell' 
'python-docutils')
-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=('2565a4d48354b576e6ad92e25b54ed66808296581c8abb80587051f9993d96d4'
-'SKIP'
-'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann 

-
-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
-  make check
-}
-
-
-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
-
-  # FS#74157 - bluez systemd service fails without localstatedir present
-  install -dm700 "${pkgdir}"/var/lib/bluetooth
-
-  # cleanup  - these libs go into bluez-libs
-  rm "${pkgdir}"/usr/lib/libbluetooth.so*
-}
-
-package_bluez-utils() {
-  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
-  depends=('dbus' 'systemd' 'glib2')
-  optdepends=('ell: for btpclient')
-  backup=('etc/bluetooth/mesh-main.conf')
-  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
-  
-  # ship upstream mesh config file
-  install -dm755 "${pkgdir}"/etc/bluetooth
-  install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/mesh/mesh-main.conf 
"${pkgdir}"/etc/bluetooth/mesh-main.conf
- 
-  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
-  #make 

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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 18:19:28
  Author: andyrtr
Revision: 454912

upgpkg: bluez 5.65-3: fix configuration dirextory permission - the 
bluetooth.service wants now ConfigurationDirectoryMode=0555

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 17:02:41 UTC (rev 454911)
+++ PKGBUILD2022-09-02 18:19:28 UTC (rev 454912)
@@ -6,7 +6,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.65
-pkgrel=2
+pkgrel=3
 url="http://www.bluez.org/;
 arch=('x86_64')
 license=('GPL2')
@@ -63,7 +63,7 @@
install-man8
 
   # ship upstream main config file
-  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -dm555 "${pkgdir}"/etc/bluetooth
   install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/src/main.conf 
"${pkgdir}"/etc/bluetooth/main.conf
 
   # add basic documention
@@ -109,7 +109,7 @@
   done
   
   # ship upstream mesh config file
-  install -dm755 "${pkgdir}"/etc/bluetooth
+  install -dm555 "${pkgdir}"/etc/bluetooth
   install -Dm644 "${srcdir}"/"${pkgbase}"-${pkgver}/mesh/mesh-main.conf 
"${pkgdir}"/etc/bluetooth/mesh-main.conf
  
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 08:48:47
  Author: andyrtr
Revision: 1290849

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 1290848, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/harfbuzz-3.0.0.patch
(from rev 1290848, scribus/trunk/harfbuzz-3.0.0.patch)
  scribus/repos/community-staging-x86_64/keys/
  scribus/repos/community-staging-x86_64/scribus-1.5.8-poppler-22.09.0.patch
(from rev 1290848, scribus/trunk/scribus-1.5.8-poppler-22.09.0.patch)

-+
 PKGBUILD|   78 ++
 harfbuzz-3.0.0.patch|   68 +
 scribus-1.5.8-poppler-22.09.0.patch |   20 
 3 files changed, 166 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 1290848, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-09-02 08:48:47 UTC (rev 1290849)
@@ -0,0 +1,78 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Caleb Maclennan 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.8
+pkgrel=9
+pkgdesc="Desktop publishing software"
+arch=(x86_64)
+url="https://www.scribus.net/;
+license=(GPL)
+depends=(boost-libs cairo fontconfig freetype2 harfbuzz-icu
+ hunspell lcms2 libcdr libcups libfreehand libicuuc.so libjpeg libmspub
+ libpagemaker libpng libqxp librevenge libtiff libvisio libxml2 libzmf
+ openscenegraph openssl podofo poppler python3 qt5-base zlib) 
#graphicsmagick
+makedepends=(cmake boost mesa qt5-tools)
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+options=(!lto)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
$pkgname-poppler-22.02.0.patch::https://github.com/scribusproject/scribus/commit/85c0dff3422f.patch
+
$pkgname-poppler-22.02.0-fixup.patch::https://github.com/scribusproject/scribus/commit/f75c1613db67.patch
+
$pkgname-poppler-22.03.0.patch::https://github.com/scribusproject/scribus/commit/f19410ac3b27.patch
+
$pkgname-poppler-22.04.0.patch::https://github.com/scribusproject/scribus/commit/f2237b8f0b5c.patch
+   scribus-1.5.8-poppler-22.09.0.patch)
+sha256sums=('47816e8fcf6d05788ff16aa4499f97ff22431c777a7789149b0a88b451e16b74'
+'SKIP'
+'718ae9c882889b56919ab9718185b915a75e75e193a028539722b537f528c3dd'
+'2b57c0c6dbc93037b83e392d4721523efbccd8af1fe6fc11a26f1d2933b14a85'
+'986717d7c99a418d765e6b3d8b37165067548e62b6febb9c31f8831689f3540e'
+'1649ca7476fc2f548b64e72773aa94933a3993f3fd2cbb54a30486dc49575816'
+'d1712c200f7be2eb4f791cc046379747af39a1f9a262a090ae2de990b939b9b3')
+validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell 

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

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../$pkgname-poppler-22.02.0.patch
+  patch -Np1 -i ../$pkgname-poppler-22.02.0-fixup.patch
+  patch -Np1 -i ../$pkgname-poppler-22.03.0.patch
+  patch -Np1 -i ../$pkgname-poppler-22.04.0.patch
+  patch -Np1 -i ../scribus-1.5.8-poppler-22.09.0.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON \
+-DWANT_CPP17=ON \
+-DWANT_HUNSPELL=ON \
+-DWITH_BOOST=ON \
+-DWITH_PODOFO=ON \
+-DWANT_GRAPHICSMAGICK=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+
+  cd ${pkgname}-${pkgver}
+
+  install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+  for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+  do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+  done
+
+  # Use system hyphen
+  rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+  ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}

Copied: scribus/repos/community-staging-x86_64/harfbuzz-3.0.0.patch (from rev 
1290848, scribus/trunk/harfbuzz-3.0.0.patch)
===
--- community-staging-x86_64/harfbuzz-3.0.0.patch   
(rev 0)
+++ community-staging-x86_64/harfbuzz-3.0.0.patch   2022-09-02 08:48:47 UTC 
(rev 1290849)
@@ -0,0 +1,68 @@
+From 1b546978bc4ea0b2a73fbe4d7cf947887e865162 Mon Sep 17 00:00:00 2001
+From: Jean Ghali 
+Date: Sat, 21 

[arch-commits] Commit in scribus/trunk (PKGBUILD scribus-1.5.8-poppler-22.09.0.patch)

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 08:48:35
  Author: andyrtr
Revision: 1290848

upgpkg: scribus 1.5.8-9: poppler 22.09.0 rebuild

Added:
  scribus/trunk/scribus-1.5.8-poppler-22.09.0.patch
Modified:
  scribus/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 scribus-1.5.8-poppler-22.09.0.patch |   20 
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 08:48:24 UTC (rev 1290847)
+++ PKGBUILD2022-09-02 08:48:35 UTC (rev 1290848)
@@ -8,7 +8,7 @@
 
 pkgname=scribus
 pkgver=1.5.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/;
@@ -25,13 +25,15 @@
 
$pkgname-poppler-22.02.0.patch::https://github.com/scribusproject/scribus/commit/85c0dff3422f.patch
 
$pkgname-poppler-22.02.0-fixup.patch::https://github.com/scribusproject/scribus/commit/f75c1613db67.patch
 
$pkgname-poppler-22.03.0.patch::https://github.com/scribusproject/scribus/commit/f19410ac3b27.patch
-
$pkgname-poppler-22.04.0.patch::https://github.com/scribusproject/scribus/commit/f2237b8f0b5c.patch)
+
$pkgname-poppler-22.04.0.patch::https://github.com/scribusproject/scribus/commit/f2237b8f0b5c.patch
+   scribus-1.5.8-poppler-22.09.0.patch)
 sha256sums=('47816e8fcf6d05788ff16aa4499f97ff22431c777a7789149b0a88b451e16b74'
 'SKIP'
 '718ae9c882889b56919ab9718185b915a75e75e193a028539722b537f528c3dd'
 '2b57c0c6dbc93037b83e392d4721523efbccd8af1fe6fc11a26f1d2933b14a85'
 '986717d7c99a418d765e6b3d8b37165067548e62b6febb9c31f8831689f3540e'
-'1649ca7476fc2f548b64e72773aa94933a3993f3fd2cbb54a30486dc49575816')
+'1649ca7476fc2f548b64e72773aa94933a3993f3fd2cbb54a30486dc49575816'
+'d1712c200f7be2eb4f791cc046379747af39a1f9a262a090ae2de990b939b9b3')
 validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell 

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

@@ -42,6 +44,7 @@
   patch -Np1 -i ../$pkgname-poppler-22.02.0-fixup.patch
   patch -Np1 -i ../$pkgname-poppler-22.03.0.patch
   patch -Np1 -i ../$pkgname-poppler-22.04.0.patch
+  patch -Np1 -i ../scribus-1.5.8-poppler-22.09.0.patch
 }
 
 build() {

Added: scribus-1.5.8-poppler-22.09.0.patch
===
--- scribus-1.5.8-poppler-22.09.0.patch (rev 0)
+++ scribus-1.5.8-poppler-22.09.0.patch 2022-09-02 08:48:35 UTC (rev 1290848)
@@ -0,0 +1,20 @@
+--- a/scribus/plugins/import/pdf/slaoutput.cpp
 b/scribus/plugins/import/pdf/slaoutput.cpp
+@@ -3741,9 +3741,16 @@ void SlaOutputDev::getPenState(GfxState *state)
+   break;
+   }
+   double lw = state->getLineWidth();
+-  double *dashPattern;
+   int dashLength;
++#if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(22, 9, 0)
++  const double *dashPattern;
++  const std::vector  = state->getLineDash();
++  dashPattern = dash.data();
++  dashLength = dash.size();
++#else
++  double *dashPattern;
+   state->getLineDash(, , );
++#endif
+   QVector pattern(dashLength);
+   for (int i = 0; i < dashLength; ++i)
+   {



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 08:15:28
  Author: andyrtr
Revision: 1290739

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 1290738, gambas3/trunk/PKGBUILD)

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

Copied: gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 1290738, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-09-02 08:15:28 UTC (rev 1290739)
@@ -0,0 +1,824 @@
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args'
+ 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
+ 'gambas3-gb-dbus' 'gambas3-gb-data'
+ 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
+ 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
+ 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form-htmlview' 'gambas3-gb-form'
+ 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk3-opengl' 
'gambas3-gb-gtk3'
+ 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
+ 'gambas3-gb-libxml' 'gambas3-gb-logging'
+ 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
+ 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
+ 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
+ 'gambas3-gb-pcre' 'gambas3-gb-poppler'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
+ 'gambas3-gb-openssl'
+ 'gambas3-gb-report'
+ 'gambas3-gb-scanner' 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 
'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 
'gambas3-gb-signal'
+ 'gambas3-gb-term'
+ 'gambas3-gb-util-web' 'gambas3-gb-util'
+ 'gambas3-gb-v4l' 'gambas3-gb-vb'
+ 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
+ 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
+ 'gambas3-runtime' 'gambas3-dev-tools' 'gambas3-ide' 'gambas3-script')
+pkgver=3.17.3
+pkgrel=3
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('x86_64')
+url="http://gambas.sourceforge.net/;
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'imlib2' 'gdk-pixbuf2' 'gtk3' 
'webkit2gtk'
+ 'postgresql-libs' 'mariadb-libs' 'unixodbc' 'sqlite' 'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2' 'sdl2_mixer' 
'sdl2_image' 'sdl2_ttf' 'libxtst'
+ 'pcre' 'qt5-webkit' 'qt5-webengine' 'qt5-x11extras' 'qt5-svg' 
'libxcursor' 'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'ncurses'
+ 'gmime3' 'libxcrypt')
+options=('!emptydirs' 'libtool')
+source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;)
+sha512sums=('675b9c63d0bc2701af1a146e534adbf6ec6c16f4d0bcd2652a3c625359750ced55b247a0af3dbdba9395d7d0c9c285f48fcbfa027c6a5a8c9797a8af13b5cbbe')
+
+prepare() {
+  cd ${srcdir}/gambas-${pkgver}
+
+  ./reconf-all
+}
+
+build() {
+  cd ${srcdir}/gambas-${pkgver}
+
+  GAMBAS_CONFIG_FAILURE=1 ./configure --prefix=/usr \
+--disable-sqlite2 \
+--disable-qt4  \
+--disable-gtk \
+--disable-pdf
+
+  make bindir=${pkgdir}/usr/bin
+
+  mkdir -p ${srcdir}/fakeinstall
+  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
+}
+
+_install() {
+  local src f dir
+  for src; do
+f="${src#fakeinstall/}"
+dir="${pkgdir}/${f%/*}"
+install -m755 -d "${dir}"
+mv -v "${src}" "${dir}/"
+  done
+}
+
+package_gambas3-gb-args() {
+  depends=('gambas3-runtime')
+  pkgdesc="Command-line options analyzer component"
+
+  _install fakeinstall/usr/lib/gambas3/gb.args.*
+  _install fakeinstall/usr/share/gambas3/info/gb.args.*
+}
+
+package_gambas3-gb-cairo() {
+  depends=('gambas3-runtime' 'cairo')
+  pkgdesc="Cairo component"
+
+  _install fakeinstall/usr/lib/gambas3/gb.cairo.* ${pkgdir}/usr/lib/gambas3/
+  _install fakeinstall/usr/share/gambas3/info/gb.cairo.* 

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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 08:14:58
  Author: andyrtr
Revision: 1290736

upgpkg: gambas3 3.17.3-3: poppler 22.09.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 08:11:40 UTC (rev 1290735)
+++ PKGBUILD2022-09-02 08:14:58 UTC (rev 1290736)
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-dev-tools' 'gambas3-ide' 'gambas3-script')
 pkgver=3.17.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 07:05:39
  Author: andyrtr
Revision: 1290511

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 1290510, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 1290510, gdal/trunk/gdal.changelog)

+
 PKGBUILD   |  111 ++
 gdal.changelog |  132 +++
 2 files changed, 243 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 1290510, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-09-02 07:05:39 UTC (rev 1290511)
@@ -0,0 +1,111 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Bruno Pagani 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=(gdal python-gdal)
+pkgver=3.5.1
+pkgrel=3
+pkgdesc="A translator library for raster and vector geospatial data formats"
+arch=(x86_64)
+url="https://gdal.org/;
+license=(custom)
+makedepends=(cmake opencl-headers python-setuptools python-numpy
+ proj arrow blosc cfitsio curl crypto++ libdeflate expat libfreexl
+ libgeotiff geos giflib libheif hdf5 libjpeg-turbo json-c xz
+ libxml2 lz4 mariadb-libs netcdf unixodbc ocl-icd openexr openjpeg2
+ openssl pcre2 libpng podofo poppler postgresql-libs qhull
+ libspatialite sqlite swig libtiff libwebp xerces-c zlib zstd)
+# armadillo brunsli lerc libkml rasterlite2 sfcgal tiledb
+# ogdi
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('d12c30a9eacdeaab493c0d1c9f88eb337c9cbb5bb40744c751bdd5a5af166ab6')
+
+build() {
+  cmake -B build -S $pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_IPO=ON \
+-DBUILD_PYTHON_BINDINGS=ON \
+-DGDAL_ENABLE_PLUGINS=ON \
+-DGDAL_USE_ARROW=ON \
+-DGDAL_USE_BLOSC=ON \
+-DGDAL_USE_CFITSIO=ON \
+-DGDAL_USE_CURL=ON \
+-DGDAL_USE_CRYPTOPP=ON \
+-DGDAL_USE_DEFLATE=ON \
+-DGDAL_USE_EXPAT=ON \
+-DGDAL_USE_FREEXL=ON \
+-DGDAL_USE_GEOTIFF=ON \
+-DGDAL_USE_GEOS=ON \
+-DGDAL_USE_GIF=ON \
+-DGDAL_USE_HEIF=ON \
+-DGDAL_USE_HDF5=ON \
+-DGDAL_USE_ICONV=ON \
+-DGDAL_USE_JPEG=ON \
+-DGDAL_USE_JSONC=ON \
+-DGDAL_USE_LIBLZMA=ON \
+-DGDAL_USE_LIBXML2=ON \
+-DGDAL_USE_LZ4=ON \
+-DGDAL_USE_MYSQL=ON \
+-DGDAL_USE_NETCDF=ON \
+-DGDAL_USE_ODBC=ON \
+-DGDAL_USE_OPENCL=ON \
+-DGDAL_USE_OPENEXR=ON \
+-DGDAL_USE_OPENJPEG=ON \
+-DGDAL_USE_OPENSSL=ON \
+-DGDAL_USE_PARQUET=ON \
+-DGDAL_USE_PCRE2=ON \
+-DGDAL_USE_PNG=ON \
+-DGDAL_USE_POPPLER=ON \
+-DGDAL_USE_POSTGRESQL=ON \
+-DGDAL_USE_QHULL=ON \
+-DGDAL_USE_SPATIALITE=ON \
+-DGDAL_USE_SQLITE3=ON \
+-DGDAL_USE_TIFF=ON \
+-DGDAL_USE_WEBP=ON \
+-DGDAL_USE_XERCESC=ON \
+-DGDAL_USE_ZLIB=ON \
+-DGDAL_USE_ZSTD=ON
+  make -C build
+}
+
+package_gdal () {
+  depends=(proj blosc crypto++ curl libdeflate expat libfreexl geos libgeotiff
+   giflib libjpeg-turbo json-c xz libxml2 lz4 unixodbc ocl-icd openssl
+   pcre2 libpng qhull libspatialite sqlite libtiff xerces-c zlib zstd)
+  optdepends=('arrow: Arrow/Parquet support'
+  'cfitsio: FITS support'
+  'hdf5: HDF5 support'
+  'libheif: HEIF support'
+  'mariadb-libs: MySQL support'
+  'netcdf: netCDF support'
+  'openexr: EXR support'
+  'openjpeg2: JP2 support'
+  'podofo: PDF support'
+  'poppler: PDF support'
+  'postgresql-libs: PostgreSQL support'
+  'libwebp: WebP support')
+
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/$pkgbase/
+  # Move python stuff
+  mkdir {bin,lib}
+  mv "${pkgdir}"/usr/bin/*py bin
+  mv "${pkgdir}"/usr/lib/python* lib
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+
+  install -d "${pkgdir}"/usr/{bin,lib}
+  mv bin/* "${pkgdir}"/usr/bin
+  mv lib/* "${pkgdir}"/usr/lib
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+  # byte-compile python modules since the CMake build does not do it.
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  python -m compileall -o 0 -o 1 -o 2 --hardlink-dupes -s "${pkgdir}" 
"${pkgdir}"${site_packages}
+}

Copied: gdal/repos/community-staging-x86_64/gdal.changelog (from rev 1290510, 
gdal/trunk/gdal.changelog)

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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 07:05:29
  Author: andyrtr
Revision: 1290510

upgpkg: gdal 3.5.1-3: poppler 22.09.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 07:04:04 UTC (rev 1290509)
+++ PKGBUILD2022-09-02 07:05:29 UTC (rev 1290510)
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal)
 pkgver=3.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster and vector geospatial data formats"
 arch=(x86_64)
 url="https://gdal.org/;



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 06:32:01
  Author: andyrtr
Revision: 454896

archrelease: copy trunk to staging-x86_64

Added:
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 454895, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/inkscape-1.2.1-poppler-22.09.0.patch
(from rev 454895, inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch)

--+
 PKGBUILD |   82 +
 inkscape-1.2.1-poppler-22.09.0.patch |   73 +
 2 files changed, 155 insertions(+)

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 454895, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-02 06:32:01 UTC (rev 454896)
@@ -0,0 +1,82 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=1.2.1
+_tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
+pkgrel=4
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+options=('debug')
+makedepends=('cmake' 'boost' 'git')
+
+depends=(
+   'dbus-glib'
+   'double-conversion'
+   'gc'
+   'graphicsmagick'
+   'gsl'
+   'gspell'
+   'gtkmm3'
+   'lcms2'
+   'lib2geom'
+   'libcdr'
+   'libjpeg-turbo'
+   'libvisio'
+   'libxslt'
+   'poppler-glib'
+   'potrace'
+   'python'
+   'python-cssselect'
+   'python-lxml'
+   'python-numpy'
+   'ttf-font'
+)
+
+optdepends=(
+   'fig2dev: xfig input'
+   'gvfs: import clip art'
+   'pstoedit: latex formulas'
+   'scour: optimized SVG output, some extensions'
+   'texlive-core: latex formulas'
+)
+
+#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};
+inkscape-1.2.1-poppler-22.09.0.patch)
+sha256sums=('SKIP'
+'d25ffb560c691398403fc93eb5dde358f4309f95fdce8fd34a57d540e84fc38f')
+
+_backports=(
+)
+
+prepare() {
+   cd "${pkgname}"
+   git submodule update --init --recursive 
+
+   local _c
+   for _c in "${_backports[@]}"; do
+   git log --oneline -1 "${_c}"
+   git cherry-pick -n "${_c}"
+   done
+
+   patch -Np1 -i ../inkscape-1.2.1-poppler-22.09.0.patch
+}
+
+build() {
+   mkdir -p build
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   cmake -H${pkgname} -Bbuild \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+   -DWITH_DBUS=ON \
+
+   cmake --build build
+}
+
+package() {
+   DESTDIR="${pkgdir}" cmake --build build --target install
+}

Copied: inkscape/repos/staging-x86_64/inkscape-1.2.1-poppler-22.09.0.patch 
(from rev 454895, inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch)
===
--- staging-x86_64/inkscape-1.2.1-poppler-22.09.0.patch 
(rev 0)
+++ staging-x86_64/inkscape-1.2.1-poppler-22.09.0.patch 2022-09-02 06:32:01 UTC 
(rev 454896)
@@ -0,0 +1,73 @@
+https://gitlab.com/inkscape/inkscape/-/merge_requests/4719
+
+From dce083204c62f1185ad079fc124f7fb40a1d0bb6 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 2 Sep 2022 06:21:28 +0100
+Subject: [PATCH] Fix build with Poppler 22.09.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+With Poppler 22.09.0, inkscape fails to build with:
+```
+/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:394:23:
 error: no matching function for call to ‘GfxState::getLineDash(double**, int*, 
double*)’
+  394 | state->getLineDash(_pattern, _length, _start);
+  | ~~^~
+In file included from 
/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:44:
+/usr/include/poppler/GfxState.h:1506:32: note: candidate: ‘const 
std::vector& GfxState::getLineDash(double*)’
+ 1506 | const std::vector (double *start)
+  |^~~
+[...]
+/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/pdf-parser.cpp:700:21:
 error: no matching function for call to ‘GfxState::setLineDash(double*&, int&, 
double)’
+  700 |   state->setLineDash(dash, length, args[1].getNum());
+  |   ~~^~~~
+```
+
+Poppler changed the getLineDash interface:
+```
+-void getLineDash(double **dash, int *length, double *start)
++const std::vector (double *start)
+```
+
+... and 

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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 06:31:51
  Author: andyrtr
Revision: 454895

upgpkg: inkscape 1.2.1-4: poppler 22.09.0 rebuild

Added:
  inkscape/trunk/inkscape-1.2.1-poppler-22.09.0.patch
Modified:
  inkscape/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++-
 inkscape-1.2.1-poppler-22.09.0.patch |   73 +
 2 files changed, 80 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 06:16:00 UTC (rev 454894)
+++ PKGBUILD2022-09-02 06:31:51 UTC (rev 454895)
@@ -5,7 +5,7 @@
 pkgname=inkscape
 pkgver=1.2.1
 _tag='9c6d41e4102d2e2e21a6d53ddba38ce202271001' # git rev-parse 
INKSCAPE_${pkgver/./_}
-pkgrel=3
+pkgrel=4
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')
@@ -45,8 +45,10 @@
 )
 
 
#source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
-source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};)
-sha256sums=('SKIP')
+source=("git+https://gitlab.com/inkscape/inkscape.git#tag=${_tag};
+inkscape-1.2.1-poppler-22.09.0.patch)
+sha256sums=('SKIP'
+'d25ffb560c691398403fc93eb5dde358f4309f95fdce8fd34a57d540e84fc38f')
 
 _backports=(
 )
@@ -60,6 +62,8 @@
git log --oneline -1 "${_c}"
git cherry-pick -n "${_c}"
done
+
+   patch -Np1 -i ../inkscape-1.2.1-poppler-22.09.0.patch
 }
 
 build() {

Added: inkscape-1.2.1-poppler-22.09.0.patch
===
--- inkscape-1.2.1-poppler-22.09.0.patch(rev 0)
+++ inkscape-1.2.1-poppler-22.09.0.patch2022-09-02 06:31:51 UTC (rev 
454895)
@@ -0,0 +1,73 @@
+https://gitlab.com/inkscape/inkscape/-/merge_requests/4719
+
+From dce083204c62f1185ad079fc124f7fb40a1d0bb6 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 2 Sep 2022 06:21:28 +0100
+Subject: [PATCH] Fix build with Poppler 22.09.0
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+With Poppler 22.09.0, inkscape fails to build with:
+```
+/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:394:23:
 error: no matching function for call to ‘GfxState::getLineDash(double**, int*, 
double*)’
+  394 | state->getLineDash(_pattern, _length, _start);
+  | ~~^~
+In file included from 
/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/svg-builder.cpp:44:
+/usr/include/poppler/GfxState.h:1506:32: note: candidate: ‘const 
std::vector& GfxState::getLineDash(double*)’
+ 1506 | const std::vector (double *start)
+  |^~~
+[...]
+/var/tmp/portage/media-gfx/inkscape-1.2.1/work/inkscape-1.2.1/src/extension/internal/pdfinput/pdf-parser.cpp:700:21:
 error: no matching function for call to ‘GfxState::setLineDash(double*&, int&, 
double)’
+  700 |   state->setLineDash(dash, length, args[1].getNum());
+  |   ~~^~~~
+```
+
+Poppler changed the getLineDash interface:
+```
+-void getLineDash(double **dash, int *length, double *start)
++const std::vector (double *start)
+```
+
+... and the setLineDash interface:
+
+-void setLineDash(double *dash, int length, double start);
++void setLineDash(std::vector &, double start);
+```
+
+Signed-off-by: Sam James 
+--- a/src/extension/internal/pdfinput/pdf-parser.cpp
 b/src/extension/internal/pdfinput/pdf-parser.cpp
+@@ -697,7 +697,11 @@ void PdfParser::opSetDash(Object args[], int /*numArgs*/)
+   _POPPLER_FREE(obj);
+ }
+   }
++#if POPPLER_CHECK_VERSION(22, 9, 0)
++  state->setLineDash(std::vector (*dash, length), args[1].getNum());
++#else
+   state->setLineDash(dash, length, args[1].getNum());
++#endif
+   builder->updateStyle(state);
+ }
+ 
+--- a/src/extension/internal/pdfinput/svg-builder.cpp
 b/src/extension/internal/pdfinput/svg-builder.cpp
+@@ -388,10 +388,17 @@ void SvgBuilder::_setStrokeStyle(SPCSSAttr *css, 
GfxState *state) {
+ sp_repr_css_set_property(css, "stroke-miterlimit", os_ml.str().c_str());
+ 
+ // Line dash
+-double *dash_pattern;
+ int dash_length;
+ double dash_start;
++#if POPPLER_CHECK_VERSION(22, 9, 0)
++const double *dash_pattern;
++const std::vector  = state->getLineDash(_start);
++dash_pattern = dash.data();
++dash_length = dash.size();
++#else
++double *dash_pattern;
+ state->getLineDash(_pattern, _length, _start);
++#endif
+ if ( dash_length > 0 ) {
+ Inkscape::CSSOStringStream os_array;
+ for ( int i = 0 ; i < dash_length ; i++ ) {



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 06:00:12
  Author: andyrtr
Revision: 454892

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |  396 +
 libreoffice-fresh.csh|7 
 libreoffice-fresh.sh |7 
 libreoffice-poppler-22.09.0.patch|   46 +
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 6 files changed, 481 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 454891, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-02 06:00:12 UTC (rev 454892)
@@ -0,0 +1,396 @@
+# 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.4.0.3
+pkgver=7.4.0
+pkgrel=3
+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'
+   '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' 'xmlsec' 'rxvt-unicode' 'gpgme' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
+   'libffi' 'box2d' 'git'
+)
+options=('!lto') # using --enable-lto (for parallel link-time optimization)
+_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-2021-03-05.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-5058.tar.bz2
+   

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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 05:59:58
  Author: andyrtr
Revision: 454891

upgpkg: libreoffice-fresh 7.4.0-3: poppler 22.09.0 rebuild

Added:
  libreoffice-fresh/trunk/libreoffice-poppler-22.09.0.patch
Modified:
  libreoffice-fresh/trunk/PKGBUILD

---+
 PKGBUILD  |9 +--
 libreoffice-poppler-22.09.0.patch |   46 
 2 files changed, 53 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-02 05:59:54 UTC (rev 454890)
+++ PKGBUILD2022-09-02 05:59:58 UTC (rev 454891)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=7.4.0.3
 pkgver=7.4.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -60,6 +60,7 @@

${_additional_source_url2}/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+   libreoffice-poppler-22.09.0.patch
soffice-template.desktop.in 
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -82,6 +83,7 @@

f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
 sha256sums=('acc383a4386e1ceb74266a2f6406dee4b3a78576bda6bc71630f629ea20e3c19'
 'SKIP'
 'aa1922940b1742a833f34efc2cc2267dd592363530764dcfd352112c9b329547'
@@ -108,10 +110,10 @@
 'f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'95716d255aae9d8795eb76c634541f82a094b87dfeaa6ffcdbd97c0f19c14ac4'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
 'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
 'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
-validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
 
 prepare() {
 
@@ -120,6 +122,9 @@
# Workaround to fix build with gpgme 1.18.0
export ac_cv_lib_gpgmepp_progress_callback=yes
 
+# poppler 22.09.0
+   patch -Np1 -i ../libreoffice-poppler-22.09.0.patch
+
# move external sources into place
mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
for source in "${noextract[@]}"; do

Added: libreoffice-poppler-22.09.0.patch
===
--- libreoffice-poppler-22.09.0.patch   (rev 0)
+++ libreoffice-poppler-22.09.0.patch   2022-09-02 05:59:58 UTC (rev 454891)
@@ -0,0 +1,46 @@
+https://gerrit.libreoffice.org/c/core/+/139249
+
+From 8bad83bf044661357b02b695e6f53e2e19dea396 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 2 Sep 2022 04:31:18 +0100
+Subject: [PATCH] Fix build with Poppler 22.09.0
+
+With Poppler 22.09.0, LO fails to build with:
+```
+/var/tmp/portage/app-office/libreoffice-7.3.5.2/work/libreoffice-7.3.5.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:682:36:
 error: too many arguments to function call, expected single argument 'start', 
have 3 arguments
+state->getLineDash(, , );
+~~ ^~~
+/usr/include/poppler/GfxState.h:1506:32: note: 'getLineDash' declared here
+const std::vector (double *start)
+   ^
+1 error generated.
+```
+
+Poppler changed the getLineDash interface:
+```
+-void getLineDash(double **dash, int *length, double *start)
++const std::vector (double *start)
+```
+
+Signed-off-by: Sam James 
+Change-Id: I29e18f20d7650a7fcac1bc8ab4aaa04aaa2ab8fb
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -678,8 +678,16 @@ void PDFOutDev::updateLineDash(GfxState *state)
+ return;
+ assert(state);
+ 
+-double* dashArray; int arrayLen; double startOffset;
++int arrayLen; double startOffset;
++#if POPPLER_CHECK_VERSION(22, 9, 0)
++const double* dashArray;
++const std::vector  = state->getLineDash();
++dashArray = dash.data();
++arrayLen = dash.size();
++#else
++double* dashArray;
+ state->getLineDash(, , );
++#endif
+ 
+ printf( "updateLineDash" );
+ if( arrayLen && dashArray )



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

2022-09-02 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 05:59:54
  Author: andyrtr
Revision: 454890

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 454889, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/firebird-icu70.patch
(from rev 454889, libreoffice-still/trunk/firebird-icu70.patch)
  libreoffice-still/repos/staging-x86_64/keys/
  libreoffice-still/repos/staging-x86_64/libreoffice-poppler-22.09.0.patch
(from rev 454889, libreoffice-still/trunk/libreoffice-poppler-22.09.0.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 454889, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 454889, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 454889, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/soffice-template.desktop.in
(from rev 454889, libreoffice-still/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  394 
 firebird-icu70.patch |  553 +
 libreoffice-poppler-22.09.0.patch|   46 +
 libreoffice-still.csh|7 
 libreoffice-still.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 7 files changed, 1032 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/PKGBUILD (from rev 454889, 
libreoffice-still/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-02 05:59:54 UTC (rev 454890)
@@ -0,0 +1,394 @@
+# 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-still
+pkgname=('libreoffice-still-sdk' 'libreoffice-still')
+_LOver=7.3.5.2
+pkgver=7.3.5
+pkgrel=3
+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' 'xmlsec' 'rxvt-unicode' 'gpgme' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libcuckoo' 'abseil-cpp' 'clang' #'zxing-cpp'
+   'libffi' 'box2d' 'git'
+)
+options=('!lto') # using --enable-lto (for parallel link-time optimization)
+_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-2021-03-05.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   

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

2022-09-01 Thread Andreas Radke via arch-commits
Date: Friday, September 2, 2022 @ 05:59:35
  Author: andyrtr
Revision: 454889

upgpkg: libreoffice-still 7.3.5-3: poppler 22.09.0 rebuild

Added:
  libreoffice-still/trunk/libreoffice-poppler-22.09.0.patch
Modified:
  libreoffice-still/trunk/PKGBUILD

---+
 PKGBUILD  |7 -
 libreoffice-poppler-22.09.0.patch |   46 
 2 files changed, 52 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 23:56:14 UTC (rev 454888)
+++ PKGBUILD2022-09-02 05:59:35 UTC (rev 454889)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=7.3.5.2
 pkgver=7.3.5
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;
@@ -59,6 +59,7 @@

${_additional_source_url2}/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+   libreoffice-poppler-22.09.0.patch
soffice-template.desktop.in
libreoffice-still.sh libreoffice-still.csh)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -106,6 +107,7 @@
 'f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'95716d255aae9d8795eb76c634541f82a094b87dfeaa6ffcdbd97c0f19c14ac4'
 'd0be8099cbee3c9dfda694a828149b881c345b204ab68826f317580aafb50879'
 'cd1b25ff390e436c6bffa65c6e12382236e3ccbf8d3aae51b1b59bcaed79fd8a'
 'de20f36d45f0fecc2d94176dd3ec7226ab07fa8ffb9b0bc73c200349a9273de1')
@@ -117,6 +119,9 @@
 # Workaround to fix build with gpgme 1.18.0
 export ac_cv_lib_gpgmepp_progress_callback=yes
 
+# poppler 22.09.0
+patch -Np1 -i ../libreoffice-poppler-22.09.0.patch
+
# move external sources into place
mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
for source in "${noextract[@]}"; do

Added: libreoffice-poppler-22.09.0.patch
===
--- libreoffice-poppler-22.09.0.patch   (rev 0)
+++ libreoffice-poppler-22.09.0.patch   2022-09-02 05:59:35 UTC (rev 454889)
@@ -0,0 +1,46 @@
+https://gerrit.libreoffice.org/c/core/+/139249
+
+From 8bad83bf044661357b02b695e6f53e2e19dea396 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 2 Sep 2022 04:31:18 +0100
+Subject: [PATCH] Fix build with Poppler 22.09.0
+
+With Poppler 22.09.0, LO fails to build with:
+```
+/var/tmp/portage/app-office/libreoffice-7.3.5.2/work/libreoffice-7.3.5.2/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:682:36:
 error: too many arguments to function call, expected single argument 'start', 
have 3 arguments
+state->getLineDash(, , );
+~~ ^~~
+/usr/include/poppler/GfxState.h:1506:32: note: 'getLineDash' declared here
+const std::vector (double *start)
+   ^
+1 error generated.
+```
+
+Poppler changed the getLineDash interface:
+```
+-void getLineDash(double **dash, int *length, double *start)
++const std::vector (double *start)
+```
+
+Signed-off-by: Sam James 
+Change-Id: I29e18f20d7650a7fcac1bc8ab4aaa04aaa2ab8fb
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -678,8 +678,16 @@ void PDFOutDev::updateLineDash(GfxState *state)
+ return;
+ assert(state);
+ 
+-double* dashArray; int arrayLen; double startOffset;
++int arrayLen; double startOffset;
++#if POPPLER_CHECK_VERSION(22, 9, 0)
++const double* dashArray;
++const std::vector  = state->getLineDash();
++dashArray = dash.data();
++arrayLen = dash.size();
++#else
++double* dashArray;
+ state->getLineDash(, , );
++#endif
+ 
+ printf( "updateLineDash" );
+ if( arrayLen && dashArray )



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

2022-09-01 Thread Andreas Radke via arch-commits
Date: Thursday, September 1, 2022 @ 19:51:43
  Author: andyrtr
Revision: 454875

archrelease: copy trunk to staging-x86_64

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

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

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 454874, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-09-01 19:51:43 UTC (rev 454875)
@@ -0,0 +1,95 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
+pkgver=22.09.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs' 'debug')
+url="https://poppler.freedesktop.org/;
+# https://gitlab.freedesktop.org/poppler/poppler
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435)
+sha256sums=('d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e'
+'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: highly recommended encoding data to display PDF 
documents with certain encodings and 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,qt6}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5,qt6}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5,qt6}.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/"
+}
+
+package_poppler-qt6() {
+  pkgdesc="Poppler Qt6 bindings"
+  depends=("poppler=${pkgver}" 'qt6-base')
+  provides=('libpoppler-qt6.so')
+
+  cd build
+  make -C qt6 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt6.pc "${pkgdir}/usr/lib/pkgconfig/"
+}



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

2022-09-01 Thread Andreas Radke via arch-commits
Date: Thursday, September 1, 2022 @ 19:51:27
  Author: andyrtr
Revision: 454874

upgpkg: poppler 22.09.0-1: upstream update 22.09.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 17:36:40 UTC (rev 454873)
+++ PKGBUILD2022-09-01 19:51:27 UTC (rev 454874)
@@ -3,8 +3,8 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
-pkgver=22.08.0
-pkgrel=2
+pkgver=22.09.0
+pkgrel=1
 arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
@@ -14,20 +14,14 @@
 url="https://poppler.freedesktop.org/;
 # https://gitlab.freedesktop.org/poppler/poppler
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435
-
JBIG2Stream_Fix_crash_on_broken_file.patch::https://gitlab.freedesktop.org/poppler/poppler/-/commit/27354e9d96.patch
-)
-sha256sums=('b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b'
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435)
+sha256sums=('d7a8f748211359cadb774ba3e18ecda6464b34027045c0648eb30d5852a41e2e'
 'SKIP'
-'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
 
 prepare() {
   mkdir build
- cd ${pkgname}-${pkgver}
- # FS#75713 / CVE-2022-38171
- patch -Np1 -i  ../JBIG2Stream_Fix_crash_on_broken_file.patch
 }
 
 build() {



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

2022-09-01 Thread Andreas Radke via arch-commits
Date: Thursday, September 1, 2022 @ 17:36:31
  Author: andyrtr
Revision: 454872

upgpkg: libdrm 2.4.113-2: do not depend on valgrind

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 15:01:12 UTC (rev 454871)
+++ PKGBUILD2022-09-01 17:36:31 UTC (rev 454872)
@@ -2,7 +2,7 @@
 
 pkgname=libdrm
 pkgver=2.4.113
-pkgrel=1
+pkgrel=2
 pkgdesc="Userspace interface to kernel DRM services"
 url="https://dri.freedesktop.org/;
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=('custom')
 depends=('libpciaccess')
 makedepends=('python-docutils' 'meson')
-checkdepends=('cairo' 'valgrind')
+checkdepends=('cairo')
 replaces=('libdrm-new' 'libdrm-nouveau')
 options=('debug')
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
@@ -28,7 +28,8 @@
 -D udev=false \
 -D etnaviv=disabled \
 -D freedreno=disabled \
--D vc4=disabled
+-D vc4=disabled \
+-D valgrind=disabled
   meson compile -C build
 }
 



[arch-commits] Commit in libdrm/repos/testing-x86_64 (6 files)

2022-09-01 Thread Andreas Radke via arch-commits
Date: Thursday, September 1, 2022 @ 17:36:40
  Author: andyrtr
Revision: 454873

archrelease: copy trunk to testing-x86_64

Added:
  libdrm/repos/testing-x86_64/COPYING
(from rev 454872, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 454872, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/keys/
Deleted:
  libdrm/repos/testing-x86_64/COPYING
  libdrm/repos/testing-x86_64/PKGBUILD
  libdrm/repos/testing-x86_64/keys/

--+
 COPYING  |   96 ++---
 PKGBUILD |   85 +++---
 2 files changed, 91 insertions(+), 90 deletions(-)

Deleted: COPYING
===
--- COPYING 2022-09-01 17:36:31 UTC (rev 454872)
+++ COPYING 2022-09-01 17:36:40 UTC (rev 454873)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-x86_64/COPYING (from rev 454872, 
libdrm/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2022-09-01 17:36:40 UTC (rev 454873)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person 

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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:28:07
  Author: andyrtr
Revision: 1289206

upgpkg: tp_smapi-lts 0.43-266: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 18:27:41 UTC (rev 1289205)
+++ PKGBUILD2022-08-31 18:28:07 UTC (rev 1289206)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=265
+pkgrel=266
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:27:41
  Author: andyrtr
Revision: 1289205

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 1289204, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/keys/

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1289204, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-31 18:27:41 UTC (rev 1289205)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.050.03
+pkgrel=21
+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
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+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" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:28:13
  Author: andyrtr
Revision: 1289207

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 1289206, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1289206, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-31 18:28:13 UTC (rev 1289207)
@@ -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=266
+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 r8168-lts/trunk (PKGBUILD)

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:27:35
  Author: andyrtr
Revision: 1289204

upgpkg: r8168-lts 8.050.03-21: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 18:27:23 UTC (rev 1289203)
+++ PKGBUILD2022-08-31 18:27:35 UTC (rev 1289204)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=20
+pkgrel=21
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:27:03
  Author: andyrtr
Revision: 1289202

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 1289201, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1289201, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-08-31 18:27:03 UTC (rev 1289202)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=70
+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 acpi_call-lts/trunk (PKGBUILD)

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:26:58
  Author: andyrtr
Revision: 1289201

upgpkg: acpi_call-lts 1.2.2-70: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 18:25:51 UTC (rev 1289200)
+++ PKGBUILD2022-08-31 18:26:58 UTC (rev 1289201)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=69
+pkgrel=70
 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/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:26:28
  Author: andyrtr
Revision: 454824

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 454823, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-31 18:26:28 UTC (rev 454824)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Eric Bélanger 
+pkgname=nvidia-lts
+pkgver=515.65.01
+pkgrel=9
+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 nvidia-lts/trunk (PKGBUILD)

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:26:23
  Author: andyrtr
Revision: 454823

upgpkg: nvidia-lts 1:515.65.01-9: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 18:21:22 UTC (rev 454822)
+++ PKGBUILD2022-08-31 18:26:23 UTC (rev 454823)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
 pkgver=515.65.01
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:21:22
  Author: andyrtr
Revision: 454822

archrelease: copy trunk to testing-x86_64

Added:
  libdrm/repos/testing-x86_64/
  libdrm/repos/testing-x86_64/COPYING
(from rev 454821, libdrm/trunk/COPYING)
  libdrm/repos/testing-x86_64/PKGBUILD
(from rev 454821, libdrm/trunk/PKGBUILD)
  libdrm/repos/testing-x86_64/keys/

--+
 COPYING  |   48 
 PKGBUILD |   42 ++
 2 files changed, 90 insertions(+)

Copied: libdrm/repos/testing-x86_64/COPYING (from rev 454821, 
libdrm/trunk/COPYING)
===
--- testing-x86_64/COPYING  (rev 0)
+++ testing-x86_64/COPYING  2022-08-31 18:21:22 UTC (rev 454822)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+
+ Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
+ Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
+ All Rights Reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
+ SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/testing-x86_64/PKGBUILD (from rev 454821, 
libdrm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-31 18:21:22 UTC (rev 454822)
@@ -0,0 +1,42 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libdrm
+pkgver=2.4.113
+pkgrel=1
+pkgdesc="Userspace interface to kernel DRM services"
+url="https://dri.freedesktop.org/;
+arch=(x86_64)
+license=('custom')
+depends=('libpciaccess')
+makedepends=('python-docutils' 'meson')
+checkdepends=('cairo' 'valgrind')
+replaces=('libdrm-new' 'libdrm-nouveau')
+options=('debug')
+source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+COPYING)
+sha512sums=('fca9834ce090f63ce6dc6d04491a2c5e86162fdddfc8ea70d55a6cdeb401be656388aae1577e58f463a78d8dc502be0a641908784819874e20bbec9a39a057e0'
+'SKIP'
+
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
+#validpgpkeys=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

+validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48') # emersion 

+#validpgpkeys=('E9E246A89E65374EB8355796B8B5FA0EFC1EC2FE') # "Leo Liu 
"
+#validpgpkeys=('899A810900B815807742E6D895A677A230AC4AA9') # Bas Nieuwenhuizen 

+#validpgpkeys=('2617F6F8DEBB0A7A15C405C983FD600E340FB5FF') # Samuel Pitoiset 

+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D udev=false \
+-D etnaviv=disabled \
+-D freedreno=disabled \
+-D vc4=disabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson 

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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:21:15
  Author: andyrtr
Revision: 454821

upgpkg: libdrm 2.4.113-1: upstream update 2.4.113

Modified:
  libdrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 18:09:16 UTC (rev 454820)
+++ PKGBUILD2022-08-31 18:21:15 UTC (rev 454821)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libdrm
-pkgver=2.4.112
+pkgver=2.4.113
 pkgrel=1
 pkgdesc="Userspace interface to kernel DRM services"
 url="https://dri.freedesktop.org/;
@@ -9,12 +9,12 @@
 license=('custom')
 depends=('libpciaccess')
 makedepends=('python-docutils' 'meson')
-checkdepends=('cairo')
+checkdepends=('cairo' 'valgrind')
 replaces=('libdrm-new' 'libdrm-nouveau')
 options=('debug')
 source=(https://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
 COPYING)
-sha512sums=('df8a207d9cce220ee2cf67877eda65394733fbfd0ff85fdbadb2b20ba9bacc41421b32452506c8caecddaf8361564ca68cd6c74d4faf3b1569ab30a3243e4340'
+sha512sums=('fca9834ce090f63ce6dc6d04491a2c5e86162fdddfc8ea70d55a6cdeb401be656388aae1577e58f463a78d8dc502be0a641908784819874e20bbec9a39a057e0'
 'SKIP'
 
'b0ca349b882a4326b19f81f22804fabdb6fb7aef31cdc7b16b0a7ae191bfbb50c7daddb2fc4e6c33f1136af06d060a273de36f6f3412ea326f16fa4309fda660')
 #validpgpkeys=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 

@@ -25,7 +25,10 @@
 
 build() {
   arch-meson $pkgname-$pkgver build \
--D udev=false
+-D udev=false \
+-D etnaviv=disabled \
+-D freedreno=disabled \
+-D vc4=disabled
   meson compile -C build
 }
 



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:09:16
  Author: andyrtr
Revision: 454820

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 454819, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch
(from rev 454819, 
linux-lts/trunk/0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch
(from rev 454819, 
linux-lts/trunk/0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch
(from rev 454819, 
linux-lts/trunk/0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop-Recognize-more-models.patch
(from rev 454819, 
linux-lts/trunk/0005-lg-laptop-Recognize-more-models.patch)
  linux-lts/repos/testing-x86_64/0006-Fix-NFSv4-mount-regression.patch
(from rev 454819, linux-lts/trunk/0006-Fix-NFSv4-mount-regression.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 454819, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 454819, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/keys/

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  151 
 0002-PCI-Add-more-NVIDIA-controllers-to-the-MSI-masking-q.patch |   21 
 0003-iommu-intel-do-deep-dma-unmapping-to-avoid-kernel-fl.patch |   85 
 0004-Bluetooth-btintel-Fix-bdaddress-comparison-with-garb.patch |   57 
 0005-lg-laptop-Recognize-more-models.patch  |   36 
 0006-Fix-NFSv4-mount-regression.patch   |  238 
 PKGBUILD|  213 
 config  |10701 
++
 8 files changed, 11502 insertions(+)

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


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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 18:08:57
  Author: andyrtr
Revision: 454819

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

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

--+
 PKGBUILD |6 +++---
 config   |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 13:03:44 UTC (rev 454818)
+++ PKGBUILD2022-08-31 18:08:57 UTC (rev 454819)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.15.63
+pkgver=5.15.64
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -28,9 +28,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('6dd3cd1e5a629d0002bc6c6ec7e8ea96710104f38664122dd56c83dfd4eb7341'
+sha256sums=('c6a1d38c6fa3798341372d5cf0088ae806ccdc827e31ecbff8988e097ba5de50'
 'SKIP'
-'67b7379830e81ae0f3f787a8855e91a5b50df5a6c31e6ad9807c2db84281393a'
+'2609c913efdfb43a4f3f8094f08595fc708e8e66c0260964b73433d6d3d4a54a'
 '7bd64ff894475b3415d792ba8466ba7e8f872af56dbf1aeed0d261fe4008b8b5'
 '39649dc1dfcb06b411ad124e123769e955a78961b4ea17538c0919a930925549'
 '56c12551e859cc67520909e64feecbf1b190cee8addef150c5b9d1bb1d40981e'

Modified: config
===
--- config  2022-08-31 13:03:44 UTC (rev 454818)
+++ config  2022-08-31 18:08:57 UTC (rev 454819)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.63 Kernel Configuration
+# Linux/x86 5.15.64 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0"
 CONFIG_CC_IS_GCC=y



[arch-commits] Commit in xorg-oclock/repos/extra-x86_64 (PKGBUILD PKGBUILD keys)

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 13:03:44
  Author: andyrtr
Revision: 454818

archrelease: copy trunk to extra-x86_64

Added:
  xorg-oclock/repos/extra-x86_64/PKGBUILD
(from rev 454817, xorg-oclock/trunk/PKGBUILD)
  xorg-oclock/repos/extra-x86_64/keys/
Deleted:
  xorg-oclock/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-31 13:03:36 UTC (rev 454817)
+++ PKGBUILD2022-08-31 13:03:44 UTC (rev 454818)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-oclock
-pkgver=1.0.4
-pkgrel=3
-pkgdesc="Round X clock"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu' 'libxext' 'libxkbfile')
-makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/oclock-${pkgver}.tar.bz2{,.sig})
-sha512sums=('6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

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

Copied: xorg-oclock/repos/extra-x86_64/PKGBUILD (from rev 454817, 
xorg-oclock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-31 13:03:44 UTC (rev 454818)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=xorg-oclock
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Round X clock"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'libxext' 'libxkbfile')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/oclock-${pkgver}.tar.xz{,.sig})
+sha512sums=('a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

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



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 13:03:36
  Author: andyrtr
Revision: 454817

upgpkg: xorg-oclock 1.0.5-1: upstream update 1.0.5

Modified:
  xorg-oclock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 12:56:48 UTC (rev 454816)
+++ PKGBUILD2022-08-31 13:03:36 UTC (rev 454817)
@@ -1,8 +1,9 @@
-# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
 
 pkgname=xorg-oclock
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="Round X clock"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -9,8 +10,8 @@
 license=('custom')
 depends=('libx11' 'libxmu' 'libxext' 'libxkbfile')
 makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/oclock-${pkgver}.tar.bz2{,.sig})
-sha512sums=('6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7'
+source=(https://xorg.freedesktop.org/archive/individual/app/oclock-${pkgver}.tar.xz{,.sig})
+sha512sums=('a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 12:56:48
  Author: andyrtr
Revision: 454816

archrelease: copy trunk to extra-x86_64

Added:
  libfontenc/repos/extra-x86_64/PKGBUILD
(from rev 454815, libfontenc/trunk/PKGBUILD)
  libfontenc/repos/extra-x86_64/keys/
Deleted:
  libfontenc/repos/extra-x86_64/PKGBUILD
  libfontenc/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-31 12:56:23 UTC (rev 454815)
+++ PKGBUILD2022-08-31 12:56:48 UTC (rev 454816)
@@ -1,30 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Jan de Groot 
-
-pkgname=libfontenc
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="X11 font encoding library"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('zlib' 'xorg-fonts-encodings')
-makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-encodingsdir=/usr/share/fonts/encodings  
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libfontenc/repos/extra-x86_64/PKGBUILD (from rev 454815, 
libfontenc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-31 12:56:48 UTC (rev 454816)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=libfontenc
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="X11 font encoding library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('zlib' 'xorg-fonts-encodings')
+makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-encodingsdir=/usr/share/fonts/encodings  
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2022-08-31 Thread Andreas Radke via arch-commits
Date: Wednesday, August 31, 2022 @ 12:56:23
  Author: andyrtr
Revision: 454815

upgpkg: libfontenc 1.1.6-1: upstream update 1.1.6#

Modified:
  libfontenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-31 07:41:46 UTC (rev 454814)
+++ PKGBUILD2022-08-31 12:56:23 UTC (rev 454815)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libfontenc
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="X11 font encoding library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('zlib' 'xorg-fonts-encodings')
 makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha512sums=('1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4'
+sha512sums=('524247caf035e5d69280575c79ec5a3259c4cd0a4afa375b01985fedf800b42ecd75102e38f85cdce5591d020d361ffa9390adcb7906e939df289e5131088683'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

 



[arch-commits] Commit in system-config-printer/repos/extra-x86_64 (5 files)

2022-08-30 Thread Andreas Radke via arch-commits
Date: Tuesday, August 30, 2022 @ 18:32:34
  Author: andyrtr
Revision: 454788

archrelease: copy trunk to extra-x86_64

Added:
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 454787, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/extra-x86_64/autoconf-2-70.diff
(from rev 454787, system-config-printer/trunk/autoconf-2-70.diff)
  system-config-printer/repos/extra-x86_64/keys/
Deleted:
  system-config-printer/repos/extra-x86_64/PKGBUILD
  system-config-printer/repos/extra-x86_64/autoconf-2-70.diff

+
 PKGBUILD   |   96 +--
 autoconf-2-70.diff |   20 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-30 18:32:22 UTC (rev 454787)
+++ PKGBUILD2022-08-30 18:32:34 UTC (rev 454788)
@@ -1,48 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Andrea Scarpino 
-
-pkgname=system-config-printer
-pkgver=1.5.17
-pkgrel=1
-pkgdesc="A CUPS printer configuration tool and status applet"
-url="https://github.com/OpenPrinting/system-config-printer;
-arch=('x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
- 'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
-optdepends=('libsecret: password management'
-'python-pysmbc: SMB browser support'
-'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz
 #{,.asc}
-)
-sha256sums=('dc9c8ad03f7983962ddf0ef05621c948370bd1763cd90c3dcff672280aa2d6e6')
-#'SKIP')
-#validpgpkeys=('7ADB58203CA5F046F28025B215AA6A7F4D4227D7') # "Zdenek Dohnal 
(Associate Software Engineer) "
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udevdir=/usr/lib/udev \
---with-udev-rules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  # Compile *.pyc
-  find "$pkgdir" -name '*.py' -exec python -mpy_compile {} +
-  # Compile *.pyo
-  find "$pkgdir" -name '*.py' -exec python -O -mpy_compile {} +
-  
-  # fix dbus policy location
-  install -dm755 "$pkgdir"/usr/share/dbus-1/system.d
-  mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d
-  rm -rf "$pkgdir"/etc/dbus-1
-}

Copied: system-config-printer/repos/extra-x86_64/PKGBUILD (from rev 454787, 
system-config-printer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-30 18:32:34 UTC (rev 454788)
@@ -0,0 +1,48 @@
+# Maintainer: AndyRTR 
+# Contributor: Andrea Scarpino 
+
+pkgname=system-config-printer
+pkgver=1.5.18
+pkgrel=1
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="https://github.com/OpenPrinting/system-config-printer;
+arch=('x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
+ 'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
+optdepends=('libsecret: password management'
+'python-pysmbc: SMB browser support'
+'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
+source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz{,.asc})
+sha256sums=('b1a69e1b4ec2add569a87aeca811a37c5361ee6ae327ec852b79e64223e34bee'
+'SKIP')
+validpgpkeys=('7082A0A50A2E92640F3880E0E4522DCC9B246FF7') # Zdenek Dohnal (The 
old 4D4227D7 key revoked) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--with-udevdir=/usr/lib/udev \
+--with-udev-rules \
+--with-cups-serverbin-dir=/usr/lib/cups
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  # Compile *.pyc
+  find "$pkgdir" -name '*.py' -exec python -mpy_compile {} +
+  # Compile *.pyo
+  find "$pkgdir" -name '*.py' -exec python -O -mpy_compile {} +
+  
+  # fix dbus policy location
+  install -dm755 "$pkgdir"/usr/share/dbus-1/system.d
+  mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d
+  rm -rf "$pkgdir"/etc/dbus-1
+}

Deleted: autoconf-2-70.diff
===
--- autoconf-2-70.diff  2022-08-30 18:32:22 UTC (rev 454787)
+++ autoconf-2-70.diff  2022-08-30 18:32:34 UTC (rev 454788)
@@ -1,10 +0,0 @@
 system-config-printer-1.5.14/configure.ac  2021-01-06 

[arch-commits] Commit in system-config-printer/trunk (4 files)

2022-08-30 Thread Andreas Radke via arch-commits
Date: Tuesday, August 30, 2022 @ 18:32:22
  Author: andyrtr
Revision: 454787

upgpkg: system-config-printer 1.5.18-1: upstream update 1.5.18

Added:
  system-config-printer/trunk/keys/
  system-config-printer/trunk/keys/pgp/
  
system-config-printer/trunk/keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc
Modified:
  system-config-printer/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc |1 +
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 18:03:26 UTC (rev 454786)
+++ PKGBUILD2022-08-30 18:32:22 UTC (rev 454787)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=system-config-printer
-pkgver=1.5.17
+pkgver=1.5.18
 pkgrel=1
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="https://github.com/OpenPrinting/system-config-printer;
@@ -14,11 +14,10 @@
 optdepends=('libsecret: password management'
 'python-pysmbc: SMB browser support'
 'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz
 #{,.asc}
-)
-sha256sums=('dc9c8ad03f7983962ddf0ef05621c948370bd1763cd90c3dcff672280aa2d6e6')
-#'SKIP')
-#validpgpkeys=('7ADB58203CA5F046F28025B215AA6A7F4D4227D7') # "Zdenek Dohnal 
(Associate Software Engineer) "
+source=(https://github.com/OpenPrinting/system-config-printer/releases/download/v${pkgver}/system-config-printer-${pkgver}.tar.xz{,.asc})
+sha256sums=('b1a69e1b4ec2add569a87aeca811a37c5361ee6ae327ec852b79e64223e34bee'
+'SKIP')
+validpgpkeys=('7082A0A50A2E92640F3880E0E4522DCC9B246FF7') # Zdenek Dohnal (The 
old 4D4227D7 key revoked) 
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -28,7 +27,8 @@
 --sysconfdir=/etc \
 --with-systemdsystemunitdir=/usr/lib/systemd/system \
 --with-udevdir=/usr/lib/udev \
---with-udev-rules
+--with-udev-rules \
+--with-cups-serverbin-dir=/usr/lib/cups
   make
 }
 

Added: keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc
===
(Binary files differ)

Index: 
system-config-printer/trunk/keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc
===
--- keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc   2022-08-30 
18:03:26 UTC (rev 454786)
+++ keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc   2022-08-30 
18:32:22 UTC (rev 454787)

Property changes on: 
system-config-printer/trunk/keys/pgp/7082A0A50A2E92640F3880E0E4522DCC9B246FF7.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 20:12:41
  Author: andyrtr
Revision: 454741

upgpkg: poppler 22.08.0-2: fix FS#75713 / CVE-2022-38171

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 19:56:42 UTC (rev 454740)
+++ PKGBUILD2022-08-29 20:12:41 UTC (rev 454741)
@@ -4,7 +4,7 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
 pkgver=22.08.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
@@ -14,14 +14,20 @@
 url="https://poppler.freedesktop.org/;
 # https://gitlab.freedesktop.org/poppler/poppler
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435)
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435
+
JBIG2Stream_Fix_crash_on_broken_file.patch::https://gitlab.freedesktop.org/poppler/poppler/-/commit/27354e9d96.patch
+)
 sha256sums=('b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b'
 'SKIP'
+'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
 
 prepare() {
   mkdir build
+ cd ${pkgname}-${pkgver}
+ # FS#75713 / CVE-2022-38171
+ patch -Np1 -i  ../JBIG2Stream_Fix_crash_on_broken_file.patch
 }
 
 build() {



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 20:12:49
  Author: andyrtr
Revision: 454742

archrelease: copy trunk to extra-x86_64

Added:
  poppler/repos/extra-x86_64/PKGBUILD
(from rev 454741, poppler/trunk/PKGBUILD)
  poppler/repos/extra-x86_64/keys/
Deleted:
  poppler/repos/extra-x86_64/PKGBUILD
  poppler/repos/extra-x86_64/keys/

--+
 PKGBUILD |  196 +++--
 1 file changed, 101 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 20:12:41 UTC (rev 454741)
+++ PKGBUILD2022-08-29 20:12:49 UTC (rev 454742)
@@ -1,95 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
-pkgver=22.08.0
-pkgrel=1
-arch=(x86_64)
-license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
- 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
- 'cmake' 'python' 'boost')
-options=('!emptydirs' 'debug')
-url="https://poppler.freedesktop.org/;
-# https://gitlab.freedesktop.org/poppler/poppler
-source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435)
-sha256sums=('b493328721402f25cb7523f9cdc2f7d7c59f45ad999bde75c63c90604db0f20b'
-'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: highly recommended encoding data to display PDF 
documents with certain encodings and 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,qt6}
-  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5,qt6}.*
-  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5,qt6}.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/"
-}
-
-package_poppler-qt6() {
-  pkgdesc="Poppler Qt6 bindings"
-  depends=("poppler=${pkgver}" 'qt6-base')
-  provides=('libpoppler-qt6.so')
-
-  cd build
-  make -C qt6 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 poppler-qt6.pc "${pkgdir}/usr/lib/pkgconfig/"
-}

Copied: poppler/repos/extra-x86_64/PKGBUILD (from rev 454741, 
poppler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 20:12:49 UTC (rev 454742)
@@ -0,0 +1,101 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5' 'poppler-qt6')
+pkgver=22.08.0
+pkgrel=2
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'qt6-base' 'git' 'nss' 
'gtk-doc' 'curl' 'poppler-data'
+ 'cmake' 'python' 'boost')
+options=('!emptydirs' 'debug')
+url="https://poppler.freedesktop.org/;
+# https://gitlab.freedesktop.org/poppler/poppler
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=920c89f8f43bdfe8966c8e397e7f67f5302e9435
+
JBIG2Stream_Fix_crash_on_broken_file.patch::https://gitlab.freedesktop.org/poppler/poppler/-/commit/27354e9d96.patch
+)

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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:56:42
  Author: andyrtr
Revision: 454740

archrelease: copy trunk to extra-x86_64

Added:
  libxfont2/repos/extra-x86_64/PKGBUILD
(from rev 454739, libxfont2/trunk/PKGBUILD)
  libxfont2/repos/extra-x86_64/keys/
Deleted:
  libxfont2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 19:56:35 UTC (rev 454739)
+++ PKGBUILD2022-08-29 19:56:42 UTC (rev 454740)
@@ -1,31 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=libxfont2
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="X11 font rasterisation library"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('freetype2' 'libfontenc')
-makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
-source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
-sha512sums=('64d0635d14676bb645d61932afb177eb3808a46525b26e7ee31abc975eca75207743e85523fdd82b08010ce124eb4802338b508ee7b126875d2a3c12f8ac4faa'
-'SKIP')
-#validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

-#validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
-#validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
-validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  "Alan 
Coopersmith "
-
-build() {
-  cd "libXfont2-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "libXfont2-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxfont2/repos/extra-x86_64/PKGBUILD (from rev 454739, 
libxfont2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 19:56:42 UTC (rev 454740)
@@ -0,0 +1,32 @@
+# Maintainer: Andreas Radke 
+# Contributor: Laurent Carlier 
+
+pkgname=libxfont2
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="X11 font rasterisation library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('freetype2' 'libfontenc')
+makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
+source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.xz{,.sig})
+sha512sums=('24d6baeef8dc2ca2730925c6b790a97f4a3f46ea7b4d908555e7df29cee6e27b63d638b50c88dd30c853cecff7d9b079402cb617f4498f96410c5770b8815cbd'
+'SKIP')
+#validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

+#validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
+#validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  "Alan Coopersmith 
"
+
+build() {
+  cd "libXfont2-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "libXfont2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:56:35
  Author: andyrtr
Revision: 454739

upgpkg: libxfont2 2.0.6-1: upstream update 2.0.6

Modified:
  libxfont2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 19:54:19 UTC (rev 454738)
+++ PKGBUILD2022-08-29 19:56:35 UTC (rev 454739)
@@ -1,7 +1,8 @@
-# Maintainer: Laurent Carlier 
+# Maintainer: Andreas Radke 
+# Contributor: Laurent Carlier 
 
 pkgname=libxfont2
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="X11 font rasterisation library"
 arch=(x86_64)
@@ -9,13 +10,13 @@
 license=('custom')
 depends=('freetype2' 'libfontenc')
 makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
-source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.bz2{,.sig})
-sha512sums=('64d0635d14676bb645d61932afb177eb3808a46525b26e7ee31abc975eca75207743e85523fdd82b08010ce124eb4802338b508ee7b126875d2a3c12f8ac4faa'
+source=(${url}/archive/individual/lib/libXfont2-${pkgver}.tar.xz{,.sig})
+sha512sums=('24d6baeef8dc2ca2730925c6b790a97f4a3f46ea7b4d908555e7df29cee6e27b63d638b50c88dd30c853cecff7d9b079402cb617f4498f96410c5770b8815cbd'
 'SKIP')
 #validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # Keith Packard 

 #validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # "Adam Jackson 
"
 #validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb 
"
-validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  "Alan 
Coopersmith "
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  "Alan Coopersmith 
"
 
 build() {
   cd "libXfont2-${pkgver}"



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:54:19
  Author: andyrtr
Revision: 454738

archrelease: copy trunk to extra-x86_64

Added:
  xaw3d/repos/extra-x86_64/PKGBUILD
(from rev 454737, xaw3d/trunk/PKGBUILD)
  xaw3d/repos/extra-x86_64/keys/
Deleted:
  xaw3d/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 19:54:12 UTC (rev 454737)
+++ PKGBUILD2022-08-29 19:54:19 UTC (rev 454738)
@@ -1,29 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=xaw3d
-pkgver=1.6.3
-pkgrel=3
-pkgdesc="Three-D Athena widgets"
-arch=('x86_64')
-url="https://directory.fsf.org/project/xaw3d/;
-license=('MIT')
-depends=('libxmu')
-makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.bz2{,.sig})
-sha512sums=('f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424'
-'SKIP')
-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
-
-build() {
-  cd libXaw3d-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd libXaw3d-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xaw3d/repos/extra-x86_64/PKGBUILD (from rev 454737, 
xaw3d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 19:54:19 UTC (rev 454738)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke 
+# Contributor: Eric Bélanger 
+
+pkgname=xaw3d
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Three-D Athena widgets"
+arch=('x86_64')
+url="https://directory.fsf.org/project/xaw3d/;
+license=('MIT')
+depends=('libxmu')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.xz{,.sig})
+sha512sums=('388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba'
+'SKIP')
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  "Alan Coopersmith 
"
+
+build() {
+  cd libXaw3d-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd libXaw3d-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:54:12
  Author: andyrtr
Revision: 454737

upgpkg: xaw3d 1.6.4-1: upstream update 1.6.4

Added:
  xaw3d/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
Modified:
  xaw3d/trunk/PKGBUILD

---+
 PKGBUILD  |   14 --
 keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc |1 +
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 19:50:45 UTC (rev 454736)
+++ PKGBUILD2022-08-29 19:54:12 UTC (rev 454737)
@@ -1,8 +1,9 @@
-# Maintainer: Eric Bélanger 
+# Maintainer: Andreas Radke 
+# Contributor: Eric Bélanger 
 
 pkgname=xaw3d
-pkgver=1.6.3
-pkgrel=3
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="Three-D Athena widgets"
 arch=('x86_64')
 url="https://directory.fsf.org/project/xaw3d/;
@@ -9,10 +10,11 @@
 license=('MIT')
 depends=('libxmu')
 makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.bz2{,.sig})
-sha512sums=('f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424'
+source=(https://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.xz{,.sig})
+sha512sums=('388e905871a823d0f87fbc29e9ea2de95ac13ccaf50e031a01602d8d388d61bcf1823b4ded8c1a06bdce382e8ddcbc1b0182ccef00cde8064b09176163283dba'
 'SKIP')
-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #  "Alan Coopersmith 
"
 
 build() {
   cd libXaw3d-${pkgver}

Added: keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
===
(Binary files differ)

Index: xaw3d/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
===
--- keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc   2022-08-29 
19:50:45 UTC (rev 454736)
+++ keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc   2022-08-29 
19:54:12 UTC (rev 454737)

Property changes on: 
xaw3d/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:50:45
  Author: andyrtr
Revision: 454736

archrelease: copy trunk to extra-x86_64

Added:
  libxau/repos/extra-x86_64/PKGBUILD
(from rev 454735, libxau/trunk/PKGBUILD)
  libxau/repos/extra-x86_64/keys/
Deleted:
  libxau/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 19:50:38 UTC (rev 454735)
+++ PKGBUILD2022-08-29 19:50:45 UTC (rev 454736)
@@ -1,30 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=libxau
-pkgver=1.0.9
-pkgrel=4
-pkgdesc="X11 authorisation library"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-depends=('glibc')
-makedepends=('xorgproto')
-license=('custom')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-sha512sums=('3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562'
-'SKIP')
-
-build() {
-  cd libXau-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd libXau-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxau/repos/extra-x86_64/PKGBUILD (from rev 454735, 
libxau/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 19:50:45 UTC (rev 454736)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR 
+# Contributor: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxau
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="X11 authorisation library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+depends=('glibc')
+makedepends=('xorgproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+sha512sums=('e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb'
+'SKIP')
+
+build() {
+  cd libXau-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libXau-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:48:40
  Author: andyrtr
Revision: 454734

archrelease: copy trunk to extra-x86_64

Added:
  libfontenc/repos/extra-x86_64/PKGBUILD
(from rev 454733, libfontenc/trunk/PKGBUILD)
  libfontenc/repos/extra-x86_64/keys/
Deleted:
  libfontenc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-29 19:48:27 UTC (rev 454733)
+++ PKGBUILD2022-08-29 19:48:40 UTC (rev 454734)
@@ -1,29 +0,0 @@
-#Maintainer: Jan de Groot 
-
-pkgname=libfontenc
-pkgver=1.1.4
-pkgrel=3
-pkgdesc="X11 font encoding library"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('zlib' 'xorg-fonts-encodings')
-makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-encodingsdir=/usr/share/fonts/encodings  
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libfontenc/repos/extra-x86_64/PKGBUILD (from rev 454733, 
libfontenc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-29 19:48:40 UTC (rev 454734)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=libfontenc
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="X11 font encoding library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('zlib' 'xorg-fonts-encodings')
+makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-encodingsdir=/usr/share/fonts/encodings  
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:50:38
  Author: andyrtr
Revision: 454735

upgpkg: libxau 1.0.10-1: upstream update 1.0.10

Modified:
  libxau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 19:48:40 UTC (rev 454734)
+++ PKGBUILD2022-08-29 19:50:38 UTC (rev 454735)
@@ -1,10 +1,10 @@
 # Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 # Contributor: Alexander Baldeck 
 
 pkgname=libxau
-pkgver=1.0.9
-pkgrel=4
+pkgver=1.0.10
+pkgrel=1
 pkgdesc="X11 authorisation library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -11,9 +11,9 @@
 depends=('glibc')
 makedepends=('xorgproto')
 license=('custom')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2{,.sig})
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.xz{,.sig})
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
-sha512sums=('3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562'
+sha512sums=('e56a862a7bbccb108c9683eeb8b643d2587a121dd96982e1e7edc5bd0b676302d244bfaa750afc7fb2ad31df8b825095d779b6e2ab2c76f94e47095d90071ebb'
 'SKIP')
 
 build() {



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

2022-08-29 Thread Andreas Radke via arch-commits
Date: Monday, August 29, 2022 @ 19:48:27
  Author: andyrtr
Revision: 454733

upgpkg: libfontenc 1.1.5-1: upstream update 1.1.5

Modified:
  libfontenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 19:24:33 UTC (rev 454732)
+++ PKGBUILD2022-08-29 19:48:27 UTC (rev 454733)
@@ -1,8 +1,9 @@
-#Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
 
 pkgname=libfontenc
-pkgver=1.1.4
-pkgrel=3
+pkgver=1.1.5
+pkgrel=1
 pkgdesc="X11 font encoding library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -9,8 +10,8 @@
 license=('custom')
 depends=('zlib' 'xorg-fonts-encodings')
 makedepends=('pkgconfig' 'xorgproto' 'xorg-util-macros')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582'
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('1e285069012bee9742aa3608898c5c1677be42ced3b175f59de9830e626c7b7116f44da7deac5926b250145f4fdb4e8757c6901191c9f8f9e720d159d6a4c2b4'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

 



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

2022-08-25 Thread Andreas Radke via arch-commits
Date: Thursday, August 25, 2022 @ 14:03:56
  Author: andyrtr
Revision: 1278573

upgpkg: r8168-lts 8.050.03-20: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 14:03:23 UTC (rev 1278572)
+++ PKGBUILD2022-08-25 14:03:56 UTC (rev 1278573)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.050.03
-pkgrel=19
+pkgrel=20
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-08-25 Thread Andreas Radke via arch-commits
Date: Thursday, August 25, 2022 @ 14:04:27
  Author: andyrtr
Revision: 1278575

upgpkg: tp_smapi-lts 0.43-265: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 14:04:01 UTC (rev 1278574)
+++ PKGBUILD2022-08-25 14:04:27 UTC (rev 1278575)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=264
+pkgrel=265
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



  1   2   3   4   5   6   7   8   9   10   >