[arch-commits] Commit in freecad/repos/community-x86_64 (5 files)

2022-07-29 Thread Alexander Rødseth via arch-commits
Date: Friday, July 29, 2022 @ 23:32:37
  Author: arodseth
Revision: 1259126

archrelease: copy trunk to community-x86_64

Added:
  freecad/repos/community-x86_64/PKGBUILD
(from rev 1259125, freecad/trunk/PKGBUILD)
Deleted:
  freecad/repos/community-x86_64/PKGBUILD
  freecad/repos/community-x86_64/freecad-boost.patch
  freecad/repos/community-x86_64/freecad-vtk9.patch
  freecad/repos/community-x86_64/freecad.xml

-+
 PKGBUILD|  175 --
 freecad-boost.patch |   25 -
 freecad-vtk9.patch  |  827 --
 freecad.xml |9 
 4 files changed, 71 insertions(+), 965 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 23:32:31 UTC (rev 1259125)
+++ PKGBUILD2022-07-29 23:32:37 UTC (rev 1259126)
@@ -1,104 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: loqs 
-# Contributor: Gabriel Souza Franco 
-# Contributor: Florian Pritz
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.19.4
-pkgrel=5
-pkgdesc='General purpose 3D CAD modeler'
-arch=(x86_64)
-url='https://freecadweb.org/'
-license=(LGPL)
-depends=(boost-libs ffmpeg glew jsoncpp libspnav med netcdf opencascade openmpi
- pyside2 pyside2-tools python-gitpython python-matplotlib
- python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
- qt5-x11extras qt5-xmlpatterns xerces-c)
-makedepends=(adios2 boost cmake cgns coin eigen fmt gcc-fortran gendesk git
- jdk-openjdk libharu liblas ninja openvdb openvr ospray pdal
- postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
- utf8cpp cli11)
-source=(freecad.xml
-freecad-boost.patch
-freecad-vtk9.patch
-
"git+https://github.com/$pkgname/$pkgname#commit=476ecf091941bead59b14e44afa6064d5a66afa3;)
 # tag: 0.19.4
-b2sums=('f5f295b9b5f268126feffbe3f3344c124faf5e2263f3f071348bd7f5d0bf2e30eb33fcf174d0ab76ad80ca7bd8ddea95ccbaf7f33f0896189ac78603fecb9485'
-
'6ec5dcead7f3438b387aeb3f608b910105d493aafcd47ae84715cdfe6f8651926056283ec4aeeab542b89df9fd9ffc2dbb74f5593e864acd23c8b352033ed1dc'
-
'242702f926101c57774046548068d17b22bd582ba1a1c45534ac8ceaa174c56277db80f32bed8ad1475b37006a1d777193b6c098ed8a733772152a898d1dd825'
-'SKIP')
-
-prepare() {
-  (
-cd $pkgname
-# fix missing include for std::unique_ptr
-git cherry-pick -n 4fea37b3bc5a3a9fce789dac6d2444f240bd3313
-  )
-  # Fix Boost linking with VTK 9 (thanks Fedora)
-  patch -d $pkgname -p1 -i ../freecad-boost.patch
-  # Fix build with VTK 9 (thanks Fedora)
-  patch -d $pkgname -p1 -i ../freecad-vtk9.patch
-  # Generate desktop shortcut
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name FreeCAD \
---mimetypes='application/x-extension-fcstd' --startupnotify=true
-}
-
-build() {
-  # OpenCascade requires that /usr/bin comes before /bin in $PATH
-  export PATH="/usr/bin:$PATH"
-
-  cmake \
--B build \
--D BUILD_ENABLE_CXX_STD=C++14 \
--D BUILD_QT5=ON \
--D CMAKE_BUILD_TYPE=Release \
--D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
--D CMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
--D CMAKE_INSTALL_DATADIR=/usr/share/freecad \
--D CMAKE_INSTALL_DOCDIR=/usr/share/freecad/doc \
--D CMAKE_INSTALL_PREFIX=/usr/lib/freecad \
--D FREECAD_USE_EXTERNAL_PIVY=ON \
--D FREECAD_USE_OCC_VARIANT='Official Version' \
--D FREECAD_USE_QT_FILEDIALOG=ON \
--D PYTHON_EXECUTABLE=/usr/bin/python \
--G Ninja \
--S $pkgname
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Desktop shortcut
-  install -Dm644 $pkgname.desktop -t "$pkgdir/usr/share/applications/"
-
-  # MIME info
-  install -Dm644 $pkgname.xml -t "$pkgdir/usr/share/mime/packages/"
-
-  # Thumbnailer
-  install -Dm755 $pkgname/src/Tools/$pkgname-thumbnailer -t "$pkgdir/usr/bin/"
-  install -Dm644 \
-"$pkgdir/usr/lib/freecad/share/thumbnailers/FreeCAD.thumbnailer" \
-"$pkgdir/usr/share/thumbnailers/FreeCAD.thumbnailer"
-  rm -f "$pkgdir/usr/lib/freecad/share/thumbnailers/FreeCAD.thumbnailer"
-
-  # Icons
-  cd $pkgname/src/Gui/Icons
-  install -Dm644 $pkgname.svg -t 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/"
-  for i in 16 32 48 64; do
-install -Dm644 "freecad-icon-$i.png" \
-  "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/freecad.png"
-  done
-
-  # Symlinks in /usr/bin
-  install -d "$pkgdir/usr/bin"
-  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/freecad"
-  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/FreeCAD"
-  ln -sf /usr/lib/freecad/bin/FreeCADCmd "$pkgdir/usr/bin/freecadcmd"
-  ln -sf /usr/lib/freecad/bin/FreeCADCmd "$pkgdir/usr/bin/FreeCADCmd"
-}

Copied: freecad/repos/community-x86_64/PKGBUILD (from rev 1259125, 
freecad/trunk/PKGBUILD)

[arch-commits] Commit in freecad/trunk (4 files)

2022-07-29 Thread Alexander Rødseth via arch-commits
Date: Friday, July 29, 2022 @ 23:32:31
  Author: arodseth
Revision: 1259125

upgpkg: freecad 0.20-1

Modified:
  freecad/trunk/PKGBUILD
Deleted:
  freecad/trunk/freecad-boost.patch
  freecad/trunk/freecad-vtk9.patch
  freecad/trunk/freecad.xml

-+
 PKGBUILD|   73 +---
 freecad-boost.patch |   25 -
 freecad-vtk9.patch  |  827 --
 freecad.xml |9 
 4 files changed, 20 insertions(+), 914 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 22:40:28 UTC (rev 1259124)
+++ PKGBUILD2022-07-29 23:32:31 UTC (rev 1259125)
@@ -8,64 +8,49 @@
 # Contributor: manwithgrenade
 # Contributor: bricem13
 # Contributor: gborzi
+# Contributor: Adrian Insaurralde
 
 pkgname=freecad
-pkgver=0.19.4
-pkgrel=5
-pkgdesc='General purpose 3D CAD modeler'
+pkgver=0.20
+pkgrel=1
+pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
 license=(LGPL)
-depends=(boost-libs ffmpeg glew jsoncpp libspnav med netcdf opencascade openmpi
+depends=(boost-libs glew jsoncpp libspnav med netcdf opencascade openmpi
  pyside2 pyside2-tools python-gitpython python-matplotlib
  python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
  qt5-x11extras qt5-xmlpatterns xerces-c)
-makedepends=(adios2 boost cmake cgns coin eigen fmt gcc-fortran gendesk git
- jdk-openjdk libharu liblas ninja openvdb openvr ospray pdal
- postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
- utf8cpp cli11)
-source=(freecad.xml
-freecad-boost.patch
-freecad-vtk9.patch
-
"git+https://github.com/$pkgname/$pkgname#commit=476ecf091941bead59b14e44afa6064d5a66afa3;)
 # tag: 0.19.4
-b2sums=('f5f295b9b5f268126feffbe3f3344c124faf5e2263f3f071348bd7f5d0bf2e30eb33fcf174d0ab76ad80ca7bd8ddea95ccbaf7f33f0896189ac78603fecb9485'
-
'6ec5dcead7f3438b387aeb3f608b910105d493aafcd47ae84715cdfe6f8651926056283ec4aeeab542b89df9fd9ffc2dbb74f5593e864acd23c8b352033ed1dc'
-
'242702f926101c57774046548068d17b22bd582ba1a1c45534ac8ceaa174c56277db80f32bed8ad1475b37006a1d777193b6c098ed8a733772152a898d1dd825'
-'SKIP')
+makedepends=(boost cmake cgns coin eigen fmt gcc-fortran git jdk-openjdk
+ libharu liblas ninja openvdb openvr ospray pdal postgresql-libs
+ python-mpi4py python-shiboken2 shiboken2 swig utf8cpp cli11)
+optdepends=('graphviz: dependency graph support'
+'openscad: OpenSCAD support'
+'python-markdown: Markdown support in addon manager'
+'python-gitpython: support downloading addons with git')
+source=("git+https://github.com/$pkgname/$pkgname#commit=68e337670e227889217652ddac593c93b5e8dc94;)
 # tag: 0.20.0
+b2sums=('SKIP')
 
-prepare() {
-  (
-cd $pkgname
-# fix missing include for std::unique_ptr
-git cherry-pick -n 4fea37b3bc5a3a9fce789dac6d2444f240bd3313
-  )
-  # Fix Boost linking with VTK 9 (thanks Fedora)
-  patch -d $pkgname -p1 -i ../freecad-boost.patch
-  # Fix build with VTK 9 (thanks Fedora)
-  patch -d $pkgname -p1 -i ../freecad-vtk9.patch
-  # Generate desktop shortcut
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name FreeCAD \
---mimetypes='application/x-extension-fcstd' --startupnotify=true
-}
-
 build() {
-  # OpenCascade requires that /usr/bin comes before /bin in $PATH
-  export PATH="/usr/bin:$PATH"
-
   cmake \
 -B build \
--D BUILD_ENABLE_CXX_STD=C++14 \
+-D BUILD_ENABLE_CXX_STD=C++17 \
+-D BUILD_FLAT_MESH=ON \
 -D BUILD_QT5=ON \
 -D CMAKE_BUILD_TYPE=Release \
 -D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
 -D CMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
+-D CMAKE_INSTALL_BINDIR=/usr/lib/freecad/bin \
 -D CMAKE_INSTALL_DATADIR=/usr/share/freecad \
+-D CMAKE_INSTALL_DATAROOTDIR=/usr/share \
 -D CMAKE_INSTALL_DOCDIR=/usr/share/freecad/doc \
+-D CMAKE_INSTALL_LIBDIR=/usr/lib/freecad/lib \
 -D CMAKE_INSTALL_PREFIX=/usr/lib/freecad \
 -D FREECAD_USE_EXTERNAL_PIVY=ON \
 -D FREECAD_USE_OCC_VARIANT='Official Version' \
 -D FREECAD_USE_QT_FILEDIALOG=ON \
 -D PYTHON_EXECUTABLE=/usr/bin/python \
+-D INSTALL_TO_SITEPACKAGES=ON \
 -G Ninja \
 -S $pkgname
   ninja -C build
@@ -74,27 +59,9 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 
-  # Desktop shortcut
-  install -Dm644 $pkgname.desktop -t "$pkgdir/usr/share/applications/"
-
-  # MIME info
-  install -Dm644 $pkgname.xml -t "$pkgdir/usr/share/mime/packages/"
-
   # Thumbnailer
   install -Dm755 $pkgname/src/Tools/$pkgname-thumbnailer -t "$pkgdir/usr/bin/"
-  install -Dm644 \
-"$pkgdir/usr/lib/freecad/share/thumbnailers/FreeCAD.thumbnailer" \
-"$pkgdir/usr/share/thumbnailers/FreeCAD.thumbnailer"
-  rm -f "$pkgdir/usr/lib/freecad/share/thumbnailers/FreeCAD.thumbnailer"
 
-  # Icons
-  cd $pkgname/src/Gui/Icons
-  install -Dm644 

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

2022-07-29 Thread Frederik Schwan via arch-commits
Date: Friday, July 29, 2022 @ 23:29:03
  Author: freswa
Revision: 451750

archrelease: copy trunk to testing-any

Added:
  arch-install-scripts/repos/testing-any/
  arch-install-scripts/repos/testing-any/PKGBUILD
(from rev 451749, arch-install-scripts/trunk/PKGBUILD)
  arch-install-scripts/repos/testing-any/keys/

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

Copied: arch-install-scripts/repos/testing-any/PKGBUILD (from rev 451749, 
arch-install-scripts/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-07-29 23:29:03 UTC (rev 451750)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Maintainer: Morten Linderud 
+# Contributor: Dave Reisner 
+
+pkgname=arch-install-scripts
+pkgver=26
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="https://github.com/archlinux/arch-install-scripts;
+license=('GPL2')
+depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
+makedepends=('asciidoc' 'git')
+source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed;)
+validpgpkeys=(
+  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
+  'C100346676634E80C940FB9E9C02FF419FECBE16'  # MortenLinderud
+)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+  git describe | sed 's/^v//'
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+check() {
+  make -C "$pkgname" check
+}
+
+package() {
+  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
+}



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

2022-07-29 Thread Frederik Schwan via arch-commits
Date: Friday, July 29, 2022 @ 23:29:01
  Author: freswa
Revision: 451749

upgpkg: arch-install-scripts 26-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 21:10:05 UTC (rev 451748)
+++ PKGBUILD2022-07-29 23:29:01 UTC (rev 451749)
@@ -3,8 +3,8 @@
 # Contributor: Dave Reisner 
 
 pkgname=arch-install-scripts
-pkgver=25
-pkgrel=2
+pkgver=26
+pkgrel=1
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')
 url="https://github.com/archlinux/arch-install-scripts;



[arch-commits] Commit in python-memory-profiler/repos/community-any (2 files)

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 22:40:28
  Author: arojas
Revision: 1259124

archrelease: copy trunk to community-any

Added:
  python-memory-profiler/repos/community-any/PKGBUILD
(from rev 1259123, python-memory-profiler/trunk/PKGBUILD)
Deleted:
  python-memory-profiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 22:40:19 UTC (rev 1259123)
+++ PKGBUILD2022-07-29 22:40:28 UTC (rev 1259124)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-memory-profiler
-pkgver=0.58.0
-pkgrel=3
-pkgdesc="A module for monitoring memory usage of a python program"
-url="https://github.com/pythonprofilers/memory_profiler;
-license=('BSD')
-arch=('any')
-depends=('python-psutil')
-makedepends=('python-setuptools')
-checkdepends=('python-numpy')
-source=("https://github.com/pythonprofilers/memory_profiler/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5c02933acffc05f42d2ae98a069d36563e1d26515d439d94ad3903960dd06cd378faae3000b26c022770e71e83db6f770ceaf63cabb92f4159bda0ff9cc4e849')
-
-build() {
-  cd memory_profiler-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd memory_profiler-$pkgver
-  # Hack entry points by installing it
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" make test
-}
-
-package() {
-  cd memory_profiler-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-memory-profiler/repos/community-any/PKGBUILD (from rev 1259123, 
python-memory-profiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 22:40:28 UTC (rev 1259124)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-memory-profiler
+pkgver=0.60
+pkgrel=1
+pkgdesc="A module for monitoring memory usage of a python program"
+url="https://github.com/pythonprofilers/memory_profiler;
+license=('BSD')
+arch=('any')
+depends=('python-psutil')
+makedepends=('python-setuptools')
+checkdepends=('python-numpy')
+source=("https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('407e44a410cdb4c7c8cc5ff40198c28012f8b0c6bba88d2d1612681eb621a1b802ef137be62fc64ca9e3c362ca3814433bc12169d7c3827bf97293c5bbb8bfbc')
+
+build() {
+  cd memory_profiler-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd memory_profiler-$pkgver
+  # Hack entry points by installing it
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" make test
+}
+
+package() {
+  cd memory_profiler-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 22:40:19
  Author: arojas
Revision: 1259123

upgpkg: python-memory-profiler 0.60-1: Update to 0.60

Modified:
  python-memory-profiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 22:35:10 UTC (rev 1259122)
+++ PKGBUILD2022-07-29 22:40:19 UTC (rev 1259123)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-memory-profiler
-pkgver=0.58.0
-pkgrel=3
+pkgver=0.60
+pkgrel=1
 pkgdesc="A module for monitoring memory usage of a python program"
 url="https://github.com/pythonprofilers/memory_profiler;
 license=('BSD')
@@ -10,8 +10,8 @@
 depends=('python-psutil')
 makedepends=('python-setuptools')
 checkdepends=('python-numpy')
-source=("https://github.com/pythonprofilers/memory_profiler/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5c02933acffc05f42d2ae98a069d36563e1d26515d439d94ad3903960dd06cd378faae3000b26c022770e71e83db6f770ceaf63cabb92f4159bda0ff9cc4e849')
+source=("https://github.com/pythonprofilers/memory_profiler/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('407e44a410cdb4c7c8cc5ff40198c28012f8b0c6bba88d2d1612681eb621a1b802ef137be62fc64ca9e3c362ca3814433bc12169d7c3827bf97293c5bbb8bfbc')
 
 build() {
   cd memory_profiler-$pkgver



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 22:35:10
  Author: arojas
Revision: 1259122

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 22:35:02 UTC (rev 1259121)
+++ PKGBUILD2022-07-29 22:35:10 UTC (rev 1259122)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-manuel
-pkgver=1.10.1
-pkgrel=7
-pkgdesc="Manuel lets you build tested documentation"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/manuel;
-depends=('python-setuptools')
-checkdepends=('python-zope-testing')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/benji-york/manuel/archive/$pkgver.tar.gz;)
-sha512sums=('7109852a80097a12237a363c91ac433dd2662e238ab4f20757b4d4b93019d0ada19069fd45a13a66128adf4dbc32f162d12a90879db2f2eb4748635118d75072')
-
-build() {
-  cd manuel-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd manuel-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd manuel-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-manuel/repos/community-any/PKGBUILD (from rev 1259121, 
python-manuel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 22:35:10 UTC (rev 1259122)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-manuel
+pkgver=1.12.4
+pkgrel=1
+pkgdesc="Manuel lets you build tested documentation"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/manuel;
+depends=('python-setuptools')
+checkdepends=('python-zope-testing' 'python-six')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/benji-york/manuel/archive/$pkgver.tar.gz;)
+sha512sums=('e39c93a6be92b2a5c09c461e2341690f670919b9bcb7665771cba0a0a4f6d695e4ad1ae53641f73f8e54b5ad8b4485831b480874936dc2ad17cbc88abfe2935c')
+
+build() {
+  cd manuel-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd manuel-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd manuel-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 22:35:02
  Author: arojas
Revision: 1259121

upgpkg: python-manuel 1.12.4-1: Update to 1.12.4

Modified:
  python-manuel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 22:32:30 UTC (rev 1259120)
+++ PKGBUILD2022-07-29 22:35:02 UTC (rev 1259121)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-manuel
-pkgver=1.10.1
-pkgrel=7
+pkgver=1.12.4
+pkgrel=1
 pkgdesc="Manuel lets you build tested documentation"
 arch=('any')
 license=('Apache')
 url="https://pypi.python.org/pypi/manuel;
 depends=('python-setuptools')
-checkdepends=('python-zope-testing')
+checkdepends=('python-zope-testing' 'python-six')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/benji-york/manuel/archive/$pkgver.tar.gz;)
-sha512sums=('7109852a80097a12237a363c91ac433dd2662e238ab4f20757b4d4b93019d0ada19069fd45a13a66128adf4dbc32f162d12a90879db2f2eb4748635118d75072')
+sha512sums=('e39c93a6be92b2a5c09c461e2341690f670919b9bcb7665771cba0a0a4f6d695e4ad1ae53641f73f8e54b5ad8b4485831b480874936dc2ad17cbc88abfe2935c')
 
 build() {
   cd manuel-$pkgver



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 22:32:30
  Author: arojas
Revision: 1259120

archrelease: copy trunk to community-any

Added:
  python-httplib2/repos/community-any/PKGBUILD
(from rev 1259119, python-httplib2/trunk/PKGBUILD)
  python-httplib2/repos/community-any/cert.patch
(from rev 1259119, python-httplib2/trunk/cert.patch)
Deleted:
  python-httplib2/repos/community-any/PKGBUILD
  python-httplib2/repos/community-any/cert.patch

+
 PKGBUILD   |   99 +--
 cert.patch |   74 ++--
 2 files changed, 87 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 22:32:19 UTC (rev 1259119)
+++ PKGBUILD2022-07-29 22:32:30 UTC (rev 1259120)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Giorgio Lando 
-# Contributor: Nicolas Quienot 
-# Contributor: Jesse Young 
-# Contributor: Anton Eliasson 
-
-pkgbase=python-httplib2
-pkgname=python-httplib2
-pkgver=0.20.3
-pkgrel=1
-pkgdesc='Comprehensive HTTP client library, supporting many features'
-url='https://github.com/httplib2/httplib2'
-license=('MIT')
-arch=('any')
-depends=('python' 'ca-certificates')
-makedepends=('python-setuptools')
-checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
-  'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
-  'python-future' 'python-cryptography')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz;
-'cert.patch')
-sha512sums=('6fe6c57e8d58ee75d46dfcca6751f74c182947592ae727a07513abcb74542a187e4887eac6437f169ab2a7057ca3440e928c41d7b6e3031a08512aa4cd25e3ae'
-
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
-
-prepare() {
-  cd httplib2-$pkgver
-  patch -p0 -i "$srcdir"/cert.patch
-  sed -i 's/==/>=/' requirements-test.txt
-}
-
-build() {
-  cd "$srcdir"/httplib2-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd httplib2-$pkgver
-  PYTHONPATH=build/lib pytest
-}
-
-package() {
-  cd httplib2-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-httplib2/repos/community-any/PKGBUILD (from rev 1259119, 
python-httplib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 22:32:30 UTC (rev 1259120)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Giorgio Lando 
+# Contributor: Nicolas Quienot 
+# Contributor: Jesse Young 
+# Contributor: Anton Eliasson 
+
+pkgbase=python-httplib2
+pkgname=python-httplib2
+pkgver=0.20.4
+pkgrel=1
+pkgdesc='Comprehensive HTTP client library, supporting many features'
+url='https://github.com/httplib2/httplib2'
+license=('MIT')
+arch=('any')
+depends=('python' 'ca-certificates')
+makedepends=('python-setuptools')
+checkdepends=('flake8' 'python-mock' 'python-pytest-cov' 'python-pytest-forked'
+  'python-pytest-timeout' 'python-pytest-xdist' 
'python-pytest-randomly'
+  'python-future' 'python-cryptography')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz;
+'cert.patch')
+sha512sums=('46396a9bb439e61939e481a2502567a6dc40686471267ea4c357f141ac138193107f90ac465db683e4ab71e5d92249b810657bff0cb74af7a37a9a23c8320741'
+
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
+
+prepare() {
+  cd httplib2-$pkgver
+  patch -p0 -i "$srcdir"/cert.patch
+  sed -i 's/==/>=/' requirements-test.txt
+}
+
+build() {
+  cd "$srcdir"/httplib2-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd httplib2-$pkgver
+  # test_client_cert_password_verified fails with cryptography 36 
https://github.com/httplib2/httplib2/issues/221
+  PYTHONPATH=build/lib pytest -k 'not test_client_cert_password_verified'
+}
+
+package() {
+  cd httplib2-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cert.patch
===
--- cert.patch  2022-07-29 22:32:19 UTC (rev 1259119)
+++ cert.patch  2022-07-29 22:32:30 UTC (rev 1259120)
@@ -1,37 +0,0 @@
 python2/httplib2/certs.py.orig 2018-11-15 20:09:04.605507207 +0800
-+++ python2/httplib2/certs.py  2018-11-15 20:10:35.122107327 +0800
-@@ -19,9 +19,7 @@
- pass
- 
- 
--BUILTIN_CA_CERTS = os.path.join(
--os.path.dirname(os.path.abspath(__file__)), 

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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 22:32:19
  Author: arojas
Revision: 1259119

upgpkg: python-httplib2 0.20.4-1: Update to 0.20.4

Modified:
  python-httplib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 21:12:00 UTC (rev 1259118)
+++ PKGBUILD2022-07-29 22:32:19 UTC (rev 1259119)
@@ -8,7 +8,7 @@
 
 pkgbase=python-httplib2
 pkgname=python-httplib2
-pkgver=0.20.3
+pkgver=0.20.4
 pkgrel=1
 pkgdesc='Comprehensive HTTP client library, supporting many features'
 url='https://github.com/httplib2/httplib2'
@@ -21,7 +21,7 @@
   'python-future' 'python-cryptography')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/httplib2/httplib2/archive/v$pkgver.tar.gz;
 'cert.patch')
-sha512sums=('6fe6c57e8d58ee75d46dfcca6751f74c182947592ae727a07513abcb74542a187e4887eac6437f169ab2a7057ca3440e928c41d7b6e3031a08512aa4cd25e3ae'
+sha512sums=('46396a9bb439e61939e481a2502567a6dc40686471267ea4c357f141ac138193107f90ac465db683e4ab71e5d92249b810657bff0cb74af7a37a9a23c8320741'
 
'503719fb07b9ff1f06f252b73804787759139098dba990a7dcd9e9b3602f7271d2251e703993636b249b3597c9a240c721c536a4fe31526ec4ba9441f6c8da56')
 
 prepare() {
@@ -37,7 +37,8 @@
 
 check() {
   cd httplib2-$pkgver
-  PYTHONPATH=build/lib pytest
+  # test_client_cert_password_verified fails with cryptography 36 
https://github.com/httplib2/httplib2/issues/221
+  PYTHONPATH=build/lib pytest -k 'not test_client_cert_password_verified'
 }
 
 package() {



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

2022-07-29 Thread Orhun Parmaksiz via arch-commits
Date: Friday, July 29, 2022 @ 21:12:00
  Author: orhun
Revision: 1259118

archrelease: copy trunk to community-x86_64

Added:
  cargo-edit/repos/community-x86_64/PKGBUILD
(from rev 1259117, cargo-edit/trunk/PKGBUILD)
Deleted:
  cargo-edit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 21:11:32 UTC (rev 1259117)
+++ PKGBUILD2022-07-29 21:12:00 UTC (rev 1259118)
@@ -1,48 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Caleb Maclennan 
-# Maintainer: Orhun Parmaksız 
-
-pkgname=cargo-edit
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='Managing cargo dependencies from the command line'
-url='https://github.com/killercup/cargo-edit/releases'
-arch=('x86_64')
-license=('MIT' 'APACHE')
-depends=('cargo' 'libgit2.so')
-options=('debug')
-source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('43711f4c884b6f6a777dee8309b0643615d35805036423344dbbb5a38de0f27a365fd273ec6fa2e501d8861658521c4c87c916a8248546c6f9339c03be1c0ab5')
-b2sums=('1ee1b0503ca11d79dbc2358f6b78ccca68d823bc223883fa38f5d9aeb5b3fb33a443ab0a849c4ac45812c161ff8be26f07602bde3853b8710b86ab711b2e3113')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=' -ffat-lto-objects'
-  cargo build --frozen --release
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # tests depend on target/debug/
-  cargo test --frozen
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 \
-target/release/cargo-add \
-target/release/cargo-rm \
-target/release/cargo-upgrade \
-target/release/cargo-set-version \
--t "${pkgdir}/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-edit/repos/community-x86_64/PKGBUILD (from rev 1259117, 
cargo-edit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 21:12:00 UTC (rev 1259118)
@@ -0,0 +1,48 @@
+# Maintainer: kpcyrd 
+# Maintainer: Caleb Maclennan 
+# Maintainer: Orhun Parmaksız 
+
+pkgname=cargo-edit
+pkgver=0.10.4
+pkgrel=1
+pkgdesc='Managing cargo dependencies from the command line'
+url='https://github.com/killercup/cargo-edit/releases'
+arch=('x86_64')
+license=('MIT' 'APACHE')
+depends=('cargo' 'libgit2.so')
+options=('debug')
+source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ce002188a52b3a32d74a8133e7d234e817e1eb7894af0cb95509b035e70688024a93223488d80e1cbdfb9773e87858e3d242e55bcaf637c2172cef8d7d921880')
+b2sums=('112ee901eedc0ad014f54bad1a83967c92bd9f56d5cbb7589d093d29213668555babbf9c693a32b26a53dbd525479b7cfc54d542732354bdb45bec7f3f86cfb3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=' -ffat-lto-objects'
+  cargo build --frozen --release
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # tests depend on target/debug/
+  cargo test --frozen
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 \
+target/release/cargo-add \
+target/release/cargo-rm \
+target/release/cargo-upgrade \
+target/release/cargo-set-version \
+-t "${pkgdir}/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-29 Thread Orhun Parmaksiz via arch-commits
Date: Friday, July 29, 2022 @ 21:11:32
  Author: orhun
Revision: 1259117

upgpkg: cargo-edit 0.10.4-1: upstream release

Modified:
  cargo-edit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 19:27:28 UTC (rev 1259116)
+++ PKGBUILD2022-07-29 21:11:32 UTC (rev 1259117)
@@ -3,7 +3,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-edit
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc='Managing cargo dependencies from the command line'
 url='https://github.com/killercup/cargo-edit/releases'
@@ -12,8 +12,8 @@
 depends=('cargo' 'libgit2.so')
 options=('debug')
 
source=(https://github.com/killercup/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('43711f4c884b6f6a777dee8309b0643615d35805036423344dbbb5a38de0f27a365fd273ec6fa2e501d8861658521c4c87c916a8248546c6f9339c03be1c0ab5')
-b2sums=('1ee1b0503ca11d79dbc2358f6b78ccca68d823bc223883fa38f5d9aeb5b3fb33a443ab0a849c4ac45812c161ff8be26f07602bde3853b8710b86ab711b2e3113')
+sha512sums=('ce002188a52b3a32d74a8133e7d234e817e1eb7894af0cb95509b035e70688024a93223488d80e1cbdfb9773e87858e3d242e55bcaf637c2172cef8d7d921880')
+b2sums=('112ee901eedc0ad014f54bad1a83967c92bd9f56d5cbb7589d093d29213668555babbf9c693a32b26a53dbd525479b7cfc54d542732354bdb45bec7f3f86cfb3')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 20:05:12
  Author: arojas
Revision: 451747

archrelease: copy trunk to extra-x86_64

Added:
  aiksaurus/repos/extra-x86_64/PKGBUILD
(from rev 451746, aiksaurus/trunk/PKGBUILD)
  aiksaurus/repos/extra-x86_64/aiksaurus-gcc44.patch
(from rev 451746, aiksaurus/trunk/aiksaurus-gcc44.patch)
  aiksaurus/repos/extra-x86_64/format-security.patch
(from rev 451746, aiksaurus/trunk/format-security.patch)
Deleted:
  aiksaurus/repos/extra-x86_64/PKGBUILD
  aiksaurus/repos/extra-x86_64/aiksaurus-gcc44.patch
  aiksaurus/repos/extra-x86_64/format-security.patch

---+
 PKGBUILD  |   71 
 aiksaurus-gcc44.patch |   62 -
 format-security.patch |   58 +++
 3 files changed, 96 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 20:05:02 UTC (rev 451746)
+++ PKGBUILD2022-07-29 20:05:12 UTC (rev 451747)
@@ -1,35 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-
-pkgname=aiksaurus
-pkgver=1.2.1
-pkgrel=8
-pkgdesc="A cross-platform, open-source thesaurus"
-url="http://aiksaurus.sourceforge.net/;
-license=('GPL')
-arch=('x86_64')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-aiksaurus-gcc44.patch
-format-security.patch)
-sha512sums=('48591850f28f1a8f4b4986df14090ef7bd57cbfbad739cb0013db021f6f5bcb3c592b38e36774735499e27b9e99330504f8d9c6022158e25469cbc81d13f7463'
-
'66db53f7499425eb1ff572df4a674f378ed681edeb48ea5926b21d39c8a399c36740e03de101e23a47e043fcce29f66a03c64dc813dc5beda1043d0057711fa5'
-
'72ebdc63cbb2c56bd8274f92501cbbae8c66e7d81b11b8fdeda38149da4bf44ab88699d248093eedc9813f6cd60e2a1f360fb39d778b4b782b1d003ab1dc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../format-security.patch
-  patch -p0 < ../aiksaurus-gcc44.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export CXXFLAGS+=' -std=c++14'
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: aiksaurus/repos/extra-x86_64/PKGBUILD (from rev 451746, 
aiksaurus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 20:05:12 UTC (rev 451747)
@@ -0,0 +1,36 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+
+pkgname=aiksaurus
+pkgver=1.2.1
+pkgrel=9
+pkgdesc="A cross-platform, open-source thesaurus"
+url="http://aiksaurus.sourceforge.net/;
+license=('GPL')
+arch=('x86_64')
+depends=('gcc-libs')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+aiksaurus-gcc44.patch
+format-security.patch)
+sha512sums=('48591850f28f1a8f4b4986df14090ef7bd57cbfbad739cb0013db021f6f5bcb3c592b38e36774735499e27b9e99330504f8d9c6022158e25469cbc81d13f7463'
+
'66db53f7499425eb1ff572df4a674f378ed681edeb48ea5926b21d39c8a399c36740e03de101e23a47e043fcce29f66a03c64dc813dc5beda1043d0057711fa5'
+
'72ebdc63cbb2c56bd8274f92501cbbae8c66e7d81b11b8fdeda38149da4bf44ab88699d248093eedc9813f6cd60e2a1f360fb39d778b4b782b1d003ab1dc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 < ../format-security.patch
+  patch -p0 < ../aiksaurus-gcc44.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CXXFLAGS+=' -std=c++14'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: aiksaurus-gcc44.patch
===
--- aiksaurus-gcc44.patch   2022-07-29 20:05:02 UTC (rev 451746)
+++ aiksaurus-gcc44.patch   2022-07-29 20:05:12 UTC (rev 451747)
@@ -1,31 +0,0 @@
 base/aiksaurus.t.cpp~  2003-06-26 21:44:38.0 -0400
-+++ base/aiksaurus.t.cpp   2009-05-31 20:02:29.172988678 -0400
-@@ -22,6 +22,7 @@
- #include "Aiksaurus.h"
- #include "AsciiCompare.h"
- #include "config.h"
-+#include 
- #include 
- #include 
- using namespace std;
-
 ./gtk/src/Display.cpp~ 2003-05-27 19:56:54.0 -0400
-+++ ./gtk/src/Display.cpp  2009-06-02 18:09:36.198627551 -0400
-@@ -22,6 +22,7 @@
- #include "Meaning.h"
- #include "DialogMediator.h"
- #include "Exception.h"
-+#include 
- using namespace std;
- 
- namespace AiksaurusGTK_impl
 ./gtk/src/gtkAiksaur.t.cpp~2002-01-11 21:02:12.0 -0500
-+++ ./gtk/src/gtkAiksaur.t.cpp 2009-06-02 18:12:06.815277325 -0400
-@@ -21,6 +21,7 @@
- #include 
- #include "config.h"
- #include 
-+#include 
- #include 
- #include 
- using namespace std;

Copied: aiksaurus/repos/extra-x86_64/aiksaurus-gcc44.patch (from rev 451746, 
aiksaurus/trunk/aiksaurus-gcc44.patch)
===
--- aiksaurus-gcc44.patch   

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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 20:05:02
  Author: arojas
Revision: 451746

upgpkg: aiksaurus 1.2.1-9: Fix depends

Modified:
  aiksaurus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 19:47:40 UTC (rev 451745)
+++ PKGBUILD2022-07-29 20:05:02 UTC (rev 451746)
@@ -3,11 +3,12 @@
 
 pkgname=aiksaurus
 pkgver=1.2.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A cross-platform, open-source thesaurus"
 url="http://aiksaurus.sourceforge.net/;
 license=('GPL')
 arch=('x86_64')
+depends=('gcc-libs')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 aiksaurus-gcc44.patch
 format-security.patch)



[arch-commits] Commit in aiksaurus/repos/extra-x86_64 (5 files)

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 19:47:40
  Author: arojas
Revision: 451745

archrelease: copy trunk to extra-x86_64

Added:
  aiksaurus/repos/extra-x86_64/PKGBUILD
(from rev 451744, aiksaurus/trunk/PKGBUILD)
  aiksaurus/repos/extra-x86_64/aiksaurus-gcc44.patch
(from rev 451744, aiksaurus/trunk/aiksaurus-gcc44.patch)
  aiksaurus/repos/extra-x86_64/format-security.patch
(from rev 451744, aiksaurus/trunk/format-security.patch)
Deleted:
  aiksaurus/repos/extra-x86_64/PKGBUILD
  aiksaurus/repos/extra-x86_64/aiksaurus-gcc44.patch

---+
 PKGBUILD  |   65 +---
 aiksaurus-gcc44.patch |   62 ++---
 format-security.patch |   29 +
 3 files changed, 95 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 19:47:29 UTC (rev 451744)
+++ PKGBUILD2022-07-29 19:47:40 UTC (rev 451745)
@@ -1,30 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-
-pkgname=aiksaurus
-pkgver=1.2.1
-pkgrel=7
-pkgdesc="A cross-platform, open-source thesaurus"
-url="http://aiksaurus.sourceforge.net/;
-license=('GPL')
-arch=('x86_64')
-depends=('gtk2')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'aiksaurus-gcc44.patch')
-sha512sums=('48591850f28f1a8f4b4986df14090ef7bd57cbfbad739cb0013db021f6f5bcb3c592b38e36774735499e27b9e99330504f8d9c6022158e25469cbc81d13f7463'
-
'66db53f7499425eb1ff572df4a674f378ed681edeb48ea5926b21d39c8a399c36740e03de101e23a47e043fcce29f66a03c64dc813dc5beda1043d0057711fa5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # gcc44 build patch
-  patch -Np0 -i ${srcdir}/aiksaurus-gcc44.patch
-
-  ./configure --prefix=/usr --with-gtk
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: aiksaurus/repos/extra-x86_64/PKGBUILD (from rev 451744, 
aiksaurus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 19:47:40 UTC (rev 451745)
@@ -0,0 +1,35 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Jan de Groot 
+
+pkgname=aiksaurus
+pkgver=1.2.1
+pkgrel=8
+pkgdesc="A cross-platform, open-source thesaurus"
+url="http://aiksaurus.sourceforge.net/;
+license=('GPL')
+arch=('x86_64')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+aiksaurus-gcc44.patch
+format-security.patch)
+sha512sums=('48591850f28f1a8f4b4986df14090ef7bd57cbfbad739cb0013db021f6f5bcb3c592b38e36774735499e27b9e99330504f8d9c6022158e25469cbc81d13f7463'
+
'66db53f7499425eb1ff572df4a674f378ed681edeb48ea5926b21d39c8a399c36740e03de101e23a47e043fcce29f66a03c64dc813dc5beda1043d0057711fa5'
+
'72ebdc63cbb2c56bd8274f92501cbbae8c66e7d81b11b8fdeda38149da4bf44ab88699d248093eedc9813f6cd60e2a1f360fb39d778b4b782b1d003ab1dc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 < ../format-security.patch
+  patch -p0 < ../aiksaurus-gcc44.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CXXFLAGS+=' -std=c++14'
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: aiksaurus-gcc44.patch
===
--- aiksaurus-gcc44.patch   2022-07-29 19:47:29 UTC (rev 451744)
+++ aiksaurus-gcc44.patch   2022-07-29 19:47:40 UTC (rev 451745)
@@ -1,31 +0,0 @@
 base/aiksaurus.t.cpp~  2003-06-26 21:44:38.0 -0400
-+++ base/aiksaurus.t.cpp   2009-05-31 20:02:29.172988678 -0400
-@@ -22,6 +22,7 @@
- #include "Aiksaurus.h"
- #include "AsciiCompare.h"
- #include "config.h"
-+#include 
- #include 
- #include 
- using namespace std;
-
 ./gtk/src/Display.cpp~ 2003-05-27 19:56:54.0 -0400
-+++ ./gtk/src/Display.cpp  2009-06-02 18:09:36.198627551 -0400
-@@ -22,6 +22,7 @@
- #include "Meaning.h"
- #include "DialogMediator.h"
- #include "Exception.h"
-+#include 
- using namespace std;
- 
- namespace AiksaurusGTK_impl
 ./gtk/src/gtkAiksaur.t.cpp~2002-01-11 21:02:12.0 -0500
-+++ ./gtk/src/gtkAiksaur.t.cpp 2009-06-02 18:12:06.815277325 -0400
-@@ -21,6 +21,7 @@
- #include 
- #include "config.h"
- #include 
-+#include 
- #include 
- #include 
- using namespace std;

Copied: aiksaurus/repos/extra-x86_64/aiksaurus-gcc44.patch (from rev 451744, 
aiksaurus/trunk/aiksaurus-gcc44.patch)
===
--- aiksaurus-gcc44.patch   (rev 0)
+++ aiksaurus-gcc44.patch   2022-07-29 19:47:40 UTC (rev 451745)
@@ -0,0 +1,31 @@
+--- base/aiksaurus.t.cpp~  2003-06-26 21:44:38.0 -0400
 base/aiksaurus.t.cpp   2009-05-31 20:02:29.172988678 -0400
+@@ -22,6 +22,7 @@
+ #include 

[arch-commits] Commit in aiksaurus/trunk (PKGBUILD format-security.patch)

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 19:47:29
  Author: arojas
Revision: 451744

upgpkg: aiksaurus 1.2.1-8: Fix build, drop GTK2 library

Added:
  aiksaurus/trunk/format-security.patch
Modified:
  aiksaurus/trunk/PKGBUILD

---+
 PKGBUILD  |   23 ++-
 format-security.patch |   29 +
 2 files changed, 43 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 17:07:15 UTC (rev 451743)
+++ PKGBUILD2022-07-29 19:47:29 UTC (rev 451744)
@@ -3,24 +3,29 @@
 
 pkgname=aiksaurus
 pkgver=1.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A cross-platform, open-source thesaurus"
 url="http://aiksaurus.sourceforge.net/;
 license=('GPL')
 arch=('x86_64')
-depends=('gtk2')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'aiksaurus-gcc44.patch')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+aiksaurus-gcc44.patch
+format-security.patch)
 
sha512sums=('48591850f28f1a8f4b4986df14090ef7bd57cbfbad739cb0013db021f6f5bcb3c592b38e36774735499e27b9e99330504f8d9c6022158e25469cbc81d13f7463'
-
'66db53f7499425eb1ff572df4a674f378ed681edeb48ea5926b21d39c8a399c36740e03de101e23a47e043fcce29f66a03c64dc813dc5beda1043d0057711fa5')
+
'66db53f7499425eb1ff572df4a674f378ed681edeb48ea5926b21d39c8a399c36740e03de101e23a47e043fcce29f66a03c64dc813dc5beda1043d0057711fa5'
+
'72ebdc63cbb2c56bd8274f92501cbbae8c66e7d81b11b8fdeda38149da4bf44ab88699d248093eedc9813f6cd60e2a1f360fb39d778b4b782b1d003ab1dc')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 < ../format-security.patch
+  patch -p0 < ../aiksaurus-gcc44.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 
-  # gcc44 build patch
-  patch -Np0 -i "${srcdir}"/aiksaurus-gcc44.patch
-
-  ./configure --prefix=/usr --with-gtk
+  export CXXFLAGS+=' -std=c++14'
+  ./configure --prefix=/usr
   make
 }
 

Added: format-security.patch
===
--- format-security.patch   (rev 0)
+++ format-security.patch   2022-07-29 19:47:29 UTC (rev 451744)
@@ -0,0 +1,29 @@
+--- aiksaurus-1.2.1/base/caiksaurus.cpp.orig   2014-06-07 21:14:03.869649696 
+0100
 aiksaurus-1.2.1/base/caiksaurus.cpp2014-06-07 21:33:06.241471066 
+0100
+@@ -254,7 +254,7 @@
+ /* see if we got --version. */
+ if ( !strcmp(arg, "--version") || !strcmp(arg, "-v") )
+ {
+-printf(version);
++printf("%s", version);
+ exit(0);
+ }
+ 
+@@ -262,7 +262,7 @@
+ else if ( !strcmp(arg, "--help") || !strcmp(arg, "-h") )
+ {
+ printf("Usage: %s [word]\n\n", argv[0]);
+-printf(help);
++printf("%s", help);
+ exit(0);
+ }   
+ }
+@@ -271,7 +271,7 @@
+ if (argc != 2)
+ {
+ printf("Usage: %s [word]\n", argv[0]);
+-printf(help);
++printf("%s", help);
+ exit(1);
+ }
+ }



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

2022-07-29 Thread Brett Cornwall via arch-commits
Date: Friday, July 29, 2022 @ 19:27:28
  Author: ainola
Revision: 1259116

archrelease: copy trunk to community-x86_64

Added:
  diffstat/repos/community-x86_64/PKGBUILD
(from rev 1259115, diffstat/trunk/PKGBUILD)
  diffstat/repos/community-x86_64/keys/
Deleted:
  diffstat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 19:27:04 UTC (rev 1259115)
+++ PKGBUILD2022-07-29 19:27:28 UTC (rev 1259116)
@@ -1,33 +0,0 @@
-# Maintainer: Alad Wenter 
-# Contributor: Giovanni Scafora 
-# Contributor: Matthias-Christian Ott 
-
-pkgname=diffstat
-pkgver=1.64
-pkgrel=1
-pkgdesc="Display a histogram of diff changes"
-arch=('x86_64')
-url="https://invisible-island.net/diffstat;
-depends=('glibc')
-license=('MIT')
-source=("ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz;
-"ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz.asc;)
-sha256sums=('b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc'
-'SKIP')
-# Thomas Dickey "
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')
-
-build () {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 package/debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: diffstat/repos/community-x86_64/PKGBUILD (from rev 1259115, 
diffstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 19:27:28 UTC (rev 1259116)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter 
+# Contributor: Giovanni Scafora 
+# Contributor: Matthias-Christian Ott 
+
+pkgname=diffstat
+pkgver=1.64
+pkgrel=2
+pkgdesc="Display a histogram of diff changes"
+arch=('x86_64')
+url="https://invisible-island.net/diffstat;
+depends=('glibc')
+license=('MIT')
+source=("https://invisible-island.net/archives/$pkgname/$pkgname-$pkgver.tgz;
+
"https://invisible-island.net/archives/$pkgname/$pkgname-$pkgver.tgz.asc;)
+sha256sums=('b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc'
+'SKIP')
+# Thomas Dickey "
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')
+
+build () {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 package/debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in diffstat/trunk (4 files)

2022-07-29 Thread Brett Cornwall via arch-commits
Date: Friday, July 29, 2022 @ 19:27:04
  Author: ainola
Revision: 1259115

Switch source from FTP to HTTPS

Fixes #68403

Added:
  diffstat/trunk/keys/
  diffstat/trunk/keys/pgp/
  diffstat/trunk/keys/pgp/C52048C0C0748FEE227D47A2702353E0F7E48EDB.asc
Modified:
  diffstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 19:21:57 UTC (rev 1259114)
+++ PKGBUILD2022-07-29 19:27:04 UTC (rev 1259115)
@@ -4,14 +4,14 @@
 
 pkgname=diffstat
 pkgver=1.64
-pkgrel=1
+pkgrel=2
 pkgdesc="Display a histogram of diff changes"
 arch=('x86_64')
 url="https://invisible-island.net/diffstat;
 depends=('glibc')
 license=('MIT')
-source=("ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz;
-"ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz.asc;)
+source=("https://invisible-island.net/archives/$pkgname/$pkgname-$pkgver.tgz;
+
"https://invisible-island.net/archives/$pkgname/$pkgname-$pkgver.tgz.asc;)
 sha256sums=('b8aee38d9d2e1d05926e6b55810a9d2c2dd407f24d6a267387563a4436e3f7fc'
 'SKIP')
 # Thomas Dickey "

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

Index: diffstat/trunk/keys/pgp/C52048C0C0748FEE227D47A2702353E0F7E48EDB.asc
===
--- keys/pgp/C52048C0C0748FEE227D47A2702353E0F7E48EDB.asc   2022-07-29 
19:21:57 UTC (rev 1259114)
+++ keys/pgp/C52048C0C0748FEE227D47A2702353E0F7E48EDB.asc   2022-07-29 
19:27:04 UTC (rev 1259115)

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


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

2022-07-29 Thread Brett Cornwall via arch-commits
Date: Friday, July 29, 2022 @ 19:21:57
  Author: ainola
Revision: 1259114

archrelease: copy trunk to community-staging-x86_64

Added:
  byacc/repos/community-staging-x86_64/
  byacc/repos/community-staging-x86_64/PKGBUILD
(from rev 1259113, byacc/trunk/PKGBUILD)
  byacc/repos/community-staging-x86_64/keys/

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

Copied: byacc/repos/community-staging-x86_64/PKGBUILD (from rev 1259113, 
byacc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-29 19:21:57 UTC (rev 1259114)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jens Adam 
+# Contributor: Abel Stern 
+# Contributor: Anton Bazhenov 
+# Contributor: mysta
+
+pkgname=byacc
+pkgver=20220128
+pkgrel=1
+pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
+url='https://invisible-island.net/byacc/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('e8ae4c56f5be4cc0ef1d281c43f02c6296fdc40f630269f2a61af511f270ae059ad185b9718190b8133018f7b74b7ca6f84ced5d63a359960b52ea2a3ef562ea'
+'SKIP')
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README > LICENSE
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform=s,^,b, \
+--enable-btyacc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in byacc/trunk (4 files)

2022-07-29 Thread Brett Cornwall via arch-commits
Date: Friday, July 29, 2022 @ 19:21:36
  Author: ainola
Revision: 1259113

upgpkg: byacc 20220128-1; Switch to HTTPS; update GPG key

Fixes #68405

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 17:30:03 UTC (rev 1259112)
+++ PKGBUILD2022-07-29 19:21:36 UTC (rev 1259113)
@@ -3,9 +3,10 @@
 # Contributor: Jens Adam 
 # Contributor: Abel Stern 
 # Contributor: Anton Bazhenov 
+# Contributor: mysta
 
 pkgname=byacc
-pkgver=20210109
+pkgver=20220128
 pkgrel=1
 pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
 url='https://invisible-island.net/byacc/'
@@ -13,10 +14,10 @@
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
-source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('95eafe81948fee1839fed8fff71d65c23d85de02af51672c118b2eed7c680f0dd300cec54cf366a248307c480844edc66a027575b29e20ef2f71f3c243ad5202'
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('e8ae4c56f5be4cc0ef1d281c43f02c6296fdc40f630269f2a61af511f270ae059ad185b9718190b8133018f7b74b7ca6f84ced5d63a359960b52ea2a3ef562ea'
 'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey 

 
 build() {
   cd ${pkgname}-${pkgver}

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

Index: byacc/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
===
--- keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-07-29 
17:30:03 UTC (rev 1259112)
+++ keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-07-29 
19:21:36 UTC (rev 1259113)

Property changes on: 
byacc/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 pass/repos/community-any (PKGBUILD PKGBUILD keys)

2022-07-29 Thread Brett Cornwall via arch-commits
Date: Friday, July 29, 2022 @ 17:30:03
  Author: ainola
Revision: 1259112

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 1259111, pass/trunk/PKGBUILD)
  pass/repos/community-any/keys/
Deleted:
  pass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 17:29:39 UTC (rev 1259111)
+++ PKGBUILD2022-07-29 17:30:03 UTC (rev 1259112)
@@ -1,39 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Simon Zimmermann 
-# Contributor: Daniel M. Capella 
-
-pkgname='pass'
-pkgver=1.7.4
-pkgrel=2
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='https://www.passwordstore.org/'
-license=('GPL2')
-depends=('bash' 'gnupg' 'tree')
-checkdepends=('git')
-optdepends=('git: for Git support'
-'dmenu: for passmenu'
-'xdotool: to type passwords with passmenu'
-'qrencode: for QR code support'
-'vim-plugin-runtime: for redact_pass.vim'
-'xclip: for clipboard support on X11'
-'wl-clipboard: for clipboard support on Wayland')
-replaces=('passmenu')
-provides=('passmenu')
-conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
-
-check() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make test
-}
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
-
-  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
-  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
-contrib/vim/redact_pass.vim
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 1259111, 
pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 17:30:03 UTC (rev 1259112)
@@ -0,0 +1,42 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Brett Cornwall 
+# Contributor: Simon Zimmermann 
+# Contributor: Daniel M. Capella 
+
+pkgname=pass
+pkgver=1.7.4
+pkgrel=3
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('bash' 'gnupg' 'tree')
+checkdepends=('git')
+makedepends=('git')
+optdepends=('git: for Git support'
+'dmenu: for passmenu'
+'xdotool: to type passwords with passmenu'
+'qrencode: for QR code support'
+'vim-plugin-runtime: for redact_pass.vim'
+'xclip: for clipboard support on X11'
+'wl-clipboard: for clipboard support on Wayland')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("git+https://git.zx2c4.com/password-store?signed#tag=${pkgver};)
+sha256sums=('SKIP')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
+
+check() {
+  cd "${srcdir}/password-store"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
+  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
+contrib/vim/redact_pass.vim
+}



[arch-commits] Commit in pass/trunk (4 files)

2022-07-29 Thread Brett Cornwall via arch-commits
Date: Friday, July 29, 2022 @ 17:29:39
  Author: ainola
Revision: 1259111

Switch to Git sources for GPG verification of signed tags

Added:
  pass/trunk/keys/
  pass/trunk/keys/pgp/
  pass/trunk/keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc
Modified:
  pass/trunk/PKGBUILD

---+
 PKGBUILD  |   15 +--
 keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc |1 +
 2 files changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 16:36:49 UTC (rev 1259110)
+++ PKGBUILD2022-07-29 17:29:39 UTC (rev 1259111)
@@ -1,10 +1,11 @@
 # Maintainer: Lukas Fleischer 
+# Maintainer: Brett Cornwall 
 # Contributor: Simon Zimmermann 
 # Contributor: Daniel M. Capella 
 
-pkgname='pass'
+pkgname=pass
 pkgver=1.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
 arch=('any')
 url='https://www.passwordstore.org/'
@@ -11,6 +12,7 @@
 license=('GPL2')
 depends=('bash' 'gnupg' 'tree')
 checkdepends=('git')
+makedepends=('git')
 optdepends=('git: for Git support'
 'dmenu: for passmenu'
 'xdotool: to type passwords with passmenu'
@@ -21,16 +23,17 @@
 replaces=('passmenu')
 provides=('passmenu')
 conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-sha256sums=('cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0')
+source=("git+https://git.zx2c4.com/password-store?signed#tag=${pkgver};)
+sha256sums=('SKIP')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
 
 check() {
-  cd "${srcdir}/password-store-$pkgver/"
+  cd "${srcdir}/password-store"
   make test
 }
 
 package() {
-  cd "${srcdir}/password-store-$pkgver/"
+  cd "${srcdir}/password-store"
   make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
 
   install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu

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

Index: pass/trunk/keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc
===
--- keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc   2022-07-29 
16:36:49 UTC (rev 1259110)
+++ keys/pgp/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc   2022-07-29 
17:29:39 UTC (rev 1259111)

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


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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 17:07:15
  Author: arojas
Revision: 451743

archrelease: copy trunk to extra-x86_64

Added:
  uhttpmock/repos/extra-x86_64/PKGBUILD
(from rev 451742, uhttpmock/trunk/PKGBUILD)
Deleted:
  uhttpmock/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 17:07:06 UTC (rev 451742)
+++ PKGBUILD2022-07-29 17:07:15 UTC (rev 451743)
@@ -1,23 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=uhttpmock
-pkgver=0.5.3
-pkgrel=1
-pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitlab.com/uhttpmock/uhttpmock;
-depends=('glib2' 'libsoup')
-license=('LGPL2.1')
-arch=(x86_64)
-source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-sha256sums=('90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: uhttpmock/repos/extra-x86_64/PKGBUILD (from rev 451742, 
uhttpmock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 17:07:15 UTC (rev 451743)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Jan de Groot 
+
+pkgname=uhttpmock
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="HTTP web service mocking project for projects which use libsoup"
+url="https://gitlab.freedesktop.org/pwithnall/uhttpmock;
+depends=('glib2' 'libsoup')
+makedepends=('meson' 'gtk-doc')
+license=('LGPL2.1')
+arch=(x86_64)
+source=(https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/$pkgver/uhttpmock-$pkgver.tar.gz)
+sha256sums=('61e812c33f15ecd840ebe729cf10727142c1ef0244b589fd82be7d1f9f19b8fe')
+
+build() {
+  meson build $pkgname-$pkgver \
+--prefix=/usr \
+-D introspection=false
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir="$pkgdir"
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 17:07:06
  Author: arojas
Revision: 451742

upgpkg: uhttpmock 0.5.5-1: Update to 0.5.5

Modified:
  uhttpmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 12:07:03 UTC (rev 451741)
+++ PKGBUILD2022-07-29 17:07:06 UTC (rev 451742)
@@ -1,23 +1,25 @@
-# Maintainer: Jan de Groot 
+# Maintainer:
+# Contributor: Jan de Groot 
 
 pkgname=uhttpmock
-pkgver=0.5.3
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitlab.com/uhttpmock/uhttpmock;
+url="https://gitlab.freedesktop.org/pwithnall/uhttpmock;
 depends=('glib2' 'libsoup')
+makedepends=('meson' 'gtk-doc')
 license=('LGPL2.1')
 arch=(x86_64)
-source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-sha256sums=('90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f')
+source=(https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/$pkgver/uhttpmock-$pkgver.tar.gz)
+sha256sums=('61e812c33f15ecd840ebe729cf10727142c1ef0244b589fd82be7d1f9f19b8fe')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
+  meson build $pkgname-$pkgver \
+--prefix=/usr \
+-D introspection=false
+  meson compile -C build
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
+  meson install -C build --destdir="$pkgdir"
 }



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 16:36:49
  Author: arojas
Revision: 1259110

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 16:36:40 UTC (rev 1259109)
+++ PKGBUILD2022-07-29 16:36:49 UTC (rev 1259110)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Bodor Dávid Gábor 
-# Contributor: Andrzej Giniewicz 
-
-_name=scipy
-pkgname=python-scipy
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Open-source software for mathematics, science, and engineering'
-arch=(x86_64)
-url='https://www.scipy.org/'
-license=(BSD)
-depends=(python-numpy)
-provides=(scipy)
-makedepends=(gcc-fortran python-setuptools cython python-pythran pybind11)
-checkdepends=(python-pytest)
-optdepends=('python-pillow: for image saving module')
-source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('9e3fb1b0e896f14a85aa9a28d5f755daaeeb54c897b746df7a55ccb02b340f33')
-
-build() {
-  cd scipy-${pkgver}
-  python setup.py config_fc build
-}
-
-check() {
-  cd scipy-${pkgver}
-  python setup.py config_fc install \
---prefix=/usr --root="$srcdir"/test --optimize=1
-  export PYTHONPATH="$srcdir"/test/usr/lib/python3.10/site-packages
-  cd ..
-  python -c "from scipy import test; test('full')"
-}
-
-package() {
-  cd scipy-$pkgver
-  python3 setup.py config_fc install \
---prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-scipy/repos/community-x86_64/PKGBUILD (from rev 1259109, 
python-scipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 16:36:49 UTC (rev 1259110)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Bodor Dávid Gábor 
+# Contributor: Andrzej Giniewicz 
+
+_name=scipy
+pkgname=python-scipy
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Open-source software for mathematics, science, and engineering'
+arch=(x86_64)
+url='https://www.scipy.org/'
+license=(BSD)
+depends=(python-numpy)
+provides=(scipy)
+makedepends=(gcc-fortran python-setuptools cython python-pythran pybind11)
+checkdepends=(python-pytest)
+optdepends=('python-pillow: for image saving module')
+source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('c0dfd7d2429452e7e94904c6a3af63cbaa3cf51b348bd9d35b42db7e9ad42791')
+
+build() {
+  cd scipy-${pkgver}
+  python setup.py config_fc build
+}
+
+check() {
+  cd scipy-${pkgver}
+  python setup.py config_fc install \
+--prefix=/usr --root="$srcdir"/test --optimize=1
+  export PYTHONPATH="$srcdir"/test/usr/lib/python3.10/site-packages
+  cd ..
+  python -c "from scipy import test; test('full')"
+}
+
+package() {
+  cd scipy-$pkgver
+  python3 setup.py config_fc install \
+--prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 16:36:40
  Author: arojas
Revision: 1259109

upgpkg: python-scipy 1.9.0-1: Update to 1.9.0

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 16:02:42 UTC (rev 1259108)
+++ PKGBUILD2022-07-29 16:36:40 UTC (rev 1259109)
@@ -8,7 +8,7 @@
 
 _name=scipy
 pkgname=python-scipy
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='Open-source software for mathematics, science, and engineering'
 arch=(x86_64)
@@ -20,7 +20,7 @@
 checkdepends=(python-pytest)
 optdepends=('python-pillow: for image saving module')
 
source=(https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('9e3fb1b0e896f14a85aa9a28d5f755daaeeb54c897b746df7a55ccb02b340f33')
+sha256sums=('c0dfd7d2429452e7e94904c6a3af63cbaa3cf51b348bd9d35b42db7e9ad42791')
 
 build() {
   cd scipy-${pkgver}



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

2022-07-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 29, 2022 @ 16:02:42
  Author: svenstaro
Revision: 1259108

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 15:59:24 UTC (rev 1259107)
+++ PKGBUILD2022-07-29 16:02:42 UTC (rev 1259108)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: crab2313 
-
-pkgname=python-gitlab
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Python wrapper for the GitLab API"
-arch=('any')
-url="https://github.com/python-gitlab/python-gitlab;
-license=('LGPL3')
-depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('c28b211bc63cbb3eee1df250fdadce0d7ed076dfe46cdc27f8eb1214275a43fa7bd8c261a37892ea0246cf7b0dcfb9cd453ff82a0b25e0b9e8860acbf7c4dd7c')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  # Tests get installed into the package for some reason
-  rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
-}

Copied: python-gitlab/repos/community-any/PKGBUILD (from rev 1259107, 
python-gitlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 16:02:42 UTC (rev 1259108)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: crab2313 
+
+pkgname=python-gitlab
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Python wrapper for the GitLab API"
+arch=('any')
+url="https://github.com/python-gitlab/python-gitlab;
+license=('LGPL3')
+depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('a69aa646b2e8339c43f1a5ae86855ed0ea6cd0629289216da391fd6a315df4852b189a22cb439aec08668308c9e99a39d211fa3abb4153028304fa01edf9f3af')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  # Tests get installed into the package for some reason
+  rm -rf "$pkgdir/usr/lib/python3.10/site-packages/tests"
+}



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

2022-07-29 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 29, 2022 @ 15:59:24
  Author: svenstaro
Revision: 1259107

upgpkg: python-gitlab 3.7.0-1

Modified:
  python-gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 15:25:51 UTC (rev 1259106)
+++ PKGBUILD2022-07-29 15:59:24 UTC (rev 1259107)
@@ -2,7 +2,7 @@
 # Contributor: crab2313 
 
 pkgname=python-gitlab
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="Python wrapper for the GitLab API"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt')
 makedepends=('python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
-sha512sums=('c28b211bc63cbb3eee1df250fdadce0d7ed076dfe46cdc27f8eb1214275a43fa7bd8c261a37892ea0246cf7b0dcfb9cd453ff82a0b25e0b9e8860acbf7c4dd7c')
+sha512sums=('a69aa646b2e8339c43f1a5ae86855ed0ea6cd0629289216da391fd6a315df4852b189a22cb439aec08668308c9e99a39d211fa3abb4153028304fa01edf9f3af')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-07-29 Thread Felix Yan via arch-commits
Date: Friday, July 29, 2022 @ 15:25:51
  Author: felixonmars
Revision: 1259106

archrelease: copy trunk to community-x86_64

Added:
  osdlyrics/repos/community-x86_64/PKGBUILD
(from rev 1259105, osdlyrics/trunk/PKGBUILD)
Deleted:
  osdlyrics/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 15:25:40 UTC (rev 1259105)
+++ PKGBUILD2022-07-29 15:25:51 UTC (rev 1259106)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Auguste Pop 
-
-pkgname=osdlyrics
-pkgver=0.5.10
-pkgrel=2
-pkgdesc="A lyric show compatible with various media players"
-arch=('x86_64')
-url="https://github.com/osdlyrics/osdlyrics;
-license=('GPL3')
-depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
- 'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
-makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('fabc16c75aa48e013dfc2a219b7c32438ba04c0f6e86b9094facd96e8b1fb30f')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # -Werror is really quite annoying
-  ## automake: warning: possible forward-incompatibility.
-  ## automake: At least a source file is in a subdirectory, but the 
'subdir-objects'
-  ## automake: automake option hasn't been enabled.
-  sed -i 's/-Werror//g' configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: osdlyrics/repos/community-x86_64/PKGBUILD (from rev 1259105, 
osdlyrics/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 15:25:51 UTC (rev 1259106)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Auguste Pop 
+
+pkgname=osdlyrics
+pkgver=0.5.11
+pkgrel=1
+pkgdesc="A lyric show compatible with various media players"
+arch=('x86_64')
+url="https://github.com/osdlyrics/osdlyrics;
+license=('GPL3')
+depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
+makedepends=('intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('1619502c8bd6f3dd98fe7cb88b591b27284eccd4cc7f7735d0265b9a8dda2052')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # -Werror is really quite annoying
+  ## automake: warning: possible forward-incompatibility.
+  ## automake: At least a source file is in a subdirectory, but the 
'subdir-objects'
+  ## automake: automake option hasn't been enabled.
+  sed -i 's/-Werror//g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2022-07-29 Thread Felix Yan via arch-commits
Date: Friday, July 29, 2022 @ 15:25:40
  Author: felixonmars
Revision: 1259105

upgpkg: osdlyrics 0.5.11-1

Modified:
  osdlyrics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 15:13:43 UTC (rev 1259104)
+++ PKGBUILD2022-07-29 15:25:40 UTC (rev 1259105)
@@ -2,8 +2,8 @@
 # Contributor: Auguste Pop 
 
 pkgname=osdlyrics
-pkgver=0.5.10
-pkgrel=2
+pkgver=0.5.11
+pkgrel=1
 pkgdesc="A lyric show compatible with various media players"
 arch=('x86_64')
 url="https://github.com/osdlyrics/osdlyrics;
@@ -12,7 +12,7 @@
  'desktop-file-utils' 'hicolor-icon-theme' 'sqlite' 'python')
 makedepends=('intltool')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('fabc16c75aa48e013dfc2a219b7c32438ba04c0f6e86b9094facd96e8b1fb30f')
+sha256sums=('1619502c8bd6f3dd98fe7cb88b591b27284eccd4cc7f7735d0265b9a8dda2052')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"



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

2022-07-29 Thread Felix Yan via arch-commits
Date: Friday, July 29, 2022 @ 15:13:43
  Author: felixonmars
Revision: 1259104

archrelease: copy trunk to community-x86_64

Added:
  deno/repos/community-x86_64/PKGBUILD
(from rev 1259103, deno/trunk/PKGBUILD)
Deleted:
  deno/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 15:13:31 UTC (rev 1259103)
+++ PKGBUILD2022-07-29 15:13:43 UTC (rev 1259104)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Metal A-wing <1 at 233 dot email>
-
-pkgname=deno
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="A secure runtime for JavaScript and TypeScript"
-arch=('x86_64')
-url="https://deno.land;
-license=('MIT')
-options=('!lto')
-depends=('gcc-libs')
-makedepends=('git' 'python' 'cargo' 'nodejs')
-source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule update --init --recursive
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  ./target/release/deno run cli/tests/testdata/002_hello.ts
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
-  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
-  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
-  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
-  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
-
-  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: deno/repos/community-x86_64/PKGBUILD (from rev 1259103, 
deno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 15:13:43 UTC (rev 1259104)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Metal A-wing <1 at 233 dot email>
+
+pkgname=deno
+pkgver=1.24.1
+pkgrel=1
+pkgdesc="A secure runtime for JavaScript and TypeScript"
+arch=('x86_64')
+url="https://deno.land;
+license=('MIT')
+options=('!lto')
+depends=('gcc-libs')
+makedepends=('git' 'python' 'cargo' 'nodejs')
+source=("git+https://github.com/denoland/deno#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule update --init --recursive
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  ./target/release/deno run cli/tests/testdata/002_hello.ts
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 target/release/deno "$pkgdir"/usr/bin/deno
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  ./target/release/deno completions bash > 
"$pkgdir"/usr/share/bash-completion/completions/deno
+  install -dm755 "$pkgdir"/usr/share/zsh/site-functions
+  ./target/release/deno completions zsh > 
"$pkgdir"/usr/share/zsh/site-functions/_deno
+  install -dm755 "$pkgdir"/usr/share/fish/vendor_functions.d
+  ./target/release/deno completions fish > 
"$pkgdir"/usr/share/fish/vendor_functions.d/deno.fish
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-29 Thread Felix Yan via arch-commits
Date: Friday, July 29, 2022 @ 15:13:31
  Author: felixonmars
Revision: 1259103

upgpkg: deno 1.24.1-1

Modified:
  deno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 14:57:27 UTC (rev 1259102)
+++ PKGBUILD2022-07-29 15:13:31 UTC (rev 1259103)
@@ -2,7 +2,7 @@
 # Contributor: Metal A-wing <1 at 233 dot email>
 
 pkgname=deno
-pkgver=1.24.0
+pkgver=1.24.1
 pkgrel=1
 pkgdesc="A secure runtime for JavaScript and TypeScript"
 arch=('x86_64')



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

2022-07-29 Thread Felix Yan via arch-commits
Date: Friday, July 29, 2022 @ 14:57:27
  Author: felixonmars
Revision: 1259102

archrelease: copy trunk to community-x86_64

Added:
  ncnn/repos/community-x86_64/PKGBUILD
(from rev 1259101, ncnn/trunk/PKGBUILD)
Deleted:
  ncnn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 14:57:15 UTC (rev 1259101)
+++ PKGBUILD2022-07-29 14:57:27 UTC (rev 1259102)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: PumpkinCheshire 
-# Contributor: Cobalt Space 
-# Contributor: Mitch Bigelow 
-
-pkgname=ncnn
-pkgver=20220721
-pkgrel=1
-pkgdesc='High-performance neural network inference framework optimized for the 
mobile platform'
-url='https://github.com/Tencent/ncnn'
-arch=('x86_64')
-license=('BSD')
-depends=('vulkan-icd-loader')
-makedepends=('cmake' 'glslang' 'ninja' 'protobuf' 'vulkan-headers')
-optdepends=('protobuf: for onnx2ncnn')
-conflicts=('ncnn-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Tencent/ncnn/archive/$pkgver.tar.gz;)
-b2sums=('5d164a1f8531395e6bdbbb1ace07d5c7ef08db9afe62155126297b4911621aad4c5f71ccb3343207450dc4ea055f6da07aeb93f230098ab407eaa05ee31db8b9')
-
-build() {
-cmake -B build -S "$pkgname-$pkgver" \
--GNinja \
--DCMAKE_BUILD_TYPE='None' \
--DCMAKE_INSTALL_PREFIX=/usr \
--DNCNN_SHARED_LIB=ON \
--DNCNN_ENABLE_LTO=ON \
--DNCNN_VULKAN=ON \
--DNCNN_SYSTEM_GLSLANG=ON \
--DNCNN_BUILD_EXAMPLES=OFF \
--DGLSLANG_TARGET_DIR=/usr/lib/cmake/ \
--Wno-dev
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 "$srcdir"/ncnn-$pkgver/LICENSE.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: ncnn/repos/community-x86_64/PKGBUILD (from rev 1259101, 
ncnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 14:57:27 UTC (rev 1259102)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: PumpkinCheshire 
+# Contributor: Cobalt Space 
+# Contributor: Mitch Bigelow 
+
+pkgname=ncnn
+pkgver=20220729
+pkgrel=1
+pkgdesc='High-performance neural network inference framework optimized for the 
mobile platform'
+url='https://github.com/Tencent/ncnn'
+arch=('x86_64')
+license=('BSD')
+depends=('vulkan-icd-loader')
+makedepends=('cmake' 'glslang' 'ninja' 'protobuf' 'vulkan-headers')
+optdepends=('protobuf: for onnx2ncnn')
+conflicts=('ncnn-git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Tencent/ncnn/archive/$pkgver.tar.gz;)
+b2sums=('ff7a5866c8746c078dcc927773f695d883d0cbb9e528d80addf730dd31bc1a401df4c5ab33baa398d26d8072ed2d0fd21e6e89cb03ddeca3fb84dbcaff8fd696')
+
+build() {
+cmake -B build -S "$pkgname-$pkgver" \
+-GNinja \
+-DCMAKE_BUILD_TYPE='None' \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DNCNN_SHARED_LIB=ON \
+-DNCNN_ENABLE_LTO=ON \
+-DNCNN_VULKAN=ON \
+-DNCNN_SYSTEM_GLSLANG=ON \
+-DNCNN_BUILD_EXAMPLES=OFF \
+-DGLSLANG_TARGET_DIR=/usr/lib/cmake/ \
+-Wno-dev
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 "$srcdir"/ncnn-$pkgver/LICENSE.txt -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-29 Thread Felix Yan via arch-commits
Date: Friday, July 29, 2022 @ 14:57:15
  Author: felixonmars
Revision: 1259101

upgpkg: ncnn 20220729-1

Modified:
  ncnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 14:41:05 UTC (rev 1259100)
+++ PKGBUILD2022-07-29 14:57:15 UTC (rev 1259101)
@@ -4,7 +4,7 @@
 # Contributor: Mitch Bigelow 
 
 pkgname=ncnn
-pkgver=20220721
+pkgver=20220729
 pkgrel=1
 pkgdesc='High-performance neural network inference framework optimized for the 
mobile platform'
 url='https://github.com/Tencent/ncnn'
@@ -15,7 +15,7 @@
 optdepends=('protobuf: for onnx2ncnn')
 conflicts=('ncnn-git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tencent/ncnn/archive/$pkgver.tar.gz;)
-b2sums=('5d164a1f8531395e6bdbbb1ace07d5c7ef08db9afe62155126297b4911621aad4c5f71ccb3343207450dc4ea055f6da07aeb93f230098ab407eaa05ee31db8b9')
+b2sums=('ff7a5866c8746c078dcc927773f695d883d0cbb9e528d80addf730dd31bc1a401df4c5ab33baa398d26d8072ed2d0fd21e6e89cb03ddeca3fb84dbcaff8fd696')
 
 build() {
 cmake -B build -S "$pkgname-$pkgver" \



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

2022-07-29 Thread Andrew Crerar via arch-commits
Date: Friday, July 29, 2022 @ 14:41:05
  Author: andrewsc
Revision: 1259100

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

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

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

2022-07-29 Thread Andrew Crerar via arch-commits
Date: Friday, July 29, 2022 @ 14:40:40
  Author: andrewsc
Revision: 1259099

upgpkg: firefox-developer-edition-i18n 104.0b3-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 14:33:49 UTC (rev 1259098)
+++ PKGBUILD2022-07-29 14:40:40 UTC (rev 1259099)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=104.0b2
+pkgver=104.0b3
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('c153395d118095fcece995f003f37cb89f3bf3358ba040083089e0db457a97b67876c472e450321df665d94b7272c730782383cff96a29b5eebab18fda910b2d'
-
'4db9a9ff76ff6ab1bc7a0b9cf86cb85fcfb4eada46b6fcb81f30193efbad95be2e41bd069fee51eea2255cc8177592c5a0fc8a7fda12417a153409d71b8869a3'
-
'51612e5b87468f5db84640d29182aa7bb019f9f87b294b484f4bdb65bdf2d770b4cb32aee8155f654657435a5d1b78524c075addea113f2fe1bbe848f578431f'
-
'd00cfb4d6278f6a074070d8a31ef4a07172f3bb3748f3b057c71b50091dfd563faf1bc44c9fc80c2f4de2f373415341df5959110edcfe9e0e582ea49c2eb62ca'
-
'bf29b35bec7d770e4e686bd4d782a87e8d1de1c6a419eeb2f60ca87e47ed2c2c379befeb272a2a1df7158c84ec7784b81e3afe29b7984e5e82322e5365b9c886'
-
'8b5bbca8074ecd9835023c214107e59fae982dbdfc43b0e7c4d52d9fb4c920f2a3c56b36f4586570bf554c064308716bf25d94c12d7cd803854ad442156c693b'
-
'dad5385497f8e594057b955e48db9cdda33fd7daa1404c4879136aba1ed7f0b6ee4fd9cec3c18382cf50371f50378d7cec4b1497f536d87a4e8cb40aa83cb569'
-
'41df07771fa1b40f86d1032b4d5f0bfd370f6bd36635295e2b402024e9029bb9ca3a0620a482773c4b518c4fe278134af41d6d0aaa4ed0f584634fa6732a4800'
-
'0f7ef4e16124786d4d31074aaa79ca4e768c158c95ce720bc820fbe011f62898a4b81a19bee82966dc99fdab9e2814270076ea092da43e253a7c64dcdf502127'
-
'f516137a46df264b54a71e7f4ebe104cac0ab45729a1c279c799a0d68a781a34e6d7138a1284dce8a9a1ec2761aa109c0456d22d315fe14410bbc4b654bb'
-
'd21f4ed7fe9a770ef811fd05b0476ec9e3e46e2b148c22f51bd232211ad5bc422b47172390d882fe84c0462e10dec77fb85878c774241329f3c41937eb7ec221'
-
'5d1e6e5f135f4d33df853f8f866a38e15f01cd99c118dcf84b976dacb76e9c14f953c4fb26ce6ab0b82ab60d0a298b10005fe2c65c91badbb185ab3a6ec492ff'
-
'1988232fce1c50a1aa6347b38d91dafd573b3e751838882b9099f3f5529acd995ea601e263c8e63871fe2320a9ee2014efe9386943bb1f5c2fe03ad0ca7e3fc8'
-
'f6a9cfb83f2bc715701225396a6e89a048521d82f0c0a6154316b462ed0e2d0f25ede59385b5f10944f4a2fd770823dcfae31263e58217f08d32e48078d49e02'
-
'e699624dc68ceed330b7b070c61fae986b6ddf7e6ac438267c71f33af337b8078d982dee3cda8437165b921bff215c5a18fd21e467d90eb914bf07eaa792'
-
'59984cce9547a9b458a5e931f46e182f3613d492bbfcc227c915846e83ff0546ff15126ea531ba0b82e8f155d6843dec3adf8b2db5cb4f8743d9270c5d015e9b'
-
'712720a755d735c673f85a3e9250d3bb4f10ba0c558739ddcf56a46ce5483685caf81b68af4c017dd697d4dc1114a7531ebf28cab930ca02745779314c9ca126'
-
'87b23b5519f375287becdcbf13454e9b35a90d79c3373ce36ef3aa56d66e0cfff10904ca4a967fa53d5edce6b27a5d9a821a0a87db8ba1adf9bff7b6ec024249'
-
'c787561c6f39a124d1485607525481a7c11466b21d61484660318ab28e3488902b1fb59c265020e0da46c017a85b210b740b509a8abe2c30b80c006bbb432955'
-
'8f0fdad0fc9aa151b5cf45b9ef64b139658a14f36b55ff8939350bffd73a85ea39da624673755096dfbc6e5311592e23f7690e642ba16c89a1e8818eb4e94bda'
-
'd22be43f4864e7fedea6c97ed4f9352c4117f1f7b9354b7127123ba2dc854f0024da7629bd9a32e61cb7e4816a7d6478c6686cfbdaf1c160531d047f6ef20e4b'
-
'd1a6c0541cb7548ccc9a96e0ae486389d77ab9b5d35341c39d9dacd060787fac02a8e8e315926d8f8e5c6f3f8131e62f6b2982adb3791a86e2e25f993b7ca21c'
-
'a10f0c236edf8cb0c5cc48612aa1dfb1c34808de5077defe89ef27435cc35a779ff5eb91e6ac66dc5904bb64153ded4f0fb69d0de093128cd0b55e7c7f23782c'
-
'9a676147e80fe7d043685a4090f2e7d5f84fe653bd6b1ef08ca944a12d10e51e1b8158b91075ba25d70e3d4e36557c4c542ada54619370f14e983f5f48b8a3ad'
-
'c809e5edacfadf52c5ecf4448be2852f0a8f34b53a69ee428d8034571eb1f88cc4749c418d77d776eb47b64db0f07d25a234cc4f85771883070c572136d17101'
-
'a0e9723df2d18cbd1731f318c6650b049b39c7bd11a653d4866fd77bc8247dadc6709ec30d2bfdb1dccbb6ff28ae70d81387a6e7fb4a7c7a347dc9ded137d94a'
-
'ae95027fa4471ed91861a10fff1fb554bff0d59d9d2f997e3fb9791cb3cad9ccc403d40030776781657c86c6f86dcc2897d27de2a319495ef37e9331854013ec'
-
'7e5f5b9e232ca4b8ebe77fc5ec773ebef5cfaff8fb70a4aca7c29594d59a97c14e4fc10c076698bb23be06347ceedf7becfc2a847866abc94e341c015258'
-

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

2022-07-29 Thread Andrew Crerar via arch-commits
Date: Friday, July 29, 2022 @ 14:33:05
  Author: andrewsc
Revision: 1259097

upgpkg: firefox-developer-edition 104.0b3-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 14:14:45 UTC (rev 1259096)
+++ PKGBUILD2022-07-29 14:33:05 UTC (rev 1259097)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=104.0b2
+pkgver=104.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 "$pkgname".desktop
 identity-icons-brand.svg
 zstandard-0.18.0.diff)
-sha512sums=('fab94c8cd602cc5ce2fa15109b8365043448590ebf53d3abea4d2ede3bf9e83806d906adcced86595ac27163b56b0033ce7ec853c9659a344febe9e5dd3b8c6a'
+sha512sums=('e2cd698e63427583db32c896eafa162c40524708262488d049f9cece401a123e32b2bf997374346928c973e09b5ae22922de1ea269302ae1bf34c64f76b077ed'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 14:14:45
  Author: arojas
Revision: 1259096

archrelease: copy trunk to community-x86_64

Added:
  libindi/repos/community-x86_64/PKGBUILD
(from rev 1259095, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 14:14:36 UTC (rev 1259095)
+++ PKGBUILD2022-07-29 14:14:45 UTC (rev 1259096)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=1.9.6
-pkgrel=2
-pkgdesc='A distributed control protocol designed to operate astronomical 
instrumentation'
-url='https://www.indilib.org/index.php?title=Main_Page'
-license=(GPL2)
-arch=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
-makedepends=(cmake boost qt5-base)
-source=(https://github.com/indilib/indi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee16b4bb01f436ab54596c5999227cb5938b2bb2dd83fdc0f01edffd752f9dd8')
-
-prepare() {
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/drivers/*/*.rules
-}
-
-build() {
-  cmake -B build -S indi-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINDI_BUILD_QT5_CLIENT=ON \
--DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \
--DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -Wp,-U_GLIBCXX_ASSERTIONS"
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libindi/repos/community-x86_64/PKGBUILD (from rev 1259095, 
libindi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 14:14:45 UTC (rev 1259096)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=1.9.7
+pkgrel=1
+pkgdesc='A distributed control protocol designed to operate astronomical 
instrumentation'
+url='https://www.indilib.org/index.php?title=Main_Page'
+license=(GPL2)
+arch=(x86_64)
+depends=(libnova cfitsio libjpeg gsl libtheora fftw libev rtl-sdr)
+makedepends=(cmake boost qt5-base)
+source=(https://github.com/indilib/indi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a9aeb8fcd6ea533f4bab2d21c10a676ef8acc7ce65443be4c43b17e83391afae')
+
+prepare() {
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/drivers/*/*.rules
+}
+
+build() {
+  cmake -B build -S indi-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINDI_BUILD_QT5_CLIENT=ON \
+-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -Wp,-U_GLIBCXX_ASSERTIONS"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 14:14:36
  Author: arojas
Revision: 1259095

upgpkg: libindi 1.9.7-1: Update to 1.9.7, enable rtl-sdr support

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 14:07:39 UTC (rev 1259094)
+++ PKGBUILD2022-07-29 14:14:36 UTC (rev 1259095)
@@ -3,16 +3,16 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libindi
-pkgver=1.9.6
-pkgrel=2
+pkgver=1.9.7
+pkgrel=1
 pkgdesc='A distributed control protocol designed to operate astronomical 
instrumentation'
 url='https://www.indilib.org/index.php?title=Main_Page'
 license=(GPL2)
 arch=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
+depends=(libnova cfitsio libjpeg gsl libtheora fftw libev rtl-sdr)
 makedepends=(cmake boost qt5-base)
 
source=(https://github.com/indilib/indi/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ee16b4bb01f436ab54596c5999227cb5938b2bb2dd83fdc0f01edffd752f9dd8')
+sha256sums=('a9aeb8fcd6ea533f4bab2d21c10a676ef8acc7ce65443be4c43b17e83391afae')
 
 prepare() {
   sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i 
indi-$pkgver/drivers/*/*.rules



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 14:07:39
  Author: arojas
Revision: 1259094

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 1259093, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 14:07:30 UTC (rev 1259093)
+++ PKGBUILD2022-07-29 14:07:39 UTC (rev 1259094)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.10
-pkgrel=2
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee03cbae5744b4f18d')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 1259093, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 14:07:39 UTC (rev 1259094)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.11
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('6c0f622009dcd9928295d748226baa9cdc1a87c32552e13772fddf95bbb6f02c')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 14:07:30
  Author: arojas
Revision: 1259093

upgpkg: brial 1.2.11-1: Update to 1.2.11

Modified:
  brial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 14:05:35 UTC (rev 1259092)
+++ PKGBUILD2022-07-29 14:07:30 UTC (rev 1259093)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=brial
-pkgver=1.2.10
-pkgrel=2
+pkgver=1.2.11
+pkgrel=1
 pkgdesc="Library for polynomials over boolean rings"
 arch=(x86_64)
 url="https://github.com/BRiAl/BRiAl;
@@ -10,7 +10,7 @@
 depends=(m4ri)
 makedepends=(boost)
 
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee03cbae5744b4f18d')
+sha256sums=('6c0f622009dcd9928295d748226baa9cdc1a87c32552e13772fddf95bbb6f02c')
 
 build() {
   cd $pkgname-$pkgver 



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 14:05:35
  Author: arojas
Revision: 1259092

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 1259091, kstars/trunk/PKGBUILD)
  kstars/repos/community-x86_64/keys/
  kstars/repos/community-x86_64/stellarsolver2.patch
(from rev 1259091, kstars/trunk/stellarsolver2.patch)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD
  kstars/repos/community-x86_64/stellarsolver2.patch

--+
 PKGBUILD |   64 -
 stellarsolver2.patch | 2166 -
 2 files changed, 1115 insertions(+), 1115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 14:05:22 UTC (rev 1259091)
+++ PKGBUILD2022-07-29 14:05:35 UTC (rev 1259092)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.5.9
-pkgrel=1
-epoch=1
-pkgdesc='Desktop Planetarium'
-url='https://kde.org/applications/education/kstars/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(stellarsolver libraw kplotting knewstuff knotifyconfig qt5-datavis3d 
libindi qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('48ef16d63b8ff8c917bd7c8d08fe3901ab984db0ebbab014b70e06a78000e97e'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
--DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects"
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 1259091, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 14:05:35 UTC (rev 1259092)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.6.0
+pkgrel=1
+epoch=1
+pkgdesc='Desktop Planetarium'
+url='https://kde.org/applications/education/kstars/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(stellarsolver libraw kplotting knewstuff knotifyconfig qt5-datavis3d 
libindi qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c1dbf64ce38f201dd5446dd732ce7c8bf1ef30367dc2f11102105036c949db91'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Deleted: stellarsolver2.patch
===
--- stellarsolver2.patch2022-07-29 14:05:22 UTC (rev 1259091)
+++ stellarsolver2.patch2022-07-29 14:05:35 UTC (rev 1259092)
@@ -1,1083 +0,0 @@
-From cf5db0400263577fb4805fad64fd5ad67c3b3bec Mon Sep 17 00:00:00 2001
-From: Robert Lancaster 
-Date: Wed, 2 Mar 2022 22:04:41 +
-Subject: [PATCH] Updating KStars to support StellarSolver 2.0
-

- CMakeLists.txt|   2 +-
- Tests/kstars_ui/test_ekos_align.cpp   |   2 +-
- .../kstars_ui/test_ekos_meridianflip_base.cpp |   2 +-
- kstars/auxiliary/ksutils.cpp  |  11 +
- kstars/ekos/align/align.cpp   |  18 +-
- kstars/ekos/align/opsalign.ui |   7 +-
- kstars/ekos/align/opsprograms.cpp |  30 +-
- kstars/ekos/align/opsprograms.ui  |  28 +-
- kstars/ekos/align/remoteastrometryparser.cpp  |  10 +-
- kstars/ekos/align/remoteastrometryparser.h|   2 +-
- kstars/ekos/auxiliary/solverutils.cpp |  14 +-
- .../ekos/auxiliary/stellarsolverprofile.cpp   |  50 +--
- .../auxiliary/stellarsolverprofileeditor.cpp  |   9 +-
- .../auxiliary/stellarsolverprofileeditor.ui   | 286 +++---
- kstars/fitsviewer/fitssepdetector.cpp |   6 +-
- kstars/fitsviewer/structuredefinitions.h  |  84 +++--
- kstars/kstars.kcfg|   5 +
- 17 files changed, 353 insertions(+), 213 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 746f2f351..8f26f7a66 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -215,7 +215,7 @@ MACRO_BOOL_TO_01(INDI_FOUND HAVE_INDI)
- set_package_properties(INDI 

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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 14:05:22
  Author: arojas
Revision: 1259091

upgpkg: kstars 1:3.6.0-1: Update to 3.6.0

Added:
  kstars/trunk/keys/
  kstars/trunk/keys/pgp/
  kstars/trunk/keys/pgp/259D9FCEE9175351965633696D9CE2AEE028C4F3.asc
Modified:
  kstars/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/259D9FCEE9175351965633696D9CE2AEE028C4F3.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 13:34:02 UTC (rev 1259090)
+++ PKGBUILD2022-07-29 14:05:22 UTC (rev 1259091)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.5.9
+pkgver=3.6.0
 pkgrel=1
 epoch=1
 pkgdesc='Desktop Planetarium'
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('48ef16d63b8ff8c917bd7c8d08fe3901ab984db0ebbab014b70e06a78000e97e'
+sha256sums=('c1dbf64ce38f201dd5446dd732ce7c8bf1ef30367dc2f11102105036c949db91'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 

Added: keys/pgp/259D9FCEE9175351965633696D9CE2AEE028C4F3.asc
===
(Binary files differ)

Index: kstars/trunk/keys/pgp/259D9FCEE9175351965633696D9CE2AEE028C4F3.asc
===
--- keys/pgp/259D9FCEE9175351965633696D9CE2AEE028C4F3.asc   2022-07-29 
13:34:02 UTC (rev 1259090)
+++ keys/pgp/259D9FCEE9175351965633696D9CE2AEE028C4F3.asc   2022-07-29 
14:05:22 UTC (rev 1259091)

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


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

2022-07-29 Thread Kpcyrd via arch-commits
Date: Friday, July 29, 2022 @ 13:02:31
  Author: kpcyrd
Revision: 1259088

archrelease: copy trunk to community-x86_64

Added:
  rekor/repos/community-x86_64/PKGBUILD
(from rev 1259087, rekor/trunk/PKGBUILD)
Deleted:
  rekor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 13:02:08 UTC (rev 1259087)
+++ PKGBUILD2022-07-29 13:02:31 UTC (rev 1259088)
@@ -1,48 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Christian Rebischke 
-
-pkgname=rekor
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Signature Transparency Log -- Sigstore client and server tools"
-arch=('x86_64')
-url="https://github.com/sigstore/rekor;
-license=('Apache')
-makedepends=('go' 'git')
-checkdepends=('openssh')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/rekor/archive/v${pkgver}.tar.gz;)
-sha256sums=('7a2653a6cbc21bd54858958ed7666f55963c0879b2eaed28d8a00a3e8814a696')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -o cmd/rekor-cli/rekor-cli cmd/rekor-cli/main.go
-  go build -o cmd/rekor-server/rekor-server cmd/rekor-server/main.go
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 cmd/rekor-cli/rekor-cli "${pkgdir}/usr/bin/rekor-cli"
-  install -Dsm755 cmd/rekor-server/rekor-server 
"${pkgdir}/usr/bin/rekor-server"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-
-  "${pkgdir}/usr/bin/rekor-cli" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-cli"
-  "${pkgdir}/usr/bin/rekor-cli" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-cli"
-  "${pkgdir}/usr/bin/rekor-cli" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-cli.fish"
-
-  "${pkgdir}/usr/bin/rekor-server" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-server"
-  "${pkgdir}/usr/bin/rekor-server" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-server"
-  "${pkgdir}/usr/bin/rekor-server" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-server.fish"
-}

Copied: rekor/repos/community-x86_64/PKGBUILD (from rev 1259087, 
rekor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 13:02:31 UTC (rev 1259088)
@@ -0,0 +1,48 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Christian Rebischke 
+
+pkgname=rekor
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Signature Transparency Log -- Sigstore client and server tools"
+arch=('x86_64')
+url="https://github.com/sigstore/rekor;
+license=('Apache')
+makedepends=('go' 'git')
+checkdepends=('openssh')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/rekor/archive/v${pkgver}.tar.gz;)
+sha256sums=('90e6ed3cb3a5b36b83b7487d776af53847862eb6358e0024138a23ed35d818c7')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -o cmd/rekor-cli/rekor-cli cmd/rekor-cli/main.go
+  go build -o cmd/rekor-server/rekor-server cmd/rekor-server/main.go
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 cmd/rekor-cli/rekor-cli "${pkgdir}/usr/bin/rekor-cli"
+  install -Dsm755 cmd/rekor-server/rekor-server 
"${pkgdir}/usr/bin/rekor-server"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+
+  "${pkgdir}/usr/bin/rekor-cli" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-cli"
+  "${pkgdir}/usr/bin/rekor-cli" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-cli"
+  "${pkgdir}/usr/bin/rekor-cli" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rekor-cli.fish"
+
+  "${pkgdir}/usr/bin/rekor-server" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/rekor-server"
+  "${pkgdir}/usr/bin/rekor-server" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rekor-server"
+  "${pkgdir}/usr/bin/rekor-server" completion fish > 

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

2022-07-29 Thread Kpcyrd via arch-commits
Date: Friday, July 29, 2022 @ 13:02:08
  Author: kpcyrd
Revision: 1259087

upgpkg: rekor 0.10.0-1

Modified:
  rekor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 12:30:47 UTC (rev 1259086)
+++ PKGBUILD2022-07-29 13:02:08 UTC (rev 1259087)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=rekor
-pkgver=0.9.1
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Signature Transparency Log -- Sigstore client and server tools"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('go' 'git')
 checkdepends=('openssh')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/rekor/archive/v${pkgver}.tar.gz;)
-sha256sums=('7a2653a6cbc21bd54858958ed7666f55963c0879b2eaed28d8a00a3e8814a696')
+sha256sums=('90e6ed3cb3a5b36b83b7487d776af53847862eb6358e0024138a23ed35d818c7')
 
 build() {
   cd "${pkgname}-${pkgver}"



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

2022-07-29 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 29, 2022 @ 12:30:47
  Author: yan12125
Revision: 1259086

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 12:30:33 UTC (rev 1259085)
+++ PKGBUILD2022-07-29 12:30:47 UTC (rev 1259086)
@@ -1,34 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-# Contributor: zwindl on AUR
-
-pkgname=python-pypugjs
-pkgver=5.9.11
-pkgrel=1
-pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
-url='https://github.com/kakulukia/pypugjs'
-depends=(python python-six python-chardet)
-makedepends=(python-setuptools)
-checkdepends=(python-nose python-django python-jinja python-tornado 
python-mako)
-optdepends=(python-django python-jinja python-tornado python-mako)
-license=(MIT)
-arch=(any)
-# PyPI sdist does not contain tests
-source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz;)
-sha256sums=('8bc013221dd20fcfa886d456c017219b3b506bfb50b967e470a43733f62483e8')
-
-build() {
-  cd pypugjs-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pypugjs-$pkgver
-  # -w is needed here as test_cases.py looks into cases/
-  PYTHONPATH="$PWD" nosetests -w pypugjs/testsuite
-}
-
-package() {
-  cd pypugjs-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pypugjs/repos/community-any/PKGBUILD (from rev 1259085, 
python-pypugjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 12:30:47 UTC (rev 1259086)
@@ -0,0 +1,34 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: zwindl on AUR
+
+pkgname=python-pypugjs
+pkgver=5.9.12
+pkgrel=1
+pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
+url='https://github.com/kakulukia/pypugjs'
+depends=(python python-six python-charset-normalizer)
+optdepends=(python-django python-jinja python-tornado python-mako 
python-markdown)
+makedepends=(python-setuptools ${optdepends[@]})
+checkdepends=(python-nose)
+license=(MIT)
+arch=(any)
+# PyPI sdist does not contain tests
+source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz;)
+sha256sums=('a13a78aa26e05613a3d6a7551a08895139a2053978000a3d8a8e3c44f24f3c64')
+
+build() {
+  cd pypugjs-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pypugjs-$pkgver
+  # -w is needed here as test_cases.py looks into cases/
+  PYTHONPATH="$PWD" nosetests -w pypugjs/testsuite
+}
+
+package() {
+  cd pypugjs-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-07-29 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 29, 2022 @ 12:30:33
  Author: yan12125
Revision: 1259085

upgpkg: python-pypugjs 5.9.12-1; update deps following upstream [1] and namcap 
suggestions

[1] https://github.com/kakulukia/pypugjs/pull/74

Modified:
  python-pypugjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 12:19:59 UTC (rev 1259084)
+++ PKGBUILD2022-07-29 12:30:33 UTC (rev 1259085)
@@ -2,19 +2,19 @@
 # Contributor: zwindl on AUR
 
 pkgname=python-pypugjs
-pkgver=5.9.11
+pkgver=5.9.12
 pkgrel=1
 pkgdesc='PugJS syntax adapter for Django, Jinja2 and Mako templates'
 url='https://github.com/kakulukia/pypugjs'
-depends=(python python-six python-chardet)
-makedepends=(python-setuptools)
-checkdepends=(python-nose python-django python-jinja python-tornado 
python-mako)
-optdepends=(python-django python-jinja python-tornado python-mako)
+depends=(python python-six python-charset-normalizer)
+optdepends=(python-django python-jinja python-tornado python-mako 
python-markdown)
+makedepends=(python-setuptools ${optdepends[@]})
+checkdepends=(python-nose)
 license=(MIT)
 arch=(any)
 # PyPI sdist does not contain tests
 
source=("https://github.com/kakulukia/pypugjs/archive/v$pkgver/pypugjs-$pkgver.tar.gz;)
-sha256sums=('8bc013221dd20fcfa886d456c017219b3b506bfb50b967e470a43733f62483e8')
+sha256sums=('a13a78aa26e05613a3d6a7551a08895139a2053978000a3d8a8e3c44f24f3c64')
 
 build() {
   cd pypugjs-$pkgver



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

2022-07-29 Thread David Runge via arch-commits
Date: Friday, July 29, 2022 @ 12:19:59
  Author: dvzrv
Revision: 1259084

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libtiff/repos/multilib-testing-x86_64/
  lib32-libtiff/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1259083, lib32-libtiff/trunk/PKGBUILD)
  lib32-libtiff/repos/multilib-testing-x86_64/keys/

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

Copied: lib32-libtiff/repos/multilib-testing-x86_64/PKGBUILD (from rev 1259083, 
lib32-libtiff/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2022-07-29 12:19:59 UTC (rev 1259084)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+# Contributor: dorphell 
+
+_pkgname=libtiff
+pkgname=lib32-${_pkgname}
+pkgver=4.4.0
+pkgrel=2
+pkgdesc='Library for manipulation of TIFF images (32-bit)'
+url='http://www.simplesystems.org/libtiff/'
+arch=('x86_64')
+license=('custom')
+depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 
'lib32-zlib' 'lib32-xz' 'lib32-zstd')
+source=(
+  https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig}
+  # fix CVE-2022-2056 / CVE-2022-2057 / CVE-2022-2058: 
https://bugs.archlinux.org/task/75360
+  
$pkgname-4.4.0-fpe_tiffcrop.patch::https://gitlab.com/libtiff/libtiff/-/commit/dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch
+)
+sha512sums=('78ffab7667d0feb8d38571bc482390fc6dd20b93a798ab3a8b5cc7d5ab00b44a37f67eb8f19421e4ab33ad89ab40e382128f8a4bbdf097e0efb6d9fca5ac6f9e'
+'SKIP'
+
'5e36f443bbbfdd1270cb1f4d3ce4b0b415d658fe7e14764b315db73606ea28e854661cda74f1c5ccb00a2247431b966b9ac5271a1e3204837f79cb6fc50bf5bf')
+b2sums=('1480aca5f9b3d4509229fb6c1b967bdeb2053c4100f21d486d9f4a375742249aa7f54d6b5ab27679075499c226a011bc65988e22c064b3986d89f2cf5b0200dc'
+'SKIP'
+
'2dc47541b05e6c674c3fa3f7109528d7001a494af937fc57f1862ce75dc467dd4acd6892de1bd017d182b1dcbb80242cffa27f0f3ebde3ed57ee13df5b733821')
+validpgpkeys=(
+  'EBDFDB21B020EE8FD151A88DE301047DE1198975' # Bob Friesenhahn 

+  'B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D' # Even Rouault 

+)
+
+prepare() {
+  cd tiff-${pkgver}
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd tiff-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--with-docdir=/usr/share/doc/${pkgname} \
+--libdir=/usr/lib32 \
+--includedir=/usr/include/libtiff32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  depends+=('libjpeg.so')
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s ${_pkgname} "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-29 Thread David Runge via arch-commits
Date: Friday, July 29, 2022 @ 12:19:38
  Author: dvzrv
Revision: 1259083

upgpkg: lib32-libtiff 4.4.0-2: Rebuild to apply upstream patch for 
vulnerabilities.

Apply upstream fix for CVE-2022-2056, CVE-2022-2057 and CVE-2022-2058: 
https://bugs.archlinux.org/task/75360

Added:
  lib32-libtiff/trunk/keys/
  lib32-libtiff/trunk/keys/pgp/
  lib32-libtiff/trunk/keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc
  lib32-libtiff/trunk/keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc
Modified:
  lib32-libtiff/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +++-
 keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc |1 +
 keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc |1 +
 3 files changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 12:11:46 UTC (rev 1259082)
+++ PKGBUILD2022-07-29 12:19:38 UTC (rev 1259083)
@@ -5,17 +5,23 @@
 _pkgname=libtiff
 pkgname=lib32-${_pkgname}
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for manipulation of TIFF images (32-bit)'
 url='http://www.simplesystems.org/libtiff/'
 arch=('x86_64')
 license=('custom')
-depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 
'lib32-xz' 'lib32-zstd')
-source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
+depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg-turbo' 
'lib32-zlib' 'lib32-xz' 'lib32-zstd')
+source=(
+  https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig}
+  # fix CVE-2022-2056 / CVE-2022-2057 / CVE-2022-2058: 
https://bugs.archlinux.org/task/75360
+  
$pkgname-4.4.0-fpe_tiffcrop.patch::https://gitlab.com/libtiff/libtiff/-/commit/dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch
+)
 
sha512sums=('78ffab7667d0feb8d38571bc482390fc6dd20b93a798ab3a8b5cc7d5ab00b44a37f67eb8f19421e4ab33ad89ab40e382128f8a4bbdf097e0efb6d9fca5ac6f9e'
-'SKIP')
+'SKIP'
+
'5e36f443bbbfdd1270cb1f4d3ce4b0b415d658fe7e14764b315db73606ea28e854661cda74f1c5ccb00a2247431b966b9ac5271a1e3204837f79cb6fc50bf5bf')
 
b2sums=('1480aca5f9b3d4509229fb6c1b967bdeb2053c4100f21d486d9f4a375742249aa7f54d6b5ab27679075499c226a011bc65988e22c064b3986d89f2cf5b0200dc'
-'SKIP')
+'SKIP'
+
'2dc47541b05e6c674c3fa3f7109528d7001a494af937fc57f1862ce75dc467dd4acd6892de1bd017d182b1dcbb80242cffa27f0f3ebde3ed57ee13df5b733821')
 validpgpkeys=(
   'EBDFDB21B020EE8FD151A88DE301047DE1198975' # Bob Friesenhahn 

   'B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D' # Even Rouault 


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

Index: lib32-libtiff/trunk/keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc
===
--- keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc   2022-07-29 
12:11:46 UTC (rev 1259082)
+++ keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc   2022-07-29 
12:19:38 UTC (rev 1259083)

Property changes on: 
lib32-libtiff/trunk/keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc
===
(Binary files differ)

Index: lib32-libtiff/trunk/keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc
===
--- keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc   2022-07-29 
12:11:46 UTC (rev 1259082)
+++ keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc   2022-07-29 
12:19:38 UTC (rev 1259083)

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


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

2022-07-29 Thread Remi Rgacogne via arch-commits
Date: Friday, July 29, 2022 @ 12:11:46
  Author: rgacogne
Revision: 1259082

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  162 
 sysusers.conf |2 
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 12:10:51 UTC (rev 1259081)
+++ PKGBUILD2022-07-29 12:11:46 UTC (rev 1259082)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Remi Gacogne 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.6.2
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'gnutls' 'libcurl.so' 'libsodium' 'lmdb' 'luajit'
- 'openssl' 'sqlite' 'systemd-libs')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
- 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('10e7f4338f99f063ca8d694c148d468e66dd1b9feb2cf8dba04861396addb138b9335908d666e7e2701424d1fdb3c29e40b596098f19b1443643b9e6ab356c0a'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

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

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 1259081, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 12:11:46 UTC (rev 1259082)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Remi Gacogne 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.6.3
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'gnutls' 'libcurl.so' 'libsodium' 'lmdb' 'luajit'
+ 'openssl' 'sqlite' 'systemd-libs')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
+ 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP 

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

2022-07-29 Thread Remi Rgacogne via arch-commits
Date: Friday, July 29, 2022 @ 12:10:51
  Author: rgacogne
Revision: 1259081

upgpkg: powerdns 4.6.3-1

Added:
  powerdns/trunk/keys/
  powerdns/trunk/keys/pgp/
  powerdns/trunk/keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc
  powerdns/trunk/keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc
  powerdns/trunk/keys/pgp/FBAE0323821C7706A5CA151BDCF513FA7EED19F3.asc
Modified:
  powerdns/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc |1 +
 keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc |1 +
 keys/pgp/FBAE0323821C7706A5CA151BDCF513FA7EED19F3.asc |1 +
 4 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 10:45:22 UTC (rev 1259080)
+++ PKGBUILD2022-07-29 12:10:51 UTC (rev 1259081)
@@ -6,8 +6,8 @@
 # Contributor: Pieter Lexis 
 
 pkgname=powerdns
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.6.3
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 backup=('etc/powerdns/pdns.conf')
 source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('10e7f4338f99f063ca8d694c148d468e66dd1b9feb2cf8dba04861396addb138b9335908d666e7e2701424d1fdb3c29e40b596098f19b1443643b9e6ab356c0a'
+sha512sums=('ea44a0c929e36bf9002d8db7bf1e06ec372a08b31b60c74bbc3ea5600073fb745151f33798a0a4bd151ce17ad7efb07be30f7ddcf620d5bdaab6de4f37f4296f'
 'SKIP'
 
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 


Added: keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc
===
(Binary files differ)

Index: powerdns/trunk/keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc
===
--- keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc   2022-07-29 
10:45:22 UTC (rev 1259080)
+++ keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc   2022-07-29 
12:10:51 UTC (rev 1259081)

Property changes on: 
powerdns/trunk/keys/pgp/16E12866B7738C73976A57436FFC33439B0D04DF.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc
===
(Binary files differ)

Index: powerdns/trunk/keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc
===
--- keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc   2022-07-29 
10:45:22 UTC (rev 1259080)
+++ keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc   2022-07-29 
12:10:51 UTC (rev 1259081)

Property changes on: 
powerdns/trunk/keys/pgp/B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/FBAE0323821C7706A5CA151BDCF513FA7EED19F3.asc
===
(Binary files differ)

Index: powerdns/trunk/keys/pgp/FBAE0323821C7706A5CA151BDCF513FA7EED19F3.asc
===
--- keys/pgp/FBAE0323821C7706A5CA151BDCF513FA7EED19F3.asc   2022-07-29 
10:45:22 UTC (rev 1259080)
+++ keys/pgp/FBAE0323821C7706A5CA151BDCF513FA7EED19F3.asc   2022-07-29 
12:10:51 UTC (rev 1259081)

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


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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 12:07:03
  Author: arojas
Revision: 451741

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 12:06:46 UTC (rev 451740)
+++ PKGBUILD2022-07-29 12:07:03 UTC (rev 451741)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-wayland
-_basever=5.15.5
-pkgver=5.15.5+kde+r38
-pkgrel=2
-_commit=1e58585693eb337fc1c80e10987ed27115255d97
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Provides APIs for Wayland'
-depends=('qt5-declarative' 'libxcomposite')
-makedepends=('vulkan-headers' 'git')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgname/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-  cd $_pkgfqn
-  git cherry-pick -n de46b3c6d1bef4b8f64c7db7069c8fd33ef23ed9 # Keep toplevel 
windows in the top left corner of the screen
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-wayland/repos/extra-x86_64/PKGBUILD (from rev 451740, 
qt5-wayland/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 12:07:03 UTC (rev 451741)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-wayland
+_basever=5.15.5
+pkgver=5.15.5+kde+r38
+pkgrel=3
+_commit=1e58585693eb337fc1c80e10987ed27115255d97
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides APIs for Wayland'
+depends=('qt5-declarative' 'libxcomposite')
+makedepends=('vulkan-headers' 'git')
+groups=('qt' 'qt5')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+options=(debug)
+
+pkgver() {
+  cd $_pkgfqn
+  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 12:06:46
  Author: arojas
Revision: 451740

Revert, this is not ready yet

Modified:
  qt5-wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 12:04:19 UTC (rev 451739)
+++ PKGBUILD2022-07-29 12:06:46 UTC (rev 451740)
@@ -4,7 +4,7 @@
 pkgname=qt5-wayland
 _basever=5.15.5
 pkgver=5.15.5+kde+r38
-pkgrel=2
+pkgrel=3
 _commit=1e58585693eb337fc1c80e10987ed27115255d97
 arch=('x86_64')
 url='https://www.qt.io'
@@ -25,8 +25,6 @@
 
 prepare() {
   mkdir -p build
-  cd $_pkgfqn
-  git cherry-pick -n de46b3c6d1bef4b8f64c7db7069c8fd33ef23ed9 # Keep toplevel 
windows in the top left corner of the screen
 }
 
 build() {



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

2022-07-29 Thread David Runge via arch-commits
Date: Friday, July 29, 2022 @ 12:04:19
  Author: dvzrv
Revision: 451739

archrelease: copy trunk to testing-x86_64

Added:
  libtiff/repos/testing-x86_64/
  libtiff/repos/testing-x86_64/PKGBUILD
(from rev 451738, libtiff/trunk/PKGBUILD)
  libtiff/repos/testing-x86_64/keys/

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

Copied: libtiff/repos/testing-x86_64/PKGBUILD (from rev 451738, 
libtiff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-29 12:04:19 UTC (rev 451739)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=libtiff
+pkgver=4.4.0
+pkgrel=2
+pkgdesc='Library for manipulation of TIFF images'
+url='http://www.simplesystems.org/libtiff/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'libjpeg-turbo' 'libjpeg.so' 'zlib' 'xz' 'zstd')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
+optdepends=('freeglut: for using tiffgt')
+provides=('libtiff.so' 'libtiffxx.so')
+source=(
+  https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig}
+  # fix CVE-2022-2056 / CVE-2022-2057 / CVE-2022-2058: 
https://bugs.archlinux.org/task/75360
+  
$pkgname-4.4.0-fpe_tiffcrop.patch::https://gitlab.com/libtiff/libtiff/-/commit/dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch
+)
+sha256sums=('917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed'
+'SKIP'
+'049875c6eddef8d0d653ad069fea7483f7b9b1dc2aad8780784301fb3e34b561')
+b2sums=('1480aca5f9b3d4509229fb6c1b967bdeb2053c4100f21d486d9f4a375742249aa7f54d6b5ab27679075499c226a011bc65988e22c064b3986d89f2cf5b0200dc'
+'SKIP'
+
'2dc47541b05e6c674c3fa3f7109528d7001a494af937fc57f1862ce75dc467dd4acd6892de1bd017d182b1dcbb80242cffa27f0f3ebde3ed57ee13df5b733821')
+validpgpkeys=(
+  'EBDFDB21B020EE8FD151A88DE301047DE1198975' # Bob Friesenhahn 

+   'B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D' # Even Rouault 

+)
+
+prepare() {
+  cd tiff-${pkgver}
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd tiff-${pkgver}
+  ./configure \
+--prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+--with-docdir=/usr/share/doc/${pkgname}
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYRIGHT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-29 Thread David Runge via arch-commits
Date: Friday, July 29, 2022 @ 12:04:09
  Author: dvzrv
Revision: 451738

upgpkg: libtiff 4.4.0-2: Rebuild to apply upstream patch for vulnerabilities.

Apply upstream fix for CVE-2022-2056, CVE-2022-2057 and CVE-2022-2058: 
https://bugs.archlinux.org/task/75360

Added:
  libtiff/trunk/keys/
  libtiff/trunk/keys/pgp/
  libtiff/trunk/keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc
  libtiff/trunk/keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc
Modified:
  libtiff/trunk/PKGBUILD

---+
 PKGBUILD  |   16 +++-
 keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc |1 +
 keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc |1 +
 3 files changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 08:58:44 UTC (rev 451737)
+++ PKGBUILD2022-07-29 12:04:09 UTC (rev 451738)
@@ -3,20 +3,26 @@
 
 pkgname=libtiff
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for manipulation of TIFF images'
 url='http://www.simplesystems.org/libtiff/'
 arch=('x86_64')
 license=('custom')
-depends=('glibc' 'libjpeg' 'libjpeg.so' 'zlib' 'xz' 'zstd')
+depends=('glibc' 'libjpeg-turbo' 'libjpeg.so' 'zlib' 'xz' 'zstd')
 makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
 provides=('libtiff.so' 'libtiffxx.so')
-source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
+source=(
+  https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig}
+  # fix CVE-2022-2056 / CVE-2022-2057 / CVE-2022-2058: 
https://bugs.archlinux.org/task/75360
+  
$pkgname-4.4.0-fpe_tiffcrop.patch::https://gitlab.com/libtiff/libtiff/-/commit/dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch
+)
 sha256sums=('917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed'
-'SKIP')
+'SKIP'
+'049875c6eddef8d0d653ad069fea7483f7b9b1dc2aad8780784301fb3e34b561')
 
b2sums=('1480aca5f9b3d4509229fb6c1b967bdeb2053c4100f21d486d9f4a375742249aa7f54d6b5ab27679075499c226a011bc65988e22c064b3986d89f2cf5b0200dc'
-'SKIP')
+'SKIP'
+
'2dc47541b05e6c674c3fa3f7109528d7001a494af937fc57f1862ce75dc467dd4acd6892de1bd017d182b1dcbb80242cffa27f0f3ebde3ed57ee13df5b733821')
 validpgpkeys=(
   'EBDFDB21B020EE8FD151A88DE301047DE1198975' # Bob Friesenhahn 

'B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D' # Even Rouault 


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

Index: libtiff/trunk/keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc
===
--- keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc   2022-07-29 
08:58:44 UTC (rev 451737)
+++ keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc   2022-07-29 
12:04:09 UTC (rev 451738)

Property changes on: 
libtiff/trunk/keys/pgp/B1FA7D81EEB8E66399178B9733EBBFC47B3DD87D.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc
===
(Binary files differ)

Index: libtiff/trunk/keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc
===
--- keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc   2022-07-29 
08:58:44 UTC (rev 451737)
+++ keys/pgp/EBDFDB21B020EE8FD151A88DE301047DE1198975.asc   2022-07-29 
12:04:09 UTC (rev 451738)

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


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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 10:45:22
  Author: alerque
Revision: 1259080

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 1259079, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/keys/
Deleted:
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/keys/

--+
 PKGBUILD |  296 ++---
 1 file changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 10:45:11 UTC (rev 1259079)
+++ PKGBUILD2022-07-29 10:45:22 UTC (rev 1259080)
@@ -1,148 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Ebook management application'
-arch=(x86_64)
-url=https://calibre-ebook.com
-license=(GPL3)
-_pydeps=(apsw
- beautifulsoup4
- cchardet
- css-parser
- cssselect
- dateutil
- dnspython
- feedparser
- html2text
- html5-parser
- jeepney
- lxml
- markdown
- mechanize
- msgpack
- netifaces
- pdftotext
- pillow
- psutil
- py7zr
- pychm
- pycryptodome
- pygments
- pyqt6
- pyqt6-webengine
- regex
- unrardll
- zeroconf)
-depends=(hunspell
- hyphen
- icu
- jxrlib
- libmtp
- libstemmer
- libusb
- libwmf
- mathjax
- mtdev
- optipng
- podofo
- "${_pydeps[@]/#/python-}"
- qt6-imageformats
- qt6-svg
- qt6-webengine
- ttf-liberation
- uchardet
- udisks2)
-makedepends=(cmake
- pyqt-builder
- rapydscript-ng
- sip
- xdg-utils)
-optdepends=('poppler: required for converting pdf to html'
-'speech-dispatcher: TTS support in the viewer')
-conflicts=(calibre-common
-   calibre-python3)
-replaces=("${conflicts[@]}")
-_archive="$pkgname-$pkgver"
-source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz;
-"$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('dce092915139945abededd9d8620b6208f5ae7fa71d587692bf0606ad7cac69c'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-   cd "$_archive"
-
-   # Desktop integration (e.g. enforce arch defaults)
-   # Use uppercase naming scheme, don't delete config files under fakeroot.
-   sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
-   -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 
'xhtml'/" \
-   -e "s/^Name=calibre/Name=Calibre/g" \
-   -i  src/calibre/linux.py
-
-   cd resources
-
-   # Remove unneeded files
-   rm $pkgname-portable.* mozilla-ca-certs.pem
-
-   # use system mathjax
-   rm -r mathjax
-}
-
-build() {
-   cd "$_archive"
-
-   LANG='en_US.UTF-8' python setup.py build
-   LANG='en_US.UTF-8' python setup.py gui
-   python setup.py liberation_fonts --path-to-liberation_fonts 
/usr/share/fonts/liberation --system-liberation_fonts
-   LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-   LANG='en_US.UTF-8' python setup.py rapydscript
-}
-
-check() {
-   cd "$_archive"
-
-   _test_excludes=(
-   # merely testing if a runtime-optional feature optdepend is 
importable
-   'speech_dispatcher'
-   # tests if a completely unused module is bundled
-   'pycryptodome'
-   # only fails on local builds, and that intermittently
-   'test_searching'
-   )
-
-   LANG='en_US.UTF-8' python setup.py test 
"${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-package() {
-   cd "$_archive"
-
-   # If this directory doesn't exist, zsh completion won't install.
-   install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-   LANG='en_US.UTF-8' python setup.py install \
-   --staging-root="${pkgdir}/usr" \
-   --prefix=/usr \
-   --system-plugins-location=/usr/share/calibre/system-plugins
-
-   cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-   # not needed at runtime
-   rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-   # Compiling bytecode FS#33392
-   # This is kind of ugly but removes traces of the build root.
-   while read -rd '' _file; do
-   _destdir="$(dirname "${_file#${pkgdir}}")"
-   python -m compileall -d "${_destdir}" "${_file}"
-   

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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 10:45:11
  Author: alerque
Revision: 1259079

upgpkg: calibre 6.2.1-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 08:33:41 UTC (rev 1259078)
+++ PKGBUILD2022-07-29 10:45:11 UTC (rev 1259079)
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc='Ebook management application'
 arch=(x86_64)
@@ -74,7 +74,7 @@
 _archive="$pkgname-$pkgver"
 source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz;
 "$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('dce092915139945abededd9d8620b6208f5ae7fa71d587692bf0606ad7cac69c'
+sha256sums=('eae23824750360d4486aa6275364dd00926b1f363c50404171fcacefbf8f7476'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 



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

2022-07-29 Thread Evangelos Foutras via arch-commits
Date: Friday, July 29, 2022 @ 08:58:44
  Author: foutrelis
Revision: 451737

archrelease: copy trunk to testing-x86_64

Added:
  dialog/repos/testing-x86_64/
  dialog/repos/testing-x86_64/PKGBUILD
(from rev 451736, dialog/trunk/PKGBUILD)
  dialog/repos/testing-x86_64/keys/

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

Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 451736, 
dialog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-29 08:58:44 UTC (rev 451737)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.3_20220728
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('x86_64')
+url="https://invisible-island.net/dialog/;
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
+sha256sums=('54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b'
+'SKIP')
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(self-signed w/o SHA1) 
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--enable-nls \
+--with-libtool \
+--with-ncursesw
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in dialog/trunk (4 files)

2022-07-29 Thread Evangelos Foutras via arch-commits
Date: Friday, July 29, 2022 @ 08:58:40
  Author: foutrelis
Revision: 451736

upgpkg: dialog 1:1.3_20220728-1: new upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 22:57:30 UTC (rev 451735)
+++ PKGBUILD2022-07-29 08:58:40 UTC (rev 451736)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.3_20220526
+pkgver=1.3_20220728
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -14,7 +14,7 @@
 depends=('sh' 'ncurses')
 provides=('libdialog.so')
 
source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
-sha256sums=('858c9a625b20fde19fb7b19949ee9e9efcade23c56d917b1adb30e98ff6d6b33'
+sha256sums=('54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b'
 'SKIP')
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey 
(self-signed w/o SHA1) 
 

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

Index: dialog/trunk/keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc
===
--- keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-07-28 
22:57:30 UTC (rev 451735)
+++ keys/pgp/19882D92DDA4C400C22C0D56CC2AF4472167BE03.asc   2022-07-29 
08:58:40 UTC (rev 451736)

Property changes on: 
dialog/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 calibre/repos/community-x86_64 (PKGBUILD PKGBUILD keys keys)

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 08:33:41
  Author: alerque
Revision: 1259078

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/PKGBUILD
(from rev 1259077, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/keys/
Deleted:
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/keys/

--+
 PKGBUILD |  295 ++---
 1 file changed, 148 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 08:33:30 UTC (rev 1259077)
+++ PKGBUILD2022-07-29 08:33:41 UTC (rev 1259078)
@@ -1,147 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Jelle van der Waa 
-# Contributor: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=6.1.0
-pkgrel=1
-pkgdesc='Ebook management application'
-arch=(x86_64)
-url=https://calibre-ebook.com
-license=(GPL3)
-_pydeps=(apsw
- beautifulsoup4
- cchardet
- css-parser
- cssselect
- dateutil
- dnspython
- feedparser
- html2text
- html5-parser
- jeepney
- lxml
- markdown
- mechanize
- msgpack
- netifaces
- pdftotext
- pillow
- psutil
- py7zr
- pychm
- pycryptodome
- pygments
- pyqt6
- pyqt6-webengine
- regex
- unrardll
- zeroconf)
-depends=(hunspell
- hyphen
- icu
- jxrlib
- libmtp
- libstemmer
- libusb
- libwmf
- mathjax
- mtdev
- optipng
- podofo
- "${_pydeps[@]/#/python-}"
- qt6-imageformats
- qt6-svg
- qt6-webengine
- ttf-liberation
- udisks2)
-makedepends=(cmake
- pyqt-builder
- rapydscript-ng
- sip
- xdg-utils)
-optdepends=('poppler: required for converting pdf to html'
-'speech-dispatcher: TTS support in the viewer')
-conflicts=(calibre-common
-   calibre-python3)
-replaces=("${conflicts[@]}")
-_archive="$pkgname-$pkgver"
-source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz;
-"$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('7e43827d723f5b808024b16fd22959ee52559bc9b4adeeb7b9d7572595a8990e'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
-
-prepare(){
-   cd "$_archive"
-
-   # Desktop integration (e.g. enforce arch defaults)
-   # Use uppercase naming scheme, don't delete config files under fakeroot.
-   sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
-   -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 
'xhtml'/" \
-   -e "s/^Name=calibre/Name=Calibre/g" \
-   -i  src/calibre/linux.py
-
-   cd resources
-
-   # Remove unneeded files
-   rm $pkgname-portable.* mozilla-ca-certs.pem
-
-   # use system mathjax
-   rm -r mathjax
-}
-
-build() {
-   cd "$_archive"
-
-   LANG='en_US.UTF-8' python setup.py build
-   LANG='en_US.UTF-8' python setup.py gui
-   python setup.py liberation_fonts --path-to-liberation_fonts 
/usr/share/fonts/liberation --system-liberation_fonts
-   LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
-   LANG='en_US.UTF-8' python setup.py rapydscript
-}
-
-check() {
-   cd "$_archive"
-
-   _test_excludes=(
-   # merely testing if a runtime-optional feature optdepend is 
importable
-   'speech_dispatcher'
-   # tests if a completely unused module is bundled
-   'pycryptodome'
-   # only fails on local builds, and that intermittently
-   'test_searching'
-   )
-
-   LANG='en_US.UTF-8' python setup.py test 
"${_test_excludes[@]/#/--exclude-test-name=}"
-}
-
-package() {
-   cd "$_archive"
-
-   # If this directory doesn't exist, zsh completion won't install.
-   install -d "${pkgdir}/usr/share/zsh/site-functions"
-
-   LANG='en_US.UTF-8' python setup.py install \
-   --staging-root="${pkgdir}/usr" \
-   --prefix=/usr \
-   --system-plugins-location=/usr/share/calibre/system-plugins
-
-   cp -a man-pages/ "${pkgdir}/usr/share/man"
-
-   # not needed at runtime
-   rm -r "${pkgdir}"/usr/share/calibre/rapydscript/
-
-   # Compiling bytecode FS#33392
-   # This is kind of ugly but removes traces of the build root.
-   while read -rd '' _file; do
-   _destdir="$(dirname "${_file#${pkgdir}}")"
-   python -m compileall -d "${_destdir}" "${_file}"
-   python 

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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 08:33:30
  Author: alerque
Revision: 1259077

upgpkg: calibre 6.2.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 07:14:55 UTC (rev 1259076)
+++ PKGBUILD2022-07-29 08:33:30 UTC (rev 1259077)
@@ -8,7 +8,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Ebook management application'
 arch=(x86_64)
@@ -59,6 +59,7 @@
  qt6-svg
  qt6-webengine
  ttf-liberation
+ uchardet
  udisks2)
 makedepends=(cmake
  pyqt-builder
@@ -73,7 +74,7 @@
 _archive="$pkgname-$pkgver"
 source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz;
 "$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('7e43827d723f5b808024b16fd22959ee52559bc9b4adeeb7b9d7572595a8990e'
+sha256sums=('dce092915139945abededd9d8620b6208f5ae7fa71d587692bf0606ad7cac69c'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 



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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 07:14:55
  Author: alerque
Revision: 1259076

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 1259075, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 07:14:47 UTC (rev 1259075)
+++ PKGBUILD2022-07-29 07:14:55 UTC (rev 1259076)
@@ -1,62 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Caleb Maclennan 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=2.19.0
-pkgrel=1
-pkgdesc="Manage your dotfiles across multiple machines"
-arch=('x86_64')
-url='https://www.chezmoi.io/'
-license=('MIT')
-makedepends=('go' 'git')
-depends=('glibc')
-checkdepends=('zip')
-options=('!lto')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('58b88fdcad291e6fdac5e3db2803e92f572cc832531c84c26a5afd35c172e23ced9f926fa5e85d4c878ba5c0e5c284ba901271ca440d7ac473255098f2e68bc5')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  go mod download
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--tags noupgrade \
--ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X main.version=$pkgver \
-  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 1259075, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 07:14:55 UTC (rev 1259076)
@@ -0,0 +1,62 @@
+# Maintainer: Daurnimator 
+# Maintainer: Caleb Maclennan 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=2.20.0
+pkgrel=1
+pkgdesc="Manage your dotfiles across multiple machines"
+arch=('x86_64')
+url='https://www.chezmoi.io/'
+license=('MIT')
+makedepends=('go' 'git')
+depends=('glibc')
+checkdepends=('zip')
+options=('!lto')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha512sums=('23dbcaf115de28a0078c7bddedca11198bec0f4a6dd7344c01046e3a27ef9904b0ff74b3c1988f471e7a2aab7f1c6e6bcaa64c5b469c9ed9844ca2bf66066d71')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  go mod download
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPROXY=off
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-tags noupgrade \
+-ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
+  -X main.version=$pkgver \
+  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 07:14:47
  Author: alerque
Revision: 1259075

upgpkg: chezmoi 2.20.0-1

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 07:13:46 UTC (rev 1259074)
+++ PKGBUILD2022-07-29 07:14:47 UTC (rev 1259075)
@@ -4,7 +4,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=2.19.0
+pkgver=2.20.0
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('zip')
 options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('58b88fdcad291e6fdac5e3db2803e92f572cc832531c84c26a5afd35c172e23ced9f926fa5e85d4c878ba5c0e5c284ba901271ca440d7ac473255098f2e68bc5')
+sha512sums=('23dbcaf115de28a0078c7bddedca11198bec0f4a6dd7344c01046e3a27ef9904b0ff74b3c1988f471e7a2aab7f1c6e6bcaa64c5b469c9ed9844ca2bf66066d71')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 07:13:46
  Author: alerque
Revision: 1259074

archrelease: copy trunk to community-x86_64

Added:
  procs/repos/community-x86_64/PKGBUILD
(from rev 1259073, procs/trunk/PKGBUILD)
Deleted:
  procs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 07:13:38 UTC (rev 1259073)
+++ PKGBUILD2022-07-29 07:13:46 UTC (rev 1259074)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Caleb Maclennan 
-# Contributor: Filipe Nascimento 
-# Contributor: Attenuation 
-
-pkgname=procs
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="A modern replacement for ps written in Rust"
-arch=('x86_64')
-url="https://github.com/dalance/procs;
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('59720db4abdff1878492929b1c015dedff7cdc0ea2352b1360084e3bb4fbff33')
-
-prepare() {
-cd "$pkgname-$pkgver"
-cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-cd "$pkgname-$pkgver"
-cargo build --release --frozen
-
-"target/release/$pkgname" --completion zsh
-"target/release/$pkgname" --completion bash
-"target/release/$pkgname" --completion fish
-}
-
-check() {
-cd "$pkgname-$pkgver"
-cargo test --frozen
-}
-
-package() {
-cd "$pkgname-$pkgver"
-install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-install -Dm 644 "_$pkgname" -t "$pkgdir/usr/share/zsh/site-functions"
-install -Dm 644 "$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-install -Dm 644 "$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
-}
-
-# vim: ts=2 sw=2 et:

Copied: procs/repos/community-x86_64/PKGBUILD (from rev 1259073, 
procs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 07:13:46 UTC (rev 1259074)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Caleb Maclennan 
+# Contributor: Filipe Nascimento 
+# Contributor: Attenuation 
+
+pkgname=procs
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A modern replacement for ps written in Rust"
+arch=('x86_64')
+url="https://github.com/dalance/procs;
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('77642878d503f876db05d99a620c8c91834354a074bf71ab65474aa433f75fc5')
+
+prepare() {
+cd "$pkgname-$pkgver"
+cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+cd "$pkgname-$pkgver"
+cargo build --release --frozen
+
+"target/release/$pkgname" --completion zsh
+"target/release/$pkgname" --completion bash
+"target/release/$pkgname" --completion fish
+}
+
+check() {
+cd "$pkgname-$pkgver"
+cargo test --frozen
+}
+
+package() {
+cd "$pkgname-$pkgver"
+install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm 644 "_$pkgname" -t "$pkgdir/usr/share/zsh/site-functions"
+install -Dm 644 "$pkgname.bash" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+install -Dm 644 "$pkgname.fish" -t 
"$pkgdir/usr/share/fish/vendor_completions.d"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-29 Thread Caleb Maclennan via arch-commits
Date: Friday, July 29, 2022 @ 07:13:38
  Author: alerque
Revision: 1259073

upgpkg: procs 0.13.0-1

Modified:
  procs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 06:38:42 UTC (rev 1259072)
+++ PKGBUILD2022-07-29 07:13:38 UTC (rev 1259073)
@@ -4,7 +4,7 @@
 # Contributor: Attenuation 
 
 pkgname=procs
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="A modern replacement for ps written in Rust"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('59720db4abdff1878492929b1c015dedff7cdc0ea2352b1360084e3bb4fbff33')
+sha256sums=('77642878d503f876db05d99a620c8c91834354a074bf71ab65474aa433f75fc5')
 
 prepare() {
 cd "$pkgname-$pkgver"



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 06:38:42
  Author: arojas
Revision: 1259072

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 1259071, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-29 06:38:32 UTC (rev 1259071)
+++ PKGBUILD2022-07-29 06:38:42 UTC (rev 1259072)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.31
-pkgrel=1
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('1654177ac0cb0c2cdb579c80f2457589642a2a0573d3ed81f6df44b718347f40')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 1259071, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-29 06:38:42 UTC (rev 1259072)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.32
+pkgrel=1
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('3f53fbe1398666e77fd4ce388f939309a11efd273d16f20f58f0df7b03d6b4cc')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2022-07-29 Thread Antonio Rojas via arch-commits
Date: Friday, July 29, 2022 @ 06:38:32
  Author: arojas
Revision: 1259071

upgpkg: cython 0.29.32-1: Update to 0.29.32

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 05:43:20 UTC (rev 1259070)
+++ PKGBUILD2022-07-29 06:38:32 UTC (rev 1259071)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.31
+pkgver=0.29.32
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('1654177ac0cb0c2cdb579c80f2457589642a2a0573d3ed81f6df44b718347f40')
+sha256sums=('3f53fbe1398666e77fd4ce388f939309a11efd273d16f20f58f0df7b03d6b4cc')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver