From 873665024ebfaa761ee49b508a79db7178aeb778 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 Jun 2022 15:08:04 +0100 Subject: added gnupg --- repo/sxmo-dmenu/sxmo-dmenu.xibuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 repo/sxmo-dmenu/sxmo-dmenu.xibuild (limited to 'repo/sxmo-dmenu') diff --git a/repo/sxmo-dmenu/sxmo-dmenu.xibuild b/repo/sxmo-dmenu/sxmo-dmenu.xibuild new file mode 100644 index 0000000..7415638 --- /dev/null +++ b/repo/sxmo-dmenu/sxmo-dmenu.xibuild @@ -0,0 +1,29 @@ +#!/bin/sh + +NAME="sxmo-dmenu" +DESC="Dmenu fork for Sxmo UI; supports highlight, centering, volume-key navigation and more" + +MAKEDEPS=" libx11 libxinerama libxft" + +PKG_VER=5.0.13 +SOURCE="https://git.sr.ht/~mil/sxmo-dmenu/archive/$PKG_VER.tar.gz" + +prepare() { + default_prepare + sed -i -e '/CFLAGS/{s/-Os//;s/=/+=/}' \ + -e '/LDFLAGS/{s/=/+=/}' \ + "$BUILD_ROOT"/config.mk +} + +build() { + make X11INC=/usr/include/X11 \ + X11LIB=/usr/lib/X11 \ + FREETYPEINC=/usr/include/freetype2 \ + -C "$BUILD_ROOT" +} + +package() { + make DESTDIR=$PKG_DEST PREFIX=/usr \ + -C "$BUILD_ROOT" install +} + -- cgit v1.2.1