From b43f1ccd53ae725dba9283dd29a6f4c8dd0b1cff Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 31 Dec 2021 09:57:05 +0800 Subject: [PATCH 1/2] fix typo --- packages/deb/builddeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deb/builddeb.sh b/packages/deb/builddeb.sh index c2eeab07..5235ef40 100755 --- a/packages/deb/builddeb.sh +++ b/packages/deb/builddeb.sh @@ -16,5 +16,5 @@ cp -r /opt/RedPandaIDE/*.desktop $TMP_FOLDER/usr/share/applications dpkg-deb --build /tmp/redpandaide -mv $TMP_FOLDER/../redpandaide.deb redpana-ide-${version}_amd64.deb +mv $TMP_FOLDER/../redpandaide.deb redpanda-ide-${version}_amd64.deb From 964aa3dc33eafbb304f7ad91baac48044d272fea Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 31 Dec 2021 17:14:07 +0800 Subject: [PATCH 2/2] change name to Red Panda C++ --- linux/redpandaide.desktop | 8 ++++---- packages/deb/builddeb.sh | 2 ++ packages/deb/control | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/linux/redpandaide.desktop b/linux/redpandaide.desktop index 2d7136ee..4077565f 100644 --- a/linux/redpandaide.desktop +++ b/linux/redpandaide.desktop @@ -2,11 +2,11 @@ Comment=A lightweighted QT-based C/C++ IDE Comment[zh_CN]=基于QT的轻量级C/C++集成开发环境 Exec=/opt/RedPandaIDE/bin/RedPandaIDE %F -GenericName=Red Panda Dev-C++ 7 -GenericName[zh_CN]=小熊猫Dev-C++ 7 +GenericName=Red Panda C++ +GenericName[zh_CN]=小熊猫C++ MimeType=application/pdf -Name=Red Panda Dev-C++ 7 -Name[zh_CN]=小熊猫Dev-C++ 7 +Name=Red Panda C++ +Name[zh_CN]=小熊猫C++ StartupNotify=false Terminal=false Type=Application diff --git a/packages/deb/builddeb.sh b/packages/deb/builddeb.sh index 5235ef40..031b94f1 100755 --- a/packages/deb/builddeb.sh +++ b/packages/deb/builddeb.sh @@ -18,3 +18,5 @@ dpkg-deb --build /tmp/redpandaide mv $TMP_FOLDER/../redpandaide.deb redpanda-ide-${version}_amd64.deb +rm -rf $TMP_FOLDER + diff --git a/packages/deb/control b/packages/deb/control index 3c01901d..35067fa8 100644 --- a/packages/deb/control +++ b/packages/deb/control @@ -5,5 +5,5 @@ Priority: optional Architecture: amd64 Essential: no Maintainer: royqh1979@gmail.com -Description: Red Panda Dev-C++ 7. A QT-based lightweighted C/C++ editor -Depends: gcc, g++, gdb, gdbserver +Description: Red Panda C++. A QT-based lightweighted C/C++ editor +Depends: gcc, g++, gdb, gdbserver, make