From bebb9072ae8dd5467618403d8697701d9f58ce8b Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 14 Apr 2020 15:29:38 +0200 Subject: Fix documentation and release version typo --- CHANGELOG | 2 +- I3LOCK_VERSION | 2 +- README.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---- configure.ac | 2 +- 4 files changed, 59 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 85615ab..21c9c4b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,3 @@ -2020-03-19 i3lock-extended 1.2.12 +2020-03-19 i3lock-extended 1.2.12.1 • Initial import and functionality diff --git a/I3LOCK_VERSION b/I3LOCK_VERSION index f8f4f03..6205d7c 100644 --- a/I3LOCK_VERSION +++ b/I3LOCK_VERSION @@ -1 +1 @@ -1.12.1 +1.2.12.1 diff --git a/README.md b/README.md index dec2154..7529f4c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -## i3lock-extended +# i3lock-extended i3lock-extended is a fork of i3lock (https://github.com/i3/i3lock). -It was started by Simeon Simeonov (https://simeon.simeonov.no) as a small hack, +It was started by Simeon Simeonov (sgs @ Freenode) as a small hack, implementing a LED-clock on top of an existing and robust screensaver. i3lock-extended adds some additional functionality and is a free-software @@ -12,7 +12,7 @@ The original README.md file from i3lock, containing installation instructions can be found as INSTALL.md. -### Additional features +## Additional features - LED-clock - Digital clock @@ -24,7 +24,7 @@ i3lock-extended includes all of the original code and features of i3lock. Please refer to the manual page for more details and information about the different parameters\! -### Versioning +## Versioning i3lock-extended will merge the changes and fixes coming to i3lock in the future. @@ -32,3 +32,55 @@ future. In order to create more clarity the version format for i3lock-extended will be: \.\[a-z extended revision if used]. + + +## Installation + +### Gentoo + + ```bash + layman -a sgs + emerge x11-misc/i3lock-extended + ``` + + +### From source + + ```bash + wget https://simeon.simeonov.no/programs/i3lock_extended/downloads/i3lock-extended-\.tar.xz + tar Jxvf i3lock-extended-\.tar.xz && cd i3lock-extended-\ + ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers + make + # make install + ``` + + +### From git + + ```bash + git clone https://github.com/blackm0re/i3lock-extended.git && cd i3lock-extended + autoreconf --force --install + ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers + make + # make install + ``` + + +## Support and contributing + +i3lock-extended is hosted on GitHub: https://github.com/blackm0re/i3lock-extended + + +## Author + +Simeon Simeonov - sgs @ Freenode + + +## [License](https://github.com/blackm0re/i3lock-extended/blob/master/LICENSE) + +Copyright 2020 Simeon Simeonov + +Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html + +This software includes software copyrighted by Michael Stapelberg and +distributed under a different license: See LICENSE for more information! diff --git a/configure.ac b/configure.ac index 5fe3e33..2646504 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Run autoreconf -fi to generate a configure script from this file. AC_PREREQ([2.69]) -AC_INIT([i3lock-extended], [1.2.12], [https://simeon.simeonov.no]) +AC_INIT([i3lock-extended], [1.2.12.1], [https://simeon.simeonov.no]) # For AX_EXTEND_SRCDIR AX_ENABLE_BUILDDIR AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) -- cgit v1.3