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.
14 lines
568 B
Bash
14 lines
568 B
Bash
# Template file for 'gnome-maps'
|
|
pkgname=gnome-maps
|
|
version=3.14.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool gobject-introspection glib-devel"
|
|
makedepends="gjs-devel gnome-desktop-devel geocode-glib-devel"
|
|
depends="gjs>=1.40 desktop-file-utils"
|
|
short_desc="GNOME maps application"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://live.gnome.org/Design/Apps/Maps"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=92a6488b2632da0d4f9b6c67b9462dfd2dc790617f8b472e46130b8909bc2ab5
|