aboutsummaryrefslogtreecommitdiff
#!/sbin/openrc-run
# GNU Guix --- Functional package management for GNU
# Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
#
# This file is part of GNU Guix.
#
# GNU Guix is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
#
# GNU Guix is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

export GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale
export LC_ALL=en_US.utf8
command="@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon"
command_args="--build-users-group=guixbuild --discover=no"
command_background="yes"
pidfile="/var/run/guix-daemon.pid"

output_log="/var/log/guix-daemon-stdout.log"
error_log="/var/log/guix-daemon-stderr.log"
em) module. [phases]: Add the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases. Reported-by: Thorsten Wilms <t_w_@freenet.de> 2020-05-31gnu: inkscape: Add inkscape-1.0.Maxim Cournoyer * gnu/packages/inkscape.scm (inkscape-1.0): New variable. * gnu/packages/gtk.scm (at-spi2-atk): Add a TODO comment. 2020-02-10gnu: inkscape: Remove obsolete workaround.Marius Bakke * gnu/packages/inkscape.scm (inkscape)[arguments]: Remove phase "dont-use-system-includes". 2020-01-14gnu: poppler: Update to 0.84.0.Marius Bakke * gnu/packages/pdf.scm (poppler): Update to 0.84.0. * gnu/packages/inkscape.scm (inkscape)[arguments]: Add phase 'adjust-for-new-poppler'. 2019-06-15gnu: poppler: Update to 0.77.0.Marius Bakke * gnu/packages/patches/inkscape-poppler-0.76.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/inkscape.scm (inkscape)[source](patches): New field. * gnu/packages/patches/texlive-bin-luatex-poppler-compat.patch: Add two new hunks. * gnu/packages/pdf.scm (poppler): Update to 0.77.0. * gnu/packages/tex.scm (texlive-bin)[source]: Update Arch patches. [arguments]: Adjust accordingly. * gnu/packages/scribus.scm (scribus)[source](patches): Add two new origins. 2019-02-09gnu: inkscape: Fix FTBFS with GCC >= 6.Marius Bakke * gnu/packages/inkscape.scm (inkscape)[arguments]: Add phase 'dont-use-system-includes. 2019-01-18gnu: Inkscape: Update to 0.92.4.Leo Famulari * gnu/packages/inkscape.scm (inkscape): Update to 0.92.4. [source]: Remove obsolete patches. 2018-08-10gnu: inkscape: Add poppler compatibility patch.Ricardo Wurmus * gnu/packages/inkscape.scm (inkscape)[source]: Add second poppler compatibility patch. 2018-06-29gnu: inkscape: Fix build with poppler.Ricardo Wurmus * gnu/packages/inkscape.scm (inkscape)[source]: Add upstream patch to fix incompatibility with latest version of poppler. 2018-05-15gnu: inkscape: Disable "icon-theme.cache" generation.Danny Milosavljevic * gnu/packages/inkscape.scm (inkscape)[arguments]<#:make-flags>: Delete. <#:phases>[patch-icon-cache-generator]: Add phase. 2018-03-17gnu: inkscape: Build with potrace support.Arun Isaac From Inkscape 0.92, potrace is required for the Paintbucket and Trace Bitmap tools. * gnu/packages/inkscape.scm (inkscape)[inputs]: Add potrace. 2018-03-14gnu: inkscape: Update to 0.92.3.Tobias Geerinckx-Rice * gnu/packages/inkscape.scm (inkscape): Update to 0.92.3. [source]: Remove patch. 2018-03-04gnu: inkscape: Disable duplicate icon cache generation.Danny Milosavljevic * gnu/packages/inkscape.scm (inkscape): Disable duplicate icon cache generation. 2018-01-11gnu: inkscape: Use HTTPS for home page.Tobias Geerinckx-Rice * gnu/packages/inkscape.scm (inkscape)[home-page]: Use HTTPS. 2018-01-11gnu: inkscape: Update to 0.92.2.Tobias Geerinckx-Rice * gnu/packages/inkscape.scm (inkscape): Update to 0.92.2. 2017-10-05gnu: inkscape: Fix FTBFS with Poppler >= 0.58.Marius Bakke * gnu/packages/inkscape.scm (inkscape)[source]: Add upstream patch.