/nix/nix-daemon/

id='header'> cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/image-viewers.scm
AgeCommit message (Expand)Author
2022-08-30gnu: Add hydrus-network....* gnu/packages/image-viewers.scm (hydrus-network): Add variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Tomasz Jeneralczyk
2022-08-17gnu: viewnior: Use new style inputs and fix indentation....* gnu/packages/image-viewers.scm (viewnior)[phases]: Delete trailing #t. [native-inputs, inputs]: Remove labels. Maxim Cournoyer
2022-08-17gnu: gpicview: Build with GTK 3....* gnu/packages/lxde.scm (pcmanfm)[arguments]: New field. [inputs]: Replace gtk+-2 with gtk+. Maxim Cournoyer
2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5....Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5....Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer
2022-07-17gnu: feh: Use G-expressions....* gnu/packages/image-viewers.scm (feh)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-07-17gnu: feh: Update to 3.9....* gnu/packages/image-viewers.scm (feh): Update to 3.9. [arguments]: Add "magic=1" to #:make-flags. Tobias Geerinckx-Rice
2022-05-06gnu: ytfzf: Update to 2.3....* gnu/packages/patches/ytfzf-programs.patch, * gnu/packages/patches/ytfzf-updates.patch: Delete patches. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/image-viewers.scm (ytfzf): Update to 2.3. [source]: Delete patches. [arguments]: Remove phase 'patch-script. Add phase 'install-addons, 'wrap-program. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder