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


Commits:
eabc326e by Chih-Hsuan Yen at 2024-04-24T23:49:12+08:00
Fix building

There is a call to port obconf-qt to Qt 6 [1], but it may not be merged,
as upstream contributors "do not develop it actively anymore" [2]

[1] https://github.com/lxqt/obconf-qt/
[2] https://github.com/lxqt/lxqt/discussions/2115

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -6,7 +6,7 @@ pkgbase = obconf-qt
        arch = x86_64
        groups = lxqt
        license = GPL-2.0-or-later
-       makedepends = lxqt-build-tools
+       makedepends = lxqt-build-tools-qt5
        depends = hicolor-icon-theme
        depends = openbox
        depends = qt5-x11extras


=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ url="https://github.com/lxqt/$pkgname";
 # See discussions about the license at 
https://github.com/lxqt/obconf-qt/issues/210
 license=("GPL-2.0-or-later")
 depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
-makedepends=("lxqt-build-tools")
+makedepends=("lxqt-build-tools-qt5")
 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";



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

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


Reply via email to