Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed packages to work w new wlroots 0.17 #11

Merged
merged 5 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aur/scenefx-git/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pkgbase = scenefx-git
makedepends = meson
makedepends = ninja
makedepends = wayland-protocols
depends = libwlroots.so
depends = libglvnd
depends = wayland
depends = libdrm
depends = libpixman-1.so
depends = wlroots0.17
provides = libscenefx.so
conflicts = scenefx
conflicts = scenefx-git
Expand Down
3 changes: 2 additions & 1 deletion aur/scenefx-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ pkgdesc="A drop-in replacement for the wlroots scene API that allows wayland com
url="https://github.com/wlrfx/scenefx"
arch=("x86_64")
depends=(
"libwlroots.so"
"libglvnd"
"wayland"
"libdrm"
"libpixman-1.so"
"wlroots0.17"
)
makedepends=(
"git"
Expand All @@ -35,6 +35,7 @@ pkgver() {
}

build() {
export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
arch-meson -Dwerror=false "$_pkgname" build
meson compile -C build
}
Expand Down
6 changes: 3 additions & 3 deletions aur/scenefx/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pkgbase = scenefx
makedepends = meson
makedepends = ninja
makedepends = wayland-protocols
depends = libwlroots.so
depends = libglvnd
depends = wayland
depends = libdrm
depends = libglvnd
depends = libpixman-1.so
depends = wayland
depends = wlroots0.17
provides = libscenefx.so
conflicts = scenefx
conflicts = scenefx-git
Expand Down
7 changes: 4 additions & 3 deletions aur/scenefx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ pkgdesc="A drop-in replacement for the wlroots scene API that allows wayland com
url="https://github.com/wlrfx/scenefx"
arch=("x86_64")
depends=(
"libwlroots.so"
"libglvnd"
"wayland"
"libdrm"
"libglvnd"
"libpixman-1.so"
"wayland"
"wlroots0.17"
)
makedepends=(
"git"
Expand All @@ -30,6 +30,7 @@ source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/$pkgver.tar.gz")
sha512sums=("SKIP")

build() {
export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
arch-meson -Dwerror=false "${_pkgname}-${pkgver}" build
meson compile -C build
}
Expand Down
2 changes: 1 addition & 1 deletion aur/swayfx-git/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pkgbase = swayfx-git
depends = libpixman-1.so
depends = libudev.so
depends = libwayland-server.so
depends = libwlroots.so
depends = wlroots0.17
depends = libxcb
depends = libxkbcommon.so
depends = pango
Expand Down
2 changes: 1 addition & 1 deletion aur/swayfx-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends=(
"libpixman-1.so"
"libudev.so"
"libwayland-server.so"
"libwlroots.so"
"wlroots0.17"
"libxcb"
"libxkbcommon.so"
"pango"
Expand Down
2 changes: 1 addition & 1 deletion aur/swayfx/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ pkgbase = swayfx
depends = libjson-c.so
depends = libudev.so
depends = libwayland-server.so
depends = libwlroots.so=12
depends = libxcb
depends = libxkbcommon.so
depends = pango
depends = pcre2
depends = ttf-font
depends = libscenefx.so
depends = wlroots0.17
optdepends = alacritty: Terminal emulator used by the default config
optdepends = dmenu: Application launcher
optdepends = grim: Screenshot utility
Expand Down
3 changes: 2 additions & 1 deletion aur/swayfx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ depends=(
"libjson-c.so"
"libudev.so"
"libwayland-server.so"
"libwlroots.so=12"
"libxcb"
"libxkbcommon.so"
"pango"
"pcre2"
"ttf-font"
"libscenefx.so"
"wlroots0.17"
)
optdepends=(
"alacritty: Terminal emulator used by the default config"
Expand Down Expand Up @@ -57,6 +57,7 @@ options=(debug)
install=sway.install

build() {
export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
arch-meson \
-Dwerror=false \
-Dsd-bus-provider=libsystemd \
Expand Down
Loading