From 65741d623456479fd458e60b588de519458a35ba Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sun, 6 Aug 2023 16:36:35 +0300 Subject: [PATCH] remove the scripts --- .SRCINFO | 2 +- PKGBUILD | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a20df54..37afdcb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sway-afy-git pkgdesc = sway-git, with added patches, including an env command - pkgver = r7134.48d6eda3_2.c8afbcc + pkgver = r7173.bb91b7f5_5.c59d6f6 pkgrel = 1 url = https://swaywm.org install = sway.install diff --git a/PKGBUILD b/PKGBUILD index b426b9a..014acd2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # sway-git Contributor: Antonin Décimo pkgname=sway-afy-git _pkgname=sway -pkgver=r7134.48d6eda3_2.c8afbcc +pkgver=r7173.bb91b7f5_5.c59d6f6 pkgrel=1 license=("MIT") pkgdesc="sway-git, with added patches, including an env command" @@ -51,6 +51,9 @@ conflicts=("sway") options=(debug) install=sway.install +#CFLAGS="-pipe -march=x86-64 -mtune=generic -fno-omit-frame-pointer -fstack-protector-strong -fstack-clash-protection -fcf-protection -fsanitize=address" +#CXXFLAGS="${CFLAGS}" + pkgver() { cd "$_pkgname" rev_list_sway="$(git rev-list --count HEAD)" @@ -72,9 +75,11 @@ prepare() { } build() { - arch-meson \ + meson setup \ -Dsd-bus-provider=libsystemd \ -Dwerror=false \ + -Dbuildtype=debug \ + -Dprefix=/usr \ "$_pkgname" build meson compile -C build } @@ -86,9 +91,6 @@ package() { cd "$_pkgname" install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - for util in autoname-workspaces.py inactive-windows-transparency.py grimshot; do - install -Dm755 "contrib/$util" -t "$pkgdir/usr/share/$pkgname/scripts" - done } post_upgrade() {