Skip to content

Commit

Permalink
Merge branch 'testing' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
mike632t committed Mar 6, 2024
2 parents 801982a + c623d06 commit f866dd4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
!*.c
!*.h
!*.in
!*.desktop.*
!LICENSE
!README.md
5 changes: 3 additions & 2 deletions src/x11-calc.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
* allow it!) - MT
* - Check that all error codes are defined and define
* any that are not - MT
* - Added desktop file - MT
*
*
* To Do - Parse command line in a separate routine.
Expand All @@ -281,8 +282,8 @@

#define NAME "x11-calc"
#define VERSION "0.12"
#define BUILD "0132"
#define DATE "03 Mar 24"
#define BUILD "0133"
#define DATE "04 Mar 24"
#define AUTHOR "MT"

#define INTERVAL 25 /* Number of ticks to execute before updating the display */
Expand Down
13 changes: 13 additions & 0 deletions src/x11-calc.desktop.linux
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Desktop Entry]
Version=1.0
Name=RPN Calculator
Comment=An HP calculator emulator
Exec=x11-calc.sh
Type=Application
Icon=x11-calc
Categories=Utility
Actions=Setup

[Desktop Action Setup]
Name=Set default calculator
Exec=x11-calc.sh --setup

0 comments on commit f866dd4

Please sign in to comment.