kickshaw: update to 1.0.31
This commit is contained in:
parent
fb1a0de25a
commit
da3782d673
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=0.6.1
|
||||
Name=Kickshaw
|
||||
Comment=Openbox menu editor based on Gtk3
|
||||
Exec=/usr/bin/kickshaw
|
||||
Icon=openbox
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Settings;DesktopSettings;
|
||||
StartupNotify=true
|
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'kickshaw'
|
||||
pkgname=kickshaw
|
||||
version=0.6.4
|
||||
version=1.0.31
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
wrksrc="${pkgname}_${version}_GTK3_source_only"
|
||||
build_wrksrc="source"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+3-devel"
|
||||
|
@ -11,8 +12,8 @@ short_desc="Menu editor for Openbox"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://savannah.nongnu.org/projects/obladi"
|
||||
distfiles="https://github.com/natemaia/kickshaw/archive/${version}.tar.gz"
|
||||
checksum=ea843d1030ada466f70fa9a531c548fc643f016275e82b74bca26350641ae87a
|
||||
distfiles="http://download-mirror.savannah.gnu.org/releases/obladi/kickshaw_${version}_GTK3_source_only.tar.bz2"
|
||||
checksum=6d47c1ac77aa7ec2da2c04b3f8c30c8858002b16a7f2e1bd29746b55a915c335
|
||||
|
||||
pre_build() {
|
||||
CFLAGS+=" $(pkg-config --cflags gtk+-3.0)"
|
||||
|
@ -20,6 +21,6 @@ pre_build() {
|
|||
|
||||
do_install() {
|
||||
vbin kickshaw
|
||||
vinstall kickshaw.desktop 644 usr/share/applications
|
||||
vdoc ../README.md
|
||||
vinstall ${FILESDIR}/kickshaw.desktop 644 usr/share/applications
|
||||
vdoc ../README
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue