mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
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:
parent
e713af1eda
commit
9434e851d0
1 changed files with 25 additions and 0 deletions
25
srcpkgs/kickshaw/template
Normal file
25
srcpkgs/kickshaw/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue