• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H23-Dec-2020-4,7184,120

panel-plugin/H03-May-2022-2,8012,053

po/H23-Dec-2020-4,5783,746

tests/H23-Dec-2020-1,5091,298

AUTHORSH A D22-Jul-2018102 43

COPYINGH A D22-Jul-201817.6 KiB342282

ChangeLogH A D23-Dec-202045.6 KiB1,6721,033

INSTALLH A D04-Oct-201915.4 KiB369287

Makefile.amH A D01-Oct-2020936 4230

Makefile.inH A D23-Dec-202028.2 KiB925816

NEWSH A D23-Dec-20201.5 KiB3835

README.mdH A D01-Oct-20201.4 KiB4828

TODOH A D22-Jul-2018480 2113

aclocal.m4H A D23-Dec-2020426.4 KiB11,95010,777

compileH A D23-Dec-20207.2 KiB349259

config.guessH A D23-Dec-202047.3 KiB1,6681,457

config.h.inH A D23-Dec-20202.7 KiB10671

config.subH A D23-Dec-202030.9 KiB1,7941,637

configureH A D23-Dec-2020524.2 KiB17,89114,978

configure.acH A D23-Dec-20203.8 KiB126110

configure.ac.inH A D23-Dec-20203.6 KiB121106

depcompH A D23-Dec-202023 KiB792502

install-shH A D23-Dec-202015.3 KiB530346

ltmain.shH A D23-Dec-2020323.5 KiB11,3708,157

missingH A D23-Dec-20206.7 KiB216143

test-driverH A D23-Dec-20204.5 KiB14987

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/COPYING)
2
3# xfce4-calculator-plugin
4
5Xfce4-calculator-plugin is a calculator plugin for the Xfce4 panel.
6
7----
8
9### Homepage
10
11[Xfce4-calculator-plugin documentation](https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin)
12
13### Changelog
14
15See [NEWS](https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/blob/master/NEWS) for details on changes and fixes made in the current release.
16
17### Source Code Repository
18
19[Xfce4-calculator-plugin source code](https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin)
20
21### Download a Release Tarball
22
23[Xfce4-calculator-plugin archive](https://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin)
24    or
25[Xfce4-calculator-plugin tags](https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/tags)
26
27### Installation
28
29From source code repository:
30
31    % cd xfce4-calculator-plugin
32    % ./autogen.sh
33    % make
34    % make install
35
36From release tarball:
37
38    % tar xf xfce4-calculator-plugin-<version>.tar.bz2
39    % cd xfce4-calculator-plugin-<version>
40    % ./configure
41    % make
42    % make install
43
44### Reporting Bugs
45
46Visit the [reporting bugs](https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
47
48