/gnu/tests/

href='https://git.koszko.org/guix/atom/gnu/packages/pdf.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
'msg-tooltip'>* gnu/machine.scm (machine-system): Delete variable. (machine-operating-system): New variable. All callers changed. * doc/guix.texi (Invoking guix deploy): Use the 'machine-operating-system' accessor rather than 'machine-system'.
AgeCommit message (Expand)Author
2024-04-26gnu: zathura-pdf-mupdf: Update to 0.4.1....* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.4.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Sergey Trofimov
2024-03-30Merge branch 'gnome-team'Liliana Marie Prikler
2024-03-24gnu: pdfpc: Fix build with vala 0.56....* gnu/packages/patches/pdfpc-build-with-vala-0.56.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/pdf.scm (pdfpc): Use it here. [inputs]: Drop labels. Change-Id: Ib762da3dd23612f952215a2f8d383552e7bc050c Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus
2024-03-22gnu: mupdf: Update to 1.23.11....* gnu/packages/pdf.scm (mupdf): Update to 1.23.11. Change-Id: I6a4fe2b72b8346f5059d16474730a6b276fb0f1e Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2024-03-20Merge remote-tracking branch 'savannah/master' into gnome-team...Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745 Christopher Baines
2024-03-17gnu: img2pdf: Update to 0.5.1....* gnu/packages/pdf.scm (img2pdf): Update to 0.5.1. Change-Id: I21b2c9f38ad9ab3a4b4fb3e9a8ed0e3ff204a3af Nicolas Goaziou
2024-03-16gnu: zathura: Update style....* gnu/packages/pdf.scm (zathura) [arguments]: Convert to list of G-Expressions. (zathura): Reorder fields. Change-Id: Icb1e983570c6ba3d391c2ee49c1b102246c8080f Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus
2024-03-16gnu: zathura: Update to 0.5.4....Build with updated girara. * gnu/packages/pdf.scm (zathura): Update to 0.5.4. * gnu/packages/patches/zathura-use-struct-initializers.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/pdf.scm (zathura): Use it here. Change-Id: I5975d993b92a1a77ed35df2206acb93219138cff Signed-off-by: Christopher Baines <mail@cbaines.net> Vivien Kraus
2024-03-16gnu: python-poppler-qt5: Update to 21.3.0....* gnu/packages/pdf.scm (python-poppler-qt5): Update to 21.3.0. [build-system]: Change to pyproject. [inputs]: Change SIP to current version variant. * gnu/packages/patches/python-poppler-qt5-fix-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register said patch. Change-Id: I30d6e2a3180505091d8072ed452211b0bb3a0178 Signed-off-by: Christopher Baines <mail@cbaines.net> Marco Rimoldi
2024-03-13gnu: xournalpp: Update to 1.2.3....* gnu/packages/pdf.scm (xournalpp): Update to 1.2.3. Change-Id: If7ec00c3bcdb208132d595c152c3099258f738f4 Nicolas Goaziou
2024-03-10gnu: pdfpc: Update to 4.6.0....* gnu/packages/pdf.scm (pdfpc): Update to 4.6.0. [arguments]: Remove 'fix-vala-API-conflict phase. [inputs]: Add qrencode. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Change-Id: I9dfed5b8ff4ef0dd905034ba599f9875578df232 Benjamin Slade
2024-03-09gnu: Add sioyek....* gnu/packages/patches/sioyek-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/pdf.scm (sioyek): New variable. Change-Id: Id2708745bd7ef672b620b8e9c907126bdc5a1f55 Signed-off-by: Hilton Chain <hako@ultrarare.space> dan
2024-02-13gnu: mupdf: Update to 1.23.10....* gnu/packages/pdf.scm (mupdf): Update to 1.23.10. Change-Id: I3d07256ad02e5ee49c6fa1a3977f4dcf4bdfb022 Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2024-02-09gnu: mupdf: Update to 1.23.9....* gnu/packages/pdf.scm (mupdf): Update to 1.23.9. Change-Id: Id67767304d33a09df8cea7b91111729d0bc99366 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Timotej Lazar
2024-01-28gnu: capypdf: Update to 0.8.0....* gnu/packages/pdf.scm (capypdf): Update to 0.8.0. Liliana Marie Prikler
Jakob L. Kreuze
2019-07-26guix system: Add 'reconfigure' module....* guix/scripts/system/reconfigure.scm: New file. * Makefile.am (MODULES): Add it. * guix/scripts/system.scm (bootloader-installer-script): Export variable. * gnu/machine/ssh.scm (switch-to-system, upgrade-shepherd-services) (install-bootloader): Delete variable. * gnu/machine/ssh.scm (deploy-managed-host): Rewrite procedure. * gnu/services/herd.scm (live-service): Export variable. * gnu/services/herd.scm (live-service-canonical-name): New variable. * tests/services.scm (live-service): Delete variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jakob L. Kreuze
2019-07-18machine: Fix typo....* gnu/machine/ssh.scm (managed-host-environment-type)[description]: Fix typo. Tobias Geerinckx-Rice
2019-07-06gnu: Add machine type for deployment specifications....* gnu/machine.scm: New file. * gnu/machine/ssh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Jakob L. Kreuze