File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11pkgbase = 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
Original file line number Diff line number Diff line change 11# Maintainer: Erik Reider <erik.reider@protonmail.com>
22
3- _base_version=0.3
3+ _base_version=0.4
44
55pkgname=" scenefx-git"
66pkgver=r269.87c0e8b
7- pkgrel=3
7+ pkgrel=4
88license=(" MIT" )
99pkgdesc=" A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects"
1010url=" 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)
1919makedepends=(
2020 " git"
@@ -25,7 +25,7 @@ makedepends=(
2525)
2626optdepends=()
2727provides=(" libscenefx-$_base_version .so" )
28- conflicts=(" scenefx" )
28+ conflicts=(" scenefx0.4 " " scenefx" )
2929options=(" debug" )
3030source=(" ${pkgname% -* } ::git+${url} .git" )
3131sha512sums=(" SKIP" )
@@ -36,7 +36,7 @@ pkgver() {
3636}
3737
3838build () {
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}
You can’t perform that action at this time.
0 commit comments