Skip to content

Commit

Permalink
Fix: Compatibility with qt5 in control file in .deb package
Browse files Browse the repository at this point in the history
This patch adds required packages (which is libqt5widgets5 in this case)
for additional compatibility with Qt5.

+ updated version in control and repo link.
  • Loading branch information
tetektoza committed Oct 19, 2023
1 parent b8e29d9 commit a971c38
Show file tree
Hide file tree
Showing 8 changed files with 732 additions and 0 deletions.
10 changes: 10 additions & 0 deletions debian/debian-qt5/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Package: d1-graphics-tool
Version: 1.0.0
Architecture: amd64
Maintainer: Anders Jenbo <[email protected]>
Installed-Size: 444
Depends: libqt5widgets5 (>= 5.15.0)
Section: graphics
Priority: optional
Homepage: https://github.com/diasurgical/d1-graphics-tool
Description: Diablo 1 Graphics Tool can open CEL/CL2 graphics files and display them with chosen color palette (PAL) and color translation (TRN) files.
345 changes: 345 additions & 0 deletions debian/debian-qt5/opt/d1-graphics-tool/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added debian/debian-qt5/usr/bin/D1GraphicsTool
Binary file not shown.
11 changes: 11 additions & 0 deletions debian/debian-qt5/usr/share/applications/D1GraphicsTool.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Version=0.5.0
Type=Application
Name=Diablo 1 Graphics Tool
Comment=Work with Diablo 1 graphics files
Keywords=Diablo;graphic;
Exec=D1GraphicsTool
Icon=/opt/d1-graphics-tool/icon.svg
Terminal=false
Categories=Graphics;2DGraphics;RasterGraphics;
StartupNotify=true
10 changes: 10 additions & 0 deletions debian/debian-qt6/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Package: d1-graphics-tool
Version: 1.0.0
Architecture: amd64
Maintainer: Anders Jenbo <[email protected]>
Installed-Size: 444
Depends: libqt6widgets6 (>= 6.2.4), qt6-qpa-plugins (>= 6.2.4)
Section: graphics
Priority: optional
Homepage: https://github.com/diasurgical/d1-graphics-tool
Description: Diablo 1 Graphics Tool can open CEL/CL2 graphics files and display them with chosen color palette (PAL) and color translation (TRN) files.
345 changes: 345 additions & 0 deletions debian/debian-qt6/opt/d1-graphics-tool/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added debian/debian-qt6/usr/bin/D1GraphicsTool
Binary file not shown.
11 changes: 11 additions & 0 deletions debian/debian-qt6/usr/share/applications/D1GraphicsTool.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Version=0.5.0
Type=Application
Name=Diablo 1 Graphics Tool
Comment=Work with Diablo 1 graphics files
Keywords=Diablo;graphic;
Exec=D1GraphicsTool
Icon=/opt/d1-graphics-tool/icon.svg
Terminal=false
Categories=Graphics;2DGraphics;RasterGraphics;
StartupNotify=true

0 comments on commit a971c38

Please sign in to comment.