dmenu: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:37:01 +00:00
parent d1da189753
commit 30a8157957
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dmenu
-rwxr-xr-x root/root usr/bin/dmenu_path
-rwxr-xr-x root/root usr/bin/dmenu_run
-rwxr-xr-x root/root usr/bin/stest
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/dmenu.1.gz
-rw-r--r-- root/root usr/share/man/man1/stest.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33I+uqKtCgmteCGuV9Ybg2y1Vs7K5q+VKTJQSgY0XjHXa/NmrB59eJzgRvzGIc4Uwz/ecBtWLkpBRsTZJmhT4Ao=
SHA256 (Pkgfile) = e961f374b3ff9a47fa1b5da8359228945ada80455d75e280a9c3888dc4b65a25
SHA256 (.footprint) = 3bdd45e059e6c106af608917f9e0d3f153b22d74e0ed3aea4c7661e914200e77
SHA256 (dmenu-5.0.tar.gz) = fe18e142c4dbcf71ba5757dbbdea93b1c67d58fc206fc116664f4336deef6ed3

View File

@ -1,18 +0,0 @@
# Description: dynamic menu, originally designed for dwm (with xft support)
# URL: http://tools.suckless.org/dmenu/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: xorg-libxinerama xorg-libxft
name=dmenu
version=5.0
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd "$name-$version"
sed -i '19d' config.mk
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/share/man \
install
}