https://github.com/madmurphy/nautilus-checksums
Add checksums to Nautilus' properties window
https://github.com/madmurphy/nautilus-checksums
c checksums desktop desktop-environment file-manager gnome gnu nautilus nautilus-extension
Last synced: 9 months ago
JSON representation
Add checksums to Nautilus' properties window
- Host: GitHub
- URL: https://github.com/madmurphy/nautilus-checksums
- Owner: madmurphy
- License: gpl-3.0
- Created: 2022-12-27T23:20:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T02:25:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T04:13:57.722Z (over 1 year ago)
- Topics: c, checksums, desktop, desktop-environment, file-manager, gnome, gnu, nautilus, nautilus-extension
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Nautilus Checksums
==================
Add checksums to Nautilus' properties window
Get involved
------------
The package needs help with internationalization. If a translation into your
language is missing and you wish to get involved, here is what to do.
Let's say you want to create a Dutch translation of **Nautilus Checksums**
(`nl`). First thing to do is to make sure that **GNU Autotools** and **GNU
gettext** are installed on your system. Then clone this repository and launch
the following commands:
``` sh
./bootstrap
make -C po nautilus-checksums.pot
(cd po && msginit -l nl)
./bootstrap --clean
```
Now edit the `po/LINGUAS` file and add a new line containing the abbreviated
name of the new language (`nl`).
Finally, open the `po/nl.po` file and translate the strings present. All you
have to do now is to commit your changes.
For any issue, [drop a message][1].
Installation
------------
On most Unix-like systems, you should be able to install this package using the
following common steps:
``` sh
./configure
make
make install-strip
```
If the `strip` utility is not available on your machine, use `make install`
instead (it will produce larger binaries).
If the `configure` script is missing from your package you need to generate it
by running the `bootstrap` script. By default, `bootstrap` will also run the
`configure` script immediately after having generated it, so you may type the
`make` command directly after `bootstrap`. To list different options use
`./bootstrap --help`.
For further information, see [INSTALL][2].
NExtGen
-------
This extension has been created using [NExtGen][3] Nautilus extension
generator.
Free software
-------------
**Nautilus Checksums** is free software. You can redistribute it and/or modify it
under the terms of the GPL license version 3 or any later version. See
[COPYING][4] for details.
[1]: https://gitlab.gnome.org/madmurphy/nautilus-checksums/issues
[2]: INSTALL
[3]: https://gitlab.gnome.org/madmurphy/nextgen
[4]: COPYING