summaryrefslogtreecommitdiff
path: root/community/xaos/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xaos/PKGBUILD')
-rw-r--r--community/xaos/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/xaos/PKGBUILD b/community/xaos/PKGBUILD
new file mode 100644
index 00000000..d3dd57f2
--- /dev/null
+++ b/community/xaos/PKGBUILD
@@ -0,0 +1,8 @@
+source+=('xaos.patch')
+sha256sums+=('b07cdc88be38a30a40bccc2f999bff50ae8a25fc10ed4f2f7c7e2ff117f085e5')
+
+prepare() {
+ patch -p1 -N -i "$srcdir/xaos.patch" -d "$srcdir/$pkgname-$pkgver"
+ gendesk -f -n --pkgname=$pkgname --pkgdesc="$pkgdesc" \
+ --categories='Application;Graphics'
+}