New package: kickshaw-0.5.26

Closes: #12877 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
cr6git 2018-03-24 13:42:04 +01:00 committed by Jürgen Buchmüller
parent e713af1eda
commit 9434e851d0
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 25 additions and 0 deletions

25
srcpkgs/kickshaw/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'kickshaw'
pkgname=kickshaw
version=0.5.26
revision=1
build_style=gnu-makefile
build_wrksrc="source"
hostmakedepends="pkg-config"
makedepends="gtk+3-devel"
depends="desktop-file-utils"
short_desc="Menu editor for Openbox"
maintainer="cr6git <quark6@protonmail.com>"
homepage="https://savannah.nongnu.org/projects/obladi"
license="GPL-2"
distfiles="https://github.com/natemaia/kickshaw/archive/${version}.tar.gz"
checksum=44744586a36b8e7abcd620d1b98ba624bbebee7edb3b4ce6d8cccfb5c6dd780f
pre_build() {
CFLAGS+=" $(pkg-config --cflags gtk+-3.0)"
}
do_install() {
vbin kickshaw
vinstall kickshaw.desktop 644 usr/share/applications
vdoc ../README.md
}