Skip to content

Commit

Permalink
přidány závislosti do instalace
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot7769 committed Apr 27, 2022
1 parent 4d25021 commit b53bb62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.PHONY: all pack clean test doc run profile

VER = 2.1
VER = 2.2

DESTDIRHONZA = $(HOME)
SHELL = /bin/bash
Expand Down
3 changes: 2 additions & 1 deletion src/app/src/main/java/fit/ivs/calc/app/MainJFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ public void KeyTracker(char c) {
case 'P':
btnPi.doClick();
break;
/*
case 'h': //vypis záznam
String debug = "OperatorID: " + operatorID + "\n" +
"OperatorSet: " + operatorSet + "\n" +
Expand All @@ -639,7 +640,7 @@ public void KeyTracker(char c) {
"DecimalVal2: " + decimalVal2 + "\n";
JOptionPane.showMessageDialog(null, debug, "DEBUG", JOptionPane.PLAIN_MESSAGE);
break;
//*/
*/
default:
break;
}
Expand Down
2 changes: 1 addition & 1 deletion src/dh_make/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://github.com/Robot7769/kalkulacka-ivs

Package: kalkulacka
Architecture: any
Depends: ${misc:Depends} ${misc:Depends}, default-jre
Depends: openjdk-17-jre | openjdk-15-jre | openjdk-13-jre | openjdk-11-jre, default-jre, libcanberra-gtk-module, libcanberra-gtk3-module
Description: Kalkulačka
Kalkulačka pro výpočet jednoduchých aritmetických operací. Můžete využít spoustu matematických funkcí,
například sinus, kosinus, tangens, n-tá odmocnina/mocnina a spoustu dalších.
Expand Down

0 comments on commit b53bb62

Please sign in to comment.