summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2018-09-18 14:19:00 -0500
committerAlfredo Ramos2018-09-18 14:19:00 -0500
commited9cfb1ffc2256d99b5bd30d17391a85702be8c1 (patch)
tree49144054c2b1ca5d999fc89f256aa5995c2425ca
downloadaur-ed9cfb1ffc2256d99b5bd30d17391a85702be8c1.tar.gz
Initial commit
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD48
-rw-r--r--qmake_install.patch1540
3 files changed, 1607 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ea15ae53bbaa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = hexeditor
+ pkgdesc = A cross-platform Hex Editor
+ pkgver = 1.4.0
+ pkgrel = 1
+ url = https://github.com/chipmunk-sm/HexEditor
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = qt5-tools
+ depends = qt5-base
+ depends = hicolor-icon-theme
+ provides = hexeditor=1.4.0
+ source = hexeditor-1.4.0.tar.gz::https://github.com/chipmunk-sm/HexEditor/archive/v1.4.0.tar.gz
+ source = qmake_install.patch
+ sha512sums = 36b5f614391fd042216c67314e35cc85c9652034ad673e1ea83a72d188113e10f7ab701000a36b350168b105a71cbe59f0cc7d2b98bcf1eb1387be2024a55fc3
+ sha512sums = ed0285385abbcabb82b19e9a3971a1836c6d3d8fc42a29baf35e7707f538a9e58b02220267e56a530e6905349c89307b5493f6876470280b2f3d201684b3613f
+
+pkgname = hexeditor
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..675866fee8bb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,48 @@
+# Maintainer: Alfredo Ramos <alfredo dot ramos at yandex dot com>
+
+pkgname=hexeditor
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='A cross-platform Hex Editor'
+arch=('i686' 'x86_64')
+url='https://github.com/chipmunk-sm/HexEditor'
+license=('GPL')
+
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+provides=("${pkgname}=${pkgver}")
+
+source=(
+ "${pkgname}-${pkgver}.tar.gz::https://github.com/chipmunk-sm/HexEditor/archive/v${pkgver}.tar.gz"
+ 'qmake_install.patch'
+)
+sha512sums=(
+ '36b5f614391fd042216c67314e35cc85c9652034ad673e1ea83a72d188113e10f7ab701000a36b350168b105a71cbe59f0cc7d2b98bcf1eb1387be2024a55fc3'
+ 'ed0285385abbcabb82b19e9a3971a1836c6d3d8fc42a29baf35e7707f538a9e58b02220267e56a530e6905349c89307b5493f6876470280b2f3d201684b3613f'
+)
+
+prepare() {
+ # QMake install instructions
+ cd "${srcdir}"/HexEditor-${pkgver}
+ patch -Np1 < ../qmake_install.patch
+
+ # Create build directory
+ mkdir -p "${srcdir}"/build
+}
+
+build() {
+ # Build package
+ cd "${srcdir}"/build
+ qmake-qt5 ../HexEditor-${pkgver} \
+ QMAKE_CFLAGS="${CFLAGS}" \
+ QMAKE_CXXFLAGS="${CXXFLAGS}" \
+ CONFIG+=release \
+ CONFIG+=c++14
+ make
+}
+
+package() {
+ # Install package
+ cd "${srcdir}"/build
+ make INSTALL_ROOT="${pkgdir}" install
+}
diff --git a/qmake_install.patch b/qmake_install.patch
new file mode 100644
index 000000000000..675cdb573bc4
--- /dev/null
+++ b/qmake_install.patch
@@ -0,0 +1,1540 @@
+Binary files a/data/hicolor/256x256/apps/hexeditor_logo.png and b/data/hicolor/256x256/apps/hexeditor_logo.png differ
+diff -uprNEBZ a/data/hicolor/scalable/apps/hexeditor_logo.svg b/data/hicolor/scalable/apps/hexeditor_logo.svg
+--- a/data/hicolor/scalable/apps/hexeditor_logo.svg 1969-12-31 18:00:00.000000000 -0600
++++ b/data/hicolor/scalable/apps/hexeditor_logo.svg 2018-09-18 12:06:04.191223000 -0500
+@@ -0,0 +1,1510 @@
++<?xml version="1.0" encoding="UTF-8" standalone="no"?>
++<!-- Created with Inkscape (http://www.inkscape.org/) -->
++
++<svg
++ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
++ xmlns:dc="http://purl.org/dc/elements/1.1/"
++ xmlns:cc="http://creativecommons.org/ns#"
++ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
++ xmlns:svg="http://www.w3.org/2000/svg"
++ xmlns="http://www.w3.org/2000/svg"
++ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
++ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
++ width="256px"
++ height="256px"
++ viewBox="0 0 256 256"
++ version="1.1"
++ id="SVGRoot"
++ sodipodi:docname="hexeditor_logo.svg"
++ inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
++ inkscape:export-filename="/home/f/Documents/projects/_myProj/hexeditor/hexeditor/data/hexeditor_logo.png"
++ inkscape:export-xdpi="96"
++ inkscape:export-ydpi="96"
++ enable-background="new">
++ <sodipodi:namedview
++ id="base"
++ pagecolor="#ffffff"
++ bordercolor="#666666"
++ borderopacity="1.0"
++ inkscape:pageopacity="0.0"
++ inkscape:pageshadow="2"
++ inkscape:zoom="1.9838002"
++ inkscape:cx="-36.024541"
++ inkscape:cy="114.92009"
++ inkscape:document-units="px"
++ inkscape:current-layer="layer1"
++ showgrid="false"
++ inkscape:window-width="1920"
++ inkscape:window-height="1003"
++ inkscape:window-x="0"
++ inkscape:window-y="40"
++ inkscape:window-maximized="1"
++ inkscape:grid-bbox="true"
++ inkscape:snap-global="false"
++ scale-x="0.5"
++ showguides="false" />
++ <defs
++ id="defs4485">
++ <linearGradient
++ id="linearGradient2532"
++ osb:paint="gradient">
++ <stop
++ style="stop-color:#000000;stop-opacity:1;"
++ offset="0"
++ id="stop2528" />
++ <stop
++ style="stop-color:#000000;stop-opacity:0;"
++ offset="1"
++ id="stop2530" />
++ </linearGradient>
++ <inkscape:perspective
++ sodipodi:type="inkscape:persp3d"
++ inkscape:vp_x="-181.8426 : 269.04472 : 1"
++ inkscape:vp_y="-392.79132 : 160.10348 : 1"
++ inkscape:vp_z="-493.55254 : 205.47197 : 1"
++ inkscape:persp3d-origin="-217.82379 : 439.20551 : 1"
++ id="perspective59189" />
++ <inkscape:perspective
++ sodipodi:type="inkscape:persp3d"
++ inkscape:vp_x="-65.735366 : 392.39856 : 1"
++ inkscape:vp_y="-907.69447 : 398.0846 : 0"
++ inkscape:vp_z="-10.992656 : 750.04004 : 1"
++ inkscape:persp3d-origin="-50.364593 : 606.54652 : 1"
++ id="perspective59131" />
++ <inkscape:perspective
++ id="perspective5326"
++ inkscape:persp3d-origin="145.52284 : 153.9552 : 1"
++ inkscape:vp_z="-79.245465 : 181.14839 : 1"
++ inkscape:vp_y="-195.11447 : 198.29416 : 1"
++ inkscape:vp_x="-64.231342 : 108.14262 : 1"
++ sodipodi:type="inkscape:persp3d" />
++ <filter
++ id="filter5366"
++ style="color-interpolation-filters:sRGB;"
++ inkscape:menu-tooltip="Soft, cushion-like bevel with matte highlights"
++ inkscape:menu="Bevels"
++ inkscape:label="Bloom">
++ <feGaussianBlur
++ id="feGaussianBlur5342"
++ stdDeviation="2.2"
++ in="SourceAlpha"
++ result="result1" />
++ <feSpecularLighting
++ id="feSpecularLighting5346"
++ surfaceScale="5"
++ specularConstant="2"
++ specularExponent="18.1"
++ result="result0">
++ <feDistantLight
++ id="feDistantLight5344"
++ elevation="24"
++ azimuth="225" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite5348"
++ in2="SourceAlpha"
++ operator="in"
++ result="result6" />
++ <feMorphology
++ id="feMorphology5350"
++ operator="dilate"
++ radius="5.7" />
++ <feGaussianBlur
++ id="feGaussianBlur5352"
++ stdDeviation="5.7"
++ result="result11" />
++ <feDiffuseLighting
++ id="feDiffuseLighting5356"
++ in="result1"
++ diffuseConstant="2"
++ result="result3"
++ surfaceScale="5">
++ <feDistantLight
++ id="feDistantLight5354"
++ azimuth="225"
++ elevation="25" />
++ </feDiffuseLighting>
++ <feBlend
++ id="feBlend5358"
++ in2="SourceGraphic"
++ in="result3"
++ mode="multiply"
++ result="result7" />
++ <feComposite
++ id="feComposite5360"
++ result="result91"
++ in2="SourceAlpha"
++ operator="in"
++ in="result7" />
++ <feBlend
++ id="feBlend5362"
++ in2="result91"
++ in="result6"
++ mode="lighten"
++ result="result9" />
++ <feComposite
++ id="feComposite5364"
++ in2="result9"
++ in="result11" />
++ </filter>
++ <filter
++ id="filter6312"
++ style="color-interpolation-filters:sRGB;"
++ x="-0.25"
++ y="-0.25"
++ width="1.5"
++ height="1.5"
++ inkscape:menu-tooltip="Illuminated glass effect with light coming from beneath"
++ inkscape:menu="Bevels"
++ inkscape:label="Dark Glass">
++ <feBlend
++ id="feBlend6292"
++ mode="screen"
++ result="result1"
++ in2="SourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur6294"
++ result="result6"
++ stdDeviation="2" />
++ <feComposite
++ id="feComposite6296"
++ result="result7"
++ in2="result1"
++ in="result6"
++ operator="xor" />
++ <feComposite
++ id="feComposite6298"
++ in2="result7"
++ operator="xor"
++ in="result7"
++ result="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur6300"
++ in="result4"
++ stdDeviation="3"
++ result="result3" />
++ <feSpecularLighting
++ id="feSpecularLighting6304"
++ in="result3"
++ surfaceScale="6"
++ specularConstant="1.5"
++ specularExponent="55"
++ result="result5">
++ <fePointLight
++ id="fePointLight6302"
++ x="-5000"
++ y="-8000"
++ z="20000" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite6306"
++ result="result92"
++ in2="SourceGraphic"
++ operator="arithmetic"
++ k2="1.5"
++ k3="1"
++ in="result3" />
++ <feComposite
++ id="feComposite6308"
++ result="result93"
++ in2="result92"
++ operator="atop"
++ in="result5" />
++ <feBlend
++ id="feBlend6310"
++ in2="result93"
++ mode="multiply" />
++ </filter>
++ <filter
++ id="filter6334"
++ style="color-interpolation-filters:sRGB;"
++ x="-0.25"
++ y="-0.25"
++ width="1.5"
++ height="1.5"
++ inkscape:menu-tooltip="Illuminated glass effect with light coming from beneath"
++ inkscape:menu="Bevels"
++ inkscape:label="Dark Glass">
++ <feBlend
++ id="feBlend6314"
++ mode="screen"
++ result="result1"
++ in2="SourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur6316"
++ result="result6"
++ stdDeviation="2" />
++ <feComposite
++ id="feComposite6318"
++ result="result7"
++ in2="result1"
++ in="result6"
++ operator="xor" />
++ <feComposite
++ id="feComposite6320"
++ in2="result7"
++ operator="xor"
++ in="result7"
++ result="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur6322"
++ in="result4"
++ stdDeviation="3"
++ result="result3" />
++ <feSpecularLighting
++ id="feSpecularLighting6326"
++ in="result3"
++ surfaceScale="6"
++ specularConstant="1.5"
++ specularExponent="55"
++ result="result5">
++ <fePointLight
++ id="fePointLight6324"
++ x="-5000"
++ y="-8000"
++ z="20000" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite6328"
++ result="result92"
++ in2="SourceGraphic"
++ operator="arithmetic"
++ k2="1.5"
++ k3="1"
++ in="result3" />
++ <feComposite
++ id="feComposite6330"
++ result="result93"
++ in2="result92"
++ operator="atop"
++ in="result5" />
++ <feBlend
++ id="feBlend6332"
++ in2="result93"
++ mode="multiply" />
++ </filter>
++ <filter
++ id="filter6356"
++ style="color-interpolation-filters:sRGB;"
++ x="-0.25"
++ y="-0.25"
++ width="1.5"
++ height="1.5"
++ inkscape:menu-tooltip="Illuminated glass effect with light coming from beneath"
++ inkscape:menu="Bevels"
++ inkscape:label="Dark Glass">
++ <feBlend
++ id="feBlend6336"
++ mode="screen"
++ result="result1"
++ in2="SourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur6338"
++ result="result6"
++ stdDeviation="2" />
++ <feComposite
++ id="feComposite6340"
++ result="result7"
++ in2="result1"
++ in="result6"
++ operator="xor" />
++ <feComposite
++ id="feComposite6342"
++ in2="result7"
++ operator="xor"
++ in="result7"
++ result="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur6344"
++ in="result4"
++ stdDeviation="3"
++ result="result3" />
++ <feSpecularLighting
++ id="feSpecularLighting6348"
++ in="result3"
++ surfaceScale="6"
++ specularConstant="1.5"
++ specularExponent="55"
++ result="result5">
++ <fePointLight
++ id="fePointLight6346"
++ x="-5000"
++ y="-8000"
++ z="20000" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite6350"
++ result="result92"
++ in2="SourceGraphic"
++ operator="arithmetic"
++ k2="1.5"
++ k3="1"
++ in="result3" />
++ <feComposite
++ id="feComposite6352"
++ result="result93"
++ in2="result92"
++ operator="atop"
++ in="result5" />
++ <feBlend
++ id="feBlend6354"
++ in2="result93"
++ mode="multiply" />
++ </filter>
++ <filter
++ id="filter6378"
++ style="color-interpolation-filters:sRGB;"
++ x="-0.25"
++ y="-0.25"
++ width="1.5"
++ height="1.5"
++ inkscape:menu-tooltip="Illuminated glass effect with light coming from beneath"
++ inkscape:menu="Bevels"
++ inkscape:label="Dark Glass">
++ <feBlend
++ id="feBlend6358"
++ mode="screen"
++ result="result1"
++ in2="SourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur6360"
++ result="result6"
++ stdDeviation="2" />
++ <feComposite
++ id="feComposite6362"
++ result="result7"
++ in2="result1"
++ in="result6"
++ operator="xor" />
++ <feComposite
++ id="feComposite6364"
++ in2="result7"
++ operator="xor"
++ in="result7"
++ result="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur6366"
++ in="result4"
++ stdDeviation="3"
++ result="result3" />
++ <feSpecularLighting
++ id="feSpecularLighting6370"
++ in="result3"
++ surfaceScale="6"
++ specularConstant="1.5"
++ specularExponent="55"
++ result="result5">
++ <fePointLight
++ id="fePointLight6368"
++ x="-5000"
++ y="-8000"
++ z="20000" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite6372"
++ result="result92"
++ in2="SourceGraphic"
++ operator="arithmetic"
++ k2="1.5"
++ k3="1"
++ in="result3" />
++ <feComposite
++ id="feComposite6374"
++ result="result93"
++ in2="result92"
++ operator="atop"
++ in="result5" />
++ <feBlend
++ id="feBlend6376"
++ in2="result93"
++ mode="multiply" />
++ </filter>
++ <filter
++ id="filter6400"
++ style="color-interpolation-filters:sRGB;"
++ x="-0.25"
++ y="-0.25"
++ width="1.5"
++ height="1.5"
++ inkscape:menu-tooltip="Illuminated glass effect with light coming from beneath"
++ inkscape:menu="Bevels"
++ inkscape:label="Dark Glass">
++ <feBlend
++ id="feBlend6380"
++ mode="screen"
++ result="result1"
++ in2="SourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur6382"
++ result="result6"
++ stdDeviation="2" />
++ <feComposite
++ id="feComposite6384"
++ result="result7"
++ in2="result1"
++ in="result6"
++ operator="xor" />
++ <feComposite
++ id="feComposite6386"
++ in2="result7"
++ operator="xor"
++ in="result7"
++ result="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur6388"
++ in="result4"
++ stdDeviation="3"
++ result="result3" />
++ <feSpecularLighting
++ id="feSpecularLighting6392"
++ in="result3"
++ surfaceScale="6"
++ specularConstant="1.5"
++ specularExponent="55"
++ result="result5">
++ <fePointLight
++ id="fePointLight6390"
++ x="-5000"
++ y="-8000"
++ z="20000" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite6394"
++ result="result92"
++ in2="SourceGraphic"
++ operator="arithmetic"
++ k2="1.5"
++ k3="1"
++ in="result3" />
++ <feComposite
++ id="feComposite6396"
++ result="result93"
++ in2="result92"
++ operator="atop"
++ in="result5" />
++ <feBlend
++ id="feBlend6398"
++ in2="result93"
++ mode="multiply" />
++ </filter>
++ <filter
++ id="filter6422"
++ style="color-interpolation-filters:sRGB;"
++ x="-0.25"
++ y="-0.25"
++ width="1.5"
++ height="1.5"
++ inkscape:menu-tooltip="Illuminated glass effect with light coming from beneath"
++ inkscape:menu="Bevels"
++ inkscape:label="Dark Glass">
++ <feBlend
++ id="feBlend6402"
++ mode="screen"
++ result="result1"
++ in2="SourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur6404"
++ result="result6"
++ stdDeviation="2" />
++ <feComposite
++ id="feComposite6406"
++ result="result7"
++ in2="result1"
++ in="result6"
++ operator="xor" />
++ <feComposite
++ id="feComposite6408"
++ in2="result7"
++ operator="xor"
++ in="result7"
++ result="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur6410"
++ in="result4"
++ stdDeviation="3"
++ result="result3" />
++ <feSpecularLighting
++ id="feSpecularLighting6414"
++ in="result3"
++ surfaceScale="6"
++ specularConstant="1.5"
++ specularExponent="55"
++ result="result5">
++ <fePointLight
++ id="fePointLight6412"
++ x="-5000"
++ y="-8000"
++ z="20000" />
++ </feSpecularLighting>
++ <feComposite
++ id="feComposite6416"
++ result="result92"
++ in2="SourceGraphic"
++ operator="arithmetic"
++ k2="1.5"
++ k3="1"
++ in="result3" />
++ <feComposite
++ id="feComposite6418"
++ result="result93"
++ in2="result92"
++ operator="atop"
++ in="result5" />
++ <feBlend
++ id="feBlend6420"
++ in2="result93"
++ mode="multiply" />
++ </filter>
++ <filter
++ y="-0.25"
++ height="1.5"
++ inkscape:menu-tooltip="Colorized blotches, like a crowd of people"
++ inkscape:menu="Overlays"
++ inkscape:label="People"
++ style="color-interpolation-filters:sRGB;"
++ id="filter10395">
++ <feGaussianBlur
++ stdDeviation="5"
++ result="result6"
++ id="feGaussianBlur10385" />
++ <feComposite
++ result="result8"
++ in="SourceGraphic"
++ operator="atop"
++ in2="result6"
++ id="feComposite10387" />
++ <feComposite
++ result="result9"
++ operator="over"
++ in2="SourceAlpha"
++ in="result8"
++ id="feComposite10389" />
++ <feColorMatrix
++ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 "
++ result="result10"
++ id="feColorMatrix10391" />
++ <feBlend
++ in="result10"
++ mode="normal"
++ in2="result6"
++ id="feBlend10393"
++ result="fbSourceGraphic" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix10525" />
++ <feTurbulence
++ id="feTurbulence10527"
++ result="result7"
++ type="fractalNoise"
++ numOctaves="3"
++ baseFrequency="0.2 0.09"
++ in="fbSourceGraphic" />
++ <feColorMatrix
++ id="feColorMatrix10529"
++ result="result5"
++ values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 5.5 -2 " />
++ <feComposite
++ in2="result7"
++ id="feComposite10531"
++ result="result6"
++ in="fbSourceGraphic"
++ operator="in" />
++ <feDisplacementMap
++ in2="result6"
++ id="feDisplacementMap10533"
++ in="result5"
++ xChannelSelector="R"
++ yChannelSelector="A"
++ scale="9"
++ result="result4" />
++ <feComposite
++ in2="result4"
++ id="feComposite10535"
++ result="result2"
++ operator="in"
++ in="fbSourceGraphic" />
++ <feComposite
++ in2="fbSourceGraphic"
++ id="feComposite10537"
++ in="result2"
++ operator="in"
++ result="result91" />
++ <feBlend
++ in2="result91"
++ id="feBlend10539"
++ mode="multiply" />
++ </filter>
++ <filter
++ inkscape:label="Opaline"
++ inkscape:menu-tooltip="Contouring version of smooth shader"
++ inkscape:menu="Non realistic 3D shaders"
++ height="1.5"
++ y="-0.25"
++ width="1.5"
++ x="-0.25"
++ style="color-interpolation-filters:sRGB"
++ id="filter10571">
++ <feGaussianBlur
++ stdDeviation="5"
++ result="result8"
++ in="SourceGraphic"
++ id="feGaussianBlur10551" />
++ <feComposite
++ in2="result8"
++ operator="xor"
++ id="feComposite10553" />
++ <feComposite
++ k2="1"
++ operator="arithmetic"
++ result="result16"
++ in2="result8"
++ id="feComposite10555" />
++ <feComposite
++ in2="result16"
++ result="result6"
++ operator="xor"
++ in="result16"
++ id="feComposite10557" />
++ <feOffset
++ result="result17"
++ in="result16"
++ id="feOffset10559" />
++ <feDisplacementMap
++ in2="result16"
++ xChannelSelector="A"
++ yChannelSelector="A"
++ scale="100"
++ result="result4"
++ in="result17"
++ id="feDisplacementMap10561" />
++ <feComposite
++ in2="result4"
++ result="result2"
++ operator="arithmetic"
++ in="SourceGraphic"
++ k1="1"
++ k3="1"
++ id="feComposite10563" />
++ <feComposite
++ in2="result2"
++ result="fbSourceGraphic"
++ in="result6"
++ operator="in"
++ id="feComposite10565" />
++ <feComposite
++ in2="SourceGraphic"
++ operator="in"
++ result="result14"
++ id="feComposite10567" />
++ <feComposite
++ result="result15"
++ in2="SourceGraphic"
++ operator="in"
++ in="result14"
++ id="feComposite10569" />
++ </filter>
++ <filter
++ inkscape:label="Fire"
++ inkscape:menu="Protrusions"
++ inkscape:menu-tooltip="Edges of object are on fire"
++ height="1.4"
++ y="-0.2"
++ width="1.2"
++ x="-0.1"
++ style="color-interpolation-filters:sRGB;"
++ id="filter10592">
++ <feTurbulence
++ type="turbulence"
++ result="result0"
++ seed="57"
++ numOctaves="2"
++ baseFrequency="0.1 0.015"
++ id="feTurbulence10576" />
++ <feComposite
++ result="result1"
++ operator="over"
++ in2="result0"
++ in="result0"
++ id="feComposite10578" />
++ <feComposite
++ result="fbSourceGraphic"
++ in="SourceGraphic"
++ operator="arithmetic"
++ in2="result1"
++ k1="1"
++ id="feComposite10580" />
++ <feGaussianBlur
++ stdDeviation="10"
++ result="result8"
++ in="fbSourceGraphic"
++ id="feGaussianBlur10582" />
++ <feComposite
++ in2="result8"
++ result="result6"
++ operator="xor"
++ in="result8"
++ id="feComposite10584" />
++ <feDisplacementMap
++ xChannelSelector="A"
++ yChannelSelector="A"
++ scale="100"
++ result="result4"
++ in="result1"
++ in2="result6"
++ id="feDisplacementMap10586" />
++ <feComposite
++ in2="result4"
++ result="result2"
++ operator="arithmetic"
++ k1="1"
++ in="SourceGraphic"
++ id="feComposite10588" />
++ <feComposite
++ operator="out"
++ in="SourceGraphic"
++ in2="result2"
++ id="feComposite10590"
++ result="fbSourceGraphic" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix10594" />
++ <feMorphology
++ id="feMorphology10596"
++ result="result1"
++ radius="2.4"
++ operator="dilate"
++ in="fbSourceGraphic" />
++ <feTurbulence
++ id="feTurbulence10598"
++ baseFrequency="0.09 0.028"
++ numOctaves="1" />
++ <feColorMatrix
++ id="feColorMatrix10600"
++ result="result2"
++ values="2 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 1 0" />
++ <feDisplacementMap
++ in2="result2"
++ id="feDisplacementMap10602"
++ result="result4"
++ scale="10.319410319410318"
++ yChannelSelector="G"
++ xChannelSelector="R"
++ in="result1" />
++ <feFlood
++ id="feFlood10604"
++ result="result3"
++ flood-opacity="1"
++ flood-color="rgb(255,159,54)" />
++ <feMorphology
++ id="feMorphology10606"
++ radius="3.8"
++ result="result7"
++ in="result4" />
++ <feGaussianBlur
++ id="feGaussianBlur10608"
++ result="result7"
++ in="result7"
++ stdDeviation="2.4" />
++ <feComposite
++ in2="result4"
++ id="feComposite10610"
++ result="result5"
++ in="result3"
++ operator="in" />
++ <feComposite
++ in2="result7"
++ id="feComposite10612"
++ operator="out" />
++ <feOffset
++ id="feOffset10614"
++ result="result6"
++ dy="-7"
++ dx="-4.5" />
++ <feGaussianBlur
++ id="feGaussianBlur10616"
++ result="result7"
++ stdDeviation="4.8" />
++ <feComposite
++ in2="result6"
++ id="feComposite10618"
++ in="fbSourceGraphic"
++ result="result9" />
++ <feComposite
++ in2="result7"
++ id="feComposite10620" />
++ </filter>
++ <filter
++ inkscape:menu="Bumps"
++ inkscape:menu-tooltip="Convoluted emboss effect"
++ style="color-interpolation-filters:sRGB;"
++ inkscape:label="Convoluted Bump"
++ id="filter37091">
++ <feConvolveMatrix
++ in="SourceGraphic"
++ bias="0"
++ divisor="0"
++ targetX="1"
++ targetY="1"
++ result="result10"
++ kernelMatrix="0 100 0 100 -401 100 0 100 0 "
++ order="3 3"
++ id="feConvolveMatrix37075" />
++ <feColorMatrix
++ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.21 -0.72 -0.07 1 0 "
++ in="result10"
++ type="matrix"
++ result="result2"
++ id="feColorMatrix37077" />
++ <feGaussianBlur
++ result="result11"
++ stdDeviation="0.01"
++ id="feGaussianBlur37079" />
++ <feDiffuseLighting
++ surfaceScale="15"
++ result="result1"
++ diffuseConstant="0.5"
++ in="result11"
++ lighting-color="#ffffff"
++ id="feDiffuseLighting37083">
++ <feDistantLight
++ elevation="10"
++ azimuth="225"
++ id="feDistantLight37081" />
++ </feDiffuseLighting>
++ <feGaussianBlur
++ result="result12"
++ in="SourceGraphic"
++ stdDeviation="0.01"
++ id="feGaussianBlur37085" />
++ <feComposite
++ in2="result12"
++ in="result1"
++ k3="0.8"
++ k2="1"
++ operator="arithmetic"
++ result="result9"
++ id="feComposite37087" />
++ <feComposite
++ in2="SourceGraphic"
++ in="result9"
++ operator="in"
++ result="result7"
++ id="feComposite37089" />
++ </filter>
++ <filter
++ style="color-interpolation-filters:sRGB;"
++ inkscape:label="Poster Draw"
++ id="filter38678"
++ inkscape:menu="Image Paint and Draw"
++ inkscape:menu-tooltip="Enhance and redraw edges around posterized areas">
++ <feGaussianBlur
++ in="SourceAlpha"
++ stdDeviation="3.6"
++ result="blur"
++ id="feGaussianBlur38668" />
++ <feSpecularLighting
++ in="blur"
++ specularExponent="25"
++ specularConstant="1.4"
++ surfaceScale="10"
++ lighting-color="rgb(255,255,255)"
++ result="specular"
++ id="feSpecularLighting38672">
++ <feDistantLight
++ elevation="135"
++ azimuth="96"
++ id="feDistantLight38670" />
++ </feSpecularLighting>
++ <feComposite
++ in="specular"
++ in2="SourceGraphic"
++ k3="1"
++ k2="1"
++ operator="arithmetic"
++ result="composite1"
++ id="feComposite38674" />
++ <feComposite
++ in="composite1"
++ in2="SourceAlpha"
++ operator="in"
++ result="fbSourceGraphic"
++ id="feComposite38676" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix38824" />
++ <feColorMatrix
++ id="feColorMatrix38826"
++ values="1.6 -0 -0 0 -0.07 -0 1.6 -0 0 -0.07 -0 -0 1.6 0 -0.07 0 0 0 1 0 "
++ in="fbSourceGraphic"
++ result="fbSourceGraphic" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix38920" />
++ <feGaussianBlur
++ id="feGaussianBlur38922"
++ stdDeviation="0.8 0.7"
++ result="fbSourceGraphic"
++ in="fbSourceGraphic" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix38978" />
++ <feGaussianBlur
++ id="feGaussianBlur38980"
++ in="fbSourceGraphic"
++ result="blur1"
++ stdDeviation="4" />
++ <feGaussianBlur
++ id="feGaussianBlur38982"
++ in="fbSourceGraphic"
++ result="result18"
++ stdDeviation="1.5" />
++ <feBlend
++ in2="blur1"
++ id="feBlend38984"
++ result="result19"
++ mode="lighten" />
++ <feColorMatrix
++ id="feColorMatrix38986"
++ values="0"
++ result="result17"
++ in="result19"
++ type="hueRotate" />
++ <feComponentTransfer
++ id="feComponentTransfer38988"
++ in="result17"
++ result="component1">
++ <feFuncR
++ id="feFuncR38990"
++ type="discrete"
++ tableValues="0 0.125 0.25 0.275 0.5 0.625 0.750 0.875 1 1" />
++ <feFuncG
++ id="feFuncG38992"
++ type="discrete"
++ tableValues="0 0.125 0.25 0.275 0.5 0.625 0.750 0.875 1 1" />
++ </feComponentTransfer>
++ </filter>
++ <filter
++ inkscape:menu-tooltip="Glowing metal texture"
++ inkscape:menu="Bevels"
++ inkscape:label="Glowing Metal"
++ style="color-interpolation-filters:sRGB;"
++ id="filter5385">
++ <feGaussianBlur
++ stdDeviation="3"
++ result="result10"
++ id="feGaussianBlur5367" />
++ <feBlend
++ in2="SourceGraphic"
++ result="result5"
++ mode="multiply"
++ in="result10"
++ id="feBlend5369" />
++ <feComposite
++ in2="SourceGraphic"
++ in="result5"
++ result="fbSourceGraphic"
++ operator="over"
++ id="feComposite5371" />
++ <feGaussianBlur
++ result="result9"
++ stdDeviation="5"
++ id="feGaussianBlur5373" />
++ <feSpecularLighting
++ in="result9"
++ result="result1"
++ lighting-color="rgb(255,255,255)"
++ surfaceScale="1"
++ specularConstant="2.2"
++ specularExponent="45"
++ id="feSpecularLighting5377">
++ <fePointLight
++ x="-5000"
++ y="-10000"
++ z="20000"
++ id="fePointLight5375" />
++ </feSpecularLighting>
++ <feComposite
++ in2="fbSourceGraphic"
++ in="result1"
++ result="result2"
++ operator="in"
++ id="feComposite5379" />
++ <feComposite
++ in="result2"
++ result="result4"
++ operator="arithmetic"
++ k2="2"
++ k3="0.8"
++ in2="fbSourceGraphic"
++ id="feComposite5381" />
++ <feBlend
++ in="result4"
++ in2="result4"
++ mode="multiply"
++ id="feBlend5383" />
++ </filter>
++ <filter
++ inkscape:label="Jigsaw Piece"
++ inkscape:menu="Bevels"
++ inkscape:menu-tooltip="Low, sharp bevel"
++ style="color-interpolation-filters:sRGB;"
++ id="filter1533">
++ <feGaussianBlur
++ result="result1"
++ in="SourceAlpha"
++ stdDeviation="2.2"
++ id="feGaussianBlur1509" />
++ <feSpecularLighting
++ result="result0"
++ specularExponent="18.1"
++ specularConstant="2"
++ surfaceScale="5"
++ id="feSpecularLighting1513">
++ <feDistantLight
++ azimuth="225"
++ elevation="24"
++ id="feDistantLight1511" />
++ </feSpecularLighting>
++ <feComposite
++ result="result6"
++ operator="in"
++ in2="SourceAlpha"
++ id="feComposite1515" />
++ <feMorphology
++ radius="5.7"
++ operator="dilate"
++ id="feMorphology1517" />
++ <feGaussianBlur
++ result="result11"
++ stdDeviation="5.7"
++ id="feGaussianBlur1519" />
++ <feDiffuseLighting
++ surfaceScale="5"
++ result="result3"
++ diffuseConstant="2"
++ in="result1"
++ id="feDiffuseLighting1523">
++ <feDistantLight
++ elevation="25"
++ azimuth="225"
++ id="feDistantLight1521" />
++ </feDiffuseLighting>
++ <feBlend
++ result="result7"
++ mode="multiply"
++ in="result3"
++ in2="SourceGraphic"
++ id="feBlend1525" />
++ <feComposite
++ in="result7"
++ operator="in"
++ in2="SourceAlpha"
++ result="result91"
++ id="feComposite1527" />
++ <feBlend
++ result="result9"
++ mode="lighten"
++ in="result6"
++ in2="result91"
++ id="feBlend1529" />
++ <feComposite
++ in="result11"
++ in2="result9"
++ id="feComposite1531"
++ result="fbSourceGraphic" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix2555" />
++ <feSpecularLighting
++ id="feSpecularLighting2557"
++ in="fbSourceGraphicAlpha"
++ surfaceScale="1"
++ specularConstant="2"
++ specularExponent="18.5"
++ result="result92">
++ <feDistantLight
++ id="feDistantLight2559"
++ elevation="30"
++ azimuth="225" />
++ </feSpecularLighting>
++ <feComposite
++ in2="fbSourceGraphic"
++ id="feComposite2561"
++ result="result0"
++ operator="atop" />
++ <feMorphology
++ id="feMorphology2563"
++ radius="2"
++ result="result1"
++ in="fbSourceGraphicAlpha"
++ operator="dilate" />
++ <feComposite
++ in2="result1"
++ id="feComposite2565"
++ in="result0" />
++ </filter>
++ <filter
++ inkscape:label="Jigsaw Piece"
++ inkscape:menu="Bevels"
++ inkscape:menu-tooltip="Low, sharp bevel"
++ style="color-interpolation-filters:sRGB;"
++ id="filter2553">
++ <feSpecularLighting
++ in="SourceAlpha"
++ surfaceScale="1"
++ specularConstant="2"
++ specularExponent="18.5"
++ id="feSpecularLighting2545">
++ <feDistantLight
++ elevation="30"
++ azimuth="225"
++ id="feDistantLight2543" />
++ </feSpecularLighting>
++ <feComposite
++ result="result0"
++ operator="atop"
++ in2="SourceGraphic"
++ id="feComposite2547" />
++ <feMorphology
++ radius="2"
++ result="result1"
++ in="SourceAlpha"
++ operator="dilate"
++ id="feMorphology2549" />
++ <feComposite
++ in="result0"
++ in2="result1"
++ id="feComposite2551" />
++ </filter>
++ <filter
++ inkscape:label="Jigsaw Piece"
++ inkscape:menu="Bevels"
++ inkscape:menu-tooltip="Low, sharp bevel"
++ style="color-interpolation-filters:sRGB;"
++ id="filter2577">
++ <feSpecularLighting
++ in="SourceAlpha"
++ surfaceScale="1"
++ specularConstant="2"
++ specularExponent="18.5"
++ id="feSpecularLighting2569">
++ <feDistantLight
++ elevation="30"
++ azimuth="225"
++ id="feDistantLight2567" />
++ </feSpecularLighting>
++ <feComposite
++ result="result0"
++ operator="atop"
++ in2="SourceGraphic"
++ id="feComposite2571" />
++ <feMorphology
++ radius="2"
++ result="result1"
++ in="SourceAlpha"
++ operator="dilate"
++ id="feMorphology2573" />
++ <feComposite
++ in="result0"
++ in2="result1"
++ id="feComposite2575" />
++ </filter>
++ <filter
++ inkscape:menu-tooltip="Pressed metal with a rolled edge"
++ inkscape:menu="Bevels"
++ inkscape:label="Pressed Steel"
++ style="color-interpolation-filters:sRGB;"
++ id="filter2753">
++ <feGaussianBlur
++ result="result1"
++ stdDeviation="3"
++ id="feGaussianBlur2731" />
++ <feBlend
++ in2="result1"
++ result="result5"
++ mode="multiply"
++ in="result1"
++ id="feBlend2733" />
++ <feGaussianBlur
++ in="result5"
++ result="result6"
++ stdDeviation="1"
++ id="feGaussianBlur2735" />
++ <feComposite
++ result="result8"
++ in2="result5"
++ in="result6"
++ operator="xor"
++ id="feComposite2737" />
++ <feComposite
++ in="result6"
++ result="fbSourceGraphic"
++ operator="xor"
++ in2="result8"
++ id="feComposite2739" />
++ <feSpecularLighting
++ in="fbSourceGraphic"
++ result="result1"
++ lighting-color="rgb(255,255,255)"
++ surfaceScale="2"
++ specularConstant="2.2"
++ specularExponent="55"
++ id="feSpecularLighting2743">
++ <fePointLight
++ x="-5000"
++ y="-10000"
++ z="20000"
++ id="fePointLight2741" />
++ </feSpecularLighting>
++ <feComposite
++ in2="fbSourceGraphic"
++ in="result1"
++ result="result2"
++ operator="in"
++ id="feComposite2745" />
++ <feComposite
++ in="fbSourceGraphic"
++ result="result4"
++ operator="arithmetic"
++ k2="2"
++ k3="1"
++ in2="result2"
++ id="feComposite2747" />
++ <feComposite
++ in2="result4"
++ in="result4"
++ operator="in"
++ result="result91"
++ id="feComposite2749" />
++ <feBlend
++ mode="darken"
++ in2="result91"
++ id="feBlend2751" />
++ </filter>
++ <filter
++ style="color-interpolation-filters:sRGB;"
++ inkscape:label="Stained Glass"
++ id="filter3049"
++ inkscape:menu="Bevels"
++ inkscape:menu-tooltip="Illuminated stained glass effect"
++ height="1.5"
++ width="1.5"
++ y="-0.25"
++ x="-0.25">
++ <feGaussianBlur
++ in="SourceAlpha"
++ stdDeviation="6"
++ result="blur"
++ id="feGaussianBlur3039" />
++ <feSpecularLighting
++ in="blur"
++ specularExponent="25"
++ specularConstant="0.828804"
++ surfaceScale="10"
++ lighting-color="rgb(255,255,255)"
++ result="specular"
++ id="feSpecularLighting3043">
++ <feDistantLight
++ elevation="71"
++ azimuth="200"
++ id="feDistantLight3041" />
++ </feSpecularLighting>
++ <feComposite
++ in="specular"
++ in2="SourceGraphic"
++ k3="1"
++ k2="1"
++ operator="arithmetic"
++ result="composite1"
++ id="feComposite3045" />
++ <feComposite
++ in="composite1"
++ in2="SourceAlpha"
++ operator="in"
++ result="fbSourceGraphic"
++ id="feComposite3047" />
++ <feColorMatrix
++ result="fbSourceGraphicAlpha"
++ in="fbSourceGraphic"
++ values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
++ id="feColorMatrix3075" />
++ <feBlend
++ in2="fbSourceGraphic"
++ id="feBlend3077"
++ result="result1"
++ mode="screen"
++ in="fbSourceGraphic" />
++ <feGaussianBlur
++ id="feGaussianBlur3079"
++ stdDeviation="7"
++ result="result6" />
++ <feComposite
++ in2="result6"
++ id="feComposite3081"
++ operator="xor"
++ in="result6"
++ result="result7" />
++ <feComposite
++ in2="result1"
++ id="feComposite3083"
++ operator="atop"
++ in="result6"
++ result="result92" />
++ <feComposite
++ in2="result92"
++ id="feComposite3085"
++ result="result4"
++ in="result7"
++ operator="xor" />
++ <feGaussianBlur
++ id="feGaussianBlur3087"
++ result="result3"
++ stdDeviation="0.7"
++ in="result4" />
++ <feSpecularLighting
++ id="feSpecularLighting3089"
++ result="result5"
++ specularExponent="50"
++ specularConstant="1.5"
++ surfaceScale="4">
++ <fePointLight
++ id="fePointLight3091"
++ z="20000"
++ y="-8000"
++ x="-5000" />
++ </feSpecularLighting>
++ <feComposite
++ in2="fbSourceGraphic"
++ id="feComposite3093"
++ in="result3"
++ k3="1"
++ k2="1"
++ operator="arithmetic"
++ result="result93" />
++ <feComposite
++ in2="result93"
++ id="feComposite3095"
++ in="result5"
++ operator="atop"
++ result="result94" />
++ <feBlend
++ in2="result94"
++ id="feBlend3097"
++ mode="multiply" />
++ </filter>
++ </defs>
++ <metadata
++ id="metadata4488">
++ <rdf:RDF>
++ <cc:Work
++ rdf:about="">
++ <dc:format>image/svg+xml</dc:format>
++ <dc:type
++ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
++ <dc:title />
++ </cc:Work>
++ </rdf:RDF>
++ </metadata>
++ <g
++ inkscape:label="Layer 1"
++ inkscape:groupmode="layer"
++ id="layer1">
++ <g
++ id="g10549" />
++ <g
++ sodipodi:type="inkscape:box3d"
++ id="g59041"
++ style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:24.34700012;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers fill stroke"
++ inkscape:perspectiveID="#perspective5326"
++ inkscape:corner0="0.71325351 : 0.049360123 : 0 : 1"
++ inkscape:corner7="-0.12740319 : -0.094988997 : 0.25 : 1">
++ <path
++ sodipodi:type="inkscape:box3dside"
++ id="path59043"
++ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.31938934;stroke-linejoin:round"
++ inkscape:box3dsidetype="6"
++ d="m 51.105208,119.3415 21.962783,5.4979 -20.381677,-6.68907 -17.772822,-4.33521 z"
++ points="73.067991,124.8394 52.686314,118.15033 34.913492,113.81512 51.105208,119.3415 " />
++ <path
++ sodipodi:type="inkscape:box3dside"
++ id="path59053"
++ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.31938934;stroke-linejoin:round"
++ inkscape:box3dsidetype="11"
++ d="M 34.913492,113.81512 106.0311,89.396261 148.33332,93.847847 52.686314,118.15033 Z"
++ points="106.0311,89.396261 148.33332,93.847847 52.686314,118.15033 34.913492,113.81512 " />
++ <path
++ sodipodi:type="inkscape:box3dside"
++ id="path59049"
++ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.31938934;stroke-linejoin:round"
++ inkscape:box3dsidetype="14"
++ d="m 156.27112,93.340223 65.22851,6.614892 -73.16631,-6.107268 -42.30222,-4.451586 z"
++ points="221.49963,99.955115 148.33332,93.847847 106.0311,89.396261 156.27112,93.340223 " />
++ <path
++ sodipodi:type="inkscape:box3dside"
++ id="path59051"
++ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.31938934;stroke-linejoin:round"
++ inkscape:box3dsidetype="13"
++ d="M 73.067991,124.8394 221.49963,99.955115 148.33332,93.847847 52.686314,118.15033 Z"
++ points="221.49963,99.955115 148.33332,93.847847 52.686314,118.15033 73.067991,124.8394 " />
++ <path
++ sodipodi:type="inkscape:box3dside"
++ id="path59045"
++ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.31938934;stroke-linejoin:round"
++ inkscape:box3dsidetype="5"
++ d="M 51.105208,119.3415 156.27112,93.340223 106.0311,89.396261 34.913492,113.81512 Z"
++ points="156.27112,93.340223 106.0311,89.396261 34.913492,113.81512 51.105208,119.3415 " />
++ <path
++ sodipodi:type="inkscape:box3dside"
++ id="path59047"
++ style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:26.31938934;stroke-linejoin:round"
++ inkscape:box3dsidetype="3"
++ d="M 51.105208,119.3415 156.27112,93.340223 221.49963,99.955115 73.067991,124.8394 Z"
++ points="156.27112,93.340223 221.49963,99.955115 73.067991,124.8394 51.105208,119.3415 " />
++ </g>
++ <flowRoot
++ xml:space="preserve"
++ id="flowRoot1200"
++ style="fill:black;fill-opacity:1;stroke:none;font-family:sans-serif;font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;letter-spacing:0px;word-spacing:0px"><flowRegion
++ id="flowRegion1202"><rect
++ id="rect1204"
++ width="215.74753"
++ height="193.56789"
++ x="20.163321"
++ y="34.203472" /></flowRegion><flowPara
++ id="flowPara1206" /></flowRoot> <rect
++ style="fill:#545555;fill-opacity:1;fill-rule:evenodd;stroke:#8d8c8d;stroke-width:1.01117969;stroke-opacity:0.45283023"
++ id="rect1054"
++ width="251.02217"
++ height="199.6057"
++ x="3.5341709"
++ y="32.696808"
++ inkscape:export-xdpi="96"
++ inkscape:export-ydpi="96" />
++ <text
++ xml:space="preserve"
++ style="font-style:normal;font-weight:normal;font-size:152.80343628px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#fffcff;fill-opacity:1;stroke:none;stroke-width:3.820086"
++ x="24.226612"
++ y="152.2131"
++ id="text1210"
++ transform="scale(0.70411188,1.4202288)"
++ inkscape:export-xdpi="96"
++ inkscape:export-ydpi="96"><tspan
++ sodipodi:role="line"
++ id="tspan1208"
++ x="24.226612"
++ y="152.2131"
++ style="fill:#fffcff;fill-opacity:1;stroke-width:3.820086">HEX</tspan></text>
++ </g>
++</svg>
+diff -uprNEBZ a/hexeditor.pro b/hexeditor.pro
+--- a/hexeditor.pro 2018-07-08 06:05:38.000000000 -0500
++++ b/hexeditor.pro 2018-09-18 13:13:41.734924000 -0500
+@@ -107,6 +107,21 @@ TRANSLATIONS += \
+ translations/language_zh_CN.ts \
+ translations/language_zh_TW.ts
+
++unix:!macx {
++ isEmpty(PREFIX) {
++ PREFIX=/usr
++ }
++
++ target.path = $${PREFIX}/bin/
++
++ hicolor.path = $${PREFIX}/share/icons/hicolor/
++ hicolor.files = data/hicolor/*
++
++ desktopentry.path = $${PREFIX}/share/applications/
++ desktopentry.files = data/$${TARGET}.desktop
++
++ INSTALLS += target hicolor desktopentry
++}
+
+ #af Afrikaans
+ #sq Albanian