From 5b717dff074ee9da6ed16d0d3427c8ac1069b761 Mon Sep 17 00:00:00 2001 From: tetektoza Date: Thu, 19 Oct 2023 11:35:49 +0200 Subject: [PATCH] Packaging: Bump versions and delete uneccessary files This patch bumps versions of .desktop file and removes CONTROL file from DEBIAN directory, as well as build-deb.sh script, since we started using CPack for packaging on debian. --- build-deb.sh | 17 ----------------- debian/DEBIAN/control | 10 ---------- .../share/applications/D1GraphicsTool.desktop | 2 +- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100755 build-deb.sh delete mode 100644 debian/DEBIAN/control diff --git a/build-deb.sh b/build-deb.sh deleted file mode 100755 index ffb34afde..000000000 --- a/build-deb.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# Copy latest release build -mkdir -p debian/usr/bin/ -cp build/D1GraphicsTool debian/usr/bin/ -# Strip symbols -strip -s debian/usr/bin/D1GraphicsTool - -# Copy short cut icon -mkdir -p debian/opt/d1-graphics-tool/ -cp resources/icon.svg debian/opt/d1-graphics-tool/ - -# Build .deb package -dpkg-deb --build debian - -# Rename package -mv debian.deb d1-graphics-tool.deb diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control deleted file mode 100644 index bb7f391a4..000000000 --- a/debian/DEBIAN/control +++ /dev/null @@ -1,10 +0,0 @@ -Package: d1-graphics-tool -Version: 0.5.0 -Architecture: amd64 -Maintainer: Anders Jenbo -Installed-Size: 444 -Depends: libqt6widgets6 (>= 6.2.4), qt6-qpa-plugins (>= 6.2.4) -Section: graphics -Priority: optional -Homepage: https://github.com/savagesteel/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. diff --git a/debian/usr/share/applications/D1GraphicsTool.desktop b/debian/usr/share/applications/D1GraphicsTool.desktop index 6c0c91318..f4ee3d8a6 100644 --- a/debian/usr/share/applications/D1GraphicsTool.desktop +++ b/debian/usr/share/applications/D1GraphicsTool.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.5.0 +Version=1.0.0 Type=Application Name=Diablo 1 Graphics Tool Comment=Work with Diablo 1 graphics files