Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
eepm
Commits
c71b13d8
Commit
c71b13d8
authored
Mar 23, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack liteide: fix desktop, add golang requires (ALT bug 45635)
parent
b9ee1528
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
liteide.sh
repack.d/liteide.sh
+8
-5
No files found.
repack.d/liteide.sh
View file @
c71b13d8
...
...
@@ -26,13 +26,15 @@ mkdir -p $BUILDROOT/usr/share/applications/
cat
<<
EOF
>
$BUILDROOT
/usr/share/applications/
$PRODUCT
.desktop
[Desktop Entry]
Type=Application
Name=
liteide
Exec=
liteide
Icon=
liteide
Comment=LiteIDE is a simple, open source, cross-platform Go IDE
.
Name=
LiteIDE
Exec=
$PRODUCT
Icon=
$PRODUCT
Comment=LiteIDE is a simple, open source, cross-platform Go IDE
Terminal=false
Categories=Development;
Name[zh_CN]=liteide
EOF
pack_file /usr/share/applications/
$PRODUCT
.desktop
# https://bugzilla.altlinux.org/45635
add_requires golang
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment