mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
19
meta/packages/dates/dates_0.1.bb
Executable file
19
meta/packages/dates/dates_0.1.bb
Executable file
@@ -0,0 +1,19 @@
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||
DESCRIPTION = "Dates is a calendar application."
|
||||
|
||||
SRC_URI = "http://projects.o-hand.com/sources/dates/dates-0.1.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig gtk-icon-cache
|
||||
|
||||
# EXTRA_OECONF = "--disable-debug"
|
||||
|
||||
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/
|
||||
}
|
||||
|
||||
19
meta/packages/dates/dates_svn.bb
Executable file
19
meta/packages/dates/dates_svn.bb
Executable file
@@ -0,0 +1,19 @@
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||
DESCRIPTION = "Dates is a calendar application."
|
||||
|
||||
PV = "0.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/
|
||||
}
|
||||
Reference in New Issue
Block a user