1
0
forked from ports/contrib

Revert "dmenu: deleted unmaintained port"

This reverts commit 30a815795717be750677e28911d4b4007ab7bdf4.
This commit is contained in:
Juergen Daubert 2021-03-09 13:01:28 +01:00
parent afe4093a64
commit dcac1a097c
3 changed files with 34 additions and 0 deletions

11
dmenu/.footprint Normal file

@ -0,0 +1,11 @@
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

5
dmenu/.signature Normal file

@ -0,0 +1,5 @@
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

18
dmenu/Pkgfile Normal file

@ -0,0 +1,18 @@
# 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
}