summaryrefslogtreecommitdiff
path: root/dmenu
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-08 18:37:01 +0000
committerTim Biermann <tbier@posteo.de>2021-03-08 18:37:01 +0000
commit30a815795717be750677e28911d4b4007ab7bdf4 (patch)
treeac2e07c90d78069baa3fa48959beb129f8abb126 /dmenu
parentd1da189753aaf18544763cdcdd8567d38baab21c (diff)
downloadcontrib-30a815795717be750677e28911d4b4007ab7bdf4.tar.gz
contrib-30a815795717be750677e28911d4b4007ab7bdf4.tar.xz
dmenu: deleted unmaintained port
Diffstat (limited to 'dmenu')
-rw-r--r--dmenu/.footprint11
-rw-r--r--dmenu/.signature5
-rw-r--r--dmenu/Pkgfile18
3 files changed, 0 insertions, 34 deletions
diff --git a/dmenu/.footprint b/dmenu/.footprint
deleted file mode 100644
index 88b307003..000000000
--- a/dmenu/.footprint
+++ /dev/null
@@ -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
diff --git a/dmenu/.signature b/dmenu/.signature
deleted file mode 100644
index b856a7160..000000000
--- a/dmenu/.signature
+++ /dev/null
@@ -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
diff --git a/dmenu/Pkgfile b/dmenu/Pkgfile
deleted file mode 100644
index 7965b88af..000000000
--- a/dmenu/Pkgfile
+++ /dev/null
@@ -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
-}

Generated by cgit