forked from LBRYCommunity/lbry-sdk
add lbry icons, symlink into user path
This commit is contained in:
parent
72b4a778a6
commit
5171c801d9
6 changed files with 13 additions and 1 deletions
BIN
packaging/ubuntu/icons/lbry128.png
Normal file
BIN
packaging/ubuntu/icons/lbry128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
packaging/ubuntu/icons/lbry256.png
Normal file
BIN
packaging/ubuntu/icons/lbry256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
packaging/ubuntu/icons/lbry32.png
Normal file
BIN
packaging/ubuntu/icons/lbry32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
packaging/ubuntu/icons/lbry48.png
Normal file
BIN
packaging/ubuntu/icons/lbry48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
BIN
packaging/ubuntu/icons/lbry96.png
Normal file
BIN
packaging/ubuntu/icons/lbry96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
|
@ -151,9 +151,21 @@ function addfile() {
|
|||
cp "$FILE" "data/$TARGET"
|
||||
echo "$(md5sum "data/$TARGET" | cut -d' ' -f1) $TARGET" >> control/md5sums
|
||||
}
|
||||
addfile "$PACKAGING_DIR/lbry" usr/share/python/lbrynet/bin/lbry
|
||||
|
||||
|
||||
addfile "$PACKAGING_DIR/icons/lbry32.png" usr/share/icons/hicolor/32x32/apps/lbry.png
|
||||
addfile "$PACKAGING_DIR/icons/lbry48.png" usr/share/icons/hicolor/48x48/apps/lbry.png
|
||||
addfile "$PACKAGING_DIR/icons/lbry96.png" usr/share/icons/hicolor/96x96/apps/lbry.png
|
||||
addfile "$PACKAGING_DIR/icons/lbry128.png" usr/share/icons/hicolor/128x128/apps/lbry.png
|
||||
addfile "$PACKAGING_DIR/icons/lbry256.png" usr/share/icons/hicolor/256x256/apps/lbry.png
|
||||
addfile "$PACKAGING_DIR/lbry.desktop" usr/share/applications/lbry.desktop
|
||||
|
||||
$BINPATH=usr/share/python/lbrynet/bin
|
||||
addfile "$PACKAGING_DIR/lbry" "$BINPATH/lbry"
|
||||
|
||||
ln -s "/$BINPATH/lbry" "$PACKAGING_DIR/lbry-temp-symlink"
|
||||
addfile "$PACKAGING_DIR/lbry-temp-symlink" usr/local/bin/lbry
|
||||
|
||||
cat "$PACKAGING_DIR/postinst_append" >> control/postinst
|
||||
|
||||
# repackage .deb
|
||||
|
|
Loading…
Reference in a new issue