From 0203b9cf1ccfe3365491d347358c20be74067163 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 3 Nov 2017 21:35:32 -0700 Subject: [PATCH] xlunch: update to 3.1.1 --- srcpkgs/xlunch/template | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xlunch/template b/srcpkgs/xlunch/template index fce305e6419..52cf3da7fe5 100644 --- a/srcpkgs/xlunch/template +++ b/srcpkgs/xlunch/template @@ -1,12 +1,25 @@ # Template file for 'xlunch' pkgname=xlunch -version=3.0.0 +version=3.1.1 revision=1 build_style=gnu-makefile +make_build_target="xlunch" makedepends="libX11-devel imlib2-devel" short_desc="Graphical app launcher for X with little dependencies" maintainer="Michael Aldridge " license="GPL-3" homepage="http://xlunch.org/" distfiles="https://github.com/Tomas-M/xlunch/archive/v${version}.tar.gz" -checksum=331714b85ca1f01db0e1cbc21fb703484fbf267881ef7f3c7f3811006f09675c +checksum=5ae174665c20362e518d331eac99a79c7859673a9f3a148c96ec6f4f6cc736c7 + +do_install() { + vbin xlunch + vbin extra/genentries + + vmkdir usr/share/icons/hicolor/48x48/apps + vinstall extra/ghost.png 0644 usr/share/icons/hicolor/48x48/apps + vinstall docs/logo.png 0644 usr/share/icons/hicolor/48x48/apps + + vmkdir usr/share/applications + vinstall extra/genentries.desktop 0644 usr/share/applications +}