upgpkg: hyprsysteminfo-0.1.3-13: rebuild for qt6-base-6.10.0
This commit is contained in:
parent
a4aa9ff74c
commit
f1730eaeae
2 changed files with 11 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = hyprsysteminfo
|
pkgbase = hyprsysteminfo
|
||||||
pkgdesc = A tiny qt6/qml application to display information about the running system
|
pkgdesc = A tiny qt6/qml application to display information about the running system
|
||||||
pkgver = 0.1.3
|
pkgver = 0.1.3
|
||||||
pkgrel = 12
|
pkgrel = 13
|
||||||
url = https://github.com/hyprwm/hyprsysteminfo
|
url = https://github.com/hyprwm/hyprsysteminfo
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
|
|
@ -21,6 +21,8 @@ pkgbase = hyprsysteminfo
|
||||||
provides = hyprsysteminfo
|
provides = hyprsysteminfo
|
||||||
conflicts = hyprsysteminfo-git
|
conflicts = hyprsysteminfo-git
|
||||||
source = hyprsysteminfo-0.1.3::git+https://github.com/hyprwm/hyprsysteminfo.git#tag=v0.1.3
|
source = hyprsysteminfo-0.1.3::git+https://github.com/hyprwm/hyprsysteminfo.git#tag=v0.1.3
|
||||||
|
source = https://github.com/hyprwm/hyprsysteminfo/commit/fe81610278676d26ff47f62770ac238220285d3a.patch
|
||||||
b2sums = eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e
|
b2sums = eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e
|
||||||
|
b2sums = 97dbaa2086e40f669005e7bf93ba0ef3d603195c9e478c3a975a38afe415ffda75f1ff99585da90dcc4f24294facd3b0c6585c8b141ba4c74d754f05c6123c00
|
||||||
|
|
||||||
pkgname = hyprsysteminfo
|
pkgname = hyprsysteminfo
|
||||||
|
|
|
||||||
10
PKGBUILD
10
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname="hyprsysteminfo"
|
pkgname="hyprsysteminfo"
|
||||||
pkgver=0.1.3
|
pkgver=0.1.3
|
||||||
pkgrel=12
|
pkgrel=13
|
||||||
pkgdesc="A tiny qt6/qml application to display information about the running system"
|
pkgdesc="A tiny qt6/qml application to display information about the running system"
|
||||||
arch=(
|
arch=(
|
||||||
x86_64
|
x86_64
|
||||||
|
|
@ -30,11 +30,17 @@ makedepends=(
|
||||||
)
|
)
|
||||||
source=(
|
source=(
|
||||||
"$pkgname-$pkgver::git+$url.git#tag=v$pkgver"
|
"$pkgname-$pkgver::git+$url.git#tag=v$pkgver"
|
||||||
|
"https://github.com/hyprwm/hyprsysteminfo/commit/fe81610278676d26ff47f62770ac238220285d3a.patch"
|
||||||
)
|
)
|
||||||
b2sums=('eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e')
|
b2sums=('eb8223dba0e414acf54d2fa6a4f5606ae8037ea1c8ea811bc703a3f1ad7a8e6e4ca8e8c2c2d20bd8650a1ee4f3dab4b7fae1d5da45e4c01dc426e41f3a485e8e'
|
||||||
|
'97dbaa2086e40f669005e7bf93ba0ef3d603195c9e478c3a975a38afe415ffda75f1ff99585da90dcc4f24294facd3b0c6585c8b141ba4c74d754f05c6123c00')
|
||||||
provides=("hyprsysteminfo")
|
provides=("hyprsysteminfo")
|
||||||
conflicts=("${pkgname}-git")
|
conflicts=("${pkgname}-git")
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
patch -d $pkgname-$pkgver -Np1 -i ../fe81610278676d26ff47f62770ac238220285d3a.patch
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
local cmake_options=(
|
local cmake_options=(
|
||||||
-S "$pkgname-$pkgver"
|
-S "$pkgname-$pkgver"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue