aboutsummaryrefslogtreecommitdiff
path: root/python/thonny/thonny.SlackBuild
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2018-11-02 22:34:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-03 07:46:44 +0700
commit3267d1de775af0cc22eaae957db5138223bee8cf (patch)
tree86d615118e9e322e22a33ffff3ffc57b9f6f92be /python/thonny/thonny.SlackBuild
parentcd9e10dcd57f7d72b665cc5ce1e13e6a22ae689a (diff)
python/thonny: Updated for version 3.0.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r--python/thonny/thonny.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild
index 7b80640130..87dacc9867 100644
--- a/python/thonny/thonny.SlackBuild
+++ b/python/thonny/thonny.SlackBuild
@@ -20,8 +20,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#version history
+#2.2.0b4 1 jan 2018. first version for slackbuilds.org
+#3.0.5 1 nov 2018. addition of lots of deps.
+
PRGNAM=thonny
-VERSION=${VERSION:-2.2.0b4}
+VERSION=${VERSION:-3.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +53,7 @@ find -L . \
install -D -m0755 $CWD/$PRGNAM.sh $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/opt/$PRGNAM
-cp -r $PRGNAM/* $PKG/opt/$PRGNAM
+cp -r $PRGNAM $PKG/opt/
mkdir -p $PKG/usr/share/applications
cp -a packaging/linux/org.thonny.Thonny.desktop $PKG/usr/share/applications/$PRGNAM.desktop
mkdir -p $PKG/usr/share/pixmaps