summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-18 12:21:09 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:42:32 +0200
commit96a041c5e8d7c814b5b10fe7df09fb084994c972 (patch)
tree3a1bbfba22db3946206139a5c0fb23d23a1946ff /recipes-graphics
parent2d28744352eee390bbf850523d51b797ad9767b3 (diff)
meta-toradex-demo: clean-up whitespace use
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/graphviz/graphviz_2.38.0.bb6
-rw-r--r--recipes-graphics/rdesktop/rdesktop.inc6
-rw-r--r--recipes-graphics/scrot/giblib_1.2.4.bb8
-rw-r--r--recipes-graphics/scrot/scrot_0.8.bb8
-rw-r--r--recipes-graphics/vnc/tightvnc_1.3.10.bb24
5 files changed, 31 insertions, 21 deletions
diff --git a/recipes-graphics/graphviz/graphviz_2.38.0.bb b/recipes-graphics/graphviz/graphviz_2.38.0.bb
index 776f46c..2001d79 100644
--- a/recipes-graphics/graphviz/graphviz_2.38.0.bb
+++ b/recipes-graphics/graphviz/graphviz_2.38.0.bb
@@ -4,8 +4,10 @@ HOMEPAGE = "http://www.graphviz.org"
LICENSE = "EPL-1.0"
DEPENDS = "cairo pango expat intltool-native gtk-doc gettext-native python"
-SRC_URI = "http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-${PV}.tar.gz \
- file://cross_compile.patch"
+SRC_URI = " \
+ http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-${PV}.tar.gz \
+ file://cross_compile.patch \
+"
LIC_FILES_CHKSUM = "file://COPYING;md5=9109f5fc16cf963fb3cdd32781b3ce04"
SRC_URI[md5sum] = "5b6a829b2ac94efcd5fa3c223ed6d3ae"
SRC_URI[sha256sum] = "81aa238d9d4a010afa73a9d2a704fc3221c731e1e06577c2ab3496bdef67859e"
diff --git a/recipes-graphics/rdesktop/rdesktop.inc b/recipes-graphics/rdesktop/rdesktop.inc
index 078aae1..025c4e9 100644
--- a/recipes-graphics/rdesktop/rdesktop.inc
+++ b/recipes-graphics/rdesktop/rdesktop.inc
@@ -6,5 +6,7 @@ LICENSE = "GPL"
INC_PR = "r2"
-SRC_URI = "${SOURCEFORGE_MIRROR}/rdesktop/rdesktop-${PV}.tar.gz"
-SRC_URI += "file://add_ioctl_serial_get_properties.patch" \ No newline at end of file
+SRC_URI = " \
+ ${SOURCEFORGE_MIRROR}/rdesktop/rdesktop-${PV}.tar.gz \
+ file://add_ioctl_serial_get_properties.patch \
+" \ No newline at end of file
diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb
index fbcb6fa..4fedbfa 100644
--- a/recipes-graphics/scrot/giblib_1.2.4.bb
+++ b/recipes-graphics/scrot/giblib_1.2.4.bb
@@ -1,7 +1,7 @@
SECTION = "graphic/utils"
SUMMARY = "giblib is a simple library which wraps imlib2"
HOMEPAGE = "http://linuxbrit.co.uk/software/"
-LICENSE ="BSD"
+LICENSE = "BSD"
DEPENDS = "imlib2"
@@ -9,8 +9,10 @@ MIRRORS_prepend () {
http://linuxbrit.co.uk/downloads/ http://pkgs.fedoraproject.org/repo/pkgs/giblib/giblib-${PV}.tar.gz/c810ef5389baf24882a1caca2954385e/
}
-SRC_URI = "http://linuxbrit.co.uk/downloads/giblib-${PV}.tar.gz \
- file://fix-giblib-binconfig-paths.patch "
+SRC_URI = " \
+ http://linuxbrit.co.uk/downloads/giblib-${PV}.tar.gz \
+ file://fix-giblib-binconfig-paths.patch \
+"
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"
SRC_URI[md5sum] = "c810ef5389baf24882a1caca2954385e"
SRC_URI[sha256sum] = "176611c4d88d742ea4013991ad54c2f9d2feefbc97a28434c0f48922ebaa8bac"
diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb
index 63b167a..7dd3ac2 100644
--- a/recipes-graphics/scrot/scrot_0.8.bb
+++ b/recipes-graphics/scrot/scrot_0.8.bb
@@ -2,7 +2,7 @@ SECTION = "graphic/utils"
SUMMARY = "scrot (SCReen shOT), screen capture utility"
DESCRIPTION = "scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images"
HOMEPAGE = "http://linuxbrit.co.uk/software/"
-LICENSE ="BSD"
+LICENSE = "BSD"
RDEPENDS_${PN} = "imlib2-loaders"
DEPENDS = "imlib2 giblib"
@@ -11,8 +11,10 @@ MIRRORS_prepend () {
http://linuxbrit.co.uk/downloads/ http://pkgs.fedoraproject.org/repo/pkgs/scrot/scrot-${PV}.tar.gz/ccae904d225609571bdd3b03445c1e88/
}
-SRC_URI = "http://linuxbrit.co.uk/downloads/scrot-${PV}.tar.gz \
- file://fix-scrot-include-paths.patch "
+SRC_URI = " \
+ http://linuxbrit.co.uk/downloads/scrot-${PV}.tar.gz \
+ file://fix-scrot-include-paths.patch \
+"
LIC_FILES_CHKSUM = "file://COPYING;md5=dd3cb8d7a69f3d0b2a52a46c92389011"
SRC_URI[md5sum] = "ccae904d225609571bdd3b03445c1e88"
SRC_URI[sha256sum] = "613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2"
diff --git a/recipes-graphics/vnc/tightvnc_1.3.10.bb b/recipes-graphics/vnc/tightvnc_1.3.10.bb
index 0962a03..537d7bd 100644
--- a/recipes-graphics/vnc/tightvnc_1.3.10.bb
+++ b/recipes-graphics/vnc/tightvnc_1.3.10.bb
@@ -8,9 +8,11 @@ DEPENDS = "virtual/libx11 zlib libxmu libxaw jpeg libxt libxext libxmu"
PR = "r2"
-SRC_URI = "${SOURCEFORGE_MIRROR}/vnc-tight/tightvnc-${PV}_unixsrc.tar.bz2 \
- file://Makefile \
- file://Vncviewer"
+SRC_URI = " \
+ ${SOURCEFORGE_MIRROR}/vnc-tight/tightvnc-${PV}_unixsrc.tar.bz2 \
+ file://Makefile \
+ file://Vncviewer \
+"
S = "${WORKDIR}/vnc_unixsrc/vncviewer/"
@@ -19,24 +21,24 @@ FILES_${PN}-viewer-dbg = "${bindir}/.debug"
FILES_${PN}-viewer = "${bindir}/${PN}viewer ${sysconfdir}"
do_compile () {
- install ${WORKDIR}/Makefile ${S}
- oe_runmake
+ install ${WORKDIR}/Makefile ${S}
+ oe_runmake
}
do_install () {
- install -d ${D}${bindir}
- install ${PN}viewer ${D}${bindir}
- install -d ${D}${sysconfdir}/X11/app-defaults
- install -m 644 ${WORKDIR}/Vncviewer ${D}${sysconfdir}/X11/app-defaults/Vncviewer
+ install -d ${D}${bindir}
+ install ${PN}viewer ${D}${bindir}
+ install -d ${D}${sysconfdir}/X11/app-defaults
+ install -m 644 ${WORKDIR}/Vncviewer ${D}${sysconfdir}/X11/app-defaults/Vncviewer
}
pkg_postinst_${PN}-viewer () {
- update-alternatives --install ${bindir}/vncviewer vncviewer tightvncviewer 100
+ update-alternatives --install ${bindir}/vncviewer vncviewer tightvncviewer 100
}
pkg_prerm_${PN}-viewer () {
- update-alternatives --remove ${bindir}/vncviewer vncviewer tightvncviewer 100
+ update-alternatives --remove ${bindir}/vncviewer vncviewer tightvncviewer 100
}
SRC_URI[md5sum] = "397b35faad32d5246b6d44b142f8304f"