aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-08 20:40:43 -0800
committerFuwn <[email protected]>2024-01-08 20:40:43 -0800
commit4463d871a96d685c7e01963546f1c1951c3efc1c (patch)
tree67d40067cd027dafde8ce4505da0a36f07d0fa12
parentci(github): compile check (diff)
downloadseiwm-4463d871a96d685c7e01963546f1c1951c3efc1c.tar.xz
seiwm-4463d871a96d685c7e01963546f1c1951c3efc1c.zip
chore(pkgbuild): update makepkg
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD18
2 files changed, 9 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 11a49c4..c009b40 100644
--- a/Makefile
+++ b/Makefile
@@ -40,11 +40,9 @@ install: all
sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1
chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
mkdir -p ${DESTDIR}${PREFIX}/share/dwm
- install -Dm644 ./larbs.mom ${DESTDIR}${PREFIX}/share/dwm
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
- ${DESTDIR}${PREFIX}/share/dwm/larbs.mom\
${DESTDIR}${MANPREFIX}/man1/dwm.1
.PHONY: all options clean dist install uninstall
diff --git a/PKGBUILD b/PKGBUILD
index 1903c72..84c6415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-_pkgname=dwm
-pkgname=$_pkgname-larbs-git
-pkgver=6.2.r1888.0ac09e0
+_pkgname=seiwm
+pkgname=$_pkgname-git
+pkgver=6.4.r1929.499d9e5
pkgrel=1
-pkgdesc="Luke's build of dwm"
-url=https://github.com/LukeSmithxyz/dwm
+pkgdesc="A fixed, patched, and modified window manager from a dwm base"
+url=https://github.com/Fuwn/seiwm
arch=(i686 x86_64)
license=(MIT)
makedepends=(git)
@@ -13,7 +13,7 @@ optdepends=(
'st: terminal emulator')
provides=($_pkgname)
conflicts=($_pkgname)
-source=(git+https://github.com/LukeSmithxyz/dwm)
+source=(git+https://github.com/Fuwn/seiwm)
sha256sums=('SKIP')
pkgver() {
@@ -23,9 +23,9 @@ pkgver() {
prepare() {
cd "$_pkgname"
- echo "CPPFLAGS+=${CPPFLAGS}" >> config.mk
- echo "CFLAGS+=${CFLAGS}" >> config.mk
- echo "LDFLAGS+=${LDFLAGS}" >> config.mk
+ echo "CPPFLAGS+=${CPPFLAGS}" >>config.mk
+ echo "CFLAGS+=${CFLAGS}" >>config.mk
+ echo "LDFLAGS+=${LDFLAGS}" >>config.mk
# to use a custom config.h, place it in the package directory
if [[ -f ${SRCDEST}/config.h ]]; then
cp "${SRCDEST}/config.h" .