gnome-clocks: update to 3.8.0.

This commit is contained in:
Juan RP 2013-03-28 21:27:21 +01:00
parent 0efe88ab93
commit 1f4da421c0

View file

@ -1,17 +1,18 @@
# Template file for 'gnome-clocks' # Template file for 'gnome-clocks'
pkgname=gnome-clocks pkgname=gnome-clocks
version=0.1.5 version=3.8.0
revision=1 revision=1
build_style=python-module build_style=gnu-configure
depends="pycairo pyxdg" fulldepends="desktop-file-utils hicolor-icon-theme"
fulldepends="python desktop-file-utils hicolor-icon-theme" hostmakedepends="pkg-config intltool gobject-introspection"
makedepends="intltool python-distutils-extra gir-freedesktop" makedepends="glib-devel vala-devel>=0.20 gnome-desktop-devel>=3.8
libgweather-devel>=3.8 libcanberra-devel libnotify-devel"
short_desc="Clock application for the GNOME Desktop" short_desc="Clock application for the GNOME Desktop"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
homepage="https://live.gnome.org/GnomeClocks" homepage="https://live.gnome.org/GnomeClocks"
license="GPL-2" license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/0.1/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.8/${pkgname}-${version}.tar.xz"
checksum=42ee9924515fac1c57229057e57e37ea1a7915f9f43e64064f8e740433058b12 checksum=35c78a9b1cab465b5c5ccd9c3591cfc3b27eaa0b9ad927bc52642ea3908d64e0
long_desc=" long_desc="
GNOME Clocks is a nice simple app to show the time, date, and alarms. GNOME Clocks is a nice simple app to show the time, date, and alarms.
@ -19,6 +20,3 @@ long_desc="
- View alarms - View alarms
- Set alarms - Set alarms
- Times/dates in other locations" - Times/dates in other locations"
pycompile_module="gnomeclocks"
noarch=yes