Skip to content

Commit

Permalink
max-geogebra6: (6.0.474-max1)
Browse files Browse the repository at this point in the history
  * Build in MAX 10.0
  * New uptream version 6-0-474-0
  • Loading branch information
mariodebian committed Jun 28, 2018
1 parent 7b6f752 commit 765ac21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions max-geogebra6/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
max-geogebra6 (6.0.474-max1) max; urgency=medium

* Build in MAX 10.0
* New uptream version 6-0-474-0

-- Mario Izquierdo <hola@marioizquierdo.es> Thu, 28 Jun 2018 18:53:51 +0200

max-geogebra6 (6.0.438-max1) max; urgency=medium

* New upstream version 6.0.438
Expand Down
10 changes: 5 additions & 5 deletions max-geogebra6/debian/rules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/make -f

DH_VERBOSE=1
VERSION=6-0-438-0
VERSION=6-0-474-0

#URL="https://download.geogebra.org/installers/6.0/GeoGebra-Linux32-Portable-$(VERSION).zip"
URL="http://localhost/remote-files/GeoGebra-Linux32-Portable-$(VERSION).zip"
#URL="https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-$(VERSION).zip"
URL="http://localhost/remote-files/GeoGebra-Linux64-Portable-$(VERSION).zip"

info:
@echo VERSION=$(VERSION)
Expand All @@ -23,8 +23,8 @@ override_dh_auto_build:
( cd build && wget $(URL) && unzip *.zip); \
fi

mv build/GeoGebra-linux-ia32/resources/ build/geogebra6
rm -rf build/GeoGebra-linux-ia32
mv build/GeoGebra-linux-x64/resources/ build/geogebra6
rm -rf build/GeoGebra-linux-x64

cat geogebra6.patch | patch -p0

Expand Down

0 comments on commit 765ac21

Please sign in to comment.