diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 13:10:47 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 13:10:47 +0100 |
commit | d8869f3ac30fd3640d8f9b27d7c1c922ef160216 (patch) | |
tree | 5487b14b0464c3b5a69f0bbd27bb8151257b95c9 /meta/packages/pimlico | |
parent | 14321b47b9cf8a923a25a5225b68f8b89760bf40 (diff) | |
download | poky-d8869f3ac30fd3640d8f9b27d7c1c922ef160216.tar.gz |
pimlico: Convert recipes to gnome git
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pimlico')
17 files changed, 39 insertions, 57 deletions
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 250342243c..240540f6af 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc | |||
@@ -4,7 +4,7 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" |
5 | RDEPENDS = "libedata-book" | 5 | RDEPENDS = "libedata-book" |
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools_stage pkgconfig |
8 | 8 | ||
9 | EXTRA_OECONF += "--disable-gnome-vfs" | 9 | EXTRA_OECONF += "--disable-gnome-vfs" |
10 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | 10 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" |
@@ -17,3 +17,8 @@ do_install_append () { | |||
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ | 18 | FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \ |
19 | ${datadir}/pixmaps/stock_person.png" | 19 | ${datadir}/pixmaps/stock_person.png" |
20 | |||
21 | SRC_URI = "file://stock_contact.png \ | ||
22 | file://stock_person.png" | ||
23 | |||
24 | SRC_URI_append_poky = " file://contacts-owl-window-menu.patch;patch=1 " | ||
diff --git a/meta/packages/pimlico/files/contacts-owl-window-menu.patch b/meta/packages/pimlico/contacts/contacts-owl-window-menu.patch index 4b9238b43a..4b9238b43a 100644 --- a/meta/packages/pimlico/files/contacts-owl-window-menu.patch +++ b/meta/packages/pimlico/contacts/contacts-owl-window-menu.patch | |||
diff --git a/meta/packages/pimlico/files/stock_contact.png b/meta/packages/pimlico/contacts/stock_contact.png index 123b4485ac..123b4485ac 100644 --- a/meta/packages/pimlico/files/stock_contact.png +++ b/meta/packages/pimlico/contacts/stock_contact.png | |||
Binary files differ | |||
diff --git a/meta/packages/pimlico/files/stock_person.png b/meta/packages/pimlico/contacts/stock_person.png index 2b1328b4e2..2b1328b4e2 100644 --- a/meta/packages/pimlico/files/stock_person.png +++ b/meta/packages/pimlico/contacts/stock_person.png | |||
Binary files differ | |||
diff --git a/meta/packages/pimlico/contacts_0.9.bb b/meta/packages/pimlico/contacts_0.9.bb index d00752b9c4..fa2aa74dc0 100644 --- a/meta/packages/pimlico/contacts_0.9.bb +++ b/meta/packages/pimlico/contacts_0.9.bb | |||
@@ -2,8 +2,4 @@ require contacts.inc | |||
2 | 2 | ||
3 | PR="r1" | 3 | PR="r1" |
4 | 4 | ||
5 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI =+ "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" |
6 | file://stock_contact.png \ | ||
7 | file://stock_person.png \ | ||
8 | file://contacts-owl-window-menu.patch;patch=1 \ | ||
9 | " | ||
diff --git a/meta/packages/pimlico/contacts_git.bb b/meta/packages/pimlico/contacts_git.bb new file mode 100644 index 0000000000..8f3bc23b03 --- /dev/null +++ b/meta/packages/pimlico/contacts_git.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require contacts.inc | ||
2 | |||
3 | PV = "0.9+git${SRCPV}" | ||
4 | |||
5 | |||
6 | SRC_URI =+ "git://git.gnome.org/${PN};protocol=git" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | |||
diff --git a/meta/packages/pimlico/contacts_svn.bb b/meta/packages/pimlico/contacts_svn.bb deleted file mode 100644 index 58ff64e614..0000000000 --- a/meta/packages/pimlico/contacts_svn.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | require contacts.inc | ||
2 | |||
3 | #DEPENDS += "gnome-vfs" | ||
4 | #RDEPENDS += "gnome-vfs-plugin-file" | ||
5 | #RRECOMMENDS += "gnome-vfs-plugin-http" | ||
6 | |||
7 | PV = "0.9+svnr${SRCREV}" | ||
8 | |||
9 | DEFAULT_PREFERENCE = "-1" | ||
10 | |||
11 | SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;proto=http \ | ||
12 | file://stock_contact.png \ | ||
13 | file://stock_person.png \ | ||
14 | file://contacts-owl-window-menu.patch;patch=1 \ | ||
15 | " | ||
16 | |||
17 | S = "${WORKDIR}/trunk" | ||
18 | |||
19 | #EXTRA_OECONF = "--enable-gnome-vfs" | ||
diff --git a/meta/packages/pimlico/dates.inc b/meta/packages/pimlico/dates.inc index 40a88ea5c0..f36d260520 100644 --- a/meta/packages/pimlico/dates.inc +++ b/meta/packages/pimlico/dates.inc | |||
@@ -4,15 +4,9 @@ SECTION = "x11" | |||
4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus libowl" |
5 | RDEPENDS = "libedata-cal" | 5 | RDEPENDS = "libedata-cal" |
6 | 6 | ||
7 | inherit autotools pkgconfig gtk-icon-cache | 7 | inherit autotools_stage pkgconfig gtk-icon-cache |
8 | 8 | ||
9 | # EXTRA_OECONF = "--disable-debug" | 9 | # Poky/Sato specific enhancements |
10 | EXTRA_OECONF = "--enable-owl=true --disable-dnd" | 10 | EXTRA_OECONF_append_poky = " --enable-owl=true --disable-dnd" |
11 | 11 | SRC_URI_append_poky = " file://dates-owl-window-menu.patch;patch=1 " | |
12 | FILES_${PN} += "${datadir}/pixmaps/dates.png" | ||
13 | |||
14 | do_install_append () { | ||
15 | install -d ${D}/${datadir}/pixmaps | ||
16 | install -m 0644 ${D}/${datadir}/icons/hicolor/48x48/apps/dates.png ${D}/${datadir}/pixmaps/ | ||
17 | } | ||
18 | 12 | ||
diff --git a/meta/packages/pimlico/files/dates-owl-window-menu.patch b/meta/packages/pimlico/dates/dates-owl-window-menu.patch index a52fd5741b..a52fd5741b 100644 --- a/meta/packages/pimlico/files/dates-owl-window-menu.patch +++ b/meta/packages/pimlico/dates/dates-owl-window-menu.patch | |||
diff --git a/meta/packages/pimlico/dates_0.4.6.bb b/meta/packages/pimlico/dates_0.4.8.bb index cb452994ac..cb452994ac 100644 --- a/meta/packages/pimlico/dates_0.4.6.bb +++ b/meta/packages/pimlico/dates_0.4.8.bb | |||
diff --git a/meta/packages/pimlico/dates_git.bb b/meta/packages/pimlico/dates_git.bb new file mode 100644 index 0000000000..849af2a4fc --- /dev/null +++ b/meta/packages/pimlico/dates_git.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require dates.inc | ||
2 | |||
3 | PV = "0.4.9+git${SRCPV}" | ||
4 | S = "${WORKDIR}/git" | ||
5 | |||
6 | SRC_URI = "git://git.gnome.org/${PN};protocol=git" | ||
7 | |||
8 | SRC_URI_append_poky += "file://dates-owl-window-menu.patch;patch=1" | ||
diff --git a/meta/packages/pimlico/dates_svn.bb b/meta/packages/pimlico/dates_svn.bb deleted file mode 100644 index eb23742118..0000000000 --- a/meta/packages/pimlico/dates_svn.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require dates.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | PV = "0.4.5+svnr${SRCREV}" | ||
6 | S = "${WORKDIR}/trunk" | ||
7 | |||
8 | SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;proto=http \ | ||
9 | file://dates-owl-window-menu.patch;patch=1 \ | ||
10 | " | ||
diff --git a/meta/packages/pimlico/tasks.inc b/meta/packages/pimlico/tasks.inc index 2bb1c9265a..3564218e4a 100644 --- a/meta/packages/pimlico/tasks.inc +++ b/meta/packages/pimlico/tasks.inc | |||
@@ -3,4 +3,6 @@ LICENSE = "GPL" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" | 4 | DEPENDS = "glib-2.0 gtk+ eds-dbus libowl" |
5 | 5 | ||
6 | inherit autotools pkgconfig gtk-icon-cache | 6 | inherit autotools_stage pkgconfig gtk-icon-cache |
7 | |||
8 | SRC_URI_append_poky = " file://tasks-owl.diff;patch=1 " \ No newline at end of file | ||
diff --git a/meta/packages/pimlico/files/tasks-owl.diff b/meta/packages/pimlico/tasks/tasks-owl.diff index e4078066f5..e4078066f5 100644 --- a/meta/packages/pimlico/files/tasks-owl.diff +++ b/meta/packages/pimlico/tasks/tasks-owl.diff | |||
diff --git a/meta/packages/pimlico/tasks_0.13.bb b/meta/packages/pimlico/tasks_0.13.bb index 5d41222944..de92a21178 100644 --- a/meta/packages/pimlico/tasks_0.13.bb +++ b/meta/packages/pimlico/tasks_0.13.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require tasks.inc | 1 | require tasks.inc |
2 | 2 | ||
3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ | 3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ |
4 | file://fix_configure.patch;patch=1;status=merged \ | 4 | file://fix_configure.patch;patch=1;status=merged" |
5 | file://tasks-owl.diff;patch=1;pnum=0" | ||
6 | 5 | ||
7 | PR = "r2" | 6 | PR = "r2" |
diff --git a/meta/packages/pimlico/tasks_git.bb b/meta/packages/pimlico/tasks_git.bb new file mode 100644 index 0000000000..c80639e671 --- /dev/null +++ b/meta/packages/pimlico/tasks_git.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require tasks.inc | ||
2 | |||
3 | SRC_URI = "git://git.gnome.org/${PN};protocol=git" | ||
4 | |||
5 | PV = "0.13+git${SRCPV}" | ||
6 | S = "${WORKDIR}/git" | ||
diff --git a/meta/packages/pimlico/tasks_svn.bb b/meta/packages/pimlico/tasks_svn.bb deleted file mode 100644 index 00dcae0f27..0000000000 --- a/meta/packages/pimlico/tasks_svn.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require tasks.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | PV = "0.13+svnr${SRCREV}" | ||
6 | S = "${WORKDIR}/trunk" | ||
7 | |||
8 | SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk;proto=http \ | ||
9 | file://tasks-owl.diff;patch=1" | ||