[Git][archlinux/packaging/packages/pavucontrol-qt][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
pavucontrol-qt


Commits:
c56aec7d by Chih-Hsuan Yen at 2024-04-22T13:59:22+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,20 @@
 pkgbase = pavucontrol-qt
pkgdesc = A Pulseaudio mixer in Qt (port of pavucontrol)
-   pkgver = 1.4.0
-   pkgrel = 2
+   pkgver = 2.0.0
+   pkgrel = 1
url = https://github.com/lxqt/pavucontrol-qt
arch = x86_64
groups = lxqt
license = GPL2
makedepends = lxqt-build-tools
depends = pulse-native-provider
-   depends = qt5-base
-   source = 
https://github.com/lxqt/pavucontrol-qt/releases/download/1.4.0/pavucontrol-qt-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/pavucontrol-qt/releases/download/1.4.0/pavucontrol-qt-1.4.0.tar.xz.asc
+   depends = qt6-base
+   source = 
https://github.com/lxqt/pavucontrol-qt/releases/download/2.0.0/pavucontrol-qt-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/pavucontrol-qt/releases/download/2.0.0/pavucontrol-qt-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
0d7ced3b9d215bcfae8fd5df5429aa07b0517984925cfa1cd020a9505749a994
+   sha256sums = 
3acec36371614a2bb8145228449e684cea83aab31234c960176688d88e830475
sha256sums = SKIP
 
 pkgname = pavucontrol-qt


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pavucontrol-qt
-pkgver=1.4.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("GPL2")
-depends=("pulse-native-provider" "qt5-base")
+depends=("pulse-native-provider" "qt6-base")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('0d7ced3b9d215bcfae8fd5df5429aa07b0517984925cfa1cd020a9505749a994'
+sha256sums=('3acec36371614a2bb8145228449e684cea83aab31234c960176688d88e830475'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




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

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




[Git][archlinux/packaging/packages/pavucontrol-qt] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
pavucontrol-qt

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




[Git][archlinux/packaging/packages/lxqt-session][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-session


Commits:
e02a0883 by Chih-Hsuan Yen at 2024-04-22T13:57:46+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-session
pkgdesc = The LXQt session manager
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-session
arch = x86_64
@@ -13,18 +13,19 @@ pkgbase = lxqt-session
depends = xdg-user-dirs
depends = libx11
depends = udev
-   depends = kwindowsystem5
-   depends = libQt5Xdg.so
+   depends = kwindowsystem
+   depends = libQt6Xdg.so
depends = procps-ng
+   depends = layer-shell-qt
optdepends = breeze-icons: Default icon theme
optdepends = oxygen-icons: Alternative icon theme
optdepends = sddm: The recommended display manager
-   source = 
https://github.com/lxqt/lxqt-session/releases/download/1.4.0/lxqt-session-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-session/releases/download/1.4.0/lxqt-session-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-session/releases/download/2.0.0/lxqt-session-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-session/releases/download/2.0.0/lxqt-session-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
9dcdc846601f1972d01429f2203d36976088edcca5c166eef2b21ad73fcef656
+   sha256sums = 
74ea3b998fecb50834b8b09952c31a1bf128fde9f7cfdd31284f7397665cb428
sha256sums = SKIP
 
 pkgname = lxqt-session


=
PKGBUILD
=
@@ -2,14 +2,14 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=lxqt-session
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="The LXQt session manager"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("liblxqt" "qtxdg-tools" "xdg-user-dirs"  "libx11" "udev" 
"kwindowsystem5" "libQt5Xdg.so" "procps-ng")
+depends=("liblxqt" "qtxdg-tools" "xdg-user-dirs"  "libx11" "udev" 
"kwindowsystem" "libQt6Xdg.so" "procps-ng" "layer-shell-qt")
 makedepends=("cmake" "lxqt-build-tools")
 optdepends=(
"breeze-icons: Default icon theme"
@@ -19,7 +19,7 @@ optdepends=(
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('9dcdc846601f1972d01429f2203d36976088edcca5c166eef2b21ad73fcef656'
+sha256sums=('74ea3b998fecb50834b8b09952c31a1bf128fde9f7cfdd31284f7397665cb428'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-session/-/commit/e02a0883b79c946b90b88fa6fa950a1c664b79b2

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




[Git][archlinux/packaging/packages/lxqt-session] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-session

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




[Git][archlinux/packaging/packages/lxqt-openssh-askpass][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-openssh-askpass


Commits:
b5cd5ee5 by Chih-Hsuan Yen at 2024-04-22T13:56:03+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-openssh-askpass
pkgdesc = LXQt openssh password prompt
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-openssh-askpass
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = lxqt-openssh-askpass
makedepends = cmake
makedepends = lxqt-build-tools
depends = liblxqt
-   source = 
https://github.com/lxqt/lxqt-openssh-askpass/releases/download/1.4.0/lxqt-openssh-askpass-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-openssh-askpass/releases/download/1.4.0/lxqt-openssh-askpass-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-openssh-askpass/releases/download/2.0.0/lxqt-openssh-askpass-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-openssh-askpass/releases/download/2.0.0/lxqt-openssh-askpass-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
2ba6bcac5d90db846dce7895d03294126315ec20e59977f9f2faadf3e668c54a
+   sha256sums = 
52705043dcb51a7c9830c6856b68d930cc6b0a3ed31f7da0520a318fb6304c4e
sha256sums = SKIP
 
 pkgname = lxqt-openssh-askpass


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-openssh-askpass
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt openssh password prompt"
 arch=("x86_64")
@@ -14,7 +14,7 @@ makedepends=("cmake" "lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('2ba6bcac5d90db846dce7895d03294126315ec20e59977f9f2faadf3e668c54a'
+sha256sums=('52705043dcb51a7c9830c6856b68d930cc6b0a3ed31f7da0520a318fb6304c4e'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-openssh-askpass/-/commit/b5cd5ee54ed394bb2e7a0134f89169edb18717ac

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




[Git][archlinux/packaging/packages/lxqt-openssh-askpass] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-openssh-askpass

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




[Git][archlinux/packaging/packages/lxqt-sudo] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-sudo

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




[Git][archlinux/packaging/packages/lxqt-sudo][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-sudo


Commits:
a4e6ded2 by Chih-Hsuan Yen at 2024-04-22T13:54:36+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-sudo
pkgdesc = LXQt privilege program (lxsu).
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-sudo
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = lxqt-sudo
license = LGPL2.1
makedepends = lxqt-build-tools
depends = liblxqt
-   source = 
https://github.com/lxqt/lxqt-sudo/releases/download/1.4.0/lxqt-sudo-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-sudo/releases/download/1.4.0/lxqt-sudo-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-sudo/releases/download/2.0.0/lxqt-sudo-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-sudo/releases/download/2.0.0/lxqt-sudo-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
076c7115f612b77ec8c05043df76df6acd7f9fe9132b253d6fb5ac2d72eb44ae
+   sha256sums = 
ea95134723d24dc2e2d862db8cdb36204653ea2d478bfe4f2c5de1f68955d215
sha256sums = SKIP
 
 pkgname = lxqt-sudo


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-sudo
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt privilege program (lxsu)."
 arch=("x86_64")
@@ -14,7 +14,7 @@ source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('076c7115f612b77ec8c05043df76df6acd7f9fe9132b253d6fb5ac2d72eb44ae'
+sha256sums=('ea95134723d24dc2e2d862db8cdb36204653ea2d478bfe4f2c5de1f68955d215'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-sudo/-/commit/a4e6ded2ecca06e75e74994aedb0e6c13f612521

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




[Git][archlinux/packaging/packages/lxqt-policykit] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-policykit

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




[Git][archlinux/packaging/packages/lxqt-policykit][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-policykit


Commits:
f691b444 by Chih-Hsuan Yen at 2024-04-22T13:53:04+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-policykit
pkgdesc = The LXQt policykit authentication agent
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-policykit
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = lxqt-policykit
makedepends = cmake
makedepends = lxqt-build-tools
depends = liblxqt
-   depends = polkit-qt5
-   source = 
https://github.com/lxqt/lxqt-policykit/releases/download/1.4.0/lxqt-policykit-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-policykit/releases/download/1.4.0/lxqt-policykit-1.4.0.tar.xz.asc
+   depends = polkit-qt6
+   source = 
https://github.com/lxqt/lxqt-policykit/releases/download/2.0.0/lxqt-policykit-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-policykit/releases/download/2.0.0/lxqt-policykit-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
5ccce983f64d078d40b04b5efd3a5a764878dd28fc458430201a86bb55cc8485
+   sha256sums = 
45c2ef396c860dada501f30dbe11ea9c029cbf9b2b8e6e8cce4c27512e43bc88
sha256sums = SKIP
 
 pkgname = lxqt-policykit


=
PKGBUILD
=
@@ -1,19 +1,19 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-policykit
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="The LXQt policykit authentication agent"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("liblxqt" "polkit-qt5")
+depends=("liblxqt" "polkit-qt6")
 makedepends=("cmake" "lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('5ccce983f64d078d40b04b5efd3a5a764878dd28fc458430201a86bb55cc8485'
+sha256sums=('45c2ef396c860dada501f30dbe11ea9c029cbf9b2b8e6e8cce4c27512e43bc88'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-policykit/-/commit/f691b44437b395a48a7960abe165ccb3a52e7f27

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




[Git][archlinux/packaging/packages/lxqt-config][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-config


Commits:
5ba71ec1 by Chih-Hsuan Yen at 2024-04-22T13:51:30+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lxqt-config
pkgdesc = LXQt system configuration.
-   pkgver = 1.4.0
-   pkgrel = 2
+   pkgver = 2.0.0
+   pkgrel = 1
url = https://github.com/lxqt/lxqt-config
arch = x86_64
groups = lxqt
@@ -9,11 +9,10 @@ pkgbase = lxqt-config
makedepends = lxqt-build-tools
depends = glibc
depends = gcc-libs
-   depends = qt5-base
-   depends = qt5-svg
-   depends = qt5-x11extras
-   depends = libkscreen5
-   depends = libQt5Xdg.so
+   depends = qt6-base
+   depends = qt6-svg
+   depends = libkscreen
+   depends = libQt6Xdg.so
depends = liblxqt
depends = lxqt-themes
depends = lxqt-menu-data
@@ -26,10 +25,10 @@ pkgbase = lxqt-config
depends = libudev.so
depends = zlib
optdepends = xsettingsd: help GTK applications apply themes on the fly
-   source = 
https://github.com/lxqt/lxqt-config/releases/download/1.4.0/lxqt-config-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-config/releases/download/1.4.0/lxqt-config-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-config/releases/download/2.0.0/lxqt-config-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-config/releases/download/2.0.0/lxqt-config-2.0.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
e60d5c3f00588fb373b48fa0c65f7a164500738467359472409a29b9db11c84b
+   sha256sums = 
091d4a1e177f732f6d6e9e66b2e117e0272272eaa73595290ad2ea05f0c4ac73
sha256sums = SKIP
 
 pkgname = lxqt-config


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=lxqt-config
-pkgver=1.4.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="LXQt system configuration."
 arch=("x86_64")
 groups=("lxqt")
@@ -11,8 +11,8 @@ url="https://github.com/lxqt/$pkgname;
 # Upstream licenses are messy and need clarifications... 
https://github.com/lxqt/lxqt-config/issues/966
 license=("LGPL2.1")
 depends=("glibc" "gcc-libs"
- "qt5-base" "qt5-svg" "qt5-x11extras" "libkscreen5"
- "libQt5Xdg.so" "liblxqt" "lxqt-themes" "lxqt-menu-data"
+ "qt6-base" "qt6-svg" "libkscreen"
+ "libQt6Xdg.so" "liblxqt" "lxqt-themes" "lxqt-menu-data"
  "libx11" "libxcb" "libxcursor" "libxfixes" "libxi" 
"xf86-input-libinput"
  "libudev.so" "zlib")
 makedepends=("lxqt-build-tools")
@@ -23,7 +23,7 @@ source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('e60d5c3f00588fb373b48fa0c65f7a164500738467359472409a29b9db11c84b'
+sha256sums=('091d4a1e177f732f6d6e9e66b2e117e0272272eaa73595290ad2ea05f0c4ac73'
 'SKIP')
 validpgpkeys=(
"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # 
https://github.com/tsujan.gpg



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-config/-/commit/5ba71ec1582a6c1da07c8e3472016fedb2e648e2

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




[Git][archlinux/packaging/packages/lxqt-config] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-config

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




[Git][archlinux/packaging/packages/python-whoosh][main] 4 commits: Replace python-pytest-runner with python-pytest

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
4189da1e by loqs at 2024-04-06T13:54:40+01:00
Replace python-pytest-runner with python-pytest

- - - - -
d6643212 by loqs at 2024-04-06T13:54:42+01:00
Change to a PEP 517 based workflow

- - - - -
60a1ffc4 by loqs at 2024-04-06T13:54:42+01:00
Change to SPDX license identifier

https://github.com/mchaput/whoosh/blob/v2.7.4/LICENSE.txt

- - - - -
0307feed by Daniel M. Capella at 2024-04-22T01:49:19-04:00
Update SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,9 +4,12 @@ pkgbase = python-whoosh
pkgrel = 11
url = https://github.com/mchaput/whoosh
arch = any
-   license = BSD
-   checkdepends = python-pytest-runner
+   license = BSD-2-Clause
+   checkdepends = python-pytest
makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
makedepends = git
depends = python
source = git+https://github.com/mchaput/whoosh#tag=v2.7.4


=
PKGBUILD
=
@@ -8,25 +8,37 @@ pkgrel=11
 pkgdesc="Fast, pure-Python full text indexing, search, and spell checking 
library"
 arch=('any')
 url="https://github.com/mchaput/whoosh;
-license=("BSD")
+license=("BSD-2-Clause")
 depends=('python')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-pytest-runner')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel' 'git')
+checkdepends=('python-pytest')
 source=("git+https://github.com/mchaput/whoosh#tag=v$pkgver;)
 sha256sums=('SKIP')
 
+prepare() {
+  cd "$srcdir"/whoosh
+
+  # [PATCH] Fixed test case for ListCorrector; Fixed FSA __eq__ function
+  # The FSA part of the commit fixes a test failure
+  git cherry-pick -n f5a777572fb9c91fa10be3c1ffd5f65cc9323653
+  # Undo the spelling part of the commit that introduces a test failure
+  git checkout v$pkgver -- tests/test_spelling.py
+
+  sed -i 's/pytest/tool:pytest/' setup.cfg
+}
+
 build() {
   cd "$srcdir"/whoosh
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
   cd "$srcdir"/whoosh
-  python setup.py ptr || echo "Tests failed"
+  PYTHONPATH="$PWD/src" pytest
 }
 
 package() {
   cd whoosh
-  python setup.py install -O1 --root="$pkgdir"
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whoosh/-/compare/5241c7fcb7a170d1beda8af44dc17300f14e982e...0307feedce32a91f4efb9f4b5a7d8825195f1a91

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whoosh/-/compare/5241c7fcb7a170d1beda8af44dc17300f14e982e...0307feedce32a91f4efb9f4b5a7d8825195f1a91
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lxqt-about][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-about


Commits:
e96ba401 by Chih-Hsuan Yen at 2024-04-22T13:49:15+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-about
pkgdesc = LXQt about dialog.
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-about
arch = x86_64
@@ -8,13 +8,13 @@ pkgbase = lxqt-about
license = LGPL2.1
makedepends = lxqt-build-tools
depends = liblxqt
-   depends = libQt5Xdg.so
-   source = 
https://github.com/lxqt/lxqt-about/releases/download/1.4.0/lxqt-about-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-about/releases/download/1.4.0/lxqt-about-1.4.0.tar.xz.asc
+   depends = libQt6Xdg.so
+   source = 
https://github.com/lxqt/lxqt-about/releases/download/2.0.0/lxqt-about-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-about/releases/download/2.0.0/lxqt-about-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
b5ec828bb3b7de2ed82708719843608f0acc855eb09a85cb1670bfa06049b12e
+   sha256sums = 
134c96c107d09f737dcc06bba9bbfac91d6bcca43f69efee65341ed275cf8247
sha256sums = SKIP
 
 pkgname = lxqt-about


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-about
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt about dialog."
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("liblxqt" "libQt5Xdg.so")
+depends=("liblxqt" "libQt6Xdg.so")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('b5ec828bb3b7de2ed82708719843608f0acc855eb09a85cb1670bfa06049b12e'
+sha256sums=('134c96c107d09f737dcc06bba9bbfac91d6bcca43f69efee65341ed275cf8247'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-about/-/commit/e96ba401e5498739e02210296dd442936aa85b7d

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




[Git][archlinux/packaging/packages/lxqt-about] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-about

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




[Git][archlinux/packaging/packages/lxqt-notificationd] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-notificationd

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




[Git][archlinux/packaging/packages/lxqt-notificationd][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-notificationd


Commits:
cd10ec4c by Chih-Hsuan Yen at 2024-04-22T13:47:42+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-notificationd
pkgdesc = LXQt notification daemon and library.
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-notificationd
arch = x86_64
@@ -8,17 +8,18 @@ pkgbase = lxqt-notificationd
license = LGPL2.1
makedepends = cmake
makedepends = lxqt-build-tools
-   depends = qt5-base
+   depends = qt6-base
depends = liblxqt
-   depends = kwindowsystem5
-   depends = libQt5Xdg.so
+   depends = kwindowsystem
+   depends = libQt6Xdg.so
+   depends = layer-shell-qt
provides = notification-daemon
-   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/1.4.0/lxqt-notificationd-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/1.4.0/lxqt-notificationd-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.0/lxqt-notificationd-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-notificationd/releases/download/2.0.0/lxqt-notificationd-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
5ae28b0f49e1e01c8d0fe96f23b961ca962dab33f16025af172777f385d0fd3471c64a7acb78b46e7dc0c370d324a17f10ec9a4c4b3afbde95d47164a5246d0a
+   sha512sums = 
d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d
sha512sums = SKIP
 
 pkgname = lxqt-notificationd


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-notificationd
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt notification daemon and library."
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("qt5-base" "liblxqt" "kwindowsystem5" "libQt5Xdg.so")
+depends=("qt6-base" "liblxqt" "kwindowsystem" "libQt6Xdg.so" "layer-shell-qt")
 makedepends=("cmake" "lxqt-build-tools")
 provides=("notification-daemon")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha512sums=('5ae28b0f49e1e01c8d0fe96f23b961ca962dab33f16025af172777f385d0fd3471c64a7acb78b46e7dc0c370d324a17f10ec9a4c4b3afbde95d47164a5246d0a'
+sha512sums=('d1fce66bea535d65964cfaf12d8712424c861dd1309f492e7a00e678bdb18d19e921ea5a49ed6a03f0c96ddccfcb4f56131bcd26861d15b90564b8eddde7754d'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-notificationd/-/commit/cd10ec4c2ac2104eaa2484329f07742b06618a89

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




[Git][archlinux/packaging/packages/lxqt-admin][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-admin


Commits:
566ceaaf by Chih-Hsuan Yen at 2024-04-22T13:46:03+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,24 @@
 pkgbase = lxqt-admin
pkgdesc = LXQt system administration tool.
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-admin
arch = x86_64
groups = lxqt
license = LGPL2.1
makedepends = cmake
-   makedepends = qt5-tools
+   makedepends = qt6-tools
makedepends = lxqt-build-tools
-   depends = qt5-base
+   depends = qt6-base
depends = liblxqt
-   depends = kwindowsystem5
-   depends = polkit-qt5
-   source = 
https://github.com/lxqt/lxqt-admin/releases/download/1.4.0/lxqt-admin-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-admin/releases/download/1.4.0/lxqt-admin-1.4.0.tar.xz.asc
+   depends = kwindowsystem
+   depends = polkit-qt6
+   source = 
https://github.com/lxqt/lxqt-admin/releases/download/2.0.0/lxqt-admin-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-admin/releases/download/2.0.0/lxqt-admin-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
f6292006f308cd435243577c5f6cf7e7ebb6cb3ed069b26a3e8cf295e299e482255f1d39801db1e5f94cf780ec6621c8100e2ab5a2c2d5599551f1c7a2c19610
+   sha512sums = 
292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837
sha512sums = SKIP
 
 pkgname = lxqt-admin


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-admin
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt system administration tool."
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("qt5-base" "liblxqt" "kwindowsystem5" "polkit-qt5")
-makedepends=("cmake" "qt5-tools" "lxqt-build-tools")
+depends=("qt6-base" "liblxqt" "kwindowsystem" "polkit-qt6")
+makedepends=("cmake" "qt6-tools" "lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('f6292006f308cd435243577c5f6cf7e7ebb6cb3ed069b26a3e8cf295e299e482255f1d39801db1e5f94cf780ec6621c8100e2ab5a2c2d5599551f1c7a2c19610'
+sha512sums=('292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-admin/-/commit/566ceaafbc42afc89e39f2964f738598e5bb113c

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




[Git][archlinux/packaging/packages/lxqt-admin] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-admin

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




[Git][archlinux/packaging/packages/lxqt-themes] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-themes

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




[Git][archlinux/packaging/packages/lxqt-themes][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-themes


Commits:
c49d964b by Chih-Hsuan Yen at 2024-04-22T13:44:27+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = lxqt-themes
+   pkgdesc = LXQt themes, graphics and icons.
+   pkgver = 2.0.0
+   pkgrel = 1
+   url = https://github.com/lxqt/lxqt-themes
+   arch = any
+   groups = lxqt
+   license = LGPL2.1
+   makedepends = lxqt-build-tools
+   depends = hicolor-icon-theme
+   replaces = lxqt-common
+   source = 
https://github.com/lxqt/lxqt-themes/releases/download/2.0.0/lxqt-themes-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-themes/releases/download/2.0.0/lxqt-themes-2.0.0.tar.xz.asc
+   validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
+   validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
+   validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
+   sha256sums = 
927aa0bd8ecf718c4a91e820277af12a24d329b99e9e7ca4868311c1de76911d
+   sha256sums = SKIP
+
+pkgname = lxqt-themes


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-themes
-pkgver=1.3.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt themes, graphics and icons."
 arch=("any")
@@ -16,7 +16,7 @@ source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('217fec5bb2c1d5b92c9b07d470a960d1fbfeeac927c12f54a85c5e9c25c67504'
+sha256sums=('927aa0bd8ecf718c4a91e820277af12a24d329b99e9e7ca4868311c1de76911d'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-themes/-/commit/c49d964b6fbdea6aba1ac035b8bf47cc434bed9b

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




[Git][archlinux/packaging/packages/lxqt-runner][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-runner


Commits:
52d632ad by Chih-Hsuan Yen at 2024-04-22T13:42:52+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-runner
pkgdesc = The LXQt application launcher
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-runner
arch = x86_64
@@ -9,13 +9,14 @@ pkgbase = lxqt-runner
makedepends = lxqt-build-tools
depends = lxqt-globalkeys
depends = muparser
-   depends = libQt5Xdg.so
-   source = 
https://github.com/lxqt/lxqt-runner/releases/download/1.4.0/lxqt-runner-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-runner/releases/download/1.4.0/lxqt-runner-1.4.0.tar.xz.asc
+   depends = libQt6Xdg.so
+   depends = layer-shell-qt
+   source = 
https://github.com/lxqt/lxqt-runner/releases/download/2.0.0/lxqt-runner-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-runner/releases/download/2.0.0/lxqt-runner-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
d59fc6da61b6fde1f4c36216f7e18e157f6b8a2a48cdf6bb26380443494152d2
+   sha256sums = 
9f8031d780304d1c3b2c9b56a27744341c5e81d7cf2155bac959eaa6929e949c
sha256sums = SKIP
 
 pkgname = lxqt-runner


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-runner
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="The LXQt application launcher"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("lxqt-globalkeys" "muparser" "libQt5Xdg.so")
+depends=("lxqt-globalkeys" "muparser" "libQt6Xdg.so" "layer-shell-qt")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('d59fc6da61b6fde1f4c36216f7e18e157f6b8a2a48cdf6bb26380443494152d2'
+sha256sums=('9f8031d780304d1c3b2c9b56a27744341c5e81d7cf2155bac959eaa6929e949c'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-runner/-/commit/52d632ad57e834672b01e7e694254dfab58dca75

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




[Git][archlinux/packaging/packages/lxqt-runner] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-runner

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




[Git][archlinux/packaging/packages/lxqt-powermanagement] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-powermanagement

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




[Git][archlinux/packaging/packages/lxqt-powermanagement][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-powermanagement


Commits:
bfad4623 by Chih-Hsuan Yen at 2024-04-22T13:41:14+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-powermanagement
pkgdesc = LXQt power management daemon
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-powermanagement
arch = x86_64
@@ -8,20 +8,19 @@ pkgbase = lxqt-powermanagement
license = LGPL2.1
makedepends = cmake
makedepends = lxqt-build-tools
-   depends = qt5-svg
-   depends = qt5-x11extras
+   depends = qt6-svg
depends = upower
-   depends = kidletime5
-   depends = solid5
+   depends = kidletime
+   depends = solid
depends = hicolor-icon-theme
-   depends = libQt5Xdg.so
+   depends = libQt6Xdg.so
depends = lxqt-globalkeys
-   source = 
https://github.com/lxqt/lxqt-powermanagement/releases/download/1.4.0/lxqt-powermanagement-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-powermanagement/releases/download/1.4.0/lxqt-powermanagement-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-powermanagement/releases/download/2.0.0/lxqt-powermanagement-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-powermanagement/releases/download/2.0.0/lxqt-powermanagement-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
a0d4e3c429a138453606d3067d189e0d163ff61ceaa8239100b2997b2e0b532d
+   sha256sums = 
300c4d50fd1fd78b57bd6a472eddbc7ab30ca3fb64650699184d4b07a8050b0e
sha256sums = SKIP
 
 pkgname = lxqt-powermanagement


=
PKGBUILD
=
@@ -2,20 +2,20 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-powermanagement
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt power management daemon"
 arch=("x86_64")
 groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("qt5-svg" "qt5-x11extras" "upower" "kidletime5" "solid5" 
"hicolor-icon-theme"
- "libQt5Xdg.so" "lxqt-globalkeys")
+depends=("qt6-svg" "upower" "kidletime" "solid" "hicolor-icon-theme"
+ "libQt6Xdg.so" "lxqt-globalkeys")
 makedepends=("cmake" "lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('a0d4e3c429a138453606d3067d189e0d163ff61ceaa8239100b2997b2e0b532d'
+sha256sums=('300c4d50fd1fd78b57bd6a472eddbc7ab30ca3fb64650699184d4b07a8050b0e'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-powermanagement/-/commit/bfad4623e94c370038eec1753a1173ea602b18d9

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




[Git][archlinux/packaging/packages/pcmanfm-qt] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
pcmanfm-qt

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




[Git][archlinux/packaging/packages/pcmanfm-qt][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
pcmanfm-qt


Commits:
6ff7ff70 by Chih-Hsuan Yen at 2024-04-22T13:39:28+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pcmanfm-qt
pkgdesc = The LXQt file manager, Qt port of PCManFM
-   pkgver = 1.4.1
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/pcmanfm-qt
arch = x86_64
@@ -9,17 +9,18 @@ pkgbase = pcmanfm-qt
makedepends = lxqt-build-tools
depends = desktop-file-utils
depends = libfm-qt
-   depends = libfm-qt.so
+   depends = libfm-qt6.so
+   depends = layer-shell-qt
optdepends = gvfs: for various features like mounting without root, 
remote filesystems, encrypted filesystems and many others mentioned on 
https://github.com/lxqt/pcmanfm-qt/wiki
optdepends = gvfs-mtp: MTP support (Media Transfer Protocol)
optdepends = lxqt-archiver: archive management
-   optdepends = qt5-translations: allow keyboard shortcuts to function in 
some languages (e.g. German)
-   source = 
https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.1/pcmanfm-qt-1.4.1.tar.xz
-   source = 
https://github.com/lxqt/pcmanfm-qt/releases/download/1.4.1/pcmanfm-qt-1.4.1.tar.xz.asc
+   optdepends = qt6-translations: allow keyboard shortcuts to function in 
some languages (e.g. German)
+   source = 
https://github.com/lxqt/pcmanfm-qt/releases/download/2.0.0/pcmanfm-qt-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/pcmanfm-qt/releases/download/2.0.0/pcmanfm-qt-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
0de6c9125e7d4250fc52e65bf102720b88edb91d88bc89c352d45b5cb0202986
+   sha256sums = 
167958a19f0e826f77887d9b7453f69347e8c74c70ffbf64aeab5d7b4b63cc83
sha256sums = SKIP
 
 pkgname = pcmanfm-qt


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=pcmanfm-qt
-pkgver=1.4.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="The LXQt file manager, Qt port of PCManFM"
 arch=("x86_64")
@@ -10,19 +10,19 @@ groups=("lxqt")
 url="https://github.com/lxqt/$pkgname;
 # https://github.com/lxqt/pcmanfm-qt/blob/1.4.1/README.md?plain=1#L12
 license=("GPL-2.0-or-later")
-depends=("desktop-file-utils" "libfm-qt" "libfm-qt.so")
+depends=("desktop-file-utils" "libfm-qt" "libfm-qt6.so" "layer-shell-qt")
 makedepends=("lxqt-build-tools")
 optdepends=(
"gvfs: for various features like mounting without root, remote 
filesystems, encrypted filesystems and many others mentioned on 
https://github.com/lxqt/pcmanfm-qt/wiki;
"gvfs-mtp: MTP support (Media Transfer Protocol)"
"lxqt-archiver: archive management"
-   "qt5-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
+   "qt6-translations: allow keyboard shortcuts to function in some 
languages (e.g. German)"
 )
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('0de6c9125e7d4250fc52e65bf102720b88edb91d88bc89c352d45b5cb0202986'
+sha256sums=('167958a19f0e826f77887d9b7453f69347e8c74c70ffbf64aeab5d7b4b63cc83'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcmanfm-qt/-/commit/6ff7ff709f2add5e23e65fb13db5f50d5476411d

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




[Git][archlinux/packaging/packages/terminator][main] 4 commits: Remove python-pytest-runner

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
2e107fc1 by loqs at 2024-04-22T01:33:28-04:00
Remove python-pytest-runner

- - - - -
67e5c9b8 by loqs at 2024-04-22T01:33:28-04:00
Change to a PEP 517 based workflow

- - - - -
3694c861 by loqs at 2024-04-22T01:33:28-04:00
Change to SPDX license identifier

https://github.com/gnome-terminator/terminator/blob/v2.1.3/terminatorlib/terminator.py#L2

- - - - -
e87d3ec9 by Daniel M. Capella at 2024-04-22T01:34:41-04:00
Update SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,10 +4,11 @@ pkgbase = terminator
pkgrel = 4
url = https://github.com/gnome-terminator/terminator
arch = any
-   license = GPL2
+   license = GPL-2.0-only
makedepends = intltool
-   makedepends = python-pytest-runner
makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-wheel
depends = gsettings-desktop-schemas
depends = libkeybinder3


=
PKGBUILD
=
@@ -10,10 +10,10 @@ pkgrel=4
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='https://github.com/gnome-terminator/terminator'
-license=('GPL2')
+license=('GPL-2.0-only')
 depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python-cairo' 'python-configobj'
  'python-dbus' 'python-psutil' 'python-gobject' 'vte3' 'xdg-utils')
-makedepends=('intltool' 'python-pytest-runner' 'python-setuptools' 
'python-wheel')
+makedepends=('intltool' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 source=(${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}
 0001-fixed-validate-module-import-for-newer-version-of-co.patch
 https://github.com/gnome-terminator/terminator/commit/8ae6f93f.patch)
@@ -36,18 +36,20 @@ prepare () {
 patch -Np1 < 
$srcdir/0001-fixed-validate-module-import-for-newer-version-of-co.patch
 # Fix context menu keybinding
 patch -p1 < ../8ae6f93f.patch
+# Remove pytest-runner from setup_requires
+sed -i '/pytest-runner/d' setup.py
 }
 
 build() {
 cd "${pkgname}-${pkgver}"
 
-python setup.py build
+python -m build --wheel --no-isolation
 }
 
 package() {
 cd "${pkgname}-${pkgver}"
 
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+python -m installer --destdir="$pkgdir" dist/*.whl
 
 rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/terminator/-/compare/9835ad6a792a5e6e9eb80abe675d131d6a196b5d...e87d3ec9281a4a60b4211e5f98f6684b4279271f

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




[Git][archlinux/packaging/packages/lxqt-panel] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-panel

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




[Git][archlinux/packaging/packages/lxqt-globalkeys][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-globalkeys


Commits:
f4e8ca66 by Chih-Hsuan Yen at 2024-04-22T13:28:35+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-globalkeys
pkgdesc = LXQt daemon and library for global keyboard shortcuts 
registration.
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-globalkeys
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = lxqt-globalkeys
license = LGPL2.1
makedepends = lxqt-build-tools
depends = liblxqt
-   source = 
https://github.com/lxqt/lxqt-globalkeys/releases/download/1.4.0/lxqt-globalkeys-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/lxqt-globalkeys/releases/download/1.4.0/lxqt-globalkeys-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/lxqt-globalkeys/releases/download/2.0.0/lxqt-globalkeys-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-globalkeys/releases/download/2.0.0/lxqt-globalkeys-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
ffed3e299d11b3b6298bf5558cff9ba2b979d6d7a5cad72af0ae640a991b6203
+   sha256sums = 
13e7a72686890a40b65d8ae13c79ed287eb971fbc0285769c40c8b97e7af43f7
sha256sums = SKIP
 
 pkgname = lxqt-globalkeys


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=lxqt-globalkeys
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="LXQt daemon and library for global keyboard shortcuts registration."
 arch=("x86_64")
@@ -14,7 +14,7 @@ makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('ffed3e299d11b3b6298bf5558cff9ba2b979d6d7a5cad72af0ae640a991b6203'
+sha256sums=('13e7a72686890a40b65d8ae13c79ed287eb971fbc0285769c40c8b97e7af43f7'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-globalkeys/-/commit/f4e8ca66796cfc366cec42fc29cb08b974c67cf0

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




[Git][archlinux/packaging/packages/lxqt-globalkeys] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-globalkeys

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




[Git][archlinux/packaging/packages/libfm-qt] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
libfm-qt

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




[Git][archlinux/packaging/packages/libfm-qt][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
libfm-qt


Commits:
01db50f1 by Chih-Hsuan Yen at 2024-04-22T13:26:45+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,24 +1,24 @@
 pkgbase = libfm-qt
pkgdesc = Core library of PCManFM-Qt (Qt binding for libfm)
-   pkgver = 1.4.0
-   pkgrel = 3
+   pkgver = 2.0.0
+   pkgrel = 1
url = https://github.com/lxqt/libfm-qt
arch = x86_64
license = LGPL2.1
makedepends = lxqt-build-tools
depends = menu-cache
depends = libexif
-   depends = qt5-x11extras
+   depends = qt6-base
depends = lxqt-menu-data
optdepends = org.freedesktop.secrets: allow to remember mount passwords
-   provides = libfm-qt.so
+   provides = libfm-qt6.so
options = !emptydirs
-   source = 
https://github.com/lxqt/libfm-qt/releases/download/1.4.0/libfm-qt-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/libfm-qt/releases/download/1.4.0/libfm-qt-1.4.0.tar.xz.asc
+   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.0/libfm-qt-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/libfm-qt/releases/download/2.0.0/libfm-qt-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
d5a9bbb1f295dfbe88add760fc9c8da60771d4d49b64408b1278315b52dd071d7e24dbc9ff8354f0c68e5ad58e809e78a2dae77e2d4f52cd8e0b8409c0d7f5cb
+   sha512sums = 
0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524
sha512sums = SKIP
 
 pkgname = libfm-qt


=
PKGBUILD
=
@@ -2,23 +2,23 @@
 # Contributor: Jerome Leclanche 
 
 pkgname=libfm-qt
-pkgver=1.4.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Core library of PCManFM-Qt (Qt binding for libfm)"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("menu-cache" "libexif" "qt5-x11extras" "lxqt-menu-data")
+depends=("menu-cache" "libexif" "qt6-base" "lxqt-menu-data")
 makedepends=("lxqt-build-tools")
 optdepends=(
   "org.freedesktop.secrets: allow to remember mount passwords"
 )
-provides=("libfm-qt.so")
+provides=("libfm-qt6.so")
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('d5a9bbb1f295dfbe88add760fc9c8da60771d4d49b64408b1278315b52dd071d7e24dbc9ff8354f0c68e5ad58e809e78a2dae77e2d4f52cd8e0b8409c0d7f5cb'
+sha512sums=('0f58a144ec8bcebfabef2bd083a08f04d6832cc16ec0d1093bda72495def64da3172292934aa561cda88ddc289e29d9ee13e3582a8a5a48ac20cbcf3fee57524'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libfm-qt/-/commit/01db50f1127ed1dfdcc286c5b58e63b5fc7a499f

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




[Git][archlinux/packaging/packages/qtxdg-tools] Pushed new tag 4.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 4.0.0-1 at Arch Linux / Packaging / Packages / 
qtxdg-tools

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




[Git][archlinux/packaging/packages/qtxdg-tools][main] upgpkg: 4.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
qtxdg-tools


Commits:
28e022bf by Chih-Hsuan Yen at 2024-04-22T13:24:31+08:00
upgpkg: 4.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,20 @@
 pkgbase = qtxdg-tools
pkgdesc = libqtxdg user tools
-   pkgver = 3.12.0
+   pkgver = 4.0.0
pkgrel = 1
url = https://github.com/lxqt/qtxdg-tools
arch = x86_64
license = LGPL2.1
makedepends = cmake
-   makedepends = qt5-tools
+   makedepends = qt6-tools
makedepends = lxqt-build-tools
-   depends = qt5-base
+   depends = qt6-base
depends = libqtxdg
conflicts = libqtxdg<3.9.1
-   source = 
https://github.com/lxqt/qtxdg-tools/releases/download/3.12.0/qtxdg-tools-3.12.0.tar.xz
-   source = 
https://github.com/lxqt/qtxdg-tools/releases/download/3.12.0/qtxdg-tools-3.12.0.tar.xz.asc
+   source = 
https://github.com/lxqt/qtxdg-tools/releases/download/4.0.0/qtxdg-tools-4.0.0.tar.xz
+   source = 
https://github.com/lxqt/qtxdg-tools/releases/download/4.0.0/qtxdg-tools-4.0.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
8afba8c57647ccbec27964c021b1f317866bb93c7293f60319a340b6484bf883
+   sha256sums = 
4cd485e2780290d99d7242f605db9f0ffe5ed598cc672ed5e4acef871ce27b3a
sha256sums = SKIP
 
 pkgname = qtxdg-tools


=
PKGBUILD
=
@@ -1,16 +1,16 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=qtxdg-tools
-pkgver=3.12.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="libqtxdg user tools"
 arch=("x86_64")
 url="https://github.com/lxqt/qtxdg-tools;
 license=("LGPL2.1")
-depends=("qt5-base" "libqtxdg")
-makedepends=("cmake" "qt5-tools" "lxqt-build-tools")
+depends=("qt6-base" "libqtxdg")
+makedepends=("cmake" "qt6-tools" "lxqt-build-tools")
 
source=("https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('8afba8c57647ccbec27964c021b1f317866bb93c7293f60319a340b6484bf883'
+sha256sums=('4cd485e2780290d99d7242f605db9f0ffe5ed598cc672ed5e4acef871ce27b3a'
 'SKIP')
 validpgpkeys=(
   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qtxdg-tools/-/commit/28e022bf716a400d52b7574d31388ee7aa3c2de5

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




[Git][archlinux/packaging/packages/libsysstat][main] upgpkg: 1.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
libsysstat


Commits:
883d0535 by Chih-Hsuan Yen at 2024-04-22T13:23:06+08:00
upgpkg: 1.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = libsysstat
+   pkgdesc = Library to query system statistics (net, resource usage, ...)
+   pkgver = 1.0.0
+   pkgrel = 1
+   url = https://github.com/lxqt/libsysstat
+   arch = x86_64
+   license = LGPL2.1
+   makedepends = lxqt-build-tools
+   depends = qt6-base
+   source = 
https://github.com/lxqt/libsysstat/releases/download/1.0.0/libsysstat-1.0.0.tar.xz
+   source = 
https://github.com/lxqt/libsysstat/releases/download/1.0.0/libsysstat-1.0.0.tar.xz.asc
+   validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
+   validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
+   validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
+   sha512sums = 
f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7
+   sha512sums = SKIP
+
+pkgname = libsysstat


=
PKGBUILD
=
@@ -2,19 +2,19 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=libsysstat
-pkgver=0.4.6
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Library to query system statistics (net, resource usage, ...)"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("qt5-base")
+depends=("qt6-base")
 makedepends=("lxqt-build-tools")
 source=(

"https://github.com/lxqt/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/libsysstat/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('dd0e6f67509658691082b043e06589c6a89eea016a0e68cdb7d377f25a0bc63aa476b5eb90f230593daab462a9e22f6f636c0723110fb36faeea7c0aa6d0b85b'
+sha512sums=('f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsysstat/-/commit/883d05354eec82e10cc15d85455dd6052dc2d2c3

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




[Git][archlinux/packaging/packages/libsysstat] Pushed new tag 1.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.0.0-1 at Arch Linux / Packaging / Packages / 
libsysstat

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




[Git][archlinux/packaging/packages/liblxqt] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
liblxqt

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




[Git][archlinux/packaging/packages/liblxqt][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
liblxqt


Commits:
6c5aed5f by Chih-Hsuan Yen at 2024-04-22T13:21:39+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,21 +1,21 @@
 pkgbase = liblxqt
pkgdesc = Common base library for LXQt components
-   pkgver = 1.4.0
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/liblxqt
arch = x86_64
license = LGPL2.1
makedepends = lxqt-build-tools
-   depends = kwindowsystem5
+   depends = kwindowsystem
depends = libxss
-   depends = polkit-qt5
-   depends = libQt5Xdg.so
-   source = 
https://github.com/lxqt/liblxqt/releases/download/1.4.0/liblxqt-1.4.0.tar.xz
-   source = 
https://github.com/lxqt/liblxqt/releases/download/1.4.0/liblxqt-1.4.0.tar.xz.asc
+   depends = polkit-qt6
+   depends = libQt6Xdg.so
+   source = 
https://github.com/lxqt/liblxqt/releases/download/2.0.0/liblxqt-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/liblxqt/releases/download/2.0.0/liblxqt-2.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
b55073e7673e19d30339cabf5692a86b3aee244f3009f67e424b7c919f4d96f0
+   sha256sums = 
61092556146b769dc9bab328550f3f157e618a1a09ae1e052db61fc0db07b3e4
sha256sums = SKIP
 
 pkgname = liblxqt


=
PKGBUILD
=
@@ -2,18 +2,18 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=liblxqt
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Common base library for LXQt components"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL2.1")
-depends=("kwindowsystem5" "libxss" "polkit-qt5" "libQt5Xdg.so")
+depends=("kwindowsystem" "libxss" "polkit-qt6" "libQt6Xdg.so")
 makedepends=("lxqt-build-tools")
 source=(
   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('b55073e7673e19d30339cabf5692a86b3aee244f3009f67e424b7c919f4d96f0'
+sha256sums=('61092556146b769dc9bab328550f3f157e618a1a09ae1e052db61fc0db07b3e4'
 'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/liblxqt/-/commit/6c5aed5f333619be0c1c7af574663864b67a7f18

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




[Git][archlinux/packaging/packages/lxqt-menu-data][main] upgpkg: 2.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
lxqt-menu-data


Commits:
c716814f by Chih-Hsuan Yen at 2024-04-22T13:20:00+08:00
upgpkg: 2.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lxqt-menu-data
pkgdesc = LXQt menu files
-   pkgver = 1.4.1
+   pkgver = 2.0.0
pkgrel = 1
url = https://github.com/lxqt/lxqt-menu-data
arch = any
@@ -8,11 +8,11 @@ pkgbase = lxqt-menu-data
license = LGPL
makedepends = cmake
makedepends = lxqt-build-tools
-   makedepends = qt5-tools
-   source = 
https://github.com/lxqt/lxqt-menu-data/releases/download/1.4.1/lxqt-menu-data-1.4.1.tar.xz
-   source = 
https://github.com/lxqt/lxqt-menu-data/releases/download/1.4.1/lxqt-menu-data-1.4.1.tar.xz.asc
+   makedepends = qt6-tools
+   source = 
https://github.com/lxqt/lxqt-menu-data/releases/download/2.0.0/lxqt-menu-data-2.0.0.tar.xz
+   source = 
https://github.com/lxqt/lxqt-menu-data/releases/download/2.0.0/lxqt-menu-data-2.0.0.tar.xz.asc
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha512sums = 
6e3bc518f6d392a4a4c37fd218d034b48400178bc450b7492339f25dc2de21d493c86ebdbe74bd43a6a1a4799d51737a1fb88f89e68f569cb21ac81096124cba
+   sha512sums = 
04ee9923118ded86c60677bf0922498625496d2811237211072a1b7f2a2fde18b8444901fa3812599e1c246bf2bda61d3ee0e5eb7b6a7c35827f46c21e61
sha512sums = SKIP
 
 pkgname = lxqt-menu-data


=
PKGBUILD
=
@@ -1,17 +1,17 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=lxqt-menu-data
-pkgver=1.4.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='LXQt menu files'
 arch=(any)
 url='https://github.com/lxqt/lxqt-menu-data'
 license=('GPL' 'LGPL')
-makedepends=(cmake lxqt-build-tools qt5-tools)
+makedepends=(cmake lxqt-build-tools qt6-tools)
 source=(
   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha512sums=('6e3bc518f6d392a4a4c37fd218d034b48400178bc450b7492339f25dc2de21d493c86ebdbe74bd43a6a1a4799d51737a1fb88f89e68f569cb21ac81096124cba'
+sha512sums=('04ee9923118ded86c60677bf0922498625496d2811237211072a1b7f2a2fde18b8444901fa3812599e1c246bf2bda61d3ee0e5eb7b6a7c35827f46c21e61'
 'SKIP')
 validpgpkeys=(
   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lxqt-menu-data/-/commit/c716814f9c20bf96707e177fd1842e4a4a2deb18

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




[Git][archlinux/packaging/packages/lxqt-menu-data] Pushed new tag 2.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.0.0-1 at Arch Linux / Packaging / Packages / 
lxqt-menu-data

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




[Git][archlinux/packaging/packages/libqtxdg][main] upgpkg: 4.0.0-1: LXQt 2.0

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
libqtxdg


Commits:
2193efc1 by Chih-Hsuan Yen at 2024-04-22T13:18:24+08:00
upgpkg: 4.0.0-1: LXQt 2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libqtxdg
pkgdesc = Library providing freedesktop.org XDG specs implementations 
for Qt
-   pkgver = 3.12.0
-   pkgrel = 3
+   pkgver = 4.0.0
+   pkgrel = 1
url = https://github.com/lxqt/libqtxdg
arch = x86_64
license = LGPL
@@ -11,17 +11,17 @@ pkgbase = libqtxdg
makedepends = lxqt-build-tools
depends = libsm
depends = libxkbcommon-x11
-   depends = qt5-base
-   depends = qt5-svg
+   depends = qt6-base
+   depends = qt6-svg
optdepends = xterm: the default terminal for running .desktop files
-   provides = libQt5Xdg.so
-   provides = libQt5XdgIconLoader.so
-   source = 
https://github.com/lxqt/libqtxdg/releases/download/3.12.0/libqtxdg-3.12.0.tar.xz
-   source = 
https://github.com/lxqt/libqtxdg/releases/download/3.12.0/libqtxdg-3.12.0.tar.xz.asc
+   provides = libQt6Xdg.so
+   provides = libQt6XdgIconLoader.so
+   source = 
https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz
+   source = 
https://github.com/lxqt/libqtxdg/releases/download/4.0.0/libqtxdg-4.0.0.tar.xz.asc
validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-   sha256sums = 
726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc
+   sha256sums = 
8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62
sha256sums = SKIP
 
 pkgname = libqtxdg


=
PKGBUILD
=
@@ -2,24 +2,24 @@
 # Co-Maintainer: Chih-Hsuan Yen 
 
 pkgname=libqtxdg
-pkgver=3.12.0
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname;
 license=("LGPL" "custom")
-depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+depends=("libsm" "libxkbcommon-x11" "qt6-base" "qt6-svg")
 makedepends=("cmake" "lxqt-build-tools")
 checkdepends=("xorg-server-xvfb")
 optdepends=(
   'xterm: the default terminal for running .desktop files'
 )
-provides=("libQt5Xdg.so" "libQt5XdgIconLoader.so")
+provides=("libQt6Xdg.so" "libQt6XdgIconLoader.so")
 source=(
   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha256sums=('726856ff447220575c84461800b151328e784c6c326a5065ef3f9a7f9506d4dc'
+sha256sums=('8c1b250de914b2e1fb451c213ee6f249b7b5729c85ac3283fd75615a47a66b62'
 'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 




View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqtxdg/-/commit/2193efc1d529207831c67e18f26c0dd7c93f8578

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




[Git][archlinux/packaging/packages/libqtxdg] Pushed new tag 4.0.0-1

2024-04-21 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 4.0.0-1 at Arch Linux / Packaging / Packages / 
libqtxdg

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




[Git][archlinux/packaging/packages/python-markdown-math][main] Update SRCINFO

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
e28b1b9d by Daniel M. Capella at 2024-04-22T01:12:24-04:00
Update SRCINFO

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -5,13 +5,14 @@ pkgbase = python-markdown-math
url = https://github.com/mitya57/python-markdown-math
arch = any
license = BSD-3-Clause
+   makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-markdown
-   source = 
https://files.pythonhosted.org/packages/source/p/python-markdown-math/python-markdown-math-0.8.tar.gz
+   source = 
git+https://github.com/mitya57/python-markdown-math#tag=0.8?signed
validpgpkeys = F24299FF1BBC9018B906A4CB6026936D2F1C8AE0
-   sha256sums = 
8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635
+   sha256sums = 
0672e8cda873c5818b775af564ced59e9093e3a8880f55498a1b711e9c21bd2a
 
 pkgname = python-markdown-math



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown-math/-/commit/e28b1b9ddb5e709ca993fd2ae72e9cff6dd953e2

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




[Git][archlinux/packaging/packages/python-markdown-math][main] 2 commits: Switch to git source

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
336742c7 by loqs at 2024-04-22T01:07:23-04:00
Switch to git source

https://archlinux.org/todo/fix-reproducibility-of-packages-broken-by-pypi-removing-signature-files/

- - - - -
98e46817 by loqs at 2024-04-22T01:08:03-04:00
Specify test file

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,26 +9,26 @@ arch=('any')
 url="https://github.com/mitya57/python-markdown-math;
 license=('BSD-3-Clause')
 depends=('python-markdown')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+source=("git+${url}#tag=${pkgver}?signed")
+sha256sums=('0672e8cda873c5818b775af564ced59e9093e3a8880f55498a1b711e9c21bd2a')
 validpgpkeys=('F24299FF1BBC9018B906A4CB6026936D2F1C8AE0') # Dmitry Shachnev 

 
 
 build() {
-cd "${pkgname}-${pkgver}"
+cd "${pkgname}"
 
 python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-cd "${pkgname}-${pkgver}"
+cd "${pkgname}"
 
-python -m unittest -v
+python -m unittest -v test.py
 }
 
 package() {
-cd "${pkgname}-${pkgver}"
+cd "${pkgname}"
 python -m installer --destdir="${pkgdir}" dist/*.whl
 
 # Symlink license file



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown-math/-/compare/8a1718dc9ef3653a4526f1832c97785dffda0ff5...98e46817386aea3090c9025bc16959811de8b958

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown-math/-/compare/8a1718dc9ef3653a4526f1832c97785dffda0ff5...98e46817386aea3090c9025bc16959811de8b958
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/retext][main] Install desktop file

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
04a5a2bf by Daniel M. Capella at 2024-04-22T00:46:15-04:00
Install desktop file

Got lost after the switch to PEP 517.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -42,7 +42,7 @@ package () {
 python -m installer --destdir="$pkgdir" dist/*.whl
 
 # create /usr/share/* dirs
-_SHAREDIR="$pkgdir/usr/share"
+local _SHAREDIR="$pkgdir/usr/share"
 install -d -m 755 "$_SHAREDIR"/{applications,mime/packages}
 
 # install icons
@@ -56,6 +56,9 @@ package () {
 
 # install mime files
 install -m 644 "$srcdir"/x-retext-rst.xml "$_SHAREDIR"/mime/packages/
+
+# install desktop file
+install -m 644 data/me.mitya57.ReText.desktop "$_SHAREDIR"/applications/
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/retext/-/commit/04a5a2bf521602ef4d58838d0ca6200b4ce108dd

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




[Git][archlinux/packaging/packages/retext][main] 4 commits: Switch to git source due to PyPI removing signature files

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
7503f655 by loqs at 2024-04-22T00:39:29-04:00
Switch to git source due to PyPI removing signature files

- - - - -
66fb77f4 by Daniel M. Capella at 2024-04-22T00:39:29-04:00
Switch to unittest from pytest

- - - - -
fd515f9a by loqs at 2024-04-22T00:39:29-04:00
Change to SPDX license identifier

https://github.com/retext-project/retext/blob/8.0.1/LICENSE_GPL
https://github.com/retext-project/retext/blob/8.0.1/setup.py#L173

- - - - -
5e06ab34 by Daniel M. Capella at 2024-04-22T00:39:29-04:00
Update SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,17 +4,17 @@ pkgbase = retext
pkgrel = 2
url = https://github.com/retext-project/retext
arch = any
-   license = GPL3
+   license = GPL-2.0-or-later
checkdepends = xorg-server-xvfb
checkdepends = python-chardet
checkdepends = python-docutils
-   checkdepends = python-pytest
makedepends = imagemagick
makedepends = qt6-tools
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+   makedepends = git
depends = python-pyqt6
depends = python-markups>=2.0.0
depends = shared-mime-info
@@ -27,10 +27,10 @@ pkgbase = retext
depends = python-chardet
optdepends = python-pyqt6-webengine: for WebEngine preview
optdepends = python-pyenchant: for spell checking support
-   source = 
https://files.pythonhosted.org/packages/source/R/ReText/ReText-8.0.2.tar.gz
+   source = git+https://github.com/retext-project/retext#tag=8.0.2?signed
source = x-retext-rst.xml
validpgpkeys = F24299FF1BBC9018B906A4CB6026936D2F1C8AE0
-   sha256sums = 
fd74d06c580786888da06569ac28981f1d52ae07bc75a9ce6345a0df2c8280dc
+   sha256sums = 
815c8a0dbf83db30fcc5f5bd8de0e07637e23903c515efe015339c0d39298a62
sha256sums = 
6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a
 
 pkgname = retext


=
PKGBUILD
=
@@ -12,33 +12,33 @@ pkgrel=2
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext;
-license=('GPL3')
+license=('GPL-2.0-or-later')
 # for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
 # for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
 depends=('python-pyqt6' 'python-markups>=2.0.0' 'shared-mime-info' 'xdg-utils' 
'python-docutils'
  'desktop-file-utils' 'hicolor-icon-theme' 'python-markdown' 
'python-pygments' 'python-chardet')
-makedepends=('imagemagick' 'qt6-tools' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
-checkdepends=('xorg-server-xvfb' 'python-chardet' 'python-docutils' 
'python-pytest')
+makedepends=('imagemagick' 'qt6-tools' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel' 'git')
+checkdepends=('xorg-server-xvfb' 'python-chardet' 'python-docutils')
 optdepends=('python-pyqt6-webengine: for WebEngine preview'
 'python-pyenchant: for spell checking support')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+source=("git+${url}#tag=${pkgver}?signed"
 "x-retext-rst.xml")
-sha256sums=('fd74d06c580786888da06569ac28981f1d52ae07bc75a9ce6345a0df2c8280dc'
+sha256sums=('815c8a0dbf83db30fcc5f5bd8de0e07637e23903c515efe015339c0d39298a62'
 '6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
 validpgpkeys=('F24299FF1BBC9018B906A4CB6026936D2F1C8AE0') # Dmitry Shachnev 

 
 build () {
-cd "$srcdir/${_pkgname}-${pkgver}"
+cd "$srcdir/${pkgname}"
 python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-cd "$srcdir/${_pkgname}-${pkgver}"
-xvfb-run pytest
+cd "$srcdir/${pkgname}"
+xvfb-run python -m unittest -v
 }
 
 package () {
-cd "$srcdir/${_pkgname}-${pkgver}"
+cd "$srcdir/${pkgname}"
 python -m installer --destdir="$pkgdir" dist/*.whl
 
 # create /usr/share/* dirs



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/retext/-/compare/41872ca45ac34895060ebc870a6fb98577afb235...5e06ab34fcd08f8ae62885640d9596af0af1f93b

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




[Git][archlinux/packaging/packages/python-tblib][main] Call pytest directly

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
1c911f0d by loqs at 2024-04-21T23:48:15-04:00
Call pytest directly

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,9 +22,7 @@ build() {
 
 check() {
   cd ${pkgname}-${pkgver}
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
+  PYTHONPATH="$PWD/src" pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tblib/-/commit/1c911f0d759f9b1ffc5000564bbc65296fb7852e

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




[Git][archlinux/packaging/packages/python-stopit][main] 3 commits: Call unittest module directly

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
1497927d by loqs at 2024-04-21T23:39:15-04:00
Call unittest module directly

- - - - -
44db925e by loqs at 2024-04-21T23:39:55-04:00
Change license to MIT

https://github.com/glenfant/stopit/blob/1.1.2/LICENSE

- - - - -
959e8891 by Daniel M. Capella at 2024-04-21T23:43:28-04:00
Symlink license

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = python-stopit
pkgrel = 7
url = https://github.com/glenfant/stopit
arch = any
-   license = GPL3
+   license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgrel=7
 pkgdesc='Library to raise asynchronous exceptions in other thread, control the 
timeout of blocks or callables'
 url='https://github.com/glenfant/stopit'
 arch=('any')
-license=('GPL3')
+license=('MIT')
 depends=('python' )
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/glenfant/${_pyname}/archive/${pkgver}.tar.gz;)
@@ -20,15 +20,19 @@ build() {
 
 check() {
   cd ${_pyname}-${pkgver}
-  python -m venv --system-site-packages test-env
-  test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python tests.py
+  PYTHONPATH="$PWD/src" python -m unittest tests.suite -v
 }
 
 package() {
   cd ${_pyname}-${pkgver}
   python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # 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: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stopit/-/compare/dd1224fbcd9352e9c6ae17deba9e2e5ddf0f9bc8...959e889136b32ebfaf77983cbd20f7559e7ccc49

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stopit/-/compare/dd1224fbcd9352e9c6ae17deba9e2e5ddf0f9bc8...959e889136b32ebfaf77983cbd20f7559e7ccc49
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-htmlmin][main] 3 commits: Call pytest directly

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
bbed5b0c by loqs at 2024-04-21T23:01:04-04:00
Call pytest directly

- - - - -
9f282055 by loqs at 2024-04-21T23:01:32-04:00
Change to SPDX license identifier

https://github.com/mankyd/htmlmin/blob/220b1d16442eb4b6fafed338ee3b61f698a01e63/LICENSE

- - - - -
d0b19843 by Daniel M. Capella at 2024-04-21T23:02:18-04:00
Update SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = python-htmlmin
pkgrel = 10
url = https://htmlmin.readthedocs.io/en/latest/
arch = any
-   license = BSD
+   license = BSD-3-Clause
checkdepends = python-pytest
makedepends = python-sphinx
makedepends = python-build


=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgrel=10
 pkgdesc='Configurable HTML Minifier with safety features'
 url='https://htmlmin.readthedocs.io/en/latest/'
 arch=('any')
-license=('BSD')
+license=('BSD-3-Clause')
 makedepends=('python-sphinx' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
 checkdepends=('python-pytest')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/mankyd/htmlmin/archive/${_gitcommit}.tar.gz)
@@ -25,7 +25,7 @@ build() {
 
 check() {
   cd ${_pkgname}-${_gitcommit}
-  python setup.py test
+  pytest
 }
 
 package_htmlmin() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-htmlmin/-/compare/682414e93e24fe152841c462275535de4aab8f32...d0b19843e273a66361fe3ed118a41fce13cbb429

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-htmlmin/-/compare/682414e93e24fe152841c462275535de4aab8f32...d0b19843e273a66361fe3ed118a41fce13cbb429
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-stone][main] 2 commits: Remove python-pytest-runner

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
449312b7 by loqs at 2024-04-09T13:02:59+01:00
Remove python-pytest-runner

- - - - -
0b74ecb9 by Daniel M. Capella at 2024-04-21T22:54:31-04:00
Update SRCINFO

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,7 +7,6 @@ pkgbase = python-stone
license = MIT
checkdepends = python-coverage
checkdepends = python-pytest
-   checkdepends = python-pytest-runner
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools


=
PKGBUILD
=
@@ -18,13 +18,12 @@ makedepends=(
 checkdepends=(
   python-coverage
   python-pytest
-  python-pytest-runner
 )
 source=($url/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('f39e20a282eebe38ea44438f807d55762fc8dcd704cc56774944646a471f60d6')
 
 prepare() {
-  sed -e 's|== 5\.3\.2|>= 5.2.0|' -i $_name-$pkgver/setup.py # Unpin 
pytest-runner version
+  sed -e '/pytest-runner/d' -i $_name-$pkgver/setup.py # Remove pytest-runner 
from setup_requires
 
   # upstream doesn't seem to care about Python 3.11 compat: 
https://github.com/dropbox/stone/issues/288
   sed -e 's/getargspec/getfullargspec/' -i 
$_name-$pkgver/$_name/frontend/ir_generator.py



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stone/-/compare/72e4660de52fe0620e5e83fc7adf348042285755...0b74ecb9de90229e756f9259425ffaf6f244612c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stone/-/compare/72e4660de52fe0620e5e83fc7adf348042285755...0b74ecb9de90229e756f9259425ffaf6f244612c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lib32-gstreamer][main] Remove extra package names

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / lib32-gstreamer


Commits:
d9adf4ff by Jan Alexander Steffens (heftig) at 2024-04-22T04:53:57+02:00
Remove extra package names

These get overridden by the superproject `package-name`, anyway.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -82,11 +82,6 @@ build() {
 -D ugly=disabled
 -D vaapi=disabled
 
-# Package names
--D gstreamer:package-name="Arch Linux lib32-gstreamer $pkgver-$pkgrel"
--D gst-plugins-base:package-name="Arch Linux lib32-gst-plugins-base 
$pkgver-$pkgrel"
--D gst-plugins-good:package-name="Arch Linux lib32-gst-plugins-good 
$pkgver-$pkgrel"
-
 # Subproject options
 -D gstreamer:bash-completion=disabled
 -D gstreamer:dbghelp=disabled



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-gstreamer/-/commit/d9adf4ffd506eb137330d2bb13ffe0a158ff231a

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




[Git][archlinux/packaging/packages/python-zope-testrunner][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
93570409 by Daniel M. Capella at 2024-04-21T22:24:41-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,8 +4,11 @@ pkgbase = python-zope-testrunner
pkgrel = 3
url = https://github.com/zopefoundation/zope.testrunner
arch = any
-   license = ZPL
+   license = ZPL-2.1
checkdepends = python-zope-testing
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python-setuptools
depends = python-zope-interface
depends = python-zope-exceptions


=
PKGBUILD
=
@@ -6,15 +6,16 @@ pkgrel=3
 pkgdesc="Zope testrunner script"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testrunner;
-license=('ZPL')
+license=('ZPL-2.1')
 depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
+makedepends=('python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-zope-testing')
 
source=("https://github.com/zopefoundation/zope.testrunner/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('de8198bfbb7e33fd53c8069f6eac38e562c384a49f546fd65afbc56af9c6c59b287776bd94f7978f513d018efb3d11ff3cb5eff92aeee683ba03340732c7a5b1')
 
 build() {
   cd zope.testrunner-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -29,7 +30,7 @@ check() {
 
 package() {
   cd zope.testrunner-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-testrunner/-/commit/93570409b86c5c44a1cd4b74a17c56a254b981f7

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




[Git][archlinux/packaging/packages/python-zope-testing][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
37c04d64 by Daniel M. Capella at 2024-04-21T22:17:51-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,8 +4,11 @@ pkgbase = python-zope-testing
pkgrel = 3
url = https://github.com/zopefoundation/zope.testing
arch = any
-   license = ZPL
+   license = ZPL-2.1
checkdepends = python-nose
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python-setuptools
depends = python-zope-interface
depends = python-zope-exceptions


=
PKGBUILD
=
@@ -6,15 +6,16 @@ pkgrel=3
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing;
-license=('ZPL')
+license=('ZPL-2.1')
 depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
+makedepends=('python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz;)
 
sha512sums=('169ddd82d67f54988cac6cea719095ea7b1a0e59a1b51f63ab6bf15e785877fa060bac5c0786c26244a7630ec1b97011d0bb336c9177a8e6a911ccdb673eebba')
 
 build() {
   cd zope.testing-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -24,7 +25,7 @@ check() {
 
 package() {
   cd zope.testing-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-testing/-/commit/37c04d64e8d77b7a0eae6511f575f8435675cfb6

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




[Git][archlinux/packaging/packages/python-teamcity-messages][main] Use PEP 517 and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
b02311ba by Daniel M. Capella at 2024-04-21T21:57:24-04:00
Use PEP 517 and stop using setup.py test

No tests were being run prior. `tests/integration-tests/` requires the
`common` module which is not in the repos.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,10 +4,13 @@ pkgbase = python-teamcity-messages
pkgrel = 3
url = https://github.com/JetBrains/teamcity-messages
arch = any
-   license = Apache
+   license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-virtualenv
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
depends = python
source = 
https://github.com/JetBrains/teamcity-messages/archive/v1.32/python-teamcity-messages-1.32.tar.gz
sha512sums = 
b9733edb1e2aef4ca69773070e927a2b6162b34d8bea4b4fd22c5d7858de2d6416dcc39102aa718b4858635900519cfd7e02016143ac6a19fa82d1fd6780c0a3


=
PKGBUILD
=
@@ -5,30 +5,30 @@ pkgver=1.32
 pkgrel=3
 pkgdesc="Send test results to TeamCity continuous integration server from 
unittest, nose, py.test, twisted trial, behave"
 url="https://github.com/JetBrains/teamcity-messages;
-license=('Apache')
+license=('Apache-2.0')
 arch=('any')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-virtualenv')
 
source=("https://github.com/JetBrains/teamcity-messages/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('b9733edb1e2aef4ca69773070e927a2b6162b34d8bea4b4fd22c5d7858de2d6416dcc39102aa718b4858635900519cfd7e02016143ac6a19fa82d1fd6780c0a3')
 
 prepare() {
   cd teamcity-messages-$pkgver
-  sed -i "s/virtualenv_version = 'virtualenv==20.7.2'/virtualenv_version = 
'virtualenv'/" setup.py
+  sed -i "s/virtualenv_version = 'virtualenv==20.16.5'/virtualenv_version = 
'virtualenv'/" setup.py
 }
 
 build() {
   cd teamcity-messages-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd teamcity-messages-$pkgver
-  python setup.py test || echo "Tests failed"
+  PYTHONPATH="$PWD" pytest tests/unit-tests*
 }
 
 package() {
   cd teamcity-messages-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-teamcity-messages/-/commit/b02311ba07c9aff95c221482c34c0106a8c57012

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




[Git][archlinux/packaging/packages/python-tblib][main] Use PEP 517 and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
bd060943 by Daniel M. Capella at 2024-04-21T21:26:47-04:00
Use PEP 517 and stop using setup.py test

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,9 +4,14 @@ pkgbase = python-tblib
pkgrel = 7
url = https://github.com/ionelmc/python-tblib
arch = any
-   license = BSD
+   license = BSD-2-Clause
+   checkdepends = python-pytest
+   checkdepends = python-twisted
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
makedepends = python-six
+   makedepends = python-wheel
depends = python-six
source = 
https://github.com/ionelmc/python-tblib/archive/v1.7.0/python-tblib-1.7.0.tar.gz
sha512sums = 
14745af9647262c4569ae578e2bd439b4fbc430735449bf3c4dbc99c6dd39706725ddbf5b6d6e078eee34f0ccb5d9a5f5143d133a2a0b171afa6975e21c30999


=
PKGBUILD
=
@@ -7,28 +7,36 @@ pkgrel=7
 pkgdesc='Python traceback fiddling library'
 url='https://github.com/ionelmc/python-tblib'
 arch=('any')
-license=('BSD')
+license=('BSD-2-Clause')
 depends=('python-six')
-makedepends=('python-setuptools' 'python-six')
-source=(https://github.com/ionelmc/python-tblib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-six' 'python-wheel')
+checkdepends=('python-pytest' 'python-twisted')
+source=("https://github.com/ionelmc/python-tblib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 
sha512sums=('14745af9647262c4569ae578e2bd439b4fbc430735449bf3c4dbc99c6dd39706725ddbf5b6d6e078eee34f0ccb5d9a5f5143d133a2a0b171afa6975e21c30999')
 
b2sums=('edbd9e475304b6486072ef86147a65c0a8f540dc821a0f7e8babd72386276246b64d3d04f4fbb89edb34164965746e999694fba5d5b65f71b8ce3e8cfddb0add')
 
 build() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py build
+  cd ${pkgname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py test
+  cd ${pkgname}-${pkgver}
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python -m pytest
 }
 
 package() {
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  cd ${pkgname}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # 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}/${_pyname}-${pkgver}.dist-info/LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tblib/-/commit/bd060943b463a8a475e1451d1cbcadc22f84d659

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




[Git][archlinux/packaging/packages/rstcheck][main] Touch up

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
7103448b by Daniel M. Capella at 2024-04-21T21:22:49-04:00
Touch up

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ makedepends=(
   'python-setuptools-scm'
   'python-wheel'
 )
-checkdepends=('python-pytest' 'python-sphinx')
+checkdepends=('python-sphinx' 'python-pytest')
 optdepends=(
   'python-sphinx: for Sphinx support'
   'python-tomli: for pyproject.toml support'
@@ -29,7 +29,7 @@ build() {
 }
 
 check() {
- cd $pkgname
+  cd $pkgname
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rstcheck/-/commit/7103448b1fbc50829354d730850598c25500da3b

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




[Git][archlinux/packaging/packages/python-trustme][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
cc00e6ca by Daniel M. Capella at 2024-04-21T21:05:23-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,7 +7,10 @@ pkgbase = python-trustme
license = MIT
checkdepends = python-pytest
checkdepends = python-service-identity
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
depends = python
depends = python-cryptography
depends = python-idna


=
PKGBUILD
=
@@ -9,7 +9,7 @@ url='https://trustme.readthedocs.io'
 arch=('any')
 license=('MIT')
 depends=('python' 'python-cryptography' 'python-idna' 'python-pyopenssl')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-service-identity')
 
source=(https://github.com/python-trio/trustme/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 
sha512sums=('74577cdb6cb4fdf7d6bb10d34f19f199fe5a0cc889eeed36077be23817e5d80ca8656633d9123e1171a9f61f8352558d43ca0a7d75eed85449e815869f47fa38')
@@ -17,7 +17,7 @@ 
b2sums=('deceabea4e20c252c5cab51929a30e223b7118f8fba6cfcd699f590783f16cc3c43aab0
 
 build() {
   cd ${_pyname}-${pkgver}
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -28,9 +28,14 @@ check() {
 
 package() {
   cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # 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}/${_pyname}-${pkgver}.dist-info/LICENSE.MIT" \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.MIT"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-trustme/-/commit/cc00e6cafdf64097eb895e27b976731df249

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




[Git][archlinux/packaging/packages/python-stopit][main] Use PEP 517 and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
dd1224fb by Daniel M. Capella at 2024-04-21T21:01:20-04:00
Use PEP 517 and stop using setup.py test

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,10 +5,12 @@ pkgbase = python-stopit
url = https://github.com/glenfant/stopit
arch = any
license = GPL3
-   makedepends = python
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
source = 
python-stopit-1.1.2.tar.gz::https://github.com/glenfant/stopit/archive/1.1.2.tar.gz
sha512sums = 
4b1771a357f35a82128e92d7e91fa3e788271a3d6f1e08bacee69546c7c2fa857104394d8617259235c413b7f1706ccd4ff9ed480af5e1faef1149d1c1e0a0e0
 
 pkgname = python-stopit
-   depends = python


=
PKGBUILD
=
@@ -8,30 +8,26 @@ pkgdesc='Library to raise asynchronous exceptions in other 
thread, control the t
 url='https://github.com/glenfant/stopit'
 arch=('any')
 license=('GPL3')
-makedepends=('python' 'python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/glenfant/${_pyname}/archive/${pkgver}.tar.gz)
+depends=('python' )
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/glenfant/${_pyname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('4b1771a357f35a82128e92d7e91fa3e788271a3d6f1e08bacee69546c7c2fa857104394d8617259235c413b7f1706ccd4ff9ed480af5e1faef1149d1c1e0a0e0')
 
-prepare() {
-  cp -ra ${_pyname}-${pkgver}{,-py2}
-}
-
 build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-  )
+  cd ${_pyname}-${pkgver}
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-  (cd ${_pyname}-${pkgver}
-python setup.py test
-  )
+  cd ${_pyname}-${pkgver}
+  python -m venv --system-site-packages test-env
+  test-env/bin/python -m installer dist/*.whl
+  test-env/bin/python tests.py
 }
 
 package() {
-  depends=('python')
   cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-stopit/-/commit/dd1224fbcd9352e9c6ae17deba9e2e5ddf0f9bc8

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




[Git][archlinux/packaging/packages/python-requests-hawk][main] Use PEP 517 and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
e9e7bef5 by Daniel M. Capella at 2024-04-21T20:40:27-04:00
Use PEP 517 and stop using setup.py test

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,8 +4,11 @@ pkgbase = python-requests-hawk
pkgrel = 2
url = https://github.com/mozilla-services/requests-hawk
arch = any
-   license = Apache
+   license = Apache-2.0
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
depends = python-mohawk
depends = python-requests
source = 
https://github.com/mozilla-services/requests-hawk/archive/1.2.1/python-requests-hawk-1.2.1.tar.gz


=
PKGBUILD
=
@@ -7,9 +7,9 @@ pkgrel=2
 pkgdesc='Hawk authentication strategy for the requests python library'
 arch=('any')
 url='https://github.com/mozilla-services/requests-hawk'
-license=('Apache')
+license=('Apache-2.0')
 depends=('python-mohawk' 'python-requests')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("https://github.com/mozilla-services/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('9259bb0cb7be376e87708ad1535865ede4255072b3382d7119e8974072bb6b71')
 
@@ -19,15 +19,15 @@ prepare() {
 
 build() {
   cd $_pkgname-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd $_pkgname-$pkgver
-  python setup.py test
+  python -m unittest -v
 }
 
 package() {
-  cd $_pkgname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  cd $_pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-hawk/-/commit/e9e7bef5dc7f4ac0f2c5e53f0f81052d0ca38377

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




[Git][archlinux/packaging/packages/python-pyotp][main] Use PEP 517 and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
e452b21f by Daniel M. Capella at 2024-04-21T20:35:59-04:00
Use PEP 517 and stop using setup.py test

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,14 +6,17 @@ pkgbase = python-pyotp
arch = any
license = MIT
makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
makedepends = python-sphinx
makedepends = python-guzzle-sphinx-theme
makedepends = python-sphinxext-opengraph
depends = python
options = !makeflags
-   source = 
git+https://github.com/pyotp/pyotp#commit=c119693513a768629c4c8269c14083d71b941746?signed
+   source = git+https://github.com/pyotp/pyotp#tag=v2.9.0?signed
validpgpkeys = 29BCBADB4ECAAAC2382699388AFAFCD242818A52
-   sha512sums = SKIP
+   sha512sums = 
bf3519fa0ddba2282ea3d0bc5444277bd9f305cf100b372266bf1ae72edab1b6dd13e00acfaf566061bd346aa4dd42e3d738be58f3c401387f0691dffb362b9f
 
 pkgname = python-pyotp


=
PKGBUILD
=
@@ -3,7 +3,6 @@
 
 pkgname=python-pyotp
 _pkgname=pyotp
-_gitcommit=c119693513a768629c4c8269c14083d71b941746
 pkgver=2.9.0
 pkgrel=2
 pkgdesc='Python library for generating and verifying one-time passwords'
@@ -11,10 +10,10 @@ url='https://pyotp.readthedocs.io/'
 arch=('any')
 license=('MIT')
 depends=('python')
-makedepends=('git' 'python-setuptools' 'python-sphinx' 
'python-guzzle-sphinx-theme' 'python-sphinxext-opengraph')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'python-sphinx' 'python-guzzle-sphinx-theme' 
'python-sphinxext-opengraph')
 options=('!makeflags')
-source=("git+https://github.com/pyotp/pyotp#commit=${_gitcommit}?signed;)
-sha512sums=('SKIP')
+source=("git+https://github.com/pyotp/pyotp#tag=v$pkgver?signed;)
+sha512sums=('bf3519fa0ddba2282ea3d0bc5444277bd9f305cf100b372266bf1ae72edab1b6dd13e00acfaf566061bd346aa4dd42e3d738be58f3c401387f0691dffb362b9f')
 validpgpkeys=('29BCBADB4ECAAAC2382699388AFAFCD242818A52') # Andrey Kislyuk 

 
 pkgver() {
@@ -24,23 +23,28 @@ pkgver() {
 
 build() {
   cd ${_pkgname}
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
   sphinx-build -b text docs docs/_build/text
   sphinx-build -b man docs docs/_build/man
 }
 
 check() {
   cd ${_pkgname}
-  python setup.py test
+  python -m unittest -v
 }
 
 package() {
   cd ${_pkgname}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 README.rst ./docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 ./docs/_build/man/${_pkgname}.1 -t 
"${pkgdir}/usr/share/man/man1"
   ln -s /usr/share/man/man1/${_pkgname}.1.gz 
"${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # 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: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyotp/-/commit/e452b21f27538d1c880b36cf7c46a0a932c799eb

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




[Git][archlinux/packaging/packages/mod_dnssd][main] Add srcinfo and config for nvchecker

2024-04-21 Thread @bgyorgy


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


Commits:
badc441e by Balló György at 2024-04-22T02:25:17+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = mod_dnssd
+   pkgdesc = Zeroconf module for Apache
+   pkgver = 0.6
+   pkgrel = 9
+   url = https://0pointer.de/lennart/projects/mod_dnssd/
+   arch = x86_64
+   license = Apache-2.0
+   depends = apache
+   depends = apr
+   depends = avahi
+   depends = glibc
+   source = 
http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-0.6.tar.gz
+   source = fix_undefined_reference.patch
+   sha256sums = 
2cd171d76eba398f03c1d5bcc468a1756f4801cd8ed5bd065086e4374997c5aa
+   sha256sums = 
fc7db6067cb8bb9feb0a3f17f291a1e245fce0a45beac2b7ba5e280020f9b43d
+
+pkgname = mod_dnssd


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[mod_dnssd]
+source = "git"
+git = "http://git.0pointer.net/clone/mod_dnssd.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mod_dnssd/-/commit/badc441eca4874676b24dc16354bbf0ac5a8e1ae

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




[Git][archlinux/packaging/packages/python-markdown-math][main] Use PEP 517, SPDX identifier, and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
8a1718dc by Daniel M. Capella at 2024-04-21T20:24:05-04:00
Use PEP 517, SPDX identifier, and stop using setup.py test

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,8 +4,11 @@ pkgbase = python-markdown-math
pkgrel = 7
url = https://github.com/mitya57/python-markdown-math
arch = any
-   license = BSD
+   license = BSD-3-Clause
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
depends = python-markdown
source = 
https://files.pythonhosted.org/packages/source/p/python-markdown-math/python-markdown-math-0.8.tar.gz
validpgpkeys = F24299FF1BBC9018B906A4CB6026936D2F1C8AE0


=
PKGBUILD
=
@@ -7,28 +7,33 @@ pkgrel=7
 pkgdesc="Math extension for Python-Markdown"
 arch=('any')
 url="https://github.com/mitya57/python-markdown-math;
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('python-markdown')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('8564212af679fc18d53f38681f16080fcd3d186073f23825c7ce86fadd3e3635')
 validpgpkeys=('F24299FF1BBC9018B906A4CB6026936D2F1C8AE0') # Dmitry Shachnev 

 
 
 build() {
-cd "python-markdown-math-${pkgver}"
+cd "${pkgname}-${pkgver}"
 
-python setup.py build
+python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-cd "python-markdown-math-${pkgver}"
+cd "${pkgname}-${pkgver}"
 
-python setup.py test
+python -m unittest -v
 }
 
 package() {
-cd "python-markdown-math-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+cd "${pkgname}-${pkgver}"
+python -m installer --destdir="${pkgdir}" dist/*.whl
+
+# 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"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown-math/-/commit/8a1718dc9ef3653a4526f1832c97785dffda0ff5

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




[Git][archlinux/packaging/packages/retext][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
41872ca4 by Daniel M. Capella at 2024-04-21T20:12:08-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -11,7 +11,10 @@ pkgbase = retext
checkdepends = python-pytest
makedepends = imagemagick
makedepends = qt6-tools
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
depends = python-pyqt6
depends = python-markups>=2.0.0
depends = shared-mime-info


=
PKGBUILD
=
@@ -17,7 +17,7 @@ license=('GPL3')
 # for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
 depends=('python-pyqt6' 'python-markups>=2.0.0' 'shared-mime-info' 'xdg-utils' 
'python-docutils'
  'desktop-file-utils' 'hicolor-icon-theme' 'python-markdown' 
'python-pygments' 'python-chardet')
-makedepends=('imagemagick' 'qt6-tools' 'python-setuptools')
+makedepends=('imagemagick' 'qt6-tools' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
 checkdepends=('xorg-server-xvfb' 'python-chardet' 'python-docutils' 
'python-pytest')
 optdepends=('python-pyqt6-webengine: for WebEngine preview'
 'python-pyenchant: for spell checking support')
@@ -29,7 +29,7 @@ validpgpkeys=('F24299FF1BBC9018B906A4CB6026936D2F1C8AE0') # 
Dmitry Shachnev https://gitlab.archlinux.org/archlinux/packaging/packages/retext/-/commit/41872ca45ac34895060ebc870a6fb98577afb235

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




[Git][archlinux/packaging/packages/python-htmlmin][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
682414e9 by Daniel M. Capella at 2024-04-21T20:01:53-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,7 +7,10 @@ pkgbase = python-htmlmin
license = BSD
checkdepends = python-pytest
makedepends = python-sphinx
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
source = 
python-htmlmin-0.1.12.tar.gz::https://github.com/mankyd/htmlmin/archive/220b1d16442eb4b6fafed338ee3b61f698a01e63.tar.gz
sha256sums = 
9d96f711d1f3d997f29bf83e704fc8dae0233beb400afa278792ff8349cd22a2
sha512sums = 
6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252


=
PKGBUILD
=
@@ -10,31 +10,29 @@ pkgdesc='Configurable HTML Minifier with safety features'
 url='https://htmlmin.readthedocs.io/en/latest/'
 arch=('any')
 license=('BSD')
-makedepends=('python-sphinx' 'python-setuptools')
+makedepends=('python-sphinx' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
 checkdepends=('python-pytest')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/mankyd/htmlmin/archive/${_gitcommit}.tar.gz)
 sha256sums=('9d96f711d1f3d997f29bf83e704fc8dae0233beb400afa278792ff8349cd22a2')
 
sha512sums=('6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252')
 
 build() {
-  echo "Building python..."
   cd ${_pkgname}-${_gitcommit}
-   python setup.py build
-   sphinx-build -b text docs docs/_build/text
-   sphinx-build -b man docs docs/_build/man
+  python -m build --wheel --skip-dependency-check --no-isolation
+  sphinx-build -b text docs docs/_build/text
+  sphinx-build -b man docs docs/_build/man
 }
 
 check() {
-  echo "Checking python..."
   cd ${_pkgname}-${_gitcommit}
-   python setup.py test
+  python setup.py test
 }
 
 package_htmlmin() {
   depends=('python' 'python-setuptools' 'python-htmlmin')
   pkgdesc+=' (CLI)'
   cd ${_pkgname}-${_gitcommit}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -d "${pkgdir}/usr/share/"{licenses,doc,man/man1}
   ln -s /usr/share/licenses/python-htmlmin 
"${pkgdir}/usr/share/licenses/${pkgname}"
   ln -s /usr/share/doc/python-htmlmin "${pkgdir}/usr/share/doc/${pkgname}"
@@ -46,7 +44,7 @@ package_htmlmin() {
 package_python-htmlmin() {
   depends=('python')
   cd ${_pkgname}-${_gitcommit}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm 644 README.rst CHANGELOG -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 docs/_build/text/*.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-htmlmin/-/commit/682414e93e24fe152841c462275535de4aab8f32

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




[Git][archlinux/packaging/packages/pifpaf][main] Use PEP 517, SPDX identifier, and PGP verification

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
48ea511c by Daniel M. Capella at 2024-04-21T19:33:33-04:00
Use PEP 517, SPDX identifier, and PGP verification

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -4,7 +4,7 @@ pkgbase = pifpaf
pkgrel = 8
url = https://github.com/jd/pifpaf
arch = any
-   license = Apache
+   license = Apache-2.0
checkdepends = python-testrepository
checkdepends = python-requests
checkdepends = python-testtools
@@ -19,6 +19,9 @@ pkgbase = pifpaf
checkdepends = httpbin
checkdepends = rabbitmq
makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python-daiquiri
depends = python-click
depends = python-pbr
@@ -30,7 +33,8 @@ pkgbase = pifpaf
provides = python-pifpaf=3.1.5
conflicts = python-pifpaf
replaces = python-pifpaf
-   source = 
git+https://github.com/jd/pifpaf.git#commit=d5e33872c3c2ef3067da6e1150c3f050f4a7b620
-   sha512sums = SKIP
+   source = git+https://github.com/jd/pifpaf.git#tag=3.1.5?signed
+   validpgpkeys = 5361BD40015B74382739101A611BA9508B78A5C2
+   sha512sums = 
f80296b849cf6e3eece508d5c4f00f26747660d0a51655eb80b6019c11af56a73e6a53b8599c54fadb467475913440844debcbf30cab07db0dc5b92f9b3f470b
 
 pkgname = pifpaf


=
PKGBUILD
=
@@ -2,28 +2,28 @@
 
 pkgname=pifpaf
 pkgver=3.1.5
-_commit=d5e33872c3c2ef3067da6e1150c3f050f4a7b620
 pkgrel=8
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
-license=('Apache')
 url='https://github.com/jd/pifpaf'
+license=('Apache-2.0')
 # setuptools is required for entry points queried by pkg_resources
 depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 
'python-fixtures'
  'python-psutil' 'python-xattr' 'python-setuptools')
 provides=("python-pifpaf=$pkgver")
 conflicts=('python-pifpaf')
 replaces=('python-pifpaf')
-makedepends=('git')
+makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-testrepository' 'python-requests' 'python-testtools' 
'python-oslotest'
   'memcached' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
   'consul' 'couchdb' 'httpbin' 'rabbitmq')
-source=("git+https://github.com/jd/pifpaf.git#commit=$_commit;)
-sha512sums=('SKIP')
+source=("git+$url.git#tag=$pkgver?signed")
+sha512sums=('f80296b849cf6e3eece508d5c4f00f26747660d0a51655eb80b6019c11af56a73e6a53b8599c54fadb467475913440844debcbf30cab07db0dc5b92f9b3f470b')
+validpgpkeys=('5361BD40015B74382739101A611BA9508B78A5C2') # Julien Danjou 

 
 build() {
   cd pifpaf
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -40,5 +40,5 @@ check() {
 
 package() {
   cd pifpaf
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pifpaf/-/commit/48ea511c08a0987b0839b1edba5125a94f79f78c

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




[Git][archlinux/packaging/packages/gnome-calendar] Pushed new tag 46.1-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.1-1 at Arch Linux / Packaging 
/ Packages / gnome-calendar

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




[Git][archlinux/packaging/packages/gnome-calendar][main] 46.1-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnome-calendar


Commits:
ff9c5bc2 by Jan Alexander Steffens (heftig) at 2024-04-22T00:57:59+02:00
46.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-calendar
pkgdesc = Simple and beautiful calendar application designed to 
perfectly fit the GNOME desktop
-   pkgver = 46.0
-   pkgrel = 2
+   pkgver = 46.1
+   pkgrel = 1
url = https://wiki.gnome.org/Apps/Calendar
arch = x86_64
groups = gnome
@@ -27,7 +27,7 @@ pkgbase = gnome-calendar
depends = libsoup3
depends = pango
optdepends = gnome-control-center: Manage online accounts
-   source = 
git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=64f2fb7b4d1be594e67fd4f030a34e6cfe148026
-   b2sums = 
d3151cc8523c516ce8e60e3a4b0e669950cd24dd1b3e8212dd5b5930c33567b07862aa1f79c26f81f68e8c6d31aedfafd1ab4d10896c8372c01aa0f3710b9bbb
+   source = git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#tag=46.1
+   b2sums = 
ba82a9bce6d7feaf54094e75343d4a558ad93e04eb03aea12f0b8ba2406e9f66800bf528af350620f8e70f63626ee082e673bc388692a0a5d3e552294558ba3e
 
 pkgname = gnome-calendar


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=46.0
-pkgrel=2
+pkgver=46.1
+pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
 arch=(x86_64)
@@ -35,14 +35,8 @@ makedepends=(
 )
 optdepends=('gnome-control-center: Manage online accounts')
 groups=(gnome)
-_commit=64f2fb7b4d1be594e67fd4f030a34e6cfe148026  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
-b2sums=('d3151cc8523c516ce8e60e3a4b0e669950cd24dd1b3e8212dd5b5930c33567b07862aa1f79c26f81f68e8c6d31aedfafd1ab4d10896c8372c01aa0f3710b9bbb')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#tag=${pkgver/[a-z]/.&};)
+b2sums=('ba82a9bce6d7feaf54094e75343d4a558ad93e04eb03aea12f0b8ba2406e9f66800bf528af350620f8e70f63626ee082e673bc388692a0a5d3e552294558ba3e')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-calendar/-/commit/ff9c5bc2ddecd0e40741bd1dbefdf8ab5cbe4211

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gtk][main] 1.15.1-2: Use tag pinning, namcap fixes

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gtk


Commits:
a8398877 by Jan Alexander Steffens (heftig) at 2024-04-22T00:55:26+02:00
1.15.1-2: Use tag pinning, namcap fixes

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,25 @@
 pkgbase = xdg-desktop-portal-gtk
pkgdesc = A backend implementation for xdg-desktop-portal using GTK
pkgver = 1.15.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/flatpak/xdg-desktop-portal-gtk
arch = x86_64
-   license = LGPL
+   license = LGPL-2.0-or-later
makedepends = git
makedepends = meson
makedepends = python
+   makedepends = python-packaging
+   depends = fontconfig
+   depends = gcc-libs
+   depends = gdk-pixbuf2
+   depends = glib2
+   depends = glibc
depends = gsettings-desktop-schemas
depends = gtk3
depends = xdg-desktop-portal
optdepends = evince: Print preview
provides = xdg-desktop-portal-impl
-   source = 
git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=54003825481c2b48fd0c42355b484469dea12020
-   b2sums = SKIP
+   source = 
git+https://github.com/flatpak/xdg-desktop-portal-gtk#tag=1.15.1
+   b2sums = 
417e43bb375c15bb351dd5434fdbc1665a22cc409d839408d99d29b7a2747f54c8440d9dc3087ac0246ff3e332d5a86f10025c48ec45f12894d26a0074111ec9
 
 pkgname = xdg-desktop-portal-gtk


=
PKGBUILD
=
@@ -4,12 +4,17 @@
 
 pkgname=xdg-desktop-portal-gtk
 pkgver=1.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A backend implementation for xdg-desktop-portal using GTK"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk;
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL-2.0-or-later)
 depends=(
+  fontconfig
+  gcc-libs
+  gdk-pixbuf2
+  glib2
+  glibc
   gsettings-desktop-schemas
   gtk3
   xdg-desktop-portal
@@ -18,17 +23,12 @@ makedepends=(
   git
   meson
   python
+  python-packaging
 )
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=54003825481c2b48fd0c42355b484469dea12020  # tags/1.15.1^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+$url#tag=$pkgver")
+b2sums=('417e43bb375c15bb351dd5434fdbc1665a22cc409d839408d99d29b7a2747f54c8440d9dc3087ac0246ff3e332d5a86f10025c48ec45f12894d26a0074111ec9')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gtk/-/commit/a839887766f8d9b51c05c3eed1d2f25e9de62776

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gtk] Pushed new tag 1.15.1-2

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.15.1-2 at Arch Linux / 
Packaging / Packages / xdg-desktop-portal-gtk

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




[Git][archlinux/packaging/packages/python-pecan][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
6052cd01 by Daniel M. Capella at 2024-04-21T18:54:50-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -22,6 +22,9 @@ pkgbase = python-pecan
makedepends = python-webtest
makedepends = python-six
makedepends = python-logutils
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python
depends = python-webob
depends = python-mako


=
PKGBUILD
=
@@ -11,7 +11,8 @@ license=('BSD')
 depends=('python' 'python-webob' 'python-mako' 'python-webtest' 'python-six'
  'python-logutils')
 makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-webob'
- 'python-mako' 'python-webtest' 'python-six' 'python-logutils')
+ 'python-mako' 'python-webtest' 'python-six' 'python-logutils'
+ 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-virtualenv' 'python-jinja' 'gunicorn'
   'python-sqlalchemy' 'python-genshi' 'python-nine' 'uwsgi'
   'python-pytest' 'python-kajiki')
@@ -23,11 +24,17 @@ prepare(){
   # fix manpage build
   sed -i '/^dist = /d' docs/source/conf.py
   sed -i "s/^version = release = .*\$/version = release = '${pkgver}'/" 
docs/source/conf.py
+
+  # remove scripts keyword otherwise installer errors out trying to install 
/usr/bin/pecan again
+  sed -i '/scripts=/d' setup.py
 }
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
-  python ./setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
+
+  cd docs
+  PYTHONPATH="${PWD}/../" make man
 }
 
 check() {
@@ -37,10 +44,12 @@ check() {
 
 package() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
-  python ./setup.py install --root="$pkgdir/" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -D -m644 docs/build/man/pecan.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 
-  cd docs
-  PYTHONPATH="${PWD}/../" make man
-  install -D -m644 "./build/man/pecan.1" 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # 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"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/commit/6052cd01b012c1b92547c18dcd3a338cc0d5751b

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gnome][main] 46.1-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome


Commits:
7d21d580 by Jan Alexander Steffens (heftig) at 2024-04-22T00:53:36+02:00
46.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xdg-desktop-portal-gnome
pkgdesc = A backend implementation for xdg-desktop-portal for the GNOME 
desktop environment
-   pkgver = 46.0
+   pkgver = 46.1
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = xdg-desktop-portal-gnome
provides = xdg-desktop-portal-impl
conflicts = xdg-desktop-portal-gtk<1.10.0-2
replaces = xdg-desktop-portal-gtk<1.10.0-2
-   source = 
git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=81c74e0a29537e1bb29a40554e9bf9c41a272148
-   b2sums = 
ba32e804e1593e6d0a01d0a4ca36f9fb8abeff2c32da2ede4cd1f32c0956384d01acd56d00099a98ab989e2a2f1e0df7c7107fd5a7e56dc8b133230f631882c0
+   source = 
git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#tag=46.1
+   b2sums = 
40b16d6a21565c899ac977db01d1611ec7e82aadfecd906764a08b30c34c5e7bb426741b8eb90c24014ab06ef693926a4396c287dc48cda2722f4ee3969161b7
 
 pkgname = xdg-desktop-portal-gnome


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=xdg-desktop-portal-gnome
-pkgver=46.0
+pkgver=46.1
 pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop 
environment"
 url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
@@ -36,14 +36,8 @@ provides=(xdg-desktop-portal-impl)
 conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
 replaces=('xdg-desktop-portal-gtk<1.10.0-2')
 groups=(gnome)
-_commit=81c74e0a29537e1bb29a40554e9bf9c41a272148  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#commit=$_commit;)
-b2sums=('ba32e804e1593e6d0a01d0a4ca36f9fb8abeff2c32da2ede4cd1f32c0956384d01acd56d00099a98ab989e2a2f1e0df7c7107fd5a7e56dc8b133230f631882c0')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git#tag=${pkgver/[a-z]/.&};)
+b2sums=('40b16d6a21565c899ac977db01d1611ec7e82aadfecd906764a08b30c34c5e7bb426741b8eb90c24014ab06ef693926a4396c287dc48cda2722f4ee3969161b7')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal-gnome/-/commit/7d21d5801a0fa4170040f440f22640e7876708e2

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




[Git][archlinux/packaging/packages/xdg-desktop-portal-gnome] Pushed new tag 46.1-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.1-1 at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal-gnome

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




[Git][archlinux/packaging/packages/hurl] Pushed new branch main

2024-04-21 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new branch main at Arch Linux / Packaging / Packages / hurl

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




[Git][archlinux/packaging/packages/hurl] Pushed new tag 4.2.0-1

2024-04-21 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 4.2.0-1 at Arch Linux / Packaging / Packages / hurl

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




[Git][archlinux/packaging/packages/wildmidi][main] Add config for nvchecker

2024-04-21 Thread @bgyorgy


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


Commits:
f4965ed5 by Balló György at 2024-04-22T00:42:19+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[wildmidi]
+source = "git"
+git = "https://github.com/Mindwerks/wildmidi.git;
+prefix = "wildmidi-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wildmidi/-/commit/f4965ed58d765ed0a5d99131ebd96e2789c8cc99

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




[Git][archlinux/packaging/packages/liblouis][main] upgpkg: 3.29.0-3: libyaml is just a tiny library, move it from optdepends to depends

2024-04-21 Thread @bgyorgy


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


Commits:
da8995b2 by Balló György at 2024-04-22T00:20:59+02:00
upgpkg: 3.29.0-3: libyaml is just a tiny library, move it from optdepends to 
depends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,17 @@
 pkgbase = liblouis
pkgdesc = Braille translator and back-translator library
pkgver = 3.29.0
-   pkgrel = 2
+   pkgrel = 3
url = https://liblouis.io/
arch = x86_64
license = GPL-3.0-or-later AND LGPL-2.1-or-later
makedepends = help2man
-   makedepends = libyaml
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = glibc
-   optdepends = libyaml: lou_checkyaml command
+   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


=
PKGBUILD
=
@@ -4,15 +4,14 @@
 
 pkgname=liblouis
 pkgver=3.29.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Braille translator and back-translator library'
 arch=('x86_64')
 url='https://liblouis.io/'
 license=('GPL-3.0-or-later AND LGPL-2.1-or-later')
-depends=('glibc')
-makedepends=('help2man' 'libyaml' 'python-build' 'python-installer' 
'python-setuptools' 'python-wheel')
-optdepends=('libyaml: lou_checkyaml command'
-'python: Python bindings')
+depends=('glibc' 'libyaml')
+makedepends=('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')
 



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

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




[Git][archlinux/packaging/packages/liblouis] Pushed new tag 3.29.0-3

2024-04-21 Thread @bgyorgy


Balló György pushed new tag 3.29.0-3 at Arch Linux / Packaging / Packages / 
liblouis

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




[Git][archlinux/packaging/packages/python-intelhex][main] Call unittest directly

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
5dd1d7cb by Daniel M. Capella at 2024-04-21T18:14:22-04:00
Call unittest directly

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -5,7 +5,6 @@ pkgbase = python-intelhex
url = https://github.com/python-intelhex/intelhex
arch = any
license = BSD-3-Clause
-   checkdepends = python-pytest
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer


=
PKGBUILD
=
@@ -10,14 +10,9 @@ url='https://github.com/python-intelhex/intelhex'
 license=('BSD-3-Clause')
 depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-pytest')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('bf9a7e29641959e26d8ac2ae2702ed5f4f0003f45793b70cd4cd99454d25304b90749e91a73a794a8363e4bc948ba91f274fc9c448567090c581d91f043f4ee9')
 
-prepare() {
-  cd $_pkgname-$pkgver
-}
-
 build() {
   cd $_pkgname-$pkgver
 
@@ -27,7 +22,7 @@ build() {
 check() {
   cd $_pkgname-$pkgver
 
-  python setup.py test
+  python -m unittest -v
 }
 
 package() {
@@ -35,7 +30,11 @@ package() {
 
   python -m installer --destdir="$pkgdir" dist/*.whl
 
-  install -Dm 644 LICENSE.txt "$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.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
 
 # vim:set ts=2 sw=2 et:



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

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




[Git][archlinux/packaging/packages/gnome-shell-extension-caffeine] Pushed new tag 53-2

2024-04-21 Thread @bgyorgy


Balló György pushed new tag 53-2 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-caffeine

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




[Git][archlinux/packaging/packages/gnome-shell-extension-caffeine][main] upgpkg: 53-2: Rebuild to add signature in sync db

2024-04-21 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-caffeine


Commits:
a10e681f by Balló György at 2024-04-21T23:58:39+02:00
upgpkg: 53-2: Rebuild to add signature in sync db

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gnome-shell-extension-caffeine
pkgdesc = Extension for GNOME Shell to disable screensaver and auto 
suspend
pkgver = 53
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/eonpatapon/gnome-shell-extension-caffeine
arch = any
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=gnome-shell-extension-caffeine
 _uuid=caffe...@patapon.info
 pkgver=53
-pkgrel=1
+pkgrel=2
 pkgdesc='Extension for GNOME Shell to disable screensaver and auto suspend'
 arch=('any')
 url='https://github.com/eonpatapon/gnome-shell-extension-caffeine'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-caffeine/-/commit/a10e681f06f50b43095724320844b7032bc80499

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




[Git][archlinux/packaging/packages/python-gssapi][main] Use PEP 517

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
b0edb484 by Daniel M. Capella at 2024-04-21T17:56:49-04:00
Use PEP 517

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -7,7 +7,10 @@ pkgbase = python-gssapi
license = ISC
checkdepends = python-parameterized
checkdepends = python-k5test
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
makedepends = cython
depends = python
depends = python-decorator


=
PKGBUILD
=
@@ -9,15 +9,15 @@ url='https://github.com/pythongssapi/python-gssapi'
 arch=('x86_64')
 license=('ISC')
 depends=('python' 'python-decorator' 'krb5')
-makedepends=('python-setuptools' 'cython')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'cython')
 checkdepends=('python-parameterized' 'python-k5test')
-source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 
sha512sums=('63e6981977cb3f90c734a0f2089fc0628a86709f120814629b85576abe326f2602cfe4c351d7b3fc08cf3999e2b2f0091f829b1f1f9f1a784496bf39a781ddde')
 
b2sums=('a3238112f66b7cce61ec95e5da9fb65e2983b334111a398b1ac52d6c56141d2ed548be82242e4c3f83f562476b5193585842638041c08f720b0faabd9f9b0ca9')
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -27,9 +27,14 @@ check() {
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  python -m installer --destdir="${pkgdir}" dist/*.whl
   install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # 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#python-}-${pkgver}.dist-info/LICENSE.txt" \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }
 
 # vim: ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gssapi/-/commit/b0edb4841d53ec6926cb8be0eecc451a8a662237

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




[Git][archlinux/packaging/packages/libmpeg2] Pushed new tag 0.5.1-10

2024-04-21 Thread @bgyorgy


Balló György pushed new tag 0.5.1-10 at Arch Linux / Packaging / Packages / 
libmpeg2

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




[Git][archlinux/packaging/packages/libmpeg2][main] upgpkg: 0.5.1-10: Disable SDL/Xv output in mpeg2dec to avoid extra...

2024-04-21 Thread @bgyorgy


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


Commits:
f4a966c4 by Balló György at 2024-04-21T23:54:51+02:00
upgpkg: 0.5.1-10: Disable SDL/Xv output in mpeg2dec to avoid extra dependencies 
as it doesnt work well and upstream is dead

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,11 @@
 pkgbase = libmpeg2
pkgdesc = Library for decoding MPEG-1 and MPEG-2 video streams
pkgver = 0.5.1
-   pkgrel = 9
+   pkgrel = 10
url = https://libmpeg2.sourceforge.io/
arch = x86_64
license = GPL-2.0-or-later
-   makedepends = libxv
-   makedepends = sdl
depends = glibc
-   optdepends = libxv: mpeg2dec command
-   optdepends = sdl: mpeg2dec command
source = https://libmpeg2.sourceforge.io/files/libmpeg2-0.5.1.tar.gz
sha256sums = 
dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
 


=
PKGBUILD
=
@@ -4,15 +4,12 @@
 
 pkgname=libmpeg2
 pkgver=0.5.1
-pkgrel=9
+pkgrel=10
 pkgdesc='Library for decoding MPEG-1 and MPEG-2 video streams'
 arch=('x86_64')
 url='https://libmpeg2.sourceforge.io/'
 license=('GPL-2.0-or-later')
 depends=('glibc')
-makedepends=('libxv' 'sdl')
-optdepends=('libxv: mpeg2dec command'
-'sdl: mpeg2dec command')
 source=("https://libmpeg2.sourceforge.io/files/$pkgname-$pkgver.tar.gz;)
 sha256sums=('dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libmpeg2/-/commit/f4a966c4a1a4b984e698eddc9cf12fc49dab0657

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




[Git][archlinux/packaging/packages/workerd][main] upgpkg: 1.20240419.0-1

2024-04-21 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / workerd


Commits:
7605c192 by kpcyrd at 2024-04-21T23:54:23+02:00
upgpkg: 1.20240419.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = workerd
pkgdesc = The JavaScript / Wasm runtime that powers Cloudflare Workers
-   pkgver = 1.20240405.0
+   pkgver = 1.20240419.0
pkgrel = 1
url = https://github.com/cloudflare/workerd
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = workerd
makedepends = rust
makedepends = tcl
depends = glibc
-   source = 
https://github.com/cloudflare/workerd/archive/v1.20240405.0/workerd-1.20240405.0.tar.gz
-   sha256sums = 
6a416998c6fb69433672c9e2f30f1fd71ec27ffa817f9df1ed6d37d84e0e7b0b
-   b2sums = 
9d7b3e096fdd6f82597d2d1517c3e6dda7eb4fbdaa0f1e6b04390a8d9241d47c14eb1b9ba2061da3253962317d6bfdc00524d982ff1524b7edd42b41c139a92d
+   source = 
https://github.com/cloudflare/workerd/archive/v1.20240419.0/workerd-1.20240419.0.tar.gz
+   sha256sums = 
b4583a1eed9f32de6e3f9759ec91293c230e2480914b55308a74724f4f05dc3f
+   b2sums = 
824edae6fc3abafd4d44efd9aa1a78d1fe787c6ecff39b3e3f1eb45490791ff550fe8e878a69184ef48b80efc76187d2e1369dbe8f625969d4c94f07d08507f6
 
 pkgname = workerd


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=workerd
-pkgver=1.20240405.0
+pkgver=1.20240419.0
 pkgrel=1
 pkgdesc="The JavaScript / Wasm runtime that powers Cloudflare Workers"
 url='https://github.com/cloudflare/workerd'
@@ -20,8 +20,8 @@ makedepends=(
   'tcl'
 )
 
source=(https://github.com/cloudflare/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6a416998c6fb69433672c9e2f30f1fd71ec27ffa817f9df1ed6d37d84e0e7b0b')
-b2sums=('9d7b3e096fdd6f82597d2d1517c3e6dda7eb4fbdaa0f1e6b04390a8d9241d47c14eb1b9ba2061da3253962317d6bfdc00524d982ff1524b7edd42b41c139a92d')
+sha256sums=('b4583a1eed9f32de6e3f9759ec91293c230e2480914b55308a74724f4f05dc3f')
+b2sums=('824edae6fc3abafd4d44efd9aa1a78d1fe787c6ecff39b3e3f1eb45490791ff550fe8e878a69184ef48b80efc76187d2e1369dbe8f625969d4c94f07d08507f6')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/workerd/-/commit/7605c19255eef16d96ec4475b219d6dfdafc68a4

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




[Git][archlinux/packaging/packages/workerd] Pushed new tag 1.20240419.0-1

2024-04-21 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.20240419.0-1 at Arch Linux / Packaging / Packages / 
workerd

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




[Git][archlinux/packaging/packages/python-gammu][main] Revert back to using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
267d3329 by Daniel M. Capella at 2024-04-21T17:38:04-04:00
Revert back to using setup.py test

Had tested manually in a chroot, but failed to notice `python -m
unittest` only worked after I had run `python setup.py test`.

(I had forgotten to copy over the `python_version` variable
initialization, but thats irrelevant.)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,7 +22,7 @@ build() {
 check() {
   # tests can be flaky on slower hardware due to timing
   cd $pkgname-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$python_version" python -m 
unittest discover
+  python setup.py test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gammu/-/commit/267d3329eaf491751b830432db163856f7743525

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




[Git][archlinux/packaging/packages/python-textual] Pushed new tag 0.57.1-1

2024-04-21 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 0.57.1-1 at Arch Linux / Packaging / 
Packages / python-textual

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




[Git][archlinux/packaging/packages/python-textual][main] upgpkg: 0.57.1-1: new upstream release

2024-04-21 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ python-textual


Commits:
2df13a65 by Leonidas Spyropoulos at 2024-04-21T22:24:12+01:00
upgpkg: 0.57.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
-   pkgver = 0.57.0
+   pkgver = 0.57.1
pkgrel = 1
url = https://github.com/Textualize/textual
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-textual
optdepends = python-tree-sitter: for syntax highlighting support
optdepends = python-tree-sitter-languages: for custom languages support
optdepends = python-textual-dev: tools for developers
-   source = 
textual-0.57.0.tar.gz::https://github.com/Textualize/textual/archive/v0.57.0.tar.gz
-   sha512sums = 
f892dbce2b719cac03dc669b453570128ef190943f5e4071310a6480456bea5b5f52d5f321ee55ff4da4e4eafbf1b87bf470586da376c093f4432933b7712783
+   source = 
textual-0.57.1.tar.gz::https://github.com/Textualize/textual/archive/v0.57.1.tar.gz
+   sha512sums = 
b8388d410ef60a7155fc124b66ae893c0c417720c0f205c2a4e5ba9fc877eac2f36c5d850df984e337ca302765e2a792cbeef94e1df00361bcf705d47774eed3
 
 pkgname = python-textual


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 _base=textual
 pkgname=python-${_base}
-pkgver=0.57.0
+pkgver=0.57.1
 pkgrel=1
 pkgdesc="Modern Text User Interface framework"
 arch=(any)
@@ -17,7 +17,7 @@ optdepends=('python-tree-sitter: for syntax highlighting 
support'
 'python-tree-sitter-languages: for custom languages support'
 'python-textual-dev: tools for developers')
 source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('f892dbce2b719cac03dc669b453570128ef190943f5e4071310a6480456bea5b5f52d5f321ee55ff4da4e4eafbf1b87bf470586da376c093f4432933b7712783')
+sha512sums=('b8388d410ef60a7155fc124b66ae893c0c417720c0f205c2a4e5ba9fc877eac2f36c5d850df984e337ca302765e2a792cbeef94e1df00361bcf705d47774eed3')
 
 build() {
   cd ${_base}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/2df13a6592a5e7a906d9af1cf1de49ddd43bf170

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




[Git][archlinux/packaging/packages/python-setuptools] Pushed new tag 1-69.0.3-6

2024-04-21 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1-69.0.3-6 at Arch Linux / Packaging / 
Packages / python-setuptools

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




[Git][archlinux/packaging/packages/imagemagick][main] upgpkg: 7.1.1.31-1: Update to 7.1.1.31

2024-04-21 Thread Antonio Rojas (@arojas)


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


Commits:
7adb30e1 by Antonio Rojas at 2024-04-21T22:27:56+02:00
upgpkg: 7.1.1.31-1: Update to 7.1.1.31

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − fix-wmf-detection.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program
-   pkgver = 7.1.1.30
-   pkgrel = 2
+   pkgver = 7.1.1.31
+   pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
license = custom
@@ -77,14 +77,12 @@ pkgbase = imagemagick
backup = etc/ImageMagick-7/type.xml
backup = etc/ImageMagick-7/type-dejavu.xml
backup = etc/ImageMagick-7/type-ghostscript.xml
-   source = https://imagemagick.org/archive/ImageMagick-7.1.1-30.tar.xz
-   source = https://imagemagick.org/archive/ImageMagick-7.1.1-30.tar.xz.asc
+   source = https://imagemagick.org/archive/ImageMagick-7.1.1-31.tar.xz
+   source = https://imagemagick.org/archive/ImageMagick-7.1.1-31.tar.xz.asc
source = arch-fonts.diff
-   source = fix-wmf-detection.patch
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
-   sha256sums = 
ec192780d09da7d7b1e7a374a19f97d69cceb4e5e83057515cd595eda233a891
+   sha256sums = 
7e5c8db53dd90a0cfc5cc7ca6d34728ed86054b4bc86e9787902285fec1107a8
sha256sums = SKIP
sha256sums = 
a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
-   sha256sums = 
9d96075030f303d5bab107921e172166b8ffad53cb55913decb4e35fc956213c
 
 pkgname = imagemagick


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=imagemagick
-pkgver=7.1.1.30
-pkgrel=2
+pkgver=7.1.1.31
+pkgrel=1
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 pkgdesc='An image viewing/manipulation program'
@@ -69,12 +69,10 @@ checkdepends=(gsfonts
   ttf-dejavu)
 replaces=(imagemagick-doc)
 source=(https://imagemagick.org/archive/$_tarname.tar.xz{,.asc}
-arch-fonts.diff
-fix-wmf-detection.patch)
-sha256sums=('ec192780d09da7d7b1e7a374a19f97d69cceb4e5e83057515cd595eda233a891'
+arch-fonts.diff)
+sha256sums=('7e5c8db53dd90a0cfc5cc7ca6d34728ed86054b4bc86e9787902285fec1107a8'
 'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'9d96075030f303d5bab107921e172166b8ffad53cb55913decb4e35fc956213c')
+'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
 
 shopt -s extglob
@@ -86,11 +84,6 @@ prepare() {
 
   # Fix up typemaps to match our packages, where possible
   patch -p1 -i ../arch-fonts.diff
-
-  # Fix WMF detection, https://github.com/ImageMagick/ImageMagick/issues/7230
-  patch -p1 -i ../fix-wmf-detection.patch
-
-  autoreconf -vif
 }
 
 build() {


=
fix-wmf-detection.patch deleted
=
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 9fa9b868b..24018b755 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -2898,7 +2898,7 @@ if test "$with_uhdr" != 'no'; then
- AC_LANG_PUSH([C++])
- AC_CHECK_HEADER([ultrahdr_api.h],[passed=`expr $passed + 
1`],[failed=`expr $failed + 1`])
- AC_CHECK_LIB([uhdr],[uhdr_create_decoder],[passed=`expr $passed + 
1`],[failed=`expr $failed + 1`],[])
--
-+AC_LANG_POP
- AC_MSG_CHECKING([if google ultrahdr package is complete])
- 
- if test $passed -gt 0; then



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

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




[Git][archlinux/packaging/packages/imagemagick] Pushed new tag 7.1.1.31-1

2024-04-21 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 7.1.1.31-1 at Arch Linux / Packaging / Packages / 
imagemagick

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




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

2024-04-21 Thread Antonio Rojas (@arojas)


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

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




[Git][archlinux/packaging/packages/kwin][main] upgpkg: 6.0.4-2: Fix stuttering

2024-04-21 Thread Antonio Rojas (@arojas)


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


Commits:
7ee44280 by Antonio Rojas at 2024-04-21T22:18:23+02:00
upgpkg: 6.0.4-2: Fix stuttering

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = kwin
pkgdesc = An easy to use, but flexible, composited Window Manager
pkgver = 6.0.4
-   pkgrel = 1
+   pkgrel = 2
url = https://kde.org/plasma-desktop/
install = kwin.install
arch = x86_64
@@ -78,11 +78,13 @@ pkgbase = kwin
optdepends = maliit-keyboard: virtual keyboard for kwin-wayland
source = https://download.kde.org/stable/plasma/6.0.4/kwin-6.0.4.tar.xz
source = 
https://download.kde.org/stable/plasma/6.0.4/kwin-6.0.4.tar.xz.sig
+   source = https://invent.kde.org/plasma/kwin/-/commit/fbd78018.patch
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
sha256sums = 
f5552f8c5b179e272fee33a19249686573eabffddd5541bc31f8fd7069baa82b
sha256sums = SKIP
+   sha256sums = 
57fb751d78c6dd50a1cf9285ab48cb5e76b7c9ec5fcc71bfe6c9d6c3151ce3f4
 
 pkgname = kwin


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=kwin
 pkgver=6.0.4
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
@@ -80,15 +80,21 @@ makedepends=(extra-cmake-modules
  xorg-xwayland)
 optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
 groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}
+https://invent.kde.org/plasma/kwin/-/commit/fbd78018.patch)
 install=$pkgname.install
 sha256sums=('f5552f8c5b179e272fee33a19249686573eabffddd5541bc31f8fd7069baa82b'
-'SKIP')
+'SKIP'
+'57fb751d78c6dd50a1cf9285ab48cb5e76b7c9ec5fcc71bfe6c9d6c3151ce3f4')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan 
Esk-Riddell 
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

   '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < fbd78018.patch # Fix stuttering
+}
+
 build() {
   cmake -B build  -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_LIBEXECDIR=lib \



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

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




[Git][archlinux/packaging/packages/nautilus] Pushed new tag 46.1-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 46.1-1 at Arch Linux / Packaging 
/ Packages / nautilus

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




[Git][archlinux/packaging/packages/mutter45] Pushed new tag 45.6-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 45.6-1 at Arch Linux / Packaging 
/ Packages / mutter45

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




[Git][archlinux/packaging/packages/mutter45][main] 45.6-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / mutter45


Commits:
9bc73995 by Jan Alexander Steffens (heftig) at 2024-04-21T21:01:59+02:00
45.6-1

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mutter45/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = mutter45
pkgdesc = Window manager and compositor for Elementary
-   pkgver = 45.5
+   pkgver = 45.6
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = mutter45
makedepends = gobject-introspection
makedepends = gtk3
makedepends = meson
+   makedepends = python-packaging
makedepends = sysprof
makedepends = wayland-protocols
makedepends = xorg-server
@@ -71,7 +72,7 @@ pkgbase = mutter45
depends = xorg-xwayland
provides = libmutter-13.so
conflicts = mutter
-   source = 
git+https://gitlab.gnome.org/GNOME/mutter.git#commit=4e8ccf5f9c177595aac11895ed50a4e35d5087e4
-   b2sums = 
44ae8d04493e317d9b1f92a4bd28745598adfce40cedd19eebb9c19a446baf54f4a2b382a4db272002c0134967d68c3fb45fe7bfd20704e753dde446b11916ef
+   source = git+https://gitlab.gnome.org/GNOME/mutter.git#tag=45.6
+   b2sums = 
a009b5fdcb2c0ca1fa0ccef7e7a72be64ff6216585dd0d379b1733ef05e54451529de05ca117fa7c66615e5fad2b0456bb7d7c9e8d6b53075085b84aee4d6c5e
 
 pkgname = mutter45


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter45
-pkgver=45.5
+pkgver=45.6
 pkgrel=1
 pkgdesc="Window manager and compositor for Elementary"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -74,6 +74,7 @@ makedepends=(
   gobject-introspection
   gtk3
   meson
+  python-packaging
   sysprof
   wayland-protocols
   xorg-server
@@ -81,16 +82,11 @@ makedepends=(
 )
 provides=(libmutter-13.so)
 conflicts=(mutter)
-_commit=4e8ccf5f9c177595aac11895ed50a4e35d5087e4  # tags/45.5^0
 source=(
-  "git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;
+  # Mutter tags use SSH signatures which makepkg doesn't understand
+  "git+$url.git#tag=${pkgver/[a-z]/.&}"
 )
-b2sums=('44ae8d04493e317d9b1f92a4bd28745598adfce40cedd19eebb9c19a446baf54f4a2b382a4db272002c0134967d68c3fb45fe7bfd20704e753dde446b11916ef')
-
-pkgver() {
-  cd mutter
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('a009b5fdcb2c0ca1fa0ccef7e7a72be64ff6216585dd0d379b1733ef05e54451529de05ca117fa7c66615e5fad2b0456bb7d7c9e8d6b53075085b84aee4d6c5e')
 
 prepare() {
   cd mutter
@@ -98,6 +94,7 @@ prepare() {
 
 build() {
   local meson_options=(
+-D docs=false
 -D egl_device=true
 -D installed_tests=false
 -D libdisplay_info=true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mutter45/-/commit/9bc739952589c8fbb30956d5a7b0aff4e83e5d80

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




[Git][archlinux/packaging/packages/python-gammu][main] Use PEP 517 and stop using setup.py test

2024-04-21 Thread Daniel M. Capella (@polyzen)


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


Commits:
7111d4ac by Daniel M. Capella at 2024-04-21T15:00:51-04:00
Use PEP 517 and stop using setup.py test

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -6,7 +6,10 @@ pkgbase = python-gammu
arch = x86_64
license = GPL
checkdepends = libdbi-drivers
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
depends = python
depends = gammu
source = 
python-gammu-3.2.4.tar.gz::https://github.com/gammu/python-gammu/archive/refs/tags/3.2.4.tar.gz


=
PKGBUILD
=
@@ -9,23 +9,23 @@ arch=('x86_64')
 url="https://wammu.eu/python-gammu/;
 license=('GPL')
 depends=('python' 'gammu')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('libdbi-drivers')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gammu/$pkgname/archive/refs/tags/$pkgver.tar.gz;)
 
sha512sums=('9d76b402c50018cc52476376952edebb6b0934aa374ea2a2177f5497d0949fcc77644aa2a35c7402b3f2179962d903409b7b1949c5e85a0e5130058d34f89664')
 
 build() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py build
+  cd $pkgname-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   # tests can be flaky on slower hardware due to timing
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py test 
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$python_version" python -m 
unittest discover
 }
 
 package() {
-  cd "${srcdir}"/python-gammu-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gammu/-/commit/7111d4ac44dd40b5c97218121c55d22f8c6b3ad7

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




[Git][archlinux/packaging/packages/mutter][main] Add python-packaging makedep

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / mutter


Commits:
ed062c72 by Jan Alexander Steffens (heftig) at 2024-04-21T21:00:12+02:00
Add python-packaging makedep

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -15,6 +15,7 @@ pkgbase = mutter
makedepends = gobject-introspection
makedepends = gtk3
makedepends = meson
+   makedepends = python-packaging
makedepends = sysprof
makedepends = wayland-protocols
makedepends = xorg-server


=
PKGBUILD
=
@@ -78,6 +78,7 @@ makedepends=(
   gobject-introspection
   gtk3
   meson
+  python-packaging
   sysprof
   wayland-protocols
   xorg-server



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mutter/-/commit/ed062c72d4d3a31ab72f8526f672cb1d1f6b1884

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




[Git][archlinux/packaging/packages/polari][main] 46.0-1

2024-04-21 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / polari


Commits:
448f75ea by Jan Alexander Steffens (heftig) at 2024-04-21T20:44:22+02:00
46.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,26 +1,33 @@
 pkgbase = polari
pkgdesc = An IRC Client for GNOME
-   pkgver = 45.0
+   pkgver = 46.0
pkgrel = 1
-   url = https://wiki.gnome.org/Apps/Polari
+   url = https://apps.gnome.org/Polari/
arch = x86_64
groups = gnome-extra
-   license = GPL
-   makedepends = appstream-glib
+   license = GPL-2.0-or-later
+   makedepends = appstream
makedepends = git
makedepends = gobject-introspection
makedepends = meson
makedepends = yelp-tools
+   depends = dconf
+   depends = gcc-libs
depends = gjs
+   depends = glib2
+   depends = glibc
depends = gnome-keyring
depends = gtk4
+   depends = hicolor-icon-theme
depends = libadwaita
+   depends = libgirepository
depends = libsoup3
depends = telepathy-glib
depends = telepathy-idle
depends = telepathy-logger
depends = telepathy-mission-control
-   source = 
git+https://gitlab.gnome.org/GNOME/polari.git#commit=9ea71de3d20fdc96e76bb55362418b9118e7cf07
-   b2sums = SKIP
+   depends = tracker3
+   source = git+https://gitlab.gnome.org/GNOME/polari.git#tag=46.0
+   b2sums = 
4e8ebd9ab847cd67b0427e69e41fa1a102f00799309767efdb3b1e109a2737155224bf1558808f610639200e817dd64cef6d657cfcefbca183c8e779d36dad16
 
 pkgname = polari


=
PKGBUILD
=
@@ -1,25 +1,32 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=45.0
+pkgver=46.0
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
+url="https://apps.gnome.org/Polari/;
 arch=(x86_64)
-license=(GPL)
+license=(GPL-2.0-or-later)
 depends=(
+  dconf
+  gcc-libs
   gjs
+  glib2
+  glibc
   gnome-keyring
   gtk4
+  hicolor-icon-theme
   libadwaita
+  libgirepository
   libsoup3
   telepathy-glib
   telepathy-idle
   telepathy-logger
   telepathy-mission-control
+  tracker3
 )
 makedepends=(
-  appstream-glib
+  appstream
   git
   gobject-introspection
   meson
@@ -27,13 +34,11 @@ makedepends=(
 )
 groups=(gnome-extra)
 _commit=9ea71de3d20fdc96e76bb55362418b9118e7cf07  # tags/45.0^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd polari
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=(
+  # Polari tags use SSH signatures which makepkg doesn't understand
+  "git+https://gitlab.gnome.org/GNOME/polari.git#tag=${pkgver/[a-z]/.&};
+)
+b2sums=('4e8ebd9ab847cd67b0427e69e41fa1a102f00799309767efdb3b1e109a2737155224bf1558808f610639200e817dd64cef6d657cfcefbca183c8e779d36dad16')
 
 prepare() {
   cd polari



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/polari/-/commit/448f75eaf4f40480055eab51106e1fc950e709a2

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




  1   2   3   >