From 2b718939bb6d3028a3775365ba3407f9ead88a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20B=C3=BCchau?= Date: Thu, 25 May 2017 23:51:36 +0200 Subject: [PATCH] release v0.1.8 - add autoconf installation to README.md --- README.md | 23 +++++++++++++++++++++++ debian/changelog | 5 +++-- locale/de/LC_MESSAGES/simbuto.po | 2 +- locale/fr/LC_MESSAGES/simbuto.po | 2 +- locale/sv/LC_MESSAGES/simbuto.po | 2 +- 5 files changed, 29 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec1caa6..6daee75 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,29 @@ Older versions of **simbuto** will automatically be removed. If you use my [apt repository](http://apt.nobodyinperson.de), install **simbuto** like any other package via ```sudo apt-get update && sudo apt-get install simbuto``` +## Installation without root privileges + +As of version 0.1.8, **simbuto** was _autoconfized_ and provides the standard `configure` - `make` - `make install` install mechanism. This way may be used to install **simbuto** on a system where one does not have root privileges. From the repository root, run: + +```bash +./configure --prefix=$HOME/.local +make +make install +``` + +To remove **simbuto** again, run + +```bash +make uninstall +``` + +This manual installation should only be used as a last resort because it has several downsides: + +- you have to make sure by hand that dependencies are available +- updating **simbuto** is not as easy +- **simbuto** will not be fully removed on `make uninstall` - some empty folders or temporary Python files may reside +- The automatic mimetype association might not work: The Open/Save dialogs might not show you `.simbuto`-files as expected. + ## What languages are available? At the moment, these are the available translations: diff --git a/debian/changelog b/debian/changelog index cf2b6a1..820dfe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -simbuto (0.1.8) UNRELEASED; urgency=medium +simbuto (0.1.8) unstable; urgency=medium * add parts of Swedish and French translation + * add configure - make - make install mechanism - -- Yann Büchau Sun, 19 Feb 2017 11:47:01 +0100 + -- Yann Büchau Thu, 25 May 2017 23:56:36 +0200 simbuto (0.1.7) unstable; urgency=medium diff --git a/locale/de/LC_MESSAGES/simbuto.po b/locale/de/LC_MESSAGES/simbuto.po index 3b1141c..0058312 100644 --- a/locale/de/LC_MESSAGES/simbuto.po +++ b/locale/de/LC_MESSAGES/simbuto.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-25 23:34+0200\n" +"POT-Creation-Date: 2017-05-25 23:57+0200\n" "PO-Revision-Date: 2017-02-19 12:07+0100\n" "Last-Translator: \n" "Language-Team: \n" diff --git a/locale/fr/LC_MESSAGES/simbuto.po b/locale/fr/LC_MESSAGES/simbuto.po index ea254ac..51dbd9f 100644 --- a/locale/fr/LC_MESSAGES/simbuto.po +++ b/locale/fr/LC_MESSAGES/simbuto.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-25 23:34+0200\n" +"POT-Creation-Date: 2017-05-25 23:57+0200\n" "PO-Revision-Date: 2017-02-19 13:36+0100\n" "Last-Translator: \n" "Language-Team: \n" diff --git a/locale/sv/LC_MESSAGES/simbuto.po b/locale/sv/LC_MESSAGES/simbuto.po index d4586b4..4385d40 100644 --- a/locale/sv/LC_MESSAGES/simbuto.po +++ b/locale/sv/LC_MESSAGES/simbuto.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-25 23:34+0200\n" +"POT-Creation-Date: 2017-05-25 23:57+0200\n" "PO-Revision-Date: 2017-05-24 23:18+0200\n" "Last-Translator: \n" "Language-Team: \n"