diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb | 16 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | 5 |
2 files changed, 1 insertions, 20 deletions
diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb b/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb deleted file mode 100644 index b66fe973eb..0000000000 --- a/meta-gnome/recipes-gnome/libnotify/libnotify3_0.7.3.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Send desktop notifications to a notification daemon" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
5 | |||
6 | DEPENDS = "dbus gtk+3" | ||
7 | |||
8 | # conflicts with libnotify, mixing them in build breaks couple of packages | ||
9 | EXCLUDE_FROM_WORLD = "1" | ||
10 | |||
11 | BPN = "libnotify" | ||
12 | |||
13 | inherit gnome lib_package | ||
14 | |||
15 | SRC_URI[archive.md5sum] = "d20676bde7bd2d276508d019dc7276f1" | ||
16 | SRC_URI[archive.sha256sum] = "322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88" | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb index 1acf8d3e9c..eea6f19bfc 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.2.1.bb | |||
@@ -8,12 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ | |||
8 | 8 | ||
9 | PR = "r4" | 9 | PR = "r4" |
10 | 10 | ||
11 | DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3" | 11 | DEPENDS = "libnotify gtk+3 libunique gvfs librsvg libexif gnome-desktop3" |
12 | # optional: tracker | 12 | # optional: tracker |
13 | 13 | ||
14 | # needs libnotify3 which conflicts with libnotify, mixing them in build breaks couple of packages | ||
15 | EXCLUDE_FROM_WORLD = "1" | ||
16 | |||
17 | # to include nautilus3/no-try-run-strftime.diff before the rest | 14 | # to include nautilus3/no-try-run-strftime.diff before the rest |
18 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | 15 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" |
19 | BPN = "nautilus" | 16 | BPN = "nautilus" |