30 lines
921 B
Plaintext
30 lines
921 B
Plaintext
# Template file for 'gnome-clocks'
|
|
pkgname=gnome-clocks
|
|
version=3.8.2
|
|
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=afe8405e41d8d2ac570642c2d73a43a2a45f8c6e521640d0a266e0fe0a55410f
|
|
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 all
|
|
}
|
|
}
|