~ruther/guix-local

e1dd78f6 — Ricardo Wurmus 9 years ago
gnu: Add java-httpcomponents-httpcore-ab.

* gnu/packages/java.scm (java-httpcomponents-httpcore-ab): New variable.
3a068b43 — Ricardo Wurmus 9 years ago
gnu: Add java-httpcomponents-httpcore-nio.

* gnu/packages/java.scm (java-httpcomponents-httpcore-nio): New variable.
4f4d2e47 — Ricardo Wurmus 9 years ago
gnu: Add java-httpcomponents-httpcore.

* gnu/packages/java.scm (java-httpcomponents-httpcore): New variable.
90e65abe — Ricardo Wurmus 9 years ago
gnu: Add java-mockito-1.

* gnu/packages/java.scm (java-mockito): New variable.
cdb2a211 — John Darrington 9 years ago
gnu: Add mia.

* gnu/packages/image-processing.scm (mia): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
7fe4e556 — Ricardo Wurmus 8 years ago
gnu: Add sssd.

* gnu/packages/sssd.scm (sssd): New variable.
dbe874dc — Ricardo Wurmus 8 years ago
gnu: Add ding-libs.

* gnu/packages/sssd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
751f8582 — Ricardo Wurmus 8 years ago
gnu: Add http-parser.

* gnu/packages/web.scm (http-parser): New variable.
504c285d — John Darrington 9 years ago
gnu: Add dcmtk.

* gnu/packages/image-processing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
9fdda0b2 — Ricardo Wurmus 8 years ago
gnu: librecad: Use modular Qt.

* gnu/packages/engineering.scm (librecad)[inputs]: Remove "qt", add "qtbase"
and "qtsvg".
63657335 — Ricardo Wurmus 8 years ago
doc: Document certificate environment variable needed for R.

* doc/guix.texi (X.509 Certificates): Document R as a special case.
9b22c4dd — Marius Bakke 8 years ago
gnu: ffmpeg: Update to 3.3.1.

* gnu/packages/video.scm (ffmpeg): Update to 3.3.1.
9eb0f430 — Hartmut Goebel 8 years ago
gnu: Update kde frameworks to 5.34.0.

* gnu/packages/kde-frameworks.scm (solid): Update to 5.34.0 [native-inputs]:
  Add dbus. <check>: Replace standard phase.
  (networkmanager-qt): Update to 5.34.0. [source]: Remove patches.
  (kfilemetadata) Update to 5.32.0. <check-setup>: New phase <check> Move
  phase after install phase.  [inputs] Add catdoc, exiv2, ffmpeg, poppler,
  taglib.
  (attica, baloo, bluez-qt, breeze-icons, extra-cmake-modules, kactivities,
  kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs,
  kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons,
  kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons,
  kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats,
  kinit, kio, kitemmodels, kitemviews, kjobwidgets, knewstuff, knotification,
  knotifyconfig, kpackages, kparts, kpeople, kplotting, kpty, krunner,
  kservice, ksyntaxhighlighting, ktexteditor, ktextwidgets, kunitconversion,
  kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient,
  modemmanager-qt, networkmanager-qt, oxygen-icons, plasma-framework, sonnet,
  threadweaver): Update to 5.34.0.
* gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch,
  gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch:
  Remove files.
* gnu/local.mk (dist_patch_DATA): Remove the patch files.
d0abaf89 — Hartmut Goebel 8 years ago
gnu: Add catdoc.

* gnu/packages/textutils.scm (catdoc): New variable.
1edbdb0b — Brendan Tildesley 8 years ago
gnu: par2cmdline: Update to 0.7.0

* gnu/packages/backup.scm (par2cmdline): Update to 0.7.0
[source]: Remove old test fix incorporated upstream.
[arguments]: Disable parallel tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
d7fa39cc — Christopher Allan Webber 8 years ago
services: Add 'thermald-service-type'.

* gnu/services/pm.scm (<thermald-configuration>): New record type.
(thermald-shepherd-service, thermald-service-type): New variables.
* doc/guix.texi (Thermal Management): New section documenting thermald.
58989684 — Christopher Allan Webber 8 years ago
gnu: Add thermald.

* gnu/packages/admin.scm (thermald): New variable.
73c791b8 — Ludovic Courtès 8 years ago
maint: 'release' now depends on 'dist', not 'distcheck'.

* Makefile.am (release): Depend on 'dist' instead of 'distcheck'.
6344e959 — Ludovic Courtès 8 years ago
maint: Really build GuixSD for different systems.

* Makefile.am (release): Add missing --system flag to 'guix system
disk-image'.  Reported by Leo Famulari.
e0b2e930 — Leo Famulari 8 years ago
system: grub: Expose GRUB's interactive interface settings.

* gnu/system/grub.scm (<grub-configuration>): Add new fields
terminal-outputs, terminal-inputs, serial-unit, and serial-speed.
(grub-setup-io, setup-gfxterm): New procedures.
* doc/guix.texi (GRUB Configuration): Document the new fields.
Next