dwm: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:15:48 +00:00
parent fd6806d91d
commit 05732d58b9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 46 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dwm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/dwm.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30bpMnX63/V03YLorEtQao+8oL9rV5829w/Miz/JUjeOt7tOH3jtsZrhkQMzjrYGowjhPjfWur/aa8tOa9jjBwc=
SHA256 (Pkgfile) = 66d4d39338217eb66269a0bf5a248f179d658371df0c0d11017ee7b466a171af
SHA256 (.footprint) = 5fafc2be3ed213723d4401d9318b376ceeae5c7ab3a2ab885c9ab13be1c154a6
SHA256 (dwm-6.2.tar.gz) = 97902e2e007aaeaa3c6e3bed1f81785b817b7413947f1db1d3b62b8da4cd110e

View File

@ -1,20 +0,0 @@
# Description: dynamic window manager
# URL: https://dwm.suckless.org/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libxft xorg-libxinerama
name=dwm
version=6.2
release=1
source=(https://dl.suckless.org/dwm/$name-$version.tar.gz)
build () {
cd $name-$version
if [ -f $PKGMK_ROOT/config.h ]; then
cp $PKGMK_ROOT/config.h .
fi
make CC=gcc X11INC=/usr/include
make DESTDIR=$PKG PREFIX=/usr install
}

View File

@ -1,14 +0,0 @@
The configuration of dwm is done by creating a custom config.h
and (re)compiling the source code. To create a custom config.h,
unpack the tarball, copy the file dwm-$version/config.def.h to
dwm's port directory, and edit to suit your preferences. Then,
when you call pkgmk in the dwm port directory, the custom
config.h will be detected and copied into the source before
compilation. I recommend that you save a copy your custom config.h
some where other than the dwm port directory, so that your changes
won't get nuked when updating ports or performing a prtsweep or
prtwash (see opt/prt-utils for more information about those two).
Another solution for customizing dwm is to create a custom and
(preferably) private port that contains your custom config and also
might include patches, such as from https://suckless.org/patches/.