remove the scripts

This commit is contained in:
slonkazoid 2023-08-06 16:36:35 +03:00
parent bc1c9cc4e3
commit 65741d6234
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sway-afy-git pkgbase = sway-afy-git
pkgdesc = sway-git, with added patches, including an env command pkgdesc = sway-git, with added patches, including an env command
pkgver = r7134.48d6eda3_2.c8afbcc pkgver = r7173.bb91b7f5_5.c59d6f6
pkgrel = 1 pkgrel = 1
url = https://swaywm.org url = https://swaywm.org
install = sway.install install = sway.install

View file

@ -3,7 +3,7 @@
# sway-git Contributor: Antonin Décimo <antonin dot decimo at gmail dot com> # sway-git Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=sway-afy-git pkgname=sway-afy-git
_pkgname=sway _pkgname=sway
pkgver=r7134.48d6eda3_2.c8afbcc pkgver=r7173.bb91b7f5_5.c59d6f6
pkgrel=1 pkgrel=1
license=("MIT") license=("MIT")
pkgdesc="sway-git, with added patches, including an env command" pkgdesc="sway-git, with added patches, including an env command"
@ -51,6 +51,9 @@ conflicts=("sway")
options=(debug) options=(debug)
install=sway.install 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() { pkgver() {
cd "$_pkgname" cd "$_pkgname"
rev_list_sway="$(git rev-list --count HEAD)" rev_list_sway="$(git rev-list --count HEAD)"
@ -72,9 +75,11 @@ prepare() {
} }
build() { build() {
arch-meson \ meson setup \
-Dsd-bus-provider=libsystemd \ -Dsd-bus-provider=libsystemd \
-Dwerror=false \ -Dwerror=false \
-Dbuildtype=debug \
-Dprefix=/usr \
"$_pkgname" build "$_pkgname" build
meson compile -C build meson compile -C build
} }
@ -86,9 +91,6 @@ package() {
cd "$_pkgname" cd "$_pkgname"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 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() { post_upgrade() {