Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
This commit is contained in:
commit
dc21a7a7fb
|
@ -2,7 +2,7 @@
|
||||||
ver=2
|
ver=2
|
||||||
Name=Epitrochoid
|
Name=Epitrochoid
|
||||||
Name[zh_CN]=外旋轮线
|
Name[zh_CN]=外旋轮线
|
||||||
Icon=Epitrochoid.ico
|
Icon=epitrochoid.ico
|
||||||
Description=A simple epitrochoid drawing app
|
Description=A simple epitrochoid drawing app
|
||||||
Description[zh_CN]=外旋轮线绘制程序
|
Description[zh_CN]=外旋轮线绘制程序
|
||||||
Category=Game
|
Category=Game
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
TMP_FOLDER=/tmp/redpandaide
|
|
||||||
version=0.13.2
|
|
||||||
make install
|
|
||||||
mkdir $TMP_FOLDER
|
|
||||||
mkdir $TMP_FOLDER/DEBIAN
|
|
||||||
mkdir $TMP_FOLDER/opt
|
|
||||||
mkdir $TMP_FOLDER/usr
|
|
||||||
mkdir $TMP_FOLDER/usr/share
|
|
||||||
mkdir $TMP_FOLDER/usr/share/applications
|
|
||||||
|
|
||||||
cp packages/deb/control $TMP_FOLDER/DEBIAN
|
|
||||||
cp -r /opt/RedPandaIDE $TMP_FOLDER/opt
|
|
||||||
cp -r /opt/RedPandaIDE/*.desktop $TMP_FOLDER/usr/share/applications
|
|
||||||
|
|
||||||
dpkg-deb --build /tmp/redpandaide
|
|
||||||
|
|
||||||
mv $TMP_FOLDER/../redpandaide.deb redpanda-ide-${version}_amd64.deb
|
|
||||||
|
|
||||||
rm -rf $TMP_FOLDER
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
Package: RedPanda-IDE
|
|
||||||
Version: 0.13.2
|
|
||||||
Section: devel
|
|
||||||
Priority: optional
|
|
||||||
Architecture: amd64
|
|
||||||
Essential: no
|
|
||||||
Maintainer: royqh1979@gmail.com
|
|
||||||
Description: Red Panda C++. A QT-based lightweighted C/C++ editor
|
|
||||||
Depends: gcc, g++, gdb, gdbserver, make, qterminal, libqt5gui5, libqt5widgets5, libqt5svg5
|
|
|
@ -1,4 +1,10 @@
|
||||||
redpanda-cpp (1.1.0-1) unstable; urgency=medium
|
redpanda-cpp (1.1.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Update to 1.1.3
|
||||||
|
|
||||||
|
-- Roy Qu (瞿华) <royqh1979@gmail.com> Sat, 1 Jul 2022 22:03:00 +0800
|
||||||
|
|
||||||
|
redpanda-cpp (1.0.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Update to 1.1.0
|
* Update to 1.1.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue