Skip to content

Commit a668120

Browse files
committed
update scenefx-git
1 parent 0ab0804 commit a668120

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

aur/scenefx-git/.SRCINFO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = scenefx-git
22
pkgdesc = A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
33
pkgver = r269.87c0e8b
4-
pkgrel = 3
4+
pkgrel = 4
55
url = https://github.com/wlrfx/scenefx
66
arch = x86_64
77
license = MIT
@@ -14,8 +14,9 @@ pkgbase = scenefx-git
1414
depends = wayland
1515
depends = libdrm
1616
depends = libpixman-1.so
17-
depends = libwlroots-0.18.so
18-
provides = libscenefx-0.3.so
17+
depends = libwlroots-0.19.so
18+
provides = libscenefx-0.4.so
19+
conflicts = scenefx0.4
1920
conflicts = scenefx
2021
options = debug
2122
source = scenefx::git+https://github.com/wlrfx/scenefx.git

aur/scenefx-git/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Maintainer: Erik Reider <erik.reider@protonmail.com>
22

3-
_base_version=0.3
3+
_base_version=0.4
44

55
pkgname="scenefx-git"
66
pkgver=r269.87c0e8b
7-
pkgrel=3
7+
pkgrel=4
88
license=("MIT")
99
pkgdesc="A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects"
1010
url="https://github.com/wlrfx/scenefx"
@@ -14,7 +14,7 @@ depends=(
1414
"wayland"
1515
"libdrm"
1616
"libpixman-1.so"
17-
"libwlroots-0.18.so"
17+
"libwlroots-0.19.so"
1818
)
1919
makedepends=(
2020
"git"
@@ -25,7 +25,7 @@ makedepends=(
2525
)
2626
optdepends=()
2727
provides=("libscenefx-$_base_version.so")
28-
conflicts=("scenefx")
28+
conflicts=("scenefx0.4" "scenefx")
2929
options=("debug")
3030
source=("${pkgname%-*}::git+${url}.git")
3131
sha512sums=("SKIP")
@@ -36,7 +36,7 @@ pkgver() {
3636
}
3737

3838
build() {
39-
export PKG_CONFIG_PATH='/usr/lib/wlroots0.18/pkgconfig'
39+
export PKG_CONFIG_PATH='/usr/lib/wlroots0.19/pkgconfig'
4040
arch-meson -Dwerror=false "scenefx" build
4141
meson compile -C build
4242
}

0 commit comments

Comments
 (0)