1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-19 01:58:09 +03:00

add app icon

This commit is contained in:
Dmitry Degtyarev 2021-12-27 12:16:23 +04:00
parent 8e4323dd8f
commit 65330fcdb7
4 changed files with 114 additions and 1 deletions

View File

@ -70,6 +70,7 @@ Tests for ADMC
%_libdir/libadldap.so
%_man1dir/admc*
%_datadir/applications/admc.desktop
%_iconsdir/hicolor/scalable/apps/admc.svg
%files test
%_libdir/libadmctest.so

View File

@ -8,3 +8,9 @@ install(
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)
install(
FILES admc.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

View File

@ -57,7 +57,7 @@ Comment[tr]=Active Directory yönetimi için bir araç
Comment[uk]=Інструмент для адміністрування Active Directory
Comment[zh_CN]= Active Directory
Comment[zh_TW]= Active Directory
Icon=
Icon=admc
Exec=admc
Terminal=false
Type=Application

106
doc/admc.svg Normal file
View File

@ -0,0 +1,106 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48.0px"
height="48.0px"
viewBox="0 0 48.0 48.0"
version="1.1"
id="SVGRoot"
sodipodi:docname="admc.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
<defs
id="defs1263" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="3"
inkscape:cx="136.66667"
inkscape:cy="101.69048"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="true"
inkscape:window-width="1920"
inkscape:window-height="1080"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid1272" />
</sodipodi:namedview>
<metadata
id="metadata1266">
<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></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="5"
y="45"
id="text1283"><tspan
sodipodi:role="line"
id="tspan1281"
x="5"
y="45"></tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="5"
y="40"
id="text1287"><tspan
sodipodi:role="line"
id="tspan1285"
x="5"
y="40" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;fill:#000000;fill-opacity:1;stroke:none"
x="0"
y="40"
id="text1291"><tspan
sodipodi:role="line"
id="tspan1289"
x="0"
y="40"></tspan></text>
<rect
style="fill:#4d7afd;fill-opacity:1"
id="rect1341"
width="50"
height="50"
x="0"
y="0" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:33.3333px;line-height:1.25;font-family:Ubuntu;-inkscape-font-specification:'Ubuntu, Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#f2f2f2;fill-opacity:1;stroke:none"
x="0"
y="35"
id="text1295"><tspan
sodipodi:role="line"
id="tspan1293"
x="0"
y="35">AD</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB