diff options
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb | 3 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb index 12d344bff5..5db9457122 100644 --- a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb +++ b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb | |||
| @@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 6 | 6 | ||
| 7 | inherit allarch gtk-icon-cache | 7 | inherit allarch gtk-icon-cache |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}/sources" |
| 10 | UNPACKDIR = "${S}" | ||
| 10 | 11 | ||
| 11 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BPN}_${PV}.zip" | 12 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BPN}_${PV}.zip" |
| 12 | SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a" | 13 | SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb index 4e1e434314..9d46b43c42 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb | |||
| @@ -6,13 +6,14 @@ inherit allarch | |||
| 6 | 6 | ||
| 7 | SRC_URI = "file://classic-light.xml" | 7 | SRC_URI = "file://classic-light.xml" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}/sources" |
| 10 | UNPACKDIR = "${S}" | ||
| 10 | 11 | ||
| 11 | do_install() { | 12 | do_install() { |
| 12 | install -d ${D}${datadir}/gtksourceview-3.0/styles | 13 | install -d ${D}${datadir}/gtksourceview-3.0/styles |
| 13 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/ | 14 | install -m 0644 ${UNPACKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-3.0/styles/ |
| 14 | install -d ${D}${datadir}/gtksourceview-4/styles | 15 | install -d ${D}${datadir}/gtksourceview-4/styles |
| 15 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/ | 16 | install -m 0644 ${UNPACKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/ |
| 16 | } | 17 | } |
| 17 | 18 | ||
| 18 | FILES:${PN} = " \ | 19 | FILES:${PN} = " \ |
