summaryrefslogtreecommitdiff
path: root/dmenu
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-03-09 13:01:28 +0100
committerJuergen Daubert <jue@jue.li>2021-03-09 13:01:28 +0100
commitdcac1a097c6c054743bed9df3b9367877a68c52f (patch)
treea6826cf6edbe5c2d8499554176d310e52c0080e3 /dmenu
parentafe4093a64504d5ae881f748b95022675dedcacb (diff)
downloadcontrib-dcac1a097c6c054743bed9df3b9367877a68c52f.tar.gz
contrib-dcac1a097c6c054743bed9df3b9367877a68c52f.tar.xz
Revert "dmenu: deleted unmaintained port"
This reverts commit 30a815795717be750677e28911d4b4007ab7bdf4.
Diffstat (limited to 'dmenu')
-rw-r--r--dmenu/.footprint11
-rw-r--r--dmenu/.signature5
-rw-r--r--dmenu/Pkgfile18
3 files changed, 34 insertions, 0 deletions
diff --git a/dmenu/.footprint b/dmenu/.footprint
new file mode 100644
index 000000000..88b307003
--- /dev/null
+++ b/dmenu/.footprint
@@ -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
diff --git a/dmenu/.signature b/dmenu/.signature
new file mode 100644
index 000000000..b856a7160
--- /dev/null
+++ b/dmenu/.signature
@@ -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
diff --git a/dmenu/Pkgfile b/dmenu/Pkgfile
new file mode 100644
index 000000000..7965b88af
--- /dev/null
+++ b/dmenu/Pkgfile
@@ -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
+}

Generated by cgit