[Git][archlinux/packaging/packages/dpkg][main] upgpkg: 1.22.6-1

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / dpkg


Commits:
29916c5a by Anatol Pomozov at 2024-05-12T18:25:54-07:00
upgpkg: 1.22.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dpkg
pkgdesc = The Debian Package Manager tools
-   pkgver = 1.22.5
+   pkgver = 1.22.6
pkgrel = 1
url = https://tracker.debian.org/pkg/dpkg
install = dpkg.install
@@ -18,9 +18,9 @@ pkgbase = dpkg
depends = perl
depends = libmd
options = emptydirs
-   source = 
https://salsa.debian.org/dpkg-team/dpkg/-/archive/1.22.5/dpkg-1.22.5.tar.bz2
+   source = 
https://salsa.debian.org/dpkg-team/dpkg/-/archive/1.22.6/dpkg-1.22.6.tar.bz2
source = origin.archlinux
-   sha256sums = 
bfa58069d023b5117d86b1df125563e591238a26b9a9ce45e17f52461c7f7a60
+   sha256sums = 
5c71552e833d4aa0f8b043f2c874eb2d3fed8256d6f7e7dba31dc0e09c1a22c5
sha256sums = 
9cfd50f65f1fb52adccf48ea859871259a549f24620b52466c890931919b7e04
 
 pkgname = dpkg


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 # Contributor: hugelgupf 
 
 pkgname=dpkg
-pkgver=1.22.5
+pkgver=1.22.6
 pkgrel=1
 pkgdesc='The Debian Package Manager tools'
 arch=('x86_64')
@@ -24,7 +24,7 @@ checkdepends=('perl-io-string' 'perl-test-pod')
 install=dpkg.install
 
source=(https://salsa.debian.org/dpkg-team/dpkg/-/archive/$pkgver/dpkg-$pkgver.tar.bz2
 origin.archlinux)
-sha256sums=('bfa58069d023b5117d86b1df125563e591238a26b9a9ce45e17f52461c7f7a60'
+sha256sums=('5c71552e833d4aa0f8b043f2c874eb2d3fed8256d6f7e7dba31dc0e09c1a22c5'
 '9cfd50f65f1fb52adccf48ea859871259a549f24620b52466c890931919b7e04')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dpkg/-/commit/29916c5a697c06a28fcedb808611f7901342ebbe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dpkg/-/commit/29916c5a697c06a28fcedb808611f7901342ebbe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dpkg] Pushed new tag 1.22.6-1

2024-05-12 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.22.6-1 at Arch Linux / Packaging / Packages / 
dpkg

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dpkg/-/tree/1.22.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jbigkit][main] Use git instead of regex for version check

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
jbigkit


Commits:
50fed9eb by Balló György at 2024-05-13T02:53:45+02:00
Use git instead of regex for version check

- - - - -


1 changed file:

- .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -1,4 +1,4 @@
 [jbigkit]
-source = "regex"
-url = "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/;
-regex = "jbigkit-([^\"]*).tar.gz"
+source = "git"
+git = "https://www.cl.cam.ac.uk/~mgk25/git/jbigkit;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jbigkit/-/commit/50fed9eb0ab4928b05696187fa6d03e2cb5d9f37

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jbigkit/-/commit/50fed9eb0ab4928b05696187fa6d03e2cb5d9f37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freecad][main] Possible fix for issues #1, #4 and #6

2024-05-12 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
freecad


Commits:
05508ccc by Alexander F. Rødseth at 2024-05-13T02:47:49+02:00
Possible fix for issues #1, #4 and #6

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,12 +12,12 @@
 
 pkgname=freecad
 pkgver=0.21.2
-pkgrel=20
+pkgrel=21
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
 license=(LGPL)
