mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00: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:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||
DESCRIPTION = "Contacts is an address-book application."
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN}/tags;module=release-0.1;proto=http \
|
||||
file://stock_contact.png \
|
||||
file://stock_person.png"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/release-0.1"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}/${datadir}/pixmaps
|
||||
install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps
|
||||
install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
|
||||
${datadir}/pixmaps/stock_person.png"
|
||||
|
||||
Executable
+30
@@ -0,0 +1,30 @@
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus gnome-vfs"
|
||||
RDEPENDS = "gnome-vfs-plugin-file"
|
||||
RRECOMMENDS = "gnome-vfs-plugin-http"
|
||||
MAINTAINER = "Chris Lord <chris@openedhand.com>"
|
||||
DESCRIPTION = "Contacts is an address-book application."
|
||||
PR = "r5"
|
||||
|
||||
PV = "0.1+svn${SRCDATE}"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
||||
file://stock_contact.png \
|
||||
file://stock_person.png"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
EXTRA_OECONF = "--enable-gnome-vfs"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}/${datadir}/pixmaps
|
||||
install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps
|
||||
install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
|
||||
${datadir}/pixmaps/stock_person.png"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user