ports/contrib (3.6): dwm: deleted unmaintained port
commit 05732d58b9b3e4104946cdfd0beaa6d5b8c1f207 Author: Tim Biermann <tbier@posteo.de> Date: Thu Mar 4 09:15:48 2021 +0000 dwm: deleted unmaintained port diff --git a/dwm/.footprint b/dwm/.footprint deleted file mode 100644 index 7a67f902a..000000000 --- a/dwm/.footprint +++ /dev/null @@ -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 diff --git a/dwm/.signature b/dwm/.signature deleted file mode 100644 index 6da5de5c9..000000000 --- a/dwm/.signature +++ /dev/null @@ -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 diff --git a/dwm/Pkgfile b/dwm/Pkgfile deleted file mode 100644 index 70de12291..000000000 --- a/dwm/Pkgfile +++ /dev/null @@ -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 -} diff --git a/dwm/README b/dwm/README deleted file mode 100644 index b720b0a74..000000000 --- a/dwm/README +++ /dev/null @@ -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/.
participants (1)
-
crux@crux.nu