makefile
This commit is contained in:
parent
1138769d62
commit
d3e9ea69d5
4
Makefile
4
Makefile
@ -10,3 +10,7 @@ install:
|
||||
mkdir -p $(DESTDIR)/usr/lib/pika/drivers/
|
||||
cp data/*.sh $(DESTDIR)/usr/lib/pika/drivers/
|
||||
chmod 755 $(DESTDIR)/usr/bin/pika-drivers/*.sh
|
||||
mkdir -p $(DESTDIR)/usr/share/applications
|
||||
mkdir -p $(DESTDIR)/usr/share/icons/hicolor/scalable/apps
|
||||
cp -vf data/pika-drivers.svg $(DESTDIR)/usr/share/icons/hicolor/scalable/apps/
|
||||
cp -vf data/pika-drivers.desktop $(DESTDIR)/usr/share/applications/
|
||||
|
@ -1 +0,0 @@
|
||||
jockey.svg
|
9
data/pika-drivers.desktop
Normal file
9
data/pika-drivers.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=PikaOS Driver Manager
|
||||
Exec=pika-drivers
|
||||
Icon=pika-drivers
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Application;System;Settings;XFCE;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
||||
StartupNotify=true
|
29
data/pika-drivers.svg
Normal file
29
data/pika-drivers.svg
Normal file
@ -0,0 +1,29 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
|
||||
<path style="opacity:0.2" d="M 11,12 C 9.892,12 9,12.892 9,14 V 36 C 9,37.108 9.892,38 11,38 H 14 V 34 H 24 V 38 H 43 C 44.108,38 45,37.108 45,36 V 14 C 45,12.892 44.108,12 43,12 Z"/>
|
||||
<path fill="#419d45" d="m11 11c-1.108 0-2 0.892-2 2v22c0 1.108 0.892 2 2 2h3v-4h10v4h19c1.108 0 2-0.892 2-2v-22c0-1.108-0.892-2-2-2z"/>
|
||||
<path fill="#fff" opacity=".2" d="m11 11c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h32c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-32z"/>
|
||||
<g style="opacity:0.2">
|
||||
<rect width="4" height="6" x="25" y="34"/>
|
||||
<rect width="4" height="6" x="30" y="34"/>
|
||||
<rect width="4" height="6" x="35" y="34"/>
|
||||
</g>
|
||||
<rect fill="#f8c44e" width="4" height="6" x="25" y="33"/>
|
||||
<rect fill="#f8c44e" width="4" height="6" x="30" y="33"/>
|
||||
<rect fill="#f8c44e" width="4" height="6" x="35" y="33"/>
|
||||
<rect style="opacity:0.2" width="4" height="6" x="40" y="34"/>
|
||||
<rect fill="#f8c44e" width="4" height="6" x="40" y="33"/>
|
||||
<path style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;opacity:0.2" d="M 4,8 H 8 V 41"/>
|
||||
<path style="fill:none;stroke:#b7b7b7;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" d="M 4,7 H 8 V 40"/>
|
||||
<rect fill="#4e4e4e" width="10" height="10" x="22" y="17" rx="2" ry="2"/>
|
||||
<g style="fill:#b7b7b7">
|
||||
<rect width="2" height="3" x="24" y="15"/>
|
||||
<rect width="2" height="3" x="28" y="15"/>
|
||||
<rect width="2" height="3" x="24" y="26"/>
|
||||
<rect width="2" height="3" x="28" y="26"/>
|
||||
<rect width="2" height="3" x="19" y="-34" transform="rotate(90)"/>
|
||||
<rect width="2" height="3" x="23" y="-34" transform="rotate(90)"/>
|
||||
<rect width="2" height="3" x="19" y="-23" transform="rotate(90)"/>
|
||||
<rect width="2" height="3" x="23" y="-23" transform="rotate(90)"/>
|
||||
</g>
|
||||
<path fill="#fff" style="opacity:0.2" d="m4 5a2.0002 2.0002 0 0 0 -1.9668 2.4883 2.0002 2.0002 0 0 1 1.9668 -1.5176h4a2.0002 2.0002 0 0 1 2 2v-0.9707a2.0002 2.0002 0 0 0 -2 -2h-4z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue
Block a user