diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/dates | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dates')
-rwxr-xr-x | meta/packages/dates/dates_0.1.bb | 19 | ||||
-rwxr-xr-x | meta/packages/dates/dates_svn.bb | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta/packages/dates/dates_0.1.bb b/meta/packages/dates/dates_0.1.bb new file mode 100755 index 0000000000..b13fb01905 --- /dev/null +++ b/meta/packages/dates/dates_0.1.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
5 | DESCRIPTION = "Dates is a calendar application." | ||
6 | |||
7 | SRC_URI = "http://projects.o-hand.com/sources/dates/dates-0.1.tar.gz" | ||
8 | |||
9 | inherit autotools pkgconfig gtk-icon-cache | ||
10 | |||
11 | # EXTRA_OECONF = "--disable-debug" | ||
12 | |||
13 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
14 | |||
15 | do_install_append () { | ||
16 | install -d ${D}/${datadir}/pixmaps | ||
17 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
18 | } | ||
19 | |||
diff --git a/meta/packages/dates/dates_svn.bb b/meta/packages/dates/dates_svn.bb new file mode 100755 index 0000000000..408ba5da51 --- /dev/null +++ b/meta/packages/dates/dates_svn.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | ||
4 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
5 | DESCRIPTION = "Dates is a calendar application." | ||
6 | |||
7 | PV = "0.1+svn${SRCDATE}" | ||
8 | S = "${WORKDIR}/trunk" | ||
9 | |||
10 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http" | ||
11 | |||
12 | inherit autotools pkgconfig gtk-icon-cache | ||
13 | |||
14 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
15 | |||
16 | do_install_append () { | ||
17 | install -d ${D}/${datadir}/pixmaps | ||
18 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
19 | } | ||