Skip to content

Commit

Permalink
Fixed swayfx-git AUR package not building
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Jul 22, 2024
1 parent c199787 commit f6e5eb6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions aur/swayfx-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = swayfx-git
pkgdesc = SwayFX: Sway, but with eye candy!
pkgver = r7047.8ad2605c
pkgrel = 2
pkgver = r7057.da559b3e
pkgrel = 1
url = https://github.com/WillPower3309/swayfx
install = sway.install
arch = i686
Expand All @@ -17,7 +17,7 @@ pkgbase = swayfx-git
depends = gdk-pixbuf2
depends = libevdev.so
depends = libinput
depends = scenefx-git
depends = scenefx
depends = libjson-c.so
depends = libpixman-1.so
depends = libudev.so
Expand Down
16 changes: 12 additions & 4 deletions aur/swayfx-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
# Maintainer: Erik Reider <[email protected]>
_pkgname=swayfx
pkgname="$_pkgname-git"
pkgver=r7047.8ad2605c
pkgrel=2
pkgver=r7057.da559b3e
pkgrel=1
license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!"
makedepends=(git meson ninja scdoc setconf wayland-protocols)
makedepends=(
"git"
"meson"
"ninja"
"scdoc"
"setconf"
"wayland-protocols"
)
depends=(
"cairo"
"gdk-pixbuf2"
"libevdev.so"
"libinput"
"scenefx-git"
"scenefx"
"libjson-c.so"
"libpixman-1.so"
"libudev.so"
Expand Down Expand Up @@ -64,6 +71,7 @@ pkgver() {
}

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

0 comments on commit f6e5eb6

Please sign in to comment.