summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorahoyiski2022-03-29 01:09:46 -0300
committerahoyiski2022-03-29 01:09:46 -0300
commitdd487496485a7575aa62e0ac33bb3b8b79ce7d4c (patch)
treeb1a58c3054ce3a9a9dce6e90b21287b1c2133ce6
parent33a66a50c7b303bf169d74595cec8226b58af0f4 (diff)
downloadaur-wayfire-firedecor-git.tar.gz
added boost to dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab58579e9ec..e414d53c15c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wayfire-firedecor-git
makedepends = ninja
depends = wayfire-git
depends = librsvg
+ depends = boost
provides = wayfire-firedecor-git
provides = wayfire-firedecor
source = git+https://github.com/AhoyISki/wayfire-firedecor.git
diff --git a/PKGBUILD b/PKGBUILD
index d00c6388133a..9900a244520d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="An advanced window decoration plugin for the wayfire window manager."
arch=('any')
url="https://github.com/AhoyISki/wayfire-firedecor.git"
license=('MIT')
-depends=('wayfire-git' 'librsvg')
+depends=('wayfire-git' 'librsvg' 'boost')
makedepends=('git' 'meson' 'ninja')
provides=('wayfire-firedecor-git' 'wayfire-firedecor')
source=('git+https://github.com/AhoyISki/wayfire-firedecor.git')