aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump up patch: 2.0.4 -> 2.0.52.0.5Fredrik Salomonsson2023-12-084-4/+7
|
* Merge pull request #18 from 2tefan/masterFredrik Salomonsson2023-12-081-1/+1
|\ | | | | Remove unused scrollbar
| * Add `-no-fixed-num-lines` as arg to rofi2tefan2023-12-061-1/+1
|/
* Add autoconf-archive to makedepends for build-aux/PKGBUILDFredrik Salomonsson2023-07-101-1/+1
| | | | Needed to properly build it for arch linux.
* Remove COPYINGFredrik Salomonsson2023-03-191-3/+0
| | | | Not needed anymore when using REUSE.
* Bump up patch: 2.0.3 -> 2.0.42.0.4Fredrik Salomonsson2023-03-194-5/+8
|
* Version 3.0 of the REUSE specification compliantFredrik Salomonsson2023-03-1920-75/+421
| | | | | | Switch to using REUSE [0] for handling the licenses. [0] https://reuse.software/
* Remove pinentry-rofi package definition in guix.scmFredrik Salomonsson2022-10-091-52/+1
| | | | It is in the main channel of guix, so no need to define it here.
* Add all needed build dependencies in HACKINGFredrik Salomonsson2022-08-171-1/+7
| | | | | | Was missing a few indirect dependencies in the list which are needed if you want to run the build in a pure environment created by guix shell.
* Bumping up version to 2.0.32.0.3Fredrik Salomonsson2021-01-315-5/+10
|
* Update READMEFredrik Salomonsson2021-01-312-18/+80
|
* Skip build directory for guix.scmFredrik Salomonsson2021-01-311-3/+5
|
* Just define one package in guix.scmFredrik Salomonsson2021-01-311-19/+7
| | | | `guix package -f guix.scm` does not like to be given a list of packages.
* Add PKGBUILD for Arch LinuxFredrik Salomonsson2021-01-311-0/+28
|
* Add installcheck to make sure the pinentry-rofi script worksFredrik Salomonsson2021-01-312-1/+10
|
* Ignore buildFredrik Salomonsson2021-01-311-1/+2
|
* Add logic for passing locale to rofiFredrik Salomonsson2021-01-313-35/+110
| | | | | | Using the options `lc-ctype` and `lc-messages` to set the LC_ALL option that is then set in the environment when calling rofi. Having issues with rofi failing to set locale when using guix.
* Rename the pinentry-rofi-git-with-guile-3.0 to just pinentry-rofi-gitFredrik Salomonsson2021-01-311-1/+1
| | | | To indicate that this is the main derivation for pinentry-rofi.
* Fix the issue with the error "no code for module (pinentry-rofi)"Fredrik Salomonsson2021-01-314-2/+12
| | | | | | | | Update the autoconf and automake to compute the relative path to the module and object path. This adds a dependency on autoconf-archive for computing the relative paths.
* Update ChangeLog for 2.0.2Fredrik Salomonsson2021-01-271-0/+5
|
* Update guix.scm to build from source for both guile 3.0 and 2.22.0.2Fredrik Salomonsson2021-01-271-84/+83
| | | | | | | | | Inspired by the talk "Just build it with Guix" by Efraim Flashner from the guix days which allows to use: guix build --file=guix.scm to run tests for both guile-3.0 and guile-2.2.
* Bump up version to 2.0.2Fredrik Salomonsson2021-01-272-3/+3
|
* Add search paths to guile's module and object dirFredrik Salomonsson2021-01-271-0/+4
| | | | | Feedback from Ludovic Courtès when adding a package definition of pinentry-rofi to guix.
* Fix issue with quoting and AUTHOR and HVERSIONFredrik Salomonsson2021-01-271-3/+4
| | | | | | | | Hall for some reason adds quotes to these, so stamping them directly into the strings breaks the quoting. For now use it as a separate argument to format. As that makes it easier to deal with when versioning up etc.
* Update copyrightFredrik Salomonsson2021-01-271-1/+1
|
* Don't hardcode the path to the guile executableFredrik Salomonsson2021-01-271-1/+1
| | | | | Instead use the path autoconf finds, avoids a subtitle bug that it will pick up guile installed at the system level instead of guix.
* Update readme to add section on installing it with guixFredrik Salomonsson2021-01-171-5/+24
|
* Update guix.scm to build from githubFredrik Salomonsson2020-10-091-6/+13
|
* Update changelogFredrik Salomonsson2020-10-091-0/+3
|
* Add rofi dependency2.0.1Fredrik Salomonsson2020-10-091-2/+2
|
* Merge branch 'hall'2.0.0Fredrik Salomonsson2020-06-2619-233/+806
|\
| * Fix typo in READMEFredrik Salomonsson2020-06-261-1/+1
| |
| * Use ~! to flush the outputFredrik Salomonsson2020-06-261-16/+8
| | | | | | | | | | Instead of having to sprinkle force-output all over the place. Which also breaks some of the functions that accept an optional port.
| * Check in automake filesFredrik Salomonsson2020-06-267-0/+327
| |
| * Add # before the mode: org;Fredrik Salomonsson2020-06-141-1/+1
| | | | | | | | So it doesn't show up when rendering the document.
| * Bumping up 2.0.0Fredrik Salomonsson2020-06-143-5/+5
| | | | | | | | | | As the script lost the -guile prefix, and it is now split into a module and a script.
| * Add not about breaking changesFredrik Salomonsson2020-06-141-0/+7
| |
| * Add comment before the mode in README.orgFredrik Salomonsson2020-06-141-1/+1
| | | | | | | | | | Otherwise it will pop up in when rendered in github or another git hosting site.
| * Fix use modules for scriptFredrik Salomonsson2020-06-142-5/+2
| |
| * Comment out the nested test groupsFredrik Salomonsson2020-06-141-6/+6
| | | | | | | | | | | | | | As there is a parsing bug in guile-hall's test runner. So if a error is triggered inside a nested test group no log will show up. So commenting out these temporarily to work around that issue.
| * Update tests to send in the fake-port via the keywordFredrik Salomonsson2020-06-141-106/+88
| | | | | | | | | | | | Instead of using with-output-to-port procedure. As that had some issues with guile-hall, as well as reporting the error from the test suite. As it was accedentally capturing it.
| * Add keyword argument to the get functions to redirect the outputFredrik Salomonsson2020-06-141-13/+13
| | | | | | | | | | To make it easier to test them without having to externally redirect the output. As that messes up the testing suite as well as guile-hall.
| * Using Hall to handle the projectFredrik Salomonsson2020-06-1213-102/+370
|/
* Fix crash when rofi is aborted (#11)1.0.2Fredrik Salomonsson2020-05-111-1/+1
|
* Bumping up version to 1.0.11.0.1Fredrik Salomonsson2020-05-111-1/+1
|
* Add test for empty password and string-empty?Fredrik Salomonsson2020-05-112-2/+47
|
* Use the html newline when combining the error and description (#10)Fredrik Salomonsson2020-05-111-1/+1
| | | | Otherwise it will not linebreak properly
* Add missing '-input /dev/null' to rofi when asking for password (#9)Fredrik Salomonsson2020-05-111-12/+12
| | | | | | | When refactoring this got removed. Which hangs the input when running via gpg. It doesn't show up when running `pinentry-rofi` directly. The hang is pretty nasty as well, as input to other programs stop working. Only way is to open up a new terminal and find the PID and kill it.
* Bumping up version to 1.0.01.0.0Fredrik Salomonsson2020-05-111-1/+1
|
* Add test target to makefile (#8)Fredrik Salomonsson2020-05-111-0/+4
|