diff options
author | 2022-06-25 00:38:10 +0530 | |
---|---|---|
committer | 2022-06-25 00:38:10 +0530 | |
commit | 88c46fadcee4b7402763e66f8f3c871e30a34ed6 (patch) | |
tree | fb0680d321a9c767ee59e4f41e6878980a4b480c | |
parent | 60b6c2251550cb978c82239e39a17b419e3f5732 (diff) | |
download | whatsie-88c46fadcee4b7402763e66f8f3c871e30a34ed6.tar.gz whatsie-88c46fadcee4b7402763e66f8f3c871e30a34ed6.zip |
chore: distribution related files
-rw-r--r-- | dist/linux/com.ktechpit.whatsie.appdata.xml | 33 | ||||
-rw-r--r-- | dist/linux/com.ktechpit.whatsie.desktop | 15 | ||||
-rw-r--r-- | dist/linux/hicolor/128x128/apps/com.ktechpit.whatsie.png | bin | 0 -> 6064 bytes | |||
-rw-r--r-- | dist/linux/hicolor/16x16/apps/com.ktechpit.whatsie.png | bin | 0 -> 1286 bytes | |||
-rw-r--r-- | dist/linux/hicolor/256x256/apps/com.ktechpit.whatsie.png | bin | 0 -> 12301 bytes | |||
-rw-r--r-- | dist/linux/hicolor/32x32/apps/com.ktechpit.whatsie.png | bin | 0 -> 1777 bytes | |||
-rw-r--r-- | dist/linux/hicolor/64x64/apps/com.ktechpit.whatsie.png | bin | 0 -> 3308 bytes | |||
-rw-r--r-- | dist/linux/hicolor/scalable/apps/com.ktechpit.whatsie.svg | 81 | ||||
-rw-r--r-- | dist/linux/hicolor/symbolic/apps/com.ktechpit.whatsie-symbolic.svg | 79 |
9 files changed, 208 insertions, 0 deletions
diff --git a/dist/linux/com.ktechpit.whatsie.appdata.xml b/dist/linux/com.ktechpit.whatsie.appdata.xml new file mode 100644 index 0000000..8aaa45f --- /dev/null +++ b/dist/linux/com.ktechpit.whatsie.appdata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>com.ktechpit.whatsie</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>MIT</project_license> + <name>Whatsie</name> + <summary>Qt Whatsapp Web Client</summary> + <developer_name>Keshav Bhatt</developer_name> + <description> + <p>Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies</p> + </description> + <launchable type="desktop-id">com.ktechpit.whatsie.desktop</launchable> + <url type="homepage">https://github.com/keshavbhatt/whatsie</url> + <url type="bugtracker">https://github.com/keshavbhatt/whatsie</url> + <screenshots> + <screenshot type="default"> + <image>https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/1.jpg</image> + </screenshot> + <screenshot> + <image>https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/2.jpg</image> + </screenshot> + <screenshot> + <image>https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/3.jpg</image> + </screenshot> + </screenshots> + <provides> + <binary>whatsie</binary> + </provides> + <content_rating type="oars-1.0" /> + <releases> + <release version="4.4" date="2022-06-18" /> + </releases> +</component> diff --git a/dist/linux/com.ktechpit.whatsie.desktop b/dist/linux/com.ktechpit.whatsie.desktop new file mode 100644 index 0000000..c11f0b5 --- /dev/null +++ b/dist/linux/com.ktechpit.whatsie.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Version=1.0 +GenericName=Qt Whatsapp Web Client +Name[en_US]=WhatSie +Comment=Qt WhatsApp Web Client +Name=WhatSie +Type=Application +Icon=com.ktechpit.whatsie +StartupWMClass=whatsie +Keywords=WhatSie;WhatsApp +Exec=whatsie %u +Categories=Chat;Network;InstantMessaging;Qt; +MimeType=x-scheme-handler/whatsapp; +Terminal=false +X-GNOME-UsesNotifications=true diff --git a/dist/linux/hicolor/128x128/apps/com.ktechpit.whatsie.png b/dist/linux/hicolor/128x128/apps/com.ktechpit.whatsie.png Binary files differnew file mode 100644 index 0000000..f625123 --- /dev/null +++ b/dist/linux/hicolor/128x128/apps/com.ktechpit.whatsie.png diff --git a/dist/linux/hicolor/16x16/apps/com.ktechpit.whatsie.png b/dist/linux/hicolor/16x16/apps/com.ktechpit.whatsie.png Binary files differnew file mode 100644 index 0000000..e3ada9b --- /dev/null +++ b/dist/linux/hicolor/16x16/apps/com.ktechpit.whatsie.png diff --git a/dist/linux/hicolor/256x256/apps/com.ktechpit.whatsie.png b/dist/linux/hicolor/256x256/apps/com.ktechpit.whatsie.png Binary files differnew file mode 100644 index 0000000..2e5155d --- /dev/null +++ b/dist/linux/hicolor/256x256/apps/com.ktechpit.whatsie.png diff --git a/dist/linux/hicolor/32x32/apps/com.ktechpit.whatsie.png b/dist/linux/hicolor/32x32/apps/com.ktechpit.whatsie.png Binary files differnew file mode 100644 index 0000000..8b47514 --- /dev/null +++ b/dist/linux/hicolor/32x32/apps/com.ktechpit.whatsie.png diff --git a/dist/linux/hicolor/64x64/apps/com.ktechpit.whatsie.png b/dist/linux/hicolor/64x64/apps/com.ktechpit.whatsie.png Binary files differnew file mode 100644 index 0000000..175c8fb --- /dev/null +++ b/dist/linux/hicolor/64x64/apps/com.ktechpit.whatsie.png diff --git a/dist/linux/hicolor/scalable/apps/com.ktechpit.whatsie.svg b/dist/linux/hicolor/scalable/apps/com.ktechpit.whatsie.svg new file mode 100644 index 0000000..0b81505 --- /dev/null +++ b/dist/linux/hicolor/scalable/apps/com.ktechpit.whatsie.svg @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + 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:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + height="100%" + style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;" + version="1.1" + viewBox="0 0 24 24" + width="100%" + xml:space="preserve" + id="svg2" + inkscape:version="0.91 r13725" + sodipodi:docname="whatsapp.svg"><metadata + id="metadata19"><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><defs + id="defs17"><filter + inkscape:label="Fill Background" + inkscape:menu="Fill and Transparency" + inkscape:menu-tooltip="Adds a colorizable opaque background" + style="color-interpolation-filters:sRGB;" + id="filter843"><feFlood + result="result1" + flood-color="rgb(255,0,0)" + flood-opacity="1" + id="feFlood845" /><feImage + xlink:href="" + result="result2" + id="feImage847" /><feBlend + result="result4" + in2="result1" + mode="multiply" + id="feBlend849" /><feMerge + result="result3" + id="feMerge851"><feMergeNode + in="result1" + id="feMergeNode853" /><feMergeNode + in="SourceGraphic" + id="feMergeNode855" /></feMerge></filter></defs><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1311" + inkscape:window-height="744" + id="namedview15" + showgrid="false" + inkscape:zoom="8.4606523" + inkscape:cx="-10.8163" + inkscape:cy="19.836975" + inkscape:window-x="55" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" /><rect + height="24" + id="Artboard1" + style="fill:none;" + width="24" + x="0" + y="0" /><g + id="g5"><g + id="g7"><path + d="M4.018,17.048c-0.96,-1.484 -1.518,-3.253 -1.518,-5.151c0,-5.243 4.257,-9.5 9.5,-9.5c5.243,0 9.5,4.257 9.5,9.5c0,5.243 -4.257,9.5 -9.5,9.5c-1.777,0 -3.44,-0.489 -4.863,-1.339l-4.637,1.545l1.518,-4.555Z" + style="fill:#f3f3f3;" + id="path9" /><path + d="M5.795,16.304c-0.886,-1.244 -1.407,-2.765 -1.407,-4.407c0,-4.201 3.411,-7.612 7.612,-7.612c4.201,0 7.612,3.411 7.612,7.612c0,4.201 -3.411,7.611 -7.612,7.611c-1.59,0 -3.066,-0.488 -4.288,-1.323l-2.862,0.954l0.945,-2.835Z" + style="fill:#00a82d;" + id="path11" /></g><path + d="M9.714,13.873c-1.124,-1.374 -1.874,-3.056 -2.109,-4.88c-0.063,-0.508 0.106,-1.018 0.461,-1.387c0.355,-0.369 0.858,-0.558 1.368,-0.515l0.049,0.005c0,0 0.561,0.15 0.868,0.233c0.122,0.033 0.219,0.124 0.26,0.243c0.138,0.41 0.464,1.373 0.618,1.826c0.05,0.147 0.004,0.31 -0.114,0.41c-0.233,0.196 -0.618,0.52 -0.858,0.723c-0.129,0.109 -0.17,0.29 -0.1,0.443c0.279,0.608 0.635,1.176 1.057,1.69c0.434,0.502 0.933,0.949 1.485,1.327c0.14,0.095 0.325,0.085 0.454,-0.024c0.241,-0.202 0.626,-0.526 0.858,-0.722c0.119,-0.1 0.287,-0.117 0.424,-0.043c0.42,0.228 1.314,0.712 1.694,0.918c0.111,0.06 0.185,0.172 0.196,0.297c0.029,0.317 0.083,0.895 0.083,0.895l-0.004,0.049c-0.044,0.51 -0.315,0.974 -0.739,1.261c-0.424,0.288 -0.955,0.368 -1.445,0.22c-1.772,-0.545 -3.313,-1.581 -4.479,-2.937l-0.027,-0.032Z" + style="fill:#f3f3f3;" + id="path13" /></g></svg>
\ No newline at end of file diff --git a/dist/linux/hicolor/symbolic/apps/com.ktechpit.whatsie-symbolic.svg b/dist/linux/hicolor/symbolic/apps/com.ktechpit.whatsie-symbolic.svg new file mode 100644 index 0000000..e6b285f --- /dev/null +++ b/dist/linux/hicolor/symbolic/apps/com.ktechpit.whatsie-symbolic.svg @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + height="64" + style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421" + version="1.1" + viewBox="0 0 64 64" + width="64" + xml:space="preserve" + id="svg2" + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + sodipodi:docname="com.ktechpit.whatsie.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata + id="metadata19"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs17"><filter + inkscape:label="Fill Background" + inkscape:menu="Fill and Transparency" + inkscape:menu-tooltip="Adds a colorizable opaque background" + style="color-interpolation-filters:sRGB" + id="filter843"><feFlood + result="result1" + flood-color="rgb(255,0,0)" + flood-opacity="1" + id="feFlood845" /><feImage + xlink:href="" + result="result2" + id="feImage847" /><feBlend + result="result4" + in2="result1" + mode="multiply" + id="feBlend849" /><feMerge + result="result3" + id="feMerge851"><feMergeNode + in="result1" + id="feMergeNode853" /><feMergeNode + in="SourceGraphic" + id="feMergeNode855" /></feMerge></filter></defs><sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1007" + id="namedview15" + showgrid="false" + inkscape:zoom="8.4606523" + inkscape:cx="-6.7370692" + inkscape:cy="27.657442" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + inkscape:showpageshadow="2" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" /><rect + height="24" + id="Artboard1" + style="fill:none" + width="24" + x="0" + y="0" /><path + id="path9" + style="fill:#000000;stroke-width:2.82682" + d="M 32 5 C 17.098857 5 5 16.969621 5 31.710938 C 5 37.047389 6.5860348 42.020918 9.3144531 46.193359 L 5 59 L 18.179688 54.65625 C 22.223999 57.046126 26.949584 58.419922 32 58.419922 C 46.901143 58.419922 59 46.452254 59 31.710938 C 59 16.969621 46.901143 5 32 5 z M 32 10.308594 C 43.939672 10.308594 53.634766 19.899327 53.634766 31.710938 C 53.634766 43.522547 43.939672 53.109375 32 53.109375 C 27.481058 53.109375 23.28555 51.738327 19.8125 49.390625 L 11.679688 52.072266 L 14.365234 44.101562 C 11.847131 40.603908 10.365234 36.327615 10.365234 31.710938 C 10.365234 19.899327 20.060328 10.308594 32 10.308594 z " /><path + d="m 25.502947,37.266167 c -3.194526,-3.863168 -5.326105,-8.592315 -5.994,-13.720713 -0.179052,-1.428303 0.301263,-2.86223 1.310211,-3.899718 1.008947,-1.037489 2.438526,-1.568885 3.888,-1.447985 l 0.139263,0.01406 c 0,0 1.594421,0.421743 2.466947,0.655107 0.346737,0.09278 0.622421,0.348641 0.738948,0.683224 0.39221,1.152765 1.318737,3.860357 1.756421,5.134021 0.142105,0.413308 0.01137,0.871603 -0.324,1.152765 -0.662211,0.551078 -1.756421,1.462043 -2.438527,2.032802 -0.366631,0.306467 -0.483157,0.81537 -0.28421,1.245548 0.792947,1.709466 1.804737,3.306467 3.004105,4.751641 1.233474,1.411434 2.651684,2.668228 4.220527,3.731021 0.397894,0.267104 0.923684,0.238988 1.290315,-0.06748 0.684948,-0.567947 1.779158,-1.478913 2.438527,-2.02999 0.33821,-0.281162 0.815684,-0.32896 1.205052,-0.1209 1.193685,0.64105 3.734527,2.001874 4.814527,2.581068 0.315473,0.168698 0.525789,0.483599 0.557052,0.835052 0.08242,0.891284 0.235895,2.516401 0.235895,2.516401 l -0.01137,0.13777 c -0.125053,1.433926 -0.895263,2.738519 -2.100316,3.545454 -1.205053,0.809747 -2.714211,1.034677 -4.106842,0.618557 -5.036211,-1.532334 -9.415895,-4.445174 -12.72979,-8.257732 z" + style="fill:#000000;stroke-width:2.82682" + id="path13" /></svg> |