Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprland-qtutils
Commits:
9f2ed80a by Caleb Maclennan at 2025-01-12T22:30:34+03:00
upgpkg: 0.1.3-2: Remove obsolete dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprland-qtutils
pkgdesc = Qt/QML utility apps for Hyprland
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hyprwm/hyprland-qtutils
arch = x86_64
arch = aarch64
@@ -11,10 +11,10 @@ pkgbase = hyprland-qtutils
depends = glibc
depends = hyprutils
depends = libhyprutils.so
+ depends = hyprland-qt-support
depends = qt6-base
depends = qt6-declarative
depends = qt6-wayland
- depends = qqc2-desktop-style
source =
https://github.com/hyprwm/hyprland-qtutils/archive/v0.1.3/hyprland-qtutils-0.1.3.tar.gz
sha256sums =
3e57617ebd849ebf074c492bf828efa37a5b47fd6d43b392462874069170c5ed
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=hyprland-qtutils
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='Qt/QML utility apps for Hyprland'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/$pkgname"
@@ -11,10 +11,10 @@ license=(BSD-3-Clause)
depends=(gcc-libs # libgcc_s.so libstdc++.so
glibc # libc.so libm.so
hyprutils libhyprutils.so
+ hyprland-qt-support
qt6-base # libQt6Core.so libQt6Gui.so libQt6Widgets.so
qt6-declarative # libQt6Qml.so libQt6QuickControls2.so
- qt6-wayland
- qqc2-desktop-style)
+ qt6-wayland)
makedepends=(cmake)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland-qtutils/-/commit/9f2ed80a465071e78c8aa106b265dce0170945b4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprland-qtutils/-/commit/9f2ed80a465071e78c8aa106b265dce0170945b4
You're receiving this email because of your account on gitlab.archlinux.org.