dates: unify recipes, fix PV in svn version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1377 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-03-21 10:55:08 +00:00
parent 421f101b80
commit 99742331ca
3 changed files with 7 additions and 24 deletions

View File

@ -1,9 +1,8 @@
DESCRIPTION = "Dates is a calendar application."
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
DESCRIPTION = "Dates is a calendar application."
SRC_URI = "http://projects.o-hand.com/sources/dates/dates-${PV}.tar.gz"
RDEPENDS = "libedata-cal"
inherit autotools pkgconfig gtk-icon-cache

View File

@ -1,8 +1,5 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ intltool eds-dbus"
RDEPENDS = "libedata-cal"
require dates.inc
DESCRIPTION = "Dates is a calendar application."
PR = "r1"
include dates.inc
SRC_URI = "http://projects.o-hand.com/sources/dates/dates-${PV}.tar.gz"

View File

@ -1,21 +1,8 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ intltool eds-dbus"
RDEPENDS = "libedata-cal"
DESCRIPTION = "Dates is a calendar application."
require dates.inc
DEFAULT_PREFERENCE = "-1"
PV = "0.0+svn${SRCDATE}"
PV = "0.3.1+svn${SRCDATE}"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
inherit autotools pkgconfig gtk-icon-cache
FILES_${PN} += "${datadir}/pixmaps/dates.png"
do_install_append () {
install -d ${D}/${datadir}/pixmaps
install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/
}