-depends=(boost-libs coin fmt glew jsoncpp libspnav med-openmpi netcdf
+depends=(asciidoctor boost-libs coin fmt glew jsoncpp libspnav med-openmpi 
netcdf
  opencascade openmpi pugixml pyside6 python-gitpython
  python-markdown python-matplotlib python-pip python-pivy python-ply
  python-yaml qt6-svg qt6-tools qt6-webengine
@@ -27,6 +27,7 @@ makedepends=(boost cgns cmake eigen git libharu liblas ninja 
openvdb openvr
  shiboken6 swig utf8cpp nlohmann-json)
 optdepends=('graphviz: dependency graph support'
 'openscad: OpenSCAD support')
+options=(!lto)
 source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver;
 freecad-vtk9.3.patch
 pyside6.patch
@@ -59,9 +60,9 @@ prepare() {
 build() {
   cmake \
 -B build \
+-D BUILD_DESIGNER_PLUGIN=ON \
 -D BUILD_ENABLE_CXX_STD=C++17 \
 -D BUILD_FLAT_MESH=ON \
--D FREECAD_QT_VERSION=6 \
 -D CMAKE_BUILD_TYPE=Release \
 -D CMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects -fPIC -w" \
 -D CMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects -fPIC -w" \
@@ -74,8 +75,9 @@ build() {
 -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 FREECAD_QT_VERSION=6 \
 -D INSTALL_TO_SITEPACKAGES=ON \
+-D PYTHON_EXECUTABLE=/usr/bin/python \
 -G Ninja \
 -S $pkgname \
 -W no-dev



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/05508ccc6bcf3b1f5025c14eeae6777ac3a17e5a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/05508ccc6bcf3b1f5025c14eeae6777ac3a17e5a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/freecad][main] Proper desktop file and icon names

2024-05-12 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
freecad


Commits:
20f18896 by Martin Rodriguez Reboredo at 2024-05-10T18:52:33-03:00
Proper desktop file and icon names

- - - - -


2 changed files:

- PKGBUILD
- + desktop-icon-under-wayland.patch


Changes:

=
PKGBUILD
=
@@ -33,6 +33,7 @@ source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver;
 62c3836c.patch
 https://github.com/FreeCAD/FreeCAD/commit/6043c904.patch
 https://github.com/FreeCAD/FreeCAD/commit/ac9a88c2.patch
+desktop-icon-under-wayland.patch
 fixups-with-qt6-enums.patch)
 
b2sums=('b20da85de907a41b14581583f9d69cab8fe79b1bdd50c24fc299c649ef0bfd7723c0b23aebc68ca5bbdee2da22c959004c7b595e19b542b1ec06a7275c0f5ea7'
 
'f0b5a4648eb4befabb2339bae4e42044e436aa50ad1c2a25b243c965272a217b2c1c69c34d0d20bd01c573008de10f733b74857ffecac502b8558a7095e305e5'
@@ -40,6 +41,7 @@ 
b2sums=('b20da85de907a41b14581583f9d69cab8fe79b1bdd50c24fc299c649ef0bfd7723c0b23
 
'eb474708c3611293cfe3dfc287418b606f7735f6eb306f44f7394cd7e65256daddcee35984211982f25064e7ec81cc038d4eeb8d34af7399058ecfb6e8e99e9f'
 
'de4b98c4b488045f9810dce124c271d6f4f629922e026f2d4f1efd6c9060b92309db41f8e0f6ebe5e7a27399911ac908cc8935c2501214326dbb1c4b739d46cc'
 
'02284db1b17dc88d0522eb3a726076b9f1ded740fdab1a185e48534c3606c77e51a12690b02bf5e0d9d1f72d1d8389ba84a54cba274200e69b6b10a431bbfdfe'
+
'6ef009021e507b9291f60c9479148a9697f1da4d9965e26575d74c612162431a0fc61de2e3856d8ed51ca10d9b7f6c9d25a24ad86e9acadd30c0176646c682a3'
 
'9cb72c3df3f1c8e49b4242b1e05f51c68e6df98891a0c485488433bb9eef1e814fe712761b62ef09cb37551643819a48cbf704df2121bf33401e410a05dce722')
 
 prepare() {
@@ -48,6 +50,7 @@ prepare() {
   patch -d freecad -Np1 -i ../pyside6.patch
   patch -d freecad -Np1 -i ../ac9a88c2.patch # Fix more pyside6 issues
   patch -d freecad -Np1 -i ../6043c904.patch # Fix build with Python 3.12
+  patch -d freecad -Np1 -i ../desktop-icon-under-wayland.patch # Install 
desktop file and icon with the proper name
   patch -d freecad -Np1 -i ../fixups-with-qt6-enums.patch # Discard int 
conversions in WBs Python sources
   sed -e 
's|Shiboken::Module::getTypes(requiredModule)|reinterpret_cast(Shiboken::Module::getTypes(requiredModule))|' \
 -i freecad/src/Gui/PythonWrapper.cpp # Fix build with PySide 6.7


=
desktop-icon-under-wayland.patch
=
@@ -0,0 +1,40 @@
+diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp
+index dd032c367b..89e2d2e1a7 100644
+--- a/src/Main/MainGui.cpp
 b/src/Main/MainGui.cpp
+@@ -164,7 +164,7 @@ int main( int argc, char ** argv )
+ App::Application::Config()["SplashInfoColor" ] = "#8aadf4"; // light blue 
+ App::Application::Config()["SplashInfoPosition" ] = "6,75";
+ 
+-
QGuiApplication::setDesktopFileName(QStringLiteral("org.freecad.FreeCAD.desktop"));
++
QGuiApplication::setDesktopFileName(QStringLiteral("org.freecad.FreeCAD"));
+ 
+ try {
+ // Init phase 
===
+diff --git a/src/XDGData/CMakeLists.txt b/src/XDGData/CMakeLists.txt
+index 9c70207f59..8c4cb7c74e 100644
+--- a/src/XDGData/CMakeLists.txt
 b/src/XDGData/CMakeLists.txt
+@@ -25,12 +25,12 @@ install(
+ )
+ 
+ install(
+-FILES org.freecadweb.FreeCAD.desktop
++FILES org.freecad.FreeCAD.desktop
+ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications
+ )
+ 
+ install(
+-FILES org.freecadweb.FreeCAD.svg
++FILES org.freecad.FreeCAD.svg
+ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps
+ )
+ 
+diff --git a/src/XDGData/org.freecadweb.FreeCAD.desktop 
b/src/XDGData/org.freecad.FreeCAD.desktop
+similarity index 100%
+rename from src/XDGData/org.freecadweb.FreeCAD.desktop
+rename to src/XDGData/org.freecad.FreeCAD.desktop
+diff --git a/src/XDGData/org.freecadweb.FreeCAD.svg 
b/src/XDGData/org.freecad.FreeCAD.svg
+similarity index 100%
+rename from src/XDGData/org.freecadweb.FreeCAD.svg
+rename to src/XDGData/org.freecad.FreeCAD.svg



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/20f1889645575581268301153860c5e32b211195

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/freecad/-/commit/20f1889645575581268301153860c5e32b211195
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcaca][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcaca


Commits:
d3d61013 by Balló György at 2024-05-13T02:28:09+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,6 +6,7 @@ pkgbase = libcaca
arch = x86_64
license = WTFPL
makedepends = doxygen
+   makedepends = git
makedepends = pango
makedepends = python
depends = freeglut
@@ -19,9 +20,9 @@ pkgbase = libcaca
depends = slang
depends = zlib
optdepends = python: Python bindings
-   source = 
https://github.com/cacalabs/libcaca/releases/download/v0.99.beta20/libcaca-0.99.beta20.tar.bz2
+   source = git+https://github.com/cacalabs/libcaca.git#tag=v0.99.beta20
source = libcaca-0.99.beta20-CVE-2022-0856.patch
-   sha256sums = 
ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1
-   sha256sums = 
242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef
+   b2sums = 
2965c38a6ecb8f9384741ac707f60ba7c6b7e290303f0f2c5f5b9dd28ce89580012c7db647dff15f9dc012fe3e47caa713162d40ffb29f428739db3a66a94e6b
+   b2sums = 
82bc7243844238089c5f513738bd9e95ac6cb88b16202db0655592e4037732a8353b72e5bd26ad73cdb32ad2da5d864bbb9ee5196bc0c3d2805c397e7686f728
 
 pkgname = libcaca


=
PKGBUILD
=
@@ -10,34 +10,37 @@ arch=('x86_64')
 url='http://caca.zoy.org/wiki/libcaca'
 license=('WTFPL')
 depends=('freeglut' 'gcc-libs' 'glibc' 'glu' 'imlib2' 'libglvnd' 'libx11' 
'ncurses' 'slang' 'zlib')
-makedepends=('doxygen' 'pango' 'python')
+makedepends=('doxygen' 'git' 'pango' 'python')
 optdepends=('python: Python bindings')
-source=("https://github.com/cacalabs/libcaca/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;
+source=("git+https://github.com/cacalabs/libcaca.git#tag=v$pkgver;
 'libcaca-0.99.beta20-CVE-2022-0856.patch')
-sha256sums=('ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1'
-'242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef')
+b2sums=('2965c38a6ecb8f9384741ac707f60ba7c6b7e290303f0f2c5f5b9dd28ce89580012c7db647dff15f9dc012fe3e47caa713162d40ffb29f428739db3a66a94e6b'
+
'82bc7243844238089c5f513738bd9e95ac6cb88b16202db0655592e4037732a8353b72e5bd26ad73cdb32ad2da5d864bbb9ee5196bc0c3d2805c397e7686f728')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+
   # Prevent a divide-by-zero by checking for a zero width or height
   # https://github.com/cacalabs/libcaca/pull/66
   patch -Np1 -i ../libcaca-0.99.beta20-CVE-2022-0856.patch
+
+  ./bootstrap
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/d3d6101315e6bb30c4da57c247b14628ba893629

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/d3d6101315e6bb30c4da57c247b14628ba893629
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libtheora][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libtheora


Commits:
a0732f7b by Balló György at 2024-05-13T02:10:21+02:00
Switch to git source

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − libtheora-1.1.1-libpng16.patch


Changes:

=
.SRCINFO
=
@@ -5,14 +5,15 @@ pkgbase = libtheora
url = https://www.theora.org/
arch = x86_64
license = BSD-3-Clause
+   makedepends = doxygen
+   makedepends = git
makedepends = libpng
makedepends = libvorbis
makedepends = sdl
depends = glibc
depends = libogg
-   source = 
https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.xz
-   source = libtheora-1.1.1-libpng16.patch
-   sha256sums = 
f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61
-   sha256sums = 
e4c9a8dc798c596ed32a2a720020ae27a0e72f5add1a47cb8fadebe0e7180d7e
+   source = git+https://github.com/xiph/theora.git?signed#tag=v1.1.1
+   validpgpkeys = 17E78AB6BD65A91EE811D60947000F7BB1441DEF
+   b2sums = 
b7eb9a0ebc83c84eac0049b7dbfea63a2da6c8913251e24229c6d32b048bcca64e2ec5a1c0caa9763f93d7e134ad7c95b54a0c86f8c6631437a5fe7bfd198251
 
 pkgname = libtheora


=
PKGBUILD
=
@@ -10,30 +10,36 @@ arch=('x86_64')
 url='https://www.theora.org/'
 license=('BSD-3-Clause')
 depends=('glibc' 'libogg')
-makedepends=('libpng' 'libvorbis' 'sdl')
-source=("https://downloads.xiph.org/releases/theora/$pkgname-$pkgver.tar.xz;
-'libtheora-1.1.1-libpng16.patch')
-sha256sums=('f36da409947aa2b3dcc6af0a8c2e3144bc19db2ed547d64e9171c59c66561c61'
-'e4c9a8dc798c596ed32a2a720020ae27a0e72f5add1a47cb8fadebe0e7180d7e')
+makedepends=('doxygen' 'git' 'libpng' 'libvorbis' 'sdl')
+source=("git+https://github.com/xiph/theora.git?signed#tag=v$pkgver;)
+b2sums=('b7eb9a0ebc83c84eac0049b7dbfea63a2da6c8913251e24229c6d32b048bcca64e2ec5a1c0caa9763f93d7e134ad7c95b54a0c86f8c6631437a5fe7bfd198251')
+validpgpkeys=('17E78AB6BD65A91EE811D60947000F7BB1441DEF') # Ralph Giles 

 
 prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i ../libtheora-1.1.1-libpng16.patch
+  cd theora
+
+  # Fix build with libpng 1.6
+  git cherry-pick -n 7288b539c52e99168488dc3a343845c9365617c8
+
+  # Don't run configure from autogen.sh
+  sed -i '/\$srcdir\/configure/d' autogen.sh
+
+  ./autogen.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd theora
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd theora
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd theora
   make DESTDIR="$pkgdir" install
   install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE COPYING
 }


=
libtheora-1.1.1-libpng16.patch deleted
=
@@ -1,17 +0,0 @@
-http://bugs.gentoo.org/465450
-http://trac.xiph.org/ticket/1947
-
 examples/png2theora.c
-+++ examples/png2theora.c
-@@ -462,9 +462,9 @@
-   png_set_strip_alpha(png_ptr);
- 
-   row_data = (png_bytep)png_malloc(png_ptr,
--3*height*width*png_sizeof(*row_data));
-+3*height*width*sizeof(*row_data));
-   row_pointers = (png_bytep *)png_malloc(png_ptr,
--height*png_sizeof(*row_pointers));
-+height*sizeof(*row_pointers));
-   for(y = 0; y < height; y++) {
- row_pointers[y] = row_data + y*(3*width);
-   }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/a0732f7b9de5de4642798c4dbebdfdbee5b3fb01

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtheora/-/commit/a0732f7b9de5de4642798c4dbebdfdbee5b3fb01
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libcdio-paranoia][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcdio-paranoia


Commits:
d0aa2656 by Balló György at 2024-05-13T01:46:33+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,10 +5,11 @@ pkgbase = libcdio-paranoia
url = https://www.gnu.org/software/libcdio/
arch = x86_64
license = GPL-3.0-or-later
+   makedepends = git
depends = glibc
depends = libcdio
-   source = 
https://github.com/rocky/libcdio-paranoia/releases/download/release-10.2+2.0.2/libcdio-paranoia-10.2+2.0.2.tar.gz
+   source = 
git+https://github.com/rocky/libcdio-paranoia.git#tag=release-10.2+2.0.2
validpgpkeys = DAA63BC2582034A02B923D521A8DE5008275EC21
-   sha256sums = 
b875d45c3f788fce82a5091c7e87869dd4298cd945e7fb873b61b3e613a32e43
+   b2sums = 
c7badd7b7fa2c65df0b328a9aacc001ff970ea9cc4212ea6b68ffc13f4e301bbed7239f50e52ff453dc78ce1bb0a69ecfd3efb0801c1af8556f926daf822562e
 
 pkgname = libcdio-paranoia


=
PKGBUILD
=
@@ -10,23 +10,29 @@ arch=('x86_64')
 url='https://www.gnu.org/software/libcdio/'
 license=('GPL-3.0-or-later')
 depends=('glibc' 'libcdio')
-source=("https://github.com/rocky/$pkgname/releases/download/release-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('b875d45c3f788fce82a5091c7e87869dd4298cd945e7fb873b61b3e613a32e43')
+makedepends=('git')
+source=("git+https://github.com/rocky/libcdio-paranoia.git#tag=release-$pkgver;)
+b2sums=('c7badd7b7fa2c65df0b328a9aacc001ff970ea9cc4212ea6b68ffc13f4e301bbed7239f50e52ff453dc78ce1bb0a69ecfd3efb0801c1af8556f926daf822562e')
 validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein 

 
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/d0aa2656a19582cad2e74362db09ec85c4cbd2fc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/d0aa2656a19582cad2e74362db09ec85c4cbd2fc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gperftools][main] Minor change

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gperftools


Commits:
3b0c3e87 by Balló György at 2024-05-13T01:44:05+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
b2sums=('3e13c2ae5a367d9fa6d6bd21954b21ba3139c642b90285df195ce88d41eab79abbb2a59
 
 prepare() {
   cd $pkgname
-  autoreconf -i
+  autoreconf -fi
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/3b0c3e87d22c901524c73b70ffe272c1a4d73af0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/3b0c3e87d22c901524c73b70ffe272c1a4d73af0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libpgm][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libpgm


Commits:
0ab25c0e by Balló György at 2024-05-13T01:35:10+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,9 +5,10 @@ pkgbase = libpgm
url = https://github.com/steve-o/openpgm
arch = x86_64
license = LGPL-2.1-or-later
+   makedepends = git
makedepends = python
depends = glibc
-   source = 
https://github.com/steve-o/openpgm/archive/release-5-3-128/openpgm-5.3.128.tar.gz
-   sha256sums = 
8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393
+   source = git+https://github.com/steve-o/openpgm.git#tag=release-5-3-128
+   b2sums = 
3718430386e4ca8b9e51dbd69a17d4bb71ef0169b8f78f66865aae3d5cca09f4bd63d18bac714b4e5a89ad09ecdb73a3fd8f7163c1806c0c1ff2f109a8898dcd
 
 pkgname = libpgm


=
PKGBUILD
=
@@ -11,26 +11,26 @@ arch=('x86_64')
 url='https://github.com/steve-o/openpgm'
 license=('LGPL-2.1-or-later')
 depends=('glibc')
-makedepends=('python')
-source=("https://github.com/steve-o/openpgm/archive/release-${pkgver//./-}/openpgm-$pkgver.tar.gz;)
-sha256sums=('8d707ef8dda45f4a7bc91016d7f2fed6a418637185d76c7ab30b306499c6d393')
+makedepends=('git' 'python')
+source=("git+https://github.com/steve-o/openpgm.git#tag=release-${pkgver//./-};)
+b2sums=('3718430386e4ca8b9e51dbd69a17d4bb71ef0169b8f78f66865aae3d5cca09f4bd63d18bac714b4e5a89ad09ecdb73a3fd8f7163c1806c0c1ff2f109a8898dcd')
 
 prepare() {
-  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+  cd openpgm/openpgm/pgm
 
   # https://github.com/steve-o/openpgm/pull/66
-  mv openpgm-5.2.pc.in openpgm-5.3.pc.in
+  git cherry-pick -n 240634b1afb968a051f8c68696eae2a582a02450
 
   ./bootstrap.sh
 }
 
 build() {
-  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+  cd openpgm/openpgm/pgm
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd openpgm-release-${pkgver//./-}/openpgm/pgm
+  cd openpgm/openpgm/pgm
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/0ab25c0ed70fb5156c573a631b8035ebfc913399

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpgm/-/commit/0ab25c0ed70fb5156c573a631b8035ebfc913399
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/liblouis][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
liblouis


Commits:
1fc82dc8 by Balló György at 2024-05-13T01:26:59+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,6 +5,7 @@ pkgbase = liblouis
url = https://liblouis.io/
arch = x86_64
license = GPL-3.0-or-later AND LGPL-2.1-or-later
+   makedepends = git
makedepends = help2man
makedepends = python-build
makedepends = python-installer
@@ -13,7 +14,8 @@ pkgbase = liblouis
depends = glibc
depends = libyaml
optdepends = python: Python bindings
-   source = 
https://github.com/liblouis/liblouis/releases/download/v3.29.0/liblouis-3.29.0.tar.gz
-   sha256sums = 
4e73d86bbfe1a9af5447b3ddd607243b50414989ec290bfb467b9b774675c8f5
+   source = git+https://github.com/liblouis/liblouis.git?signed#tag=v3.29.0
+   validpgpkeys = E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A
+   b2sums = 
f1a0a83314f9e8b8fff8ad9e1747a2fecbcd6bacc1f075df0006db5beab263985a00f81d1abf37eb9d2dc805549f4a0bfa803b16478137c0e16967da7f3f3af0
 
 pkgname = liblouis


=
PKGBUILD
=
@@ -10,13 +10,19 @@ arch=('x86_64')
 url='https://liblouis.io/'
 license=('GPL-3.0-or-later AND LGPL-2.1-or-later')
 depends=('glibc' 'libyaml')
-makedepends=('help2man' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+makedepends=('git' 'help2man' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
 optdepends=('python: Python bindings')
-source=("https://github.com/liblouis/liblouis/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('4e73d86bbfe1a9af5447b3ddd607243b50414989ec290bfb467b9b774675c8f5')
+source=("git+https://github.com/liblouis/liblouis.git?signed#tag=v$pkgver;)
+b2sums=('f1a0a83314f9e8b8fff8ad9e1747a2fecbcd6bacc1f075df0006db5beab263985a00f81d1abf37eb9d2dc805549f4a0bfa803b16478137c0e16967da7f3f3af0')
+validpgpkeys=('E9DDC8901A42F78B79CDC46042A55BD5EA40AB1A') # Christian Egli 

+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-ucs4
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -26,12 +32,12 @@ build() {
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   cd python



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/1fc82dc8462f568f4913e3c7bb3bb3208b5cb135

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblouis/-/commit/1fc82dc8462f568f4913e3c7bb3bb3208b5cb135
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/startup-notification][main] Minor change

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
startup-notification


Commits:
895c2258 by Balló György at 2024-05-13T01:16:08+02:00
Minor change

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -11,7 +11,7 @@ 
url='https://www.freedesktop.org/wiki/Software/startup-notification/'
 license=('LGPL-2.0-or-later')
 depends=('glibc' 'libx11' 'libxcb' 'xcb-util')
 makedepends=('git')
-source=("git+https://gitlab.freedesktop.org/xdg/$pkgname.git?signed#tag=STARTUP_NOTIFICATION_${pkgver/./_};)
+source=("git+https://gitlab.freedesktop.org/xdg/$pkgname.git?signed#tag=STARTUP_NOTIFICATION_${pkgver//./_};)
 
b2sums=('669d5d2eec7879a6b8385449c01fdaa66f76c06e7f07df429e8c0f1d5dba2fe6822995fa8798e0f6dc4ccea7645603d706fad701b9222e1e027cebbbc143ead8')
 validpgpkeys=('5361BD40015B74382739101A611BA9508B78A5C2') # Julien Danjou 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/895c2258ee1d6a23d00361160a5ae2c09c4c67e2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/startup-notification/-/commit/895c2258ee1d6a23d00361160a5ae2c09c4c67e2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libiptcdata][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libiptcdata


Commits:
765dc3b4 by Balló György at 2024-05-13T01:09:02+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,11 +5,12 @@ pkgbase = libiptcdata
url = https://libiptcdata.sourceforge.net/
arch = x86_64
license = LGPL-2.0-or-later
-   makedepends = python
+   makedepends = git
+   makedepends = gtk-doc
makedepends = python-setuptools
depends = glibc
optdepends = python: Python bindings
-   source = 
https://github.com/ianw/libiptcdata/releases/download/release_1_0_5/libiptcdata-1.0.5.tar.gz
-   sha256sums = 
c094d0df4595520f194f6f47b13c7652b7ecd67284ac27ab5f219bc3985ea29e
+   source = git+https://github.com/ianw/libiptcdata.git#tag=release_1_0_5
+   b2sums = 
def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389795401a83a867ca4b5f0407d097b22dc0ecb82166aa4f8a3c88241db9
 
 pkgname = libiptcdata


=
PKGBUILD
=
@@ -9,18 +9,23 @@ arch=('x86_64')
 url='https://libiptcdata.sourceforge.net/'
 license=('LGPL-2.0-or-later')
 depends=('glibc')
-makedepends=('python' 'python-setuptools')
+makedepends=('git' 'gtk-doc' 'python-setuptools')
 optdepends=('python: Python bindings')
-source=("https://github.com/ianw/libiptcdata/releases/download/release_${pkgver//./_}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c094d0df4595520f194f6f47b13c7652b7ecd67284ac27ab5f219bc3985ea29e')
+source=("git+https://github.com/ianw/libiptcdata.git#tag=release_${pkgver//./_};)
+b2sums=('def76cf757f9c4b8f0d4f2e406e14fe3bb98364bcc8d4307609e0cf3927e0befe514389795401a83a867ca4b5f0407d097b22dc0ecb82166aa4f8a3c88241db9')
+
+prepare() {
+  cd $pkgname
+  AUTOGEN_SUBDIR_MODE=0 ./autogen.sh
+}
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-python
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --enable-python
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/765dc3b44c4cc2e772cbc46e62ea2c621a5f9ea5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libiptcdata/-/commit/765dc3b44c4cc2e772cbc46e62ea2c621a5f9ea5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libkiwix][main] upgpkg: 12.1.1-3: Rebuild for icu 75

2024-05-12 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
libkiwix


Commits:
eef59835 by Christian Heusel at 2024-05-13T01:01:04+02:00
upgpkg: 12.1.1-3: Rebuild for icu 75

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libkiwix
pkgdesc = Library providing the Kiwix software core
pkgver = 12.1.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/kiwix/libkiwix
arch = x86_64
license = GPL3


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Justin Kromlinger 
 pkgname=libkiwix
 pkgver=12.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library providing the Kiwix software core"
 license=('GPL3')
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libkiwix/-/commit/eef598356e5b2392a200e5a7455024dce139256c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libkiwix/-/commit/eef598356e5b2392a200e5a7455024dce139256c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/libkiwix] Pushed new tag 12.1.1-3

2024-05-12 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 12.1.1-3 at Arch Linux / Packaging / Packages / 
libkiwix

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libkiwix/-/tree/12.1.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/neon][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / neon


Commits:
893bc775 by Balló György at 2024-05-13T00:48:40+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,14 +5,17 @@ pkgbase = neon
url = https://notroj.github.io/neon/
arch = x86_64
license = LGPL-2.0-or-later
+   makedepends = docbook-xsl
+   makedepends = git
+   makedepends = xmlto
depends = ca-certificates
depends = expat
depends = glibc
depends = krb5
depends = openssl
depends = zlib
-   source = https://notroj.github.io/neon/neon-0.33.0.tar.gz
+   source = git+https://github.com/notroj/neon.git#tag=0.33.0
validpgpkeys = 190555472DCC589BEF01609C608A86DF9833CC49
-   sha256sums = 
659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8
+   b2sums = 
6f40999cca23e0379c1fb28b790ae5df34790a7da5826b1256167b86950aaceaaa99ef358df8610aa6d91e21c379c20da33dafced5b8b201e067b5d3d8ed8e3c
 
 pkgname = neon


=
PKGBUILD
=
@@ -11,25 +11,32 @@ arch=('x86_64')
 url='https://notroj.github.io/neon/'
 license=('LGPL-2.0-or-later')
 depends=('ca-certificates' 'expat' 'glibc' 'krb5' 'openssl' 'zlib')
-source=("https://notroj.github.io/neon/$pkgname-$pkgver.tar.gz;)
-sha256sums=('659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a9447cf4b8')
+makedepends=('docbook-xsl' 'git' 'xmlto')
+source=("git+https://github.com/notroj/neon.git#tag=$pkgver;)
+b2sums=('6f40999cca23e0379c1fb28b790ae5df34790a7da5826b1256167b86950aaceaaa99ef358df8610aa6d91e21c379c20da33dafced5b8b201e067b5d3d8ed8e3c')
 validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr \
 --enable-shared \
 --with-ssl=openssl \
 --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
   make
+  make docs compile-gmo
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/893bc775aa88c023b489836a7a860459af409909

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neon/-/commit/893bc775aa88c023b489836a7a860459af409909
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sagemath][main] upgpkg: 10.3-3: singular 4.4 rebuild

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sagemath


Commits:
733bfeba by Antonio Rojas at 2024-05-13T00:39:36+02:00
upgpkg: 10.3-3: singular 4.4 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sagemath
pkgdesc = Open Source Mathematics Software, free alternative to Magma, 
Maple, Mathematica, and Matlab
pkgver = 10.3
-   pkgrel = 2
+   pkgrel = 3
url = http://www.sagemath.org
arch = x86_64
license = GPL-2.0-or-later
@@ -9,6 +9,7 @@ pkgbase = sagemath
makedepends = boost
makedepends = coxeter
makedepends = cython
+   makedepends = git
makedepends = mcqd
makedepends = python-jinja
makedepends = python-pkgconfig
@@ -124,11 +125,11 @@ pkgbase = sagemath
optdepends = shared_meataxe: faster matrix arithmetic over finite fields
optdepends = sirocco: for computing the fundamental group of the 
complement of a plane curve
optdepends = topcom: to compute triangulations of point configurations
-   source = 
https://github.com/sagemath/sage/archive/10.3/sagemath-10.3.tar.gz
+   source = git+https://github.com/sagemath/sage#tag=10.3
source = latte-count.patch
source = sagemath-tdlib-0.9.patch
source = singular-4.4.patch
-   sha256sums = 
59feb92c05e74d6db7a75f398c45c24b5157b1ecd3d8ac198806e2e6add77d96
+   sha256sums = 
48ec08216ebdd148ad84724a6b94feb65d6cd92011fb89b8ca3e2feed3013ab0
sha256sums = 
5cd2f88965d7ebab9dfab6f5c2040d363a4a5ae41230219cc7070b907381da5a
sha256sums = 
4840a88a8af87d01e159443e32c4d30c6e52e4f43c9bfa401ccff9f125bfeee7
sha256sums = 
2fd97d454a15f3ef0a974418189fdc1345d7ebb4394fab11caf2e3723f6efb02


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 
 pkgname=sagemath
 pkgver=10.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab'
 arch=(x86_64)
 url='http://www.sagemath.org'
@@ -124,6 +124,7 @@ makedepends=(bliss
  boost
  coxeter
  cython
+ git
  mcqd
  python-jinja
  python-pkgconfig
@@ -131,11 +132,11 @@ makedepends=(bliss
  shared_meataxe
  sirocco
  tdlib)
-source=(https://github.com/sagemath/sage/archive/$pkgver/$pkgname-$pkgver.tar.gz
+source=(git+https://github.com/sagemath/sage#tag=$pkgver
 latte-count.patch
 sagemath-tdlib-0.9.patch
 singular-4.4.patch)
-sha256sums=('59feb92c05e74d6db7a75f398c45c24b5157b1ecd3d8ac198806e2e6add77d96'
+sha256sums=('48ec08216ebdd148ad84724a6b94feb65d6cd92011fb89b8ca3e2feed3013ab0'
 '5cd2f88965d7ebab9dfab6f5c2040d363a4a5ae41230219cc7070b907381da5a'
 '4840a88a8af87d01e159443e32c4d30c6e52e4f43c9bfa401ccff9f125bfeee7'
 '2fd97d454a15f3ef0a974418189fdc1345d7ebb4394fab11caf2e3723f6efb02')
@@ -148,7 +149,7 @@ _pkgs=(standard
tdlib)
 
 prepare(){
-  cd sage-$pkgver
+  cd sage
 
 # use correct latte-count binary name
   patch -p1 -i ../latte-count.patch
@@ -156,29 +157,32 @@ prepare(){
   patch -p1 -i ../sagemath-tdlib-0.9.patch
 # Adapt to Singular changes
   patch -p1 -i ../singular-4.4.patch
+# Fix build with GCC 14
+  git cherry-pick -n e87fd8466d10c21d8f16bd08187c11b4dc116020
+  git cherry-pick -n cec595ef953bb9e180aadee8583ad5a2fa5577d3
 
   ./bootstrap
 }
 
 build() {
   export SAGE_NUM_THREADS=$(($(nproc)/2))
-  export PYTHONPATH="$PWD"/sage-$pkgver/pkgs/sage-setup
+  export PYTHONPATH="$PWD"/sage/pkgs/sage-setup
 
   for _pkg in ${_pkgs[@]}; do
-cd "$srcdir"/sage-$pkgver/pkgs/sagemath-$_pkg
+cd "$srcdir"/sage/pkgs/sagemath-$_pkg
 python setup.py build
   done
 }
 
 package() {
   for _pkg in ${_pkgs[@]}; do
-cd "$srcdir"/sage-$pkgver/pkgs/sagemath-$_pkg
+cd "$srcdir"/sage/pkgs/sagemath-$_pkg
 python setup.py install --root="$pkgdir" --optimize=1
   done
 
 # fix symlinks to assets
   _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  for _i in $(ls "$srcdir"/sage-$pkgver/src/sage/ext_data/notebook-ipython); do
+  for _i in $(ls "$srcdir"/sage/src/sage/ext_data/notebook-ipython); do
 rm "$pkgdir"/usr/share/jupyter/kernels/sagemath/$_i
 ln -s $_pythonpath/sage/ext_data/notebook-ipython/$_i 
"$pkgdir"/usr/share/jupyter/kernels/sagemath/
   done



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath/-/commit/733bfeba9f1b6dc3f2ebca4aac1e6327c6cf0421

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath/-/commit/733bfeba9f1b6dc3f2ebca4aac1e6327c6cf0421
You're receiving this email because of your 

[Git][archlinux/packaging/packages/sagemath] Pushed new tag 10.3-3

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 10.3-3 at Arch Linux / Packaging / Packages / 
sagemath

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sagemath/-/tree/10.3-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pnpm][main] upgpkg: 9.1.1-1

2024-05-12 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pnpm


Commits:
ac98d0fa by Daniel M. Capella at 2024-05-12T18:32:33-04:00
upgpkg: 9.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pnpm
pkgdesc = Fast, disk space efficient package manager
-   pkgver = 9.1.0
+   pkgver = 9.1.1
pkgrel = 1
url = https://pnpm.io
arch = any
@@ -8,8 +8,8 @@ pkgbase = pnpm
makedepends = git
makedepends = pnpm
depends = node-gyp
-   source = git+https://github.com/pnpm/pnpm.git#tag=v9.1.0?signed
+   source = git+https://github.com/pnpm/pnpm.git#tag=v9.1.1?signed
validpgpkeys = 7B74D1299568B586BA9962B5649E4D4AF74E7DEC
-   b2sums = 
5e75a7b935f33706cf9d92366464c940a74d904890e0745e8405d7d849a6071e991c0456fb54ade668c07f34aea4469c18bde75acfae8685253a91d75ee2fe85
+   b2sums = 
5255e5343547952c70552cd3d4404caca143812c060b983da702a3831c24220b090ec77d130e81fe544b5fb216d741e3a67c6a0de01c2adb7efe126bcef687b8
 
 pkgname = pnpm


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Tomasz Jakub Rup 
 
 pkgname=pnpm
-pkgver=9.1.0
+pkgver=9.1.1
 pkgrel=1
 pkgdesc='Fast, disk space efficient package manager'
 arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('node-gyp')
 makedepends=('git' 'pnpm')
 source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver?signed;)
-b2sums=('5e75a7b935f33706cf9d92366464c940a74d904890e0745e8405d7d849a6071e991c0456fb54ade668c07f34aea4469c18bde75acfae8685253a91d75ee2fe85')
+b2sums=('5255e5343547952c70552cd3d4404caca143812c060b983da702a3831c24220b090ec77d130e81fe544b5fb216d741e3a67c6a0de01c2adb7efe126bcef687b8')
 validpgpkeys=('7B74D1299568B586BA9962B5649E4D4AF74E7DEC') # Zoltan Kochan 

 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/ac98d0fa210ae2dfd2d65c1d048c75a1901a7a08

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/commit/ac98d0fa210ae2dfd2d65c1d048c75a1901a7a08
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pnpm] Pushed new tag 9.1.1-1

2024-05-12 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 9.1.1-1 at Arch Linux / Packaging / Packages / 
pnpm

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pnpm/-/tree/9.1.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/polymake][main] upgpkg: 4.11-9: singular 4.4 rebuild

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
polymake


Commits:
89d433ba by Antonio Rojas at 2024-05-13T00:30:53+02:00
upgpkg: 4.11-9: singular 4.4 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = polymake
pkgdesc = Open source software for research in polyhedral geometry
pkgver = 4.11
-   pkgrel = 8
+   pkgrel = 9
url = https://polymake.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=polymake
 pkgver=4.11
-pkgrel=8
+pkgrel=9
 _perlver=`perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]).".".($v->[2]);'`
 pkgdesc='Open source software for research in polyhedral geometry'
 arch=(x86_64)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polymake/-/commit/89d433ba1ad8d6b5311906d541dbcb5dbbaa1e02

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polymake/-/commit/89d433ba1ad8d6b5311906d541dbcb5dbbaa1e02
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/polymake] Pushed new tag 4.11-9

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.11-9 at Arch Linux / Packaging / Packages / 
polymake

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polymake/-/tree/4.11-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gperftools][main] Switch to git source

2024-05-12 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gperftools


Commits:
b7b3786c by Balló György at 2024-05-13T00:28:23+02:00
Switch to git source

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,12 +5,13 @@ pkgbase = gperftools
url = https://github.com/gperftools/gperftools
arch = x86_64
license = BSD-3-Clause
+   makedepends = git
depends = gcc-libs
depends = glibc
depends = libunwind
optdepends = graphviz: pprof graph generation
optdepends = perl: pprof and pprof-symbolize commands
-   source = 
https://github.com/gperftools/gperftools/releases/download/gperftools-2.15/gperftools-2.15.tar.gz
-   sha256sums = 
c69fef855628c81ef56f12e3c58f2b7ce1f326c0a1fe783e5cae0b88cbbe9a80
+   source = 
git+https://github.com/gperftools/gperftools.git#tag=gperftools-2.15
+   b2sums = 
3e13c2ae5a367d9fa6d6bd21954b21ba3139c642b90285df195ce88d41eab79abbb2a59fdc2c7d4a89fb8706382cb66420f47f224e866ab6f88d9fbaa4825a0f
 
 pkgname = gperftools


=
PKGBUILD
=
@@ -14,25 +14,31 @@ arch=('x86_64')
 url='https://github.com/gperftools/gperftools'
 license=('BSD-3-Clause')
 depends=('gcc-libs' 'glibc' 'libunwind')
+makedepends=('git')
 optdepends=('graphviz: pprof graph generation'
 'perl: pprof and pprof-symbolize commands')
-source=("https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c69fef855628c81ef56f12e3c58f2b7ce1f326c0a1fe783e5cae0b88cbbe9a80')
+source=("git+https://github.com/gperftools/gperftools.git#tag=$pkgname-$pkgver;)
+b2sums=('3e13c2ae5a367d9fa6d6bd21954b21ba3139c642b90285df195ce88d41eab79abbb2a59fdc2c7d4a89fb8706382cb66420f47f224e866ab6f88d9fbaa4825a0f')
+
+prepare() {
+  cd $pkgname
+  autoreconf -i
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --enable-frame-pointers --enable-libunwind
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/b7b3786c5e4b2bb9f44cb3ba0691f9b64f2a8db3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gperftools/-/commit/b7b3786c5e4b2bb9f44cb3ba0691f9b64f2a8db3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/soplex] Pushed new tag 6.0.4-2

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.0.4-2 at Arch Linux / Packaging / Packages / 
soplex

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/tree/6.0.4-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/soplex][main] upgpkg: 6.0.4-2: Fix build with GCC 14

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
soplex


Commits:
00722d9f by Antonio Rojas at 2024-05-13T00:14:29+02:00
upgpkg: 6.0.4-2: Fix build with GCC 14

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = soplex
+   pkgdesc = Sequential object-oriented simPlex
+   pkgver = 6.0.4
+   pkgrel = 2
+   url = https://www.scipopt.org/
+   arch = x86_64
+   license = Apache-2.0
+   makedepends = boost
+   makedepends = cmake
+   makedepends = git
+   depends = gcc-libs
+   depends = glibc
+   depends = gmp
+   depends = mpfr
+   depends = zlib
+   options = !lto
+   source = git+https://github.com/scipopt/soplex#tag=release-604
+   sha256sums = 
0c3a2fff3506ee39ef5f653c87421af5183ebc58eacb0508037f9a096119d98f
+
+pkgname = soplex


=
PKGBUILD
=
@@ -2,19 +2,30 @@
 
 pkgname=soplex
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Sequential object-oriented simPlex'
 arch=(x86_64)
 url='https://www.scipopt.org/'
-license=(Apache)
-depends=(zlib mpfr)
-makedepends=(cmake boost)
+license=(Apache-2.0)
+depends=(gcc-libs
+ glibc
+ gmp
+ mpfr
+ zlib)
+makedepends=(boost
+ cmake
+ git)
 options=(!lto)
-source=(https://github.com/scipopt/$pkgname/archive/release-${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('691f5b593cb85c2586522d5de5a5a7692958d22ff1ddffb4fc395f4696590b6f')
+source=(git+https://github.com/scipopt/soplex#tag=release-${pkgver//./})
+sha256sums=('0c3a2fff3506ee39ef5f653c87421af5183ebc58eacb0508037f9a096119d98f')
+
+prepare() {
+  cd soplex
+  git cherry-pick -n 08cc39c1ac64095e1fda91729590101477091bf4 # Fix build with 
GCC 14
+}
 
 build() {
-  cmake -B build -S $pkgname-release-${pkgver//./} \
+  cmake -B build -S soplex \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None \
 -DMPFR=ON



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/00722d9f875a56b3ffc385dc1a2149b9fef90892

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/00722d9f875a56b3ffc385dc1a2149b9fef90892
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/singular] Pushed new tag 4.4.0-1

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.4.0-1 at Arch Linux / Packaging / Packages / 
singular

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/singular/-/tree/4.4.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-mdit_py_plugins] Pushed new tag 0.4.1-1

2024-05-12 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.4.1-1 at Arch Linux / Packaging / Packages / 
python-mdit_py_plugins

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mdit_py_plugins/-/tree/0.4.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-mdit_py_plugins][main] upgpkg: 0.4.1-1

2024-05-12 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-mdit_py_plugins


Commits:
6763deb8 by Daniel M. Capella at 2024-05-12T17:08:14-04:00
upgpkg: 0.4.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-mdit_py_plugins
pkgdesc = Collection of core plugins for markdown-it-py
-   pkgver = 0.4.0
-   pkgrel = 2
+   pkgver = 0.4.1
+   pkgrel = 1
url = https://github.com/executablebooks/mdit-py-plugins
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-mdit_py_plugins
makedepends = python-installer
makedepends = python-flit-core
depends = python-markdown-it-py
-   source = 
python-mdit_py_plugins-0.4.0.tar.gz::https://github.com/executablebooks/mdit-py-plugins/archive/v0.4.0.tar.gz
-   sha512sums = 
cdcce7a3819120923b7725daae0bf7a833c4da4487c49ff1a067fecf7d5e8f7a7be2fae03f3b821c766d7d6ebed4a298755ad5edb00adf73300a76a5663d67d6
+   source = 
python-mdit_py_plugins-0.4.1.tar.gz::https://github.com/executablebooks/mdit-py-plugins/archive/v0.4.1.tar.gz
+   sha512sums = 
d2f5c59bf2a17ce441de18f815624cb6f61202f76c5f1c7745e430d59e8690ce8a5f9da2402bd34dcc5cf4dc38377990df649fbf3256216bc82cdfc6333a
 
 pkgname = python-mdit_py_plugins


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _pkgname=mdit-py-plugins
 pkgname=python-mdit_py_plugins
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc='Collection of core plugins for markdown-it-py'
 arch=('any')
 url='https://github.com/executablebooks/mdit-py-plugins'
@@ -14,7 +14,7 @@ depends=('python-markdown-it-py')
 makedepends=('python-build' 'python-installer' 'python-flit-core')
 checkdepends=('python-pytest' 'python-pytest-regressions')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('cdcce7a3819120923b7725daae0bf7a833c4da4487c49ff1a067fecf7d5e8f7a7be2fae03f3b821c766d7d6ebed4a298755ad5edb00adf73300a76a5663d67d6')
+sha512sums=('d2f5c59bf2a17ce441de18f815624cb6f61202f76c5f1c7745e430d59e8690ce8a5f9da2402bd34dcc5cf4dc38377990df649fbf3256216bc82cdfc6333a')
 
 build() {
   cd $_pkgname-$pkgver
@@ -33,7 +33,11 @@ package() {
 
   python -m installer -d "$pkgdir" dist/*.whl
 
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/"${_pkgname//-/_}"-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mdit_py_plugins/-/commit/6763deb82de73c7eec5beccecb9e8bd70b57a3e4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mdit_py_plugins/-/commit/6763deb82de73c7eec5beccecb9e8bd70b57a3e4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pycrdt][main] upgpkg: 0.8.25-1: Update to 0.8.25

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-pycrdt


Commits:
5b84db3d by Antonio Rojas at 2024-05-12T23:00:10+02:00
upgpkg: 0.8.25-1: Update to 0.8.25

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
-   pkgver = 0.8.24
+   pkgver = 0.8.25
pkgrel = 1
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = python-pycrdt
depends = gcc-libs
depends = glibc
depends = python
-   source = 
https://github.com/jupyter-server/pycrdt/archive/v0.8.24/python-pycrdt-0.8.24.tar.gz
-   sha256sums = 
9682d2ca28c0da83c9b6fc26b11ae5e184fee840eba70f793267e4d3475a1913
+   source = 
https://github.com/jupyter-server/pycrdt/archive/v0.8.25/python-pycrdt-0.8.25.tar.gz
+   sha256sums = 
1acfaae617a9556657b2e7c4085129332e6f74d093e6d68d6b7ea7f023ffd70f
 
 pkgname = python-pycrdt


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pyname=pycrdt
 pkgname=python-$_pyname
-pkgver=0.8.24
+pkgver=0.8.25
 pkgrel=1
 pkgdesc='CRDTs based on Yrs'
 arch=(x86_64)
@@ -19,7 +19,7 @@ checkdepends=(python-objsize
   python-pytest
   python-y-py)
 
source=(https://github.com/jupyter-server/pycrdt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9682d2ca28c0da83c9b6fc26b11ae5e184fee840eba70f793267e4d3475a1913')
+sha256sums=('1acfaae617a9556657b2e7c4085129332e6f74d093e6d68d6b7ea7f023ffd70f')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/5b84db3d9f861bc98199b093953338e41b61de3e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/5b84db3d9f861bc98199b093953338e41b61de3e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pycrdt] Pushed new tag 0.8.25-1

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.8.25-1 at Arch Linux / Packaging / Packages / 
python-pycrdt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/tree/0.8.25-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/luametatex][main] upgpkg: 2.11.02-2: Build from git

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
luametatex


Commits:
43575888 by Antonio Rojas at 2024-05-12T22:52:53+02:00
upgpkg: 2.11.02-2: Build from git

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,18 @@
 pkgbase = luametatex
pkgdesc = The lean and mean successor of the LuaTeX engine
pkgver = 2.11.02
-   pkgrel = 1
+   pkgrel = 2
url = https://wiki.contextgarden.net/LMTX
arch = x86_64
license = GPL-2.0-or-later
makedepends = cmake
+   makedepends = git
depends = glibc
-   source = 
https://github.com/contextgarden/luametatex/archive/v2.11.02/luametatex-2.11.02.tar.gz
+   source = git+https://github.com/contextgarden/luametatex#tag=v2.11.02
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-   sha256sums = 
934fd4ed0896e900f83f88f1709853187c4caef0d1ef9287d201181d9c9d376c
+   sha256sums = 
c1b07ae7ab28d4770b6ca08ea046593cb26774f22cdcd71e9fd4357646403437
 
 pkgname = luametatex


=
PKGBUILD
=
@@ -2,22 +2,23 @@
 
 pkgname=luametatex
 pkgver=2.11.02
-pkgrel=1
+pkgrel=2
 pkgdesc='The lean and mean successor of the LuaTeX engine'
 arch=(x86_64)
 url='https://wiki.contextgarden.net/LMTX'
 license=(GPL-2.0-or-later)
 depends=(glibc)
-makedepends=(cmake)
-source=(https://github.com/contextgarden/luametatex/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('934fd4ed0896e900f83f88f1709853187c4caef0d1ef9287d201181d9c9d376c')
+makedepends=(cmake
+ git)
+source=(git+https://github.com/contextgarden/luametatex#tag=v$pkgver)
+sha256sums=('c1b07ae7ab28d4770b6ca08ea046593cb26774f22cdcd71e9fd4357646403437')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr
   cmake --build build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/commit/4357588893e855f60c1267ab3dca48a137e62a92

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/commit/4357588893e855f60c1267ab3dca48a137e62a92
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/luametatex] Pushed new tag 2.11.02-2

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.11.02-2 at Arch Linux / Packaging / Packages / 
luametatex

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/tree/2.11.02-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/luametatex] Pushed new tag 2.11.02-1

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.11.02-1 at Arch Linux / Packaging / Packages / 
luametatex

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/tree/2.11.02-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/luametatex][main] upgpkg: 2.11.02-1: Update to 2.11.02

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
luametatex


Commits:
d9fa8f9b by Antonio Rojas at 2024-05-12T22:51:08+02:00
upgpkg: 2.11.02-1: Update to 2.11.02

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = luametatex
pkgdesc = The lean and mean successor of the LuaTeX engine
-   pkgver = 2.11.01
+   pkgver = 2.11.02
pkgrel = 1
url = https://wiki.contextgarden.net/LMTX
arch = x86_64
-   license = GPL
+   license = GPL-2.0-or-later
makedepends = cmake
depends = glibc
-   source = 
https://github.com/contextgarden/luametatex/archive/v2.11.01/luametatex-2.11.01.tar.gz
+   source = 
https://github.com/contextgarden/luametatex/archive/v2.11.02/luametatex-2.11.02.tar.gz
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-   sha256sums = 
4b2afcda2a951e5cd6efabf1a706950c9c54a97287a94b8d4687ffc5261bc089
+   sha256sums = 
934fd4ed0896e900f83f88f1709853187c4caef0d1ef9287d201181d9c9d376c
 
 pkgname = luametatex


=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=luametatex
-pkgver=2.11.01
+pkgver=2.11.02
 pkgrel=1
 pkgdesc='The lean and mean successor of the LuaTeX engine'
 arch=(x86_64)
 url='https://wiki.contextgarden.net/LMTX'
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(glibc)
 makedepends=(cmake)
 
source=(https://github.com/contextgarden/luametatex/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4b2afcda2a951e5cd6efabf1a706950c9c54a97287a94b8d4687ffc5261bc089')
+sha256sums=('934fd4ed0896e900f83f88f1709853187c4caef0d1ef9287d201181d9c9d376c')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/commit/d9fa8f9b81c3d5ee23c1c3a543530ccdad048e8b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/luametatex/-/commit/d9fa8f9b81c3d5ee23c1c3a543530ccdad048e8b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kirigami] Pushed new tag 6.2.1-1

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.2.1-1 at Arch Linux / Packaging / Packages / 
kirigami

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami/-/tree/6.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kirigami][main] upgpkg: 6.2.1-1: Update to 6.2.1

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kirigami


Commits:
228f6886 by Antonio Rojas at 2024-05-12T22:43:10+02:00
upgpkg: 6.2.1-1: Update to 6.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kirigami
pkgdesc = A QtQuick based components set
-   pkgver = 6.2.0
+   pkgver = 6.2.1
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -17,12 +17,12 @@ pkgbase = kirigami
depends = qt6-base
depends = qt6-declarative
depends = qt6-svg
-   source = 
https://download.kde.org/stable/frameworks/6.2/kirigami-6.2.0.tar.xz
-   source = 
https://download.kde.org/stable/frameworks/6.2/kirigami-6.2.0.tar.xz.sig
+   source = 
https://download.kde.org/stable/frameworks/6.2/kirigami-6.2.1.tar.xz
+   source = 
https://download.kde.org/stable/frameworks/6.2/kirigami-6.2.1.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
-   sha256sums = 
57245b518d64c46afab42a1a619609afb60e546033a162b718c752b88350b40c
+   sha256sums = 
910412770e79b9c13ddac42199fa7511770cd9485b8f5a264e1ef6363a330c99
sha256sums = SKIP
 
 pkgname = kirigami


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kirigami
-pkgver=6.2.0
+pkgver=6.2.1
 pkgrel=1
 pkgdesc='A QtQuick based components set'
 arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(doxygen
  qt6-tools)
 groups=(kf6)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('57245b518d64c46afab42a1a619609afb60e546033a162b718c752b88350b40c'
+sha256sums=('910412770e79b9c13ddac42199fa7511770cd9485b8f5a264e1ef6363a330c99'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami/-/commit/228f68865dfa639ea740cdc1efe912721f208a7b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami/-/commit/228f68865dfa639ea740cdc1efe912721f208a7b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/threadweaver][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
threadweaver


Commits:
355970e6 by Antonio Rojas at 2024-05-12T22:41:06+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('e74de2df0bb50148acc8a6161f9809991ae4b2334b58a9ee092ba1d827044337'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/threadweaver/-/commit/355970e66d8a2c7fc544a7c0fde1577f9d5d4e2c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/threadweaver/-/commit/355970e66d8a2c7fc544a7c0fde1577f9d5d4e2c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/qqc2-desktop-style][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
qqc2-desktop-style


Commits:
3a40c1ee by Antonio Rojas at 2024-05-12T22:41:05+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -25,7 +25,7 @@ 
sha256sums=('b8ed270d930aad05eadf1ec5a540870f1128d8c728d8616c40801d6980869b1c'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style/-/commit/3a40c1ee9245612982c7dcef4b300b0b6284b4d1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style/-/commit/3a40c1ee9245612982c7dcef4b300b0b6284b4d1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/purpose][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
purpose


Commits:
fda188aa by Antonio Rojas at 2024-05-12T22:41:04+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -37,7 +37,7 @@ 
sha256sums=('55b02d49387b76f54e3bec48f82cd78f398b5403bc8d10d482bfff7e30a0028a'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/purpose/-/commit/fda188aabebbbcf905893dac0c7215f799393ad4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/purpose/-/commit/fda188aabebbbcf905893dac0c7215f799393ad4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/networkmanager-qt][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
networkmanager-qt


Commits:
bf547434 by Antonio Rojas at 2024-05-12T22:41:01+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('7be22a6bbc5843b1ada0a170fb56c9c96bef643d7d485413f2af792914ed02d2'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager-qt/-/commit/bf5474341e74271979b70eb4d70cea9a42efd1cf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager-qt/-/commit/bf5474341e74271979b70eb4d70cea9a42efd1cf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/prison][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
prison


Commits:
993b8901 by Antonio Rojas at 2024-05-12T22:41:03+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -29,7 +29,7 @@ 
sha256sums=('87719675c1652f0773149b8de384f406949a6d65abe25a6d3611e110d12d6ca8'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prison/-/commit/993b890187c9e31f1c6109cabc7bea4503591464

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prison/-/commit/993b890187c9e31f1c6109cabc7bea4503591464
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/modemmanager-qt][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
modemmanager-qt


Commits:
55ac5269 by Antonio Rojas at 2024-05-12T22:41:00+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('f3d1db9ac64a353334b074e45cd07fce4b40ac1388c964f8b269746dc35beea8'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/modemmanager-qt/-/commit/55ac52692a0093de646c476e9255d364b6d40b37

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/modemmanager-qt/-/commit/55ac52692a0093de646c476e9255d364b6d40b37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kuserfeedback][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kuserfeedback


Commits:
41be4401 by Antonio Rojas at 2024-05-12T22:40:59+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -27,7 +27,7 @@ 
sha256sums=('829c52db15d69b90e6d22b08deacdedcd13423c901e4dab63893e814b4e76858'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kuserfeedback/-/commit/41be44017eba54e44365d13fea50908943e5ad37

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kuserfeedback/-/commit/41be44017eba54e44365d13fea50908943e5ad37
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kunitconversion][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kunitconversion


Commits:
91376d79 by Antonio Rojas at 2024-05-12T22:40:58+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('e5ed60578ba4c3786a109ce1fb2e4b36e4825a79338c4aca1dddc9a493006e80'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kunitconversion/-/commit/91376d79501b8791cd11100d2d7889028f540113

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kunitconversion/-/commit/91376d79501b8791cd11100d2d7889028f540113
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ktexteditor][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ktexteditor


Commits:
750860a1 by Antonio Rojas at 2024-05-12T22:40:55+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -45,7 +45,7 @@ 
sha256sums=('c10a5e4cc921aeb51b17e97d4f29883ab186b63d108199e6a319440a39f1f2a0'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexteditor/-/commit/750860a1fdf304b188c5e7e2ea4497e81553614a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexteditor/-/commit/750860a1fdf304b188c5e7e2ea4497e81553614a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ktexttemplate][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ktexttemplate


Commits:
dc3a7e0d by Antonio Rojas at 2024-05-12T22:40:56+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
sha256sums=('a59b0e6e3acb94737b82eafac47d14725255c6c6f21c2371ccf9ecc1062cf2ca'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexttemplate/-/commit/dc3a7e0d7c98d8f8bed6ec26c69b7dfd1c59add3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktexttemplate/-/commit/dc3a7e0d7c98d8f8bed6ec26c69b7dfd1c59add3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kstatusnotifieritem][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kstatusnotifieritem


Commits:
0865d349 by Antonio Rojas at 2024-05-12T22:40:54+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
sha256sums=('04b9fc0905b614afc8e0afcf5451018d2a126f165221b6db20e4171be2fb1fcf'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kstatusnotifieritem/-/commit/0865d349bb474be3fd8d132d26fb2509293a3c1d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kstatusnotifieritem/-/commit/0865d349bb474be3fd8d132d26fb2509293a3c1d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kimageformats][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kimageformats


Commits:
21ea1b00 by Antonio Rojas at 2024-05-12T22:40:46+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,7 @@ 
sha256sums=('9844219185f03fe7990aeae6ffbaa5f452b0f6c5053c8728bc87e97682643561'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kimageformats/-/commit/21ea1b005a12a34ba9cbeca09933e5d8f4c12003

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kimageformats/-/commit/21ea1b005a12a34ba9cbeca09933e5d8f4c12003
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/krunner][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
krunner


Commits:
7ad6dab2 by Antonio Rojas at 2024-05-12T22:40:52+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,7 +28,7 @@ 
sha256sums=('f18f1578ff8c76c455837a4bc9a3e71273bba4ac54afd24e143a9dc20706041f'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/krunner/-/commit/7ad6dab2fa24df4566b7c00a425784228e813d4e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/krunner/-/commit/7ad6dab2fa24df4566b7c00a425784228e813d4e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kquickcharts][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kquickcharts


Commits:
ff377be7 by Antonio Rojas at 2024-05-12T22:40:51+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
sha256sums=('fdd96bf4218a309be28523ac318bd7816e8bd1febf0e771b13359cd658c6756b'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kquickcharts/-/commit/ff377be7099202f2ff90215d92a5b9503900b66a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kquickcharts/-/commit/ff377be7099202f2ff90215d92a5b9503900b66a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kplotting][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kplotting


Commits:
75f880ef by Antonio Rojas at 2024-05-12T22:40:50+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('cddc7e95e3376be1621a347f6e9ffa88ad787b485aa26c7e026336c05277c16d'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kplotting/-/commit/75f880efd10059dec133cea920766b1177053693

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kplotting/-/commit/75f880efd10059dec133cea920766b1177053693
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kpeople][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kpeople


Commits:
246f4858 by Antonio Rojas at 2024-05-12T22:40:49+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -29,7 +29,7 @@ 
sha256sums=('3f5faa48ede1e47ee3e3747ef0adf2f1d8320dbefa8f0ec6eb75fd2f4ab45837'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() { 
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpeople/-/commit/246f48581d812a3d3237ee8916ca892e13f92f98

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpeople/-/commit/246f48581d812a3d3237ee8916ca892e13f92f98
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/knotifyconfig][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
knotifyconfig


Commits:
63e80a61 by Antonio Rojas at 2024-05-12T22:40:47+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -27,7 +27,7 @@ 
sha256sums=('b5bfec4582bc22f0c87c70fdd25a05e145fdfe5e4a60a963f512571e03d37ccc'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifyconfig/-/commit/63e80a61bb373350cd54dded93405f4a916ff3b4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifyconfig/-/commit/63e80a61bb373350cd54dded93405f4a916ff3b4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kholidays][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kholidays


Commits:
b71f1bcd by Antonio Rojas at 2024-05-12T22:40:45+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('9d7a805287e04281dd59b8ccb1302406a92fe0941e273cac1c724ef6125fac29'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kholidays/-/commit/b71f1bcd4a1d8fa6364c81d088be2af72906eaab

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kholidays/-/commit/b71f1bcd4a1d8fa6364c81d088be2af72906eaab
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdnssd][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdnssd


Commits:
05718c4b by Antonio Rojas at 2024-05-12T22:40:44+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('509011367c11c3b17034d743ea6934951a6fc525b9527d18c38af81f60b08f45'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdnssd/-/commit/05718c4b64fbefbcd91d2a0795765040426c713a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdnssd/-/commit/05718c4b64fbefbcd91d2a0795765040426c713a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdesu][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdesu


Commits:
bb6779c7 by Antonio Rojas at 2024-05-12T22:40:43+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,7 +28,7 @@ 
sha256sums=('7c612fea489d9e3e3d3c90cab0d314d98486bdc06014a60f609fdff21505822f'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdesu/-/commit/bb6779c77cd5f8dfe0aa9a47e4e05b0320f52722

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdesu/-/commit/bb6779c77cd5f8dfe0aa9a47e4e05b0320f52722
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/frameworkintegration][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
frameworkintegration


Commits:
f3f519cd by Antonio Rojas at 2024-05-12T22:40:35+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -31,7 +31,7 @@ 
sha256sums=('e41f64b178ad9dadcad51b145bd580868aba061fb80ff15614268d09ec4e0d7c'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frameworkintegration/-/commit/f3f519cdc0f1bed51e7be4bbb047a43e30a822d7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/frameworkintegration/-/commit/f3f519cdc0f1bed51e7be4bbb047a43e30a822d7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdeclarative][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdeclarative


Commits:
1920f5c1 by Antonio Rojas at 2024-05-12T22:40:40+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -31,7 +31,7 @@ 
sha256sums=('a85c3f1599d229f052ee3786e9041ace5510c99844c8efc7bfc9ddaed1936d84'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeclarative/-/commit/1920f5c124f32149f1dde9b8f3f7e7795ed2f009

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeclarative/-/commit/1920f5c124f32149f1dde9b8f3f7e7795ed2f009
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kded][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kded


Commits:
382bee37 by Antonio Rojas at 2024-05-12T22:40:41+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('ca6d6971b661b5142ede6ab9a1acbe24d4085efbc9f13988c179649b1261ab4f'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kded/-/commit/382bee370647195a8ae78c9fb4ac7dd19cbf108b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kded/-/commit/382bee370647195a8ae78c9fb4ac7dd19cbf108b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/bluez-qt][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
bluez-qt


Commits:
f274f71e by Antonio Rojas at 2024-05-12T22:40:33+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('964874f4e4b4cfa63a940cbd0ac21bd0dc4fc06c14ff7a8db54f98119bf8b430'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez-qt/-/commit/f274f71ec0cfeab232997d9631a7d66a3e37ad59

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bluez-qt/-/commit/f274f71ec0cfeab232997d9631a7d66a3e37ad59
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdav][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kdav


Commits:
311e7856 by Antonio Rojas at 2024-05-12T22:40:39+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -25,7 +25,7 @@ 
sha256sums=('f18278cfc72b7a8eed48a4d447eae07e431d14298dbcf59ba45bb936286c64e1'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdav/-/commit/311e7856a6870d8cef5bf38b76545a137a82f9ff

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdav/-/commit/311e7856a6870d8cef5bf38b76545a137a82f9ff
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcalendarcore][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcalendarcore


Commits:
740fae90 by Antonio Rojas at 2024-05-12T22:40:38+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
sha256sums=('a3e277c0136a59de635a659f7119d736852c2fff500b2f5fd439f69066f3f209'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcalendarcore/-/commit/740fae907ee92ab7f1f3c200ff6db71a1cd373db

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcalendarcore/-/commit/740fae907ee92ab7f1f3c200ff6db71a1cd373db
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kapidox][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kapidox


Commits:
734bfa8f by Antonio Rojas at 2024-05-12T22:40:37+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('03acd3923331af3b4e4ec27d32535fa30d6583d2d0861fd282ab6382239875ab'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

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



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kapidox/-/commit/734bfa8fae824ddfdfc8f520a0e85c720a77854c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kapidox/-/commit/734bfa8fae824ddfdfc8f520a0e85c720a77854c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/breeze-icons][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
breeze-icons


Commits:
bf7d044b by Antonio Rojas at 2024-05-12T22:40:34+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -19,7 +19,7 @@ 
sha256sums=('df5a3b150768dd5c781a6c3d1848d79f4b0eb2f327e248c5426a1234aa4c135b'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/breeze-icons/-/commit/bf7d044b1637de2a839f566dba7ca0981984b107

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/breeze-icons/-/commit/bf7d044b1637de2a839f566dba7ca0981984b107
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/baloo][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / baloo


Commits:
2356a4f7 by Antonio Rojas at 2024-05-12T22:40:32+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -37,7 +37,7 @@ 
sha256sums=('1ea413b9dbada7d0646a1f8dc3f0688928c266e6388528cfd05d4c079a7e22a8'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/baloo/-/commit/2356a4f704abc64cffd08d45add03771f9e673c8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/baloo/-/commit/2356a4f704abc64cffd08d45add03771f9e673c8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcontacts][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcontacts


Commits:
618a7fbf by Antonio Rojas at 2024-05-12T22:40:31+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('709ca19e9076f98751764d029b8d648c6a61b17262ba4821cf97f913ccbd1bf9'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcontacts/-/commit/618a7fbf3ebc03a296e3e9104d0afecbe6256285

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcontacts/-/commit/618a7fbf3ebc03a296e3e9104d0afecbe6256285
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kitemmodels][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kitemmodels


Commits:
5e459438 by Antonio Rojas at 2024-05-12T22:40:29+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -25,7 +25,7 @@ 
sha256sums=('c066888313260d75a207939334b056b4014ba7364b437325561790eb7b3742ba'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitemmodels/-/commit/5e45943849391929d88f2fd991a369a40a319a51

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitemmodels/-/commit/5e45943849391929d88f2fd991a369a40a319a51
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/syndication][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
syndication


Commits:
97f5f1a1 by Antonio Rojas at 2024-05-12T22:40:27+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ 
sha256sums=('50ec3843a08ec7b185352c94b89bc2d2720ceaf17eb961a4c3da55f93d05af3c'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syndication/-/commit/97f5f1a156265229cfe889a870b2a8f2f1cd18c5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syndication/-/commit/97f5f1a156265229cfe889a870b2a8f2f1cd18c5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/knewstuff][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
knewstuff


Commits:
5de65acb by Antonio Rojas at 2024-05-12T22:40:28+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -34,7 +34,7 @@ 
sha256sums=('f54962756b8eb98c67840352a1efea4698f15a17d4bc8282f65adb0db08c5780'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knewstuff/-/commit/5de65acb206f6a8b36fe0cacd4bcf1e48f73073b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knewstuff/-/commit/5de65acb206f6a8b36fe0cacd4bcf1e48f73073b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/syntax-highlighting][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
syntax-highlighting


Commits:
7b8fca87 by Antonio Rojas at 2024-05-12T22:40:26+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('327ed58d20d52502bbfd9278fa1c9e7ab4a846159e5cf630d09fbea144ebbb7f'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting/-/commit/7b8fca87c85aa120e6ef44f3181560a92bd9df81

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting/-/commit/7b8fca87c85aa120e6ef44f3181560a92bd9df81
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kidletime][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kidletime


Commits:
c18a0fed by Antonio Rojas at 2024-05-12T22:40:24+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,7 @@ 
sha256sums=('069182e4abfb83f93661d5bb0eaeb14b44e3705fa3492dbdb8ec03bfe6e3d9dc'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime/-/commit/c18a0fed0abe407536bf248676d0c32e9fe7038d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime/-/commit/c18a0fed0abe407536bf248676d0c32e9fe7038d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ksvg][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / ksvg


Commits:
7d2db66d by Antonio Rojas at 2024-05-12T22:40:22+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -31,7 +31,7 @@ 
sha256sums=('5689bf9dc3efab29fddaea0af00aaec8ca8323e6504f490c3bb3b47a82eb76f3'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ksvg/-/commit/7d2db66dc5defd7d99d1ead8cf1590e4840eaf38

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ksvg/-/commit/7d2db66dc5defd7d99d1ead8cf1590e4840eaf38
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kfilemetadata][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kfilemetadata


Commits:
b6e7effe by Antonio Rojas at 2024-05-12T22:40:23+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -39,7 +39,7 @@ 
sha256sums=('106941654024b6165da3fac2622fbebd35ff09f08345ad93a2b2c1abfa177e30'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kfilemetadata/-/commit/b6e7effe138ff73a33b62b6e4db3e39634893081

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kfilemetadata/-/commit/b6e7effe138ff73a33b62b6e4db3e39634893081
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcmutils][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcmutils


Commits:
9642f81a by Antonio Rojas at 2024-05-12T22:40:20+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -35,7 +35,7 @@ 
sha256sums=('8cef140ca9eabf29e88a08489c799078e85247907fd6f74165aeafd4ed40c0bb'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcmutils/-/commit/9642f81af0dc9484c491b659dc49bc238ce6bf2c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcmutils/-/commit/9642f81af0dc9484c491b659dc49bc238ce6bf2c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kirigami][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kirigami


Commits:
d751a1d8 by Antonio Rojas at 2024-05-12T22:40:19+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('57245b518d64c46afab42a1a619609afb60e546033a162b718c752b88350b40c'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami/-/commit/d751a1d847630b23334a5f3efcba3a564e153a09

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami/-/commit/d751a1d847630b23334a5f3efcba3a564e153a09
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kpty][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kpty


Commits:
c7f2dfef by Antonio Rojas at 2024-05-12T22:40:18+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('f7683e8b5cd5dbbd4257e8d5acd26e58685a3bc3f161dc0fe10f53a075240264'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpty/-/commit/c7f2dfeff98e85184ed42472d5b90897d3703b7a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpty/-/commit/c7f2dfeff98e85184ed42472d5b90897d3703b7a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kparts][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kparts


Commits:
c1a46980 by Antonio Rojas at 2024-05-12T22:40:17+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -29,7 +29,7 @@ 
sha256sums=('04f70829abc7033327f42e5e5ee1365f4dba9968b184f34212c5486e36a9beb1'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kparts/-/commit/c1a46980aaa6961aff51a815d5a45549f3983fd6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kparts/-/commit/c1a46980aaa6961aff51a815d5a45549f3983fd6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kpackage][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kpackage


Commits:
fbd837a9 by Antonio Rojas at 2024-05-12T22:40:15+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,7 +28,7 @@ 
sha256sums=('78c8466d7201f2aa6809d98588242aef6314be4a47155617c529c6a0549f395d'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpackage/-/commit/fbd837a99671ada24231b0e5ff08a76fa6b5e040

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpackage/-/commit/fbd837a99671ada24231b0e5ff08a76fa6b5e040
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kio][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kio


Commits:
77fd35d0 by Antonio Rojas at 2024-05-12T22:40:14+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -54,7 +54,7 @@ 
sha256sums=('331d6ff6b9cbb0e6521a5d0746b152be2588fd631a73d0e249b78cd2cda69ccf'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kio/-/commit/77fd35d05a2d6c478f91c76bf4dbd7f080117e0e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kio/-/commit/77fd35d05a2d6c478f91c76bf4dbd7f080117e0e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/solid][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / solid


Commits:
c7fa699c by Antonio Rojas at 2024-05-12T22:40:09+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -32,7 +32,7 @@ 
sha256sums=('002a0d2b27599bebc721516681d327876962fdcaf9940f033634fb93a4f9d722'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/solid/-/commit/c7fa699c687fbdc6c9f6198fa99d2628d9e8c4bc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/solid/-/commit/c7fa699c687fbdc6c9f6198fa99d2628d9e8c4bc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kwallet][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kwallet


Commits:
29b26b07 by Antonio Rojas at 2024-05-12T22:40:13+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -38,7 +38,7 @@ 
sha256sums=('2e58119a6442cb00e3014f01636e872337cff362ec1ef120caf2ba01813bd2c1'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kwallet/-/commit/29b26b07ed7493232079b61c0f7be519ed449be1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kwallet/-/commit/29b26b07ed7493232079b61c0f7be519ed449be1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kjobwidgets][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kjobwidgets


Commits:
90a847d8 by Antonio Rojas at 2024-05-12T22:40:12+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('2fb7602f2bba818bcfffe1ad1310d7900889e10e53e384b874295fb3593fb3a1'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kjobwidgets/-/commit/90a847d83b08525f79f58bc16114ebcc47769f6c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kjobwidgets/-/commit/90a847d83b08525f79f58bc16114ebcc47769f6c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/knotifications][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
knotifications


Commits:
16cb14c7 by Antonio Rojas at 2024-05-12T22:40:10+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -27,7 +27,7 @@ 
sha256sums=('9627c200f58de5e5dc4e74d1a13005624115b6d23da034e64aa1bf3143e78164'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications/-/commit/16cb14c7de8e9b7cdb3ca5512cefb7e1fd6235cb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications/-/commit/16cb14c7de8e9b7cdb3ca5512cefb7e1fd6235cb
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kbookmarks][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kbookmarks


Commits:
a8f1a9bc by Antonio Rojas at 2024-05-12T22:40:08+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -27,7 +27,7 @@ 
sha256sums=('1af0d6be7c43cb17bc9a8bda464c372b9f27f99d3cdf3be95ec5f24e34368efb'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kbookmarks/-/commit/a8f1a9bcf7cc94def561b94321da68a753696005

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kbookmarks/-/commit/a8f1a9bcf7cc94def561b94321da68a753696005
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kxmlgui][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kxmlgui


Commits:
3288c315 by Antonio Rojas at 2024-05-12T22:40:06+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,7 @@ 
sha256sums=('ff22a79fca2737e33c5463d87fad2b46920c8d48c6583268a9ae27097a8ac902'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kxmlgui/-/commit/3288c3156e827183bdd413a519b90d0786d1ae73

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kxmlgui/-/commit/3288c3156e827183bdd413a519b90d0786d1ae73
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ktextwidgets][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ktextwidgets


Commits:
4db711bf by Antonio Rojas at 2024-05-12T22:40:05+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -31,7 +31,7 @@ 
sha256sums=('469368c341265865e2562ab6d3be754db96896280bdca90c134127b1501ab5ed'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktextwidgets/-/commit/4db711bf97fffb16032c9e15a01f8c726128158b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ktextwidgets/-/commit/4db711bf97fffb16032c9e15a01f8c726128158b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sonnet][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sonnet


Commits:
4b56fb7e by Antonio Rojas at 2024-05-12T22:40:04+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,7 @@ 
sha256sums=('84e712ad56bc94ff8efc9bddfab41f6c327121b3ddd69030e940acc9133627ed'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sonnet/-/commit/4b56fb7ed58b309d9dca2595273cf1f8a7319476

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sonnet/-/commit/4b56fb7ed58b309d9dca2595273cf1f8a7319476
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kiconthemes][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kiconthemes


Commits:
67075ec4 by Antonio Rojas at 2024-05-12T22:40:03+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -32,7 +32,7 @@ 
sha256sums=('c0ffe65f53f59b75bf0432c4f57f7d36b6840c87f80e9ea5b88ceb71a28b5645'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kiconthemes/-/commit/67075ec49b41b74d03d69bd4d0752f75d7fd0cec

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kiconthemes/-/commit/67075ec49b41b74d03d69bd4d0752f75d7fd0cec
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kitemviews][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kitemviews


Commits:
91585811 by Antonio Rojas at 2024-05-12T22:40:02+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('7362d9893d1e9a863482573ecfc3abddd8c634512d8a1884f094a5f543af4a29'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitemviews/-/commit/9158581146ec11ef8a1799fc8c9157ab6016c382

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kitemviews/-/commit/9158581146ec11ef8a1799fc8c9157ab6016c382
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kglobalaccel][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kglobalaccel


Commits:
ae3085cf by Antonio Rojas at 2024-05-12T22:40:00+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('c74727fef4a39680e36c5ed27cdb4c5b755043795fa52774ee3bc6a3b568e724'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kglobalaccel/-/commit/ae3085cf112d3e072227b468a1ef0e4259ea77e2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kglobalaccel/-/commit/ae3085cf112d3e072227b468a1ef0e4259ea77e2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kservice][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kservice


Commits:
5bdc0e0d by Antonio Rojas at 2024-05-12T22:39:59+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -27,7 +27,7 @@ 
sha256sums=('0646c9219c0d7d9a2371b90dc427ebc86cf30adafcb22b458f130f011de28882'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kservice/-/commit/5bdc0e0d6df4d50454e6df03a6ec2f5bbfb73e76

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kservice/-/commit/5bdc0e0d6df4d50454e6df03a6ec2f5bbfb73e76
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kdbusaddons][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdbusaddons


Commits:
b6de0457 by Antonio Rojas at 2024-05-12T22:39:57+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('bca0df3fc7361effcf81ffb795d8ff62e2189ea9672492d6b26c1e0144fedd67'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdbusaddons/-/commit/b6de04578f1fe963ff5efea9e3b4a15feeacc7fe

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdbusaddons/-/commit/b6de04578f1fe963ff5efea9e3b4a15feeacc7fe
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/attica][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
attica


Commits:
0944d0db by Antonio Rojas at 2024-05-12T22:39:58+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('275fb00b3f483704d800484883a3789797a3198b0ce680d85313d9977ffde2f0'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/attica/-/commit/0944d0dbfea1e36ca6f6d938e65a08181afeb8d8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/attica/-/commit/0944d0dbfea1e36ca6f6d938e65a08181afeb8d8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcrash][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcrash


Commits:
181546d4 by Antonio Rojas at 2024-05-12T22:39:56+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('00b7b4885cb2a92e832816e9cc1da8cf54c4482c13648f020988c86cf588'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcrash/-/commit/181546d42d31dab7f2de3c91f1d3ad90f37c0b60

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcrash/-/commit/181546d42d31dab7f2de3c91f1d3ad90f37c0b60
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kconfigwidgets][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kconfigwidgets


Commits:
03c3f95e by Antonio Rojas at 2024-05-12T22:39:54+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -29,7 +29,7 @@ 
sha256sums=('3b5e72c6e55e7b9d0b3ebee0fe8b39c098dd07a56de39da1556891925eb7d963'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kconfigwidgets/-/commit/03c3f95e2b19551293acc68eaa3068c2fbbe8fe2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kconfigwidgets/-/commit/03c3f95e2b19551293acc68eaa3068c2fbbe8fe2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcompletion][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcompletion


Commits:
a1ee5ac7 by Antonio Rojas at 2024-05-12T22:39:50+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -26,7 +26,7 @@ 
sha256sums=('58cb938eb111e8859dd1baa51062467f226b8c67cb1fdb98748d3e97fabf08e9'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcompletion/-/commit/a1ee5ac7b530b6195ad98605c06f6221d9fb803c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcompletion/-/commit/a1ee5ac7b530b6195ad98605c06f6221d9fb803c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcolorscheme][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcolorscheme


Commits:
a5a017aa by Antonio Rojas at 2024-05-12T22:39:53+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('0990c172c5b12996b7c0be3c2e53530cef65eaf76d192854cf207872fba95f1b'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcolorscheme/-/commit/a5a017aa56ca76bf3b0172b9dac1e1a9820daf1f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcolorscheme/-/commit/a5a017aa56ca76bf3b0172b9dac1e1a9820daf1f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kguiaddons][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kguiaddons


Commits:
c8137b45 by Antonio Rojas at 2024-05-12T22:39:52+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -27,7 +27,7 @@ 
sha256sums=('ba5a5e42d5b9b94486419263836074429fd3facfc364fd4e3a29a54bc6de5ddb'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kguiaddons/-/commit/c8137b45f5149aa28109ccee68e8916cc99ebad9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kguiaddons/-/commit/c8137b45f5149aa28109ccee68e8916cc99ebad9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kcodecs][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kcodecs


Commits:
d7db9a00 by Antonio Rojas at 2024-05-12T22:39:47+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -24,7 +24,7 @@ 
sha256sums=('d040fb03510ca90942e54323b1afd26ec00d459b1b2c54e6ce5166842f2f'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcodecs/-/commit/d7db9a000a7405408a93de0c4e65b109ce523a10

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcodecs/-/commit/d7db9a000a7405408a93de0c4e65b109ce523a10
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/kwidgetsaddons][main] Whitespace

2024-05-12 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kwidgetsaddons


Commits:
45f2d624 by Antonio Rojas at 2024-05-12T22:39:49+02:00
Whitespace

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -23,7 +23,7 @@ 
sha256sums=('03cef2f66aec6b7f7b2276c47e720bdab939b05b77b70345e7f076d3dead8211'
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure 

   E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell 

   90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella 

-) 
+  )
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kwidgetsaddons/-/commit/45f2d62456df4c06a633809d509064721f9f7698

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kwidgetsaddons/-/commit/45f2d62456df4c06a633809d509064721f9f7698
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   >