-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add control file to build .deb package in ubuntu 20.04 amd64 arch
- Loading branch information
1 parent
73e3193
commit 0119da2
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Desktop Entry] | ||
Name=Heart of Ice | ||
Comment=Heart of Ice | ||
Version=1.0.1 | ||
TryExec=/usr/local/games/HeartOfIce/HeartOfIce.exe | ||
Exec=/usr/local/games/HeartOfIce/HeartOfIce.exe | ||
Icon=/usr/local/games/HeartOfIce/icons/snowflakes.png | ||
Path=/usr/local/games/HeartOfIce | ||
Terminal=false | ||
Categories=Game | ||
Type=Application | ||
|
||
Name[en_DK]=Heart of Ice | ||
Name[en_US]=Heart of Ice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Package: heart-of-ice | ||
Version: 1.0.1 | ||
Maintainer: Dael Separa <dael.separa@gmail.com> | ||
Architecture: amd64 | ||
Description: Heart of Ice (SDL) | ||
Depends: libstdc++6 (>= 10.0.2), libc6 (>= 2.31), libgcc-s1 (>= 10.2), libsdl2-2.0-0 (>= 2.0.10), libsdl2-image-2.0-0 (>= 2.0.5), libsdl2-ttf-2.0-0 (>= 2.0.15) | ||
Priority: optional | ||
Section: games |