1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
15 lines
581 B
Bash
15 lines
581 B
Bash
# Template file for 'gnome-system-log'
|
|
pkgname=gnome-system-log
|
|
version=3.9.90
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
|
makedepends="gtk+3-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="A system log viewer for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=9eeb51982d347aa7b33703031e2c1d8084201374665425cd62199649b29a5411
|