diff options
| author | Fuwn <[email protected]> | 2024-01-08 20:40:43 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-08 20:40:43 -0800 |
| commit | 4463d871a96d685c7e01963546f1c1951c3efc1c (patch) | |
| tree | 67d40067cd027dafde8ce4505da0a36f07d0fa12 | |
| parent | ci(github): compile check (diff) | |
| download | seiwm-4463d871a96d685c7e01963546f1c1951c3efc1c.tar.xz seiwm-4463d871a96d685c7e01963546f1c1951c3efc1c.zip | |
chore(pkgbuild): update makepkg
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | PKGBUILD | 18 |
2 files changed, 9 insertions, 11 deletions
@@ -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 @@ -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" . |