master
Micke Nordin 2 years ago
parent 5972f4e958
commit 6e4f6edbb6
Signed by: micke
GPG Key ID: 014B273D614BE877

@ -2,4 +2,4 @@
Type=Application Type=Application
Name=Tinge Name=Tinge
Exec=tinge Exec=tinge
Icon=face-cool Icon=org.smolnet.tinge

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

@ -2,13 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) --> <!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
width="210mm" width="170.17047mm"
height="297mm" height="166.50186mm"
viewBox="0 0 210 297" viewBox="0 0 170.17047 166.50186"
version="1.1" version="1.1"
id="svg5" id="svg5"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)" inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
sodipodi:docname="icon.svg" sodipodi:docname="org.smolnet.tinge.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
@ -28,8 +28,8 @@
inkscape:snap-grids="false" inkscape:snap-grids="false"
inkscape:object-nodes="false" inkscape:object-nodes="false"
inkscape:zoom="0.48222205" inkscape:zoom="0.48222205"
inkscape:cx="1098.0419" inkscape:cx="1046.1985"
inkscape:cy="1165.4382" inkscape:cy="1128.111"
inkscape:window-width="3440" inkscape:window-width="3440"
inkscape:window-height="1440" inkscape:window-height="1440"
inkscape:window-x="0" inkscape:window-x="0"
@ -42,15 +42,15 @@
<marker <marker
style="overflow:visible" style="overflow:visible"
id="Arrow1Lstart" id="Arrow1Lstart"
refX="0.0" refX="0"
refY="0.0" refY="0"
orient="auto" orient="auto"
inkscape:stockid="Arrow1Lstart" inkscape:stockid="Arrow1Lstart"
inkscape:isstock="true"> inkscape:isstock="true">
<path <path
transform="scale(0.8) translate(12.5,0)" transform="matrix(0.8,0,0,0.8,10,0)"
style="fill-rule:evenodd;fill:context-stroke;stroke:context-stroke;stroke-width:1.0pt" style="fill:context-stroke;fill-rule:evenodd;stroke:context-stroke;stroke-width:1pt"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z " d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path11947" /> id="path11947" />
</marker> </marker>
<linearGradient <linearGradient
@ -65,9 +65,10 @@
<g <g
inkscape:label="Layer 1" inkscape:label="Layer 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1"> id="layer1"
transform="translate(-13.673282,-10.01244)">
<ellipse <ellipse
style="fill:#ffffff;fill-rule:evenodd;stroke-width:1.00000003;stroke-miterlimit:4;stroke-dasharray:8.00000022,2.00000006,1.00000003,2.00000006;stroke:#000000;stroke-opacity:1;stroke-dashoffset:0;stroke-linecap:round" style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:8, 2, 1, 2;stroke-dashoffset:0;stroke-opacity:1"
id="path18033" id="path18033"
cx="98.75856" cx="98.75856"
cy="93.263443" cy="93.263443"

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

@ -5,10 +5,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup( setuptools.setup(
name="tinge", name="tinge",
version="0.0.1", version="0.0.2",
author="Micke Nordin", author="Micke Nordin",
author_email="hej@mic.ke", author_email="hej@mic.ke",
data_files = [('share/applications', ['data/org.smolnet.tinge.desktop']),], data_files = [('share/applications', ['data/org.smolnet.tinge.desktop']),('share/icons/hicolor/scalable/apps',['data/org.smolnet.tinge.svg']),],
description="A GUI for Philips Hue lights.", description="A GUI for Philips Hue lights.",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",

Loading…
Cancel
Save