Package Details: dmenu-recent-aliases-git 1.0.0.r2.gffb39fc-2

Git Clone URL: https://aur.archlinux.org/dmenu-recent-aliases-git.git (read-only, click to copy)
Package Base: dmenu-recent-aliases-git
Description: Dmenu2 based application launcher. Supports user bash aliases.
Upstream URL: https://gitlab.com/y2kbugger-projects/scripts/dmenu-recent-aliases
Keywords: dmenu launcher minimal
Licenses: MIT
Conflicts: dmenu-recent-aliases
Provides: dmenu-recent-aliases
Submitter: y2kbugger
Maintainer: y2kbugger
Last Packager: y2kbugger
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-13 05:19 (UTC)
Last Updated: 2024-07-22 18:18 (UTC)

Latest Comments

y2kbugger commented on 2024-07-22 18:19 (UTC)

Updated, let me know if you have any other question, need help troubleshooting. I still use this all day everyday.

y2kbugger commented on 2024-07-22 16:14 (UTC)

This was the PKGBUILD I think any dmenu should suffice and I need to fix my dep specification.

$ cat PKGBUILD

Maintainer: Angelo Geulin <angelogeulin123 8t gmail d0T com>
Maintainer: Sibren Vasse <arch at sibrenvasse dot nl>
Maintainer: Michał Lemke lemke.michal@gmail.com

pkgname=dmenu2 pkgver=0.2.1 pkgrel=1 pkgdesc="Fork of dmenu with many useful patches applied and additional options like screen select, dim or opacity change" url="https://bitbucket.org/melek/dmenu2" arch=('i686' 'x86_64') license=('MIT') license=('GPL') depends=('libxinerama' 'libxft') provides=(dmenu) conflicts=(dmenu) source=(https://github.com/spcmd/dmenu2/raw/master/dmenu2-$pkgver.tar.gz) sha256sums=('20f005ecfa36fd0757f0b2169503da199ac8fd165a3b023c6007da4e4a75169e')

build() { cd "$srcdir/$pkgname-$pkgver" make }

package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" PREFIX=/usr install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }

realroot commented on 2024-07-21 18:15 (UTC)

What is dmenu2? It's not available here.