void-packages/srcpkgs/gnome-clocks/template

30 lines
921 B
Text
Raw Normal View History

2012-09-28 08:00:59 +00:00
# Template file for 'gnome-clocks'
pkgname=gnome-clocks
2013-05-14 12:25:26 +00:00
version=3.8.2
2012-09-28 08:00:59 +00:00
revision=1
2013-03-28 20:27:21 +00:00
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"
2012-09-28 08:00:59 +00:00
short_desc="Clock application for the GNOME Desktop"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://live.gnome.org/GnomeClocks"
license="GPL-2"
2013-03-28 20:27:21 +00:00
distfiles="${GNOME_SITE}/$pkgname/3.8/${pkgname}-${version}.tar.xz"
2013-05-14 12:25:26 +00:00
checksum=afe8405e41d8d2ac570642c2d73a43a2a45f8c6e521640d0a266e0fe0a55410f
2012-09-28 08:00:59 +00:00
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() {
2013-05-14 12:25:26 +00:00
vmove all
}
}