mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix logo and fix desktop
This commit is contained in:
parent
32fe9916ad
commit
b40492b2a5
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ provides=("raxmlgui")
|
|||
license=('AGPL3')
|
||||
source=("https://github.com/AntonelliLab/raxmlGUI/releases/download/v${pkgver}/raxmlGUI-${pkgver}.AppImage" "raxmlgui.desktop")
|
||||
sha256sums=('3e67b95551e26b2cc26e9a5f62583a2bec2351b53587d188718dcab8fc588068'
|
||||
'4997996df092faa5b4adf7952083bd93b2667c4b89a2781ac3f02f5c930202f3')
|
||||
'a589d49d17a9d07a7b6cf1e41334d5c014a57e1b4faa31f22f106223bb994596')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
|
@ -24,6 +24,7 @@ package() {
|
|||
install -dm755 "$pkgdir"/usr/{bin,share/${pkgname}}
|
||||
mv ${srcdir}/squashfs-root/* "${pkgdir}/usr/share/$pkgname"
|
||||
chmod +x $pkgdir/usr/share/$pkgname/$pkgname
|
||||
chmod -R 755 $pkgdir/usr/share/$pkgname/usr
|
||||
ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
|
||||
install -D -m 755 ${srcdir}/raxmlgui.desktop ${pkgdir}/usr/share/applications/raxmlgui.desktop
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Categories=
|
||||
Encoding=UTF-8
|
||||
Exec=/usr/share/raxmlgui/raxmlgui
|
||||
Exec=sudo /usr/share/raxmlgui/raxmlgui --no-sandbox
|
||||
GenericName=
|
||||
GenericName[zh]=
|
||||
Icon=/usr/share/raxmlgui/usr/share/icons/hicolor/512x512/apps/raxmlgui.png
|
||||
|
|
Loading…
Add table
Reference in a new issue