summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD1
2 files changed, 17 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53df451b3957..fb0a00121d0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,3 +32,20 @@ pkgbase = wayfire-firedecor-git
sha256sums = SKIP
pkgname = wayfire-firedecor-git
+pkgbase = wayfire-firedecor-git
+ pkgdesc = An advanced window decoration plugin for the wayfire window manager.
+ pkgver = 1.14.b4a4029
+ pkgrel = 1
+ url = https://github.com/AhoyISki/firedecor
+ arch = any
+ license = MIT
+ makedepends = git
+ makedepends = meson
+ makedepends = ninja
+ depends = wayfire-git
+ provides = wayfire-firedecor-git
+ provides = wayfire-firedecor
+ source = git+https://github.com/WayfireWM/wayfire
+ sha256sums = SKIP
+
+pkgname = wayfire-firedecor-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f60793fbe42..27401b64f99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,6 @@ pkgver() {
build() {
cd "$srcdir/wayfire-firedecor-git"
- rm -rf build
meson build
meson compile -C build
}