void-packages/srcpkgs/gnome-clocks/template
2013-04-17 21:35:24 +02:00

30 lines
921 B
Plaintext

# Template file for 'gnome-clocks'
pkgname=gnome-clocks
version=3.8.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="glib-devel vala-devel>=0.20 gnome-desktop-devel>=3.8
libgweather-devel>=3.8 libcanberra-devel libnotify-devel
desktop-file-utils hicolor-icon-theme"
short_desc="Clock application for the GNOME Desktop"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://live.gnome.org/GnomeClocks"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/${pkgname}-${version}.tar.xz"
checksum=6140cc1ae41460c5fc799b2a52d809ed4cf9035a72be7e878160b5e591486d31
long_desc="
GNOME Clocks is a nice simple app to show the time, date, and alarms.
- View the time and date
- View alarms
- Set alarms
- Times/dates in other locations"
gnome-clocks_package() {
depends="desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove usr
}
}