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


Commits:
e3db89a2 by Chih-Hsuan Yen at 2025-04-21T23:53:24+08:00
upgpkg: 4.2.0-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libqtxdg
        pkgdesc = Library providing freedesktop.org XDG specs implementations 
for Qt
-       pkgver = 4.1.0
-       pkgrel = 5
+       pkgver = 4.2.0
+       pkgrel = 1
        url = https://github.com/lxqt/libqtxdg
        arch = x86_64
        license = LGPL
@@ -16,14 +16,12 @@ pkgbase = libqtxdg
        optdepends = xterm: the default terminal for running .desktop files
        provides = libQt6Xdg.so
        provides = libQt6XdgIconLoader.so
-       source = 
https://github.com/lxqt/libqtxdg/releases/download/4.1.0/libqtxdg-4.1.0.tar.xz
-       source = 
https://github.com/lxqt/libqtxdg/releases/download/4.1.0/libqtxdg-4.1.0.tar.xz.asc
-       source = https://github.com/lxqt/libqtxdg/commit/35ce74f1.patch
+       source = 
https://github.com/lxqt/libqtxdg/releases/download/4.2.0/libqtxdg-4.2.0.tar.xz
+       source = 
https://github.com/lxqt/libqtxdg/releases/download/4.2.0/libqtxdg-4.2.0.tar.xz.asc
        validpgpkeys = 169704C6FB490C6892C7F23C37E0AF1FDA48F373
        validpgpkeys = 7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3
        validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
-       sha256sums = 
0604d397d9561a6a6148930a2b131f2bdee86cec6cca304f7513a8ec7b8e8809
+       sha256sums = 
a5d430218550d66fa806debce7c418db41268286b17bdab46b8ce3a58f0fe82a
        sha256sums = SKIP
-       sha256sums = 
81a0182f7a9adb726c4b052616039d3211fe9bacd129d1d5b12344db54582462
 
 pkgname = libqtxdg


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Co-Maintainer: Chih-Hsuan Yen <[email protected]>
 
 pkgname=libqtxdg
-pkgver=4.1.0
-pkgrel=5
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt"
 arch=("x86_64")
 url="https://github.com/lxqt/$pkgname";
@@ -18,22 +18,15 @@ 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";
-  https://github.com/lxqt/libqtxdg/commit/35ce74f1.patch
 )
-sha256sums=('0604d397d9561a6a6148930a2b131f2bdee86cec6cca304f7513a8ec7b8e8809'
-            'SKIP'
-            '81a0182f7a9adb726c4b052616039d3211fe9bacd129d1d5b12344db54582462')
+sha256sums=('a5d430218550d66fa806debce7c418db41268286b17bdab46b8ce3a58f0fe82a'
+            'SKIP')
 validpgpkeys=(
   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
 )
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../35ce74f1.patch # Adapt to Qt 6.9
-}
-
 build() {
   mkdir -p build
   cd build



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libqtxdg/-/commit/e3db89a299b0079c21c85b5ffc834c0a77bae054
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to