gtkhotkey: rebuild for metadata

This commit is contained in:
Piotr Wójcik 2018-11-21 12:17:05 +01:00 committed by maxice8
parent c0c2b539cc
commit 4e5822581f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 7 additions and 2 deletions

View File

@ -1,17 +1,22 @@
# Template file for 'gtkhotkey'
pkgname=gtkhotkey
version=0.2.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel"
checkdepends="glib-devel"
short_desc="Platform independent hotkey handling for Gtk+ applications"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
license="LGPL-3.0-or-later"
homepage="https://launchpad.net/gtkhotkey"
distfiles="http://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=fe1cf0d93026d791e856170356f56fbdff9095fe637c4a74104144c1e5111d67
pre_check() {
mkdir /tmp/.config
}
pre_configure() {
sed -i '/gtkhotkeydocdir/s/\${prefix}/\${datadir}/g' Makefile.{am,in}
sed -i 's|glib/gquark\.h|glib.h|' src/gtk-hotkey-error.h