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