Skip to content

Commit

Permalink
fixed packages to work w new wlroots 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
WillPower3309 committed Jul 18, 2024
1 parent 2a6ea25 commit 7a2d09e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 = libpixman-1.so
depends = wlroots0.17
provides = libscenefx.so
conflicts = scenefx
conflicts = scenefx-git
Expand Down
2 changes: 1 addition & 1 deletion 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"
"libpixman-1.so"
"wlroots0.17"
)
makedepends=(
"git"
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
2 changes: 1 addition & 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

0 comments on commit 7a2d09e

Please sign in to comment.