Update isd-bin to 0.3.0
- Get icon from repo - Add desktop file
This commit is contained in:
parent
58799a9459
commit
0319fed55b
@ -1 +1,2 @@
|
||||
DIST isd-bin-0.2.0.AppImage 84295056 BLAKE2B f33eee97f24295ff9cd38ecd2986ca05b2b260adf5e0d5d1332c9ff8c1561d5685c2579e48ca0bb5e45cd4b7e145faf1a2a3d8d3c52dcb44f707e57291915025 SHA512 ca284e7eb9b482780e293365a962d3e68820875b3d21df1d1d3bc7a1fcdf73de8402f41e4b967e34e43610b2c10e585a95fa818f7658bc595f9cee4c1645e3f3
|
||||
DIST isd-bin-0.3.0.AppImage 84307344 BLAKE2B 59974ccaf53ee52cc6cd8052c1ae63c823799ef2d5e31255e82448530837d9b53a06435b32eb0be859b5da85314516af9d0348c1304c6756f816189a903105d5 SHA512 c1ea2620359c9dce8794e855b3de9e3de6dce96f63c9c6bbf07842781643f67436e3e12f1f25da0ba93d95c70428afce546bc036f58ec9b5070093279cf29d16
|
||||
DIST isd-bin-0.3.0.tar.gz 338588 BLAKE2B 820b9a0b5247faad2686192bdc21673001e249b0f5a24376804eb907ac46dbec89f5f95440e444e9be2505f6a042b9833f03f6862a194372b5eb09109a26158e SHA512 933d1bc5c1165129dfcd5a522c4232ee35888df91d24214185bda539a6b827c57123de2a072182e9afd7adc1faed157d77c2dac221c93c413a4e06f87e040f36
|
||||
|
10
sys-apps/isd-bin/files/isd.desktop
Normal file
10
sys-apps/isd-bin/files/isd.desktop
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=isd
|
||||
GenericName=Interactive Systemd
|
||||
Comment=A better way to work with systemd units
|
||||
Icon=isd
|
||||
Exec=isd
|
||||
Terminal=true
|
||||
Categories=System;Monitor;ConsoleOnly;
|
||||
Keywords=system;process;task
|
@ -5,7 +5,10 @@ EAPI=8
|
||||
|
||||
DESCRIPTION="isd (interactive systemd) - a better way to work with systemd units"
|
||||
HOMEPAGE="https://isd-project.github.io/isd"
|
||||
SRC_URI="https://github.com/isd-project/isd/releases/download/v${PV}/isd.AppImage -> ${P}.AppImage"
|
||||
SRC_URI="
|
||||
https://github.com/isd-project/isd/releases/download/v${PV}/isd.AppImage -> ${P}.AppImage
|
||||
https://github.com/isd-project/isd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@ -16,7 +19,7 @@ RDEPEND="
|
||||
sys-fs/fuse:0
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
S="${WORKDIR}/isd-${PV}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
@ -24,4 +27,12 @@ src_install() {
|
||||
cd ${WORKDIR}
|
||||
cp ${DISTDIR}/${P}.AppImage isd || die
|
||||
dobin isd
|
||||
|
||||
cd ${S}/assets
|
||||
insinto /usr/share/icons/hicolor/1024x1024/apps
|
||||
doins isd.png
|
||||
|
||||
# Add version to desktop file
|
||||
insinto /usr/share/applications
|
||||
doins ${FILESDIR}/isd.desktop
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user