Commit Graph

33826 Commits (35d5fa7696eec9ec7dbf7b9d5e4e81e51be2979d)

Author SHA1 Message Date
Efraim Flashner 35d5fa7696
gnu: games.scm: Arrange modules alphabetically.
* gnu/packages/games.scm: Arrange imported modules alphabetically.
2018-08-02 12:19:43 +03:00
Efraim Flashner 7fc90282aa
gnu: minetest: Use more system libraries.
* gnu/packages/games.scm (minetest)[source]: Remove bundled libraries in
a snippet.
[arguments]: Add flag to use system jsoncpp.
[inputs]: Add gmp, jsoncpp. Arrange alphabetically.
2018-08-02 12:19:42 +03:00
Efraim Flashner 7b8a753672
gnu: irrlicht: Don't use bundled libraries.
* gnu/packages/patches/irrlicht-use-system-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (irrlicht)[source]: Add patch. Remove bundled
code and binaries in a snippet.
[native-inputs]: Remove unzip.
[inputs]: Remove glu, add bzip2, libjpeg, libpng, libx11, libxx86vm.
[arguments]: Remove custom 'unpack phase, add custom 'chdir-to-source
phase and adjust 'fix-build-env phase to changes.
2018-08-02 12:19:42 +03:00
Efraim Flashner e8d8b485d0
gnu: minetest: Don't use unstable tarball.
* gnu/packages/games.scm (minetest)[source]: Download from git
repository.
2018-08-02 12:19:41 +03:00
Efraim Flashner 7217d33755
gnu: minetest-data: Don't use autogenerated tarball.
* gnu/packages/games.scm (minetest-data)[source]: Download from git
repository.
[native-inputs]: Remove gzip, tar.
[arguments]: Adjust custom build accordingly.
2018-08-02 12:19:37 +03:00
Ricardo Wurmus a8253fbe5f
gnu: Add net-snmp.
* gnu/packages/networking.scm (net-snmp): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-08-01 20:31:42 +02:00
Oleg Pykhalov c54511fde0
gnu: Add cdrkit-libre.
* gnu/packages/cdrom.scm (cdrkit-libre): New variable.
2018-08-01 19:30:41 +03:00
Marius Bakke ae66fdaf9f
gnu: Add glibc@2.28.
* gnu/packages/base.scm (glibc-2.28): New public variable.
2018-08-01 15:48:26 +02:00
Marius Bakke 2207053542
gnu: dmraid: Disable parallel build.
Fixes a race condition as reported by Brendan Tildesley
<brendan.tildesley@openmailbox.org> in <https://bugs.gnu.org/31999#187>.

* gnu/packages/disk.scm (dmraid)[arguments]: Set #:parallel-build #f.
2018-08-01 13:32:11 +02:00
Marius Bakke ad430c7127
gnu: xdotool: Update to 3.20160805.1.
* gnu/packages/xdisorg.scm (xdotool): Update to 3.20160805.1.
[source](patches): Remove.
[arguments]: Create output directory.
* gnu/packages/patches/xdotool-fix-makefile.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-08-01 13:32:11 +02:00
Marius Bakke 0027e09415
gnu: re2: Update to 2018-08-01.
* gnu/packages/regex.scm (re2): Update to 2018-08-01.
2018-08-01 13:32:11 +02:00
Marius Bakke 14cf45b2a5
gnu: elfutils: Update to 0.173.
* gnu/packages/elf.scm (elfutils): Update to 0.173.
2018-08-01 13:32:11 +02:00
Marius Bakke 3a29a3f316
gnu: freedesktop.scm: Remove unneeded imports.
* gnu/packages/freedesktop.scm: Remove unused imports.
2018-08-01 13:32:11 +02:00
Marius Bakke d7a503fcc6
gnu: upower: Add explicit dependency on Glib.
* gnu/packages/gnome.scm (upower)[propagated-inputs]: New field.
2018-08-01 13:32:11 +02:00
Marius Bakke 9ec5496525
gnu: upower: Update to 0.99.8.
* gnu/packages/gnome.scm (upower): Update to 0.99.8.
[source](uri): Change to new download location*.
[arguments]: Remove #:phases.

* https://lists.freedesktop.org/archives/devkit-devel/2018-June/001829.html
2018-08-01 13:32:10 +02:00
Marius Bakke bf5e7c8232
gnu: xapian: Update to 1.4.7.
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.7.
2018-08-01 13:32:10 +02:00
Pierre Neidhardt 9805ee0a27
gnu: Add emacs-magit-todos.
* gnu/packages/emacs.scm (emacs-magit-todos): New variable.
2018-08-01 12:59:37 +02:00
Pierre Neidhardt d5af41cd01
gnu: Add emacs-pcre2el.
* gnu/packages/emacs.scm (emacs-pcre2el): New variable.
2018-08-01 12:59:27 +02:00
Efraim Flashner ec38e8dad0
gnu: libreoffice: Update to 6.0.6.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.0.6.2.
2018-08-01 11:19:28 +03:00
Marius Bakke 0d206dd054
gnu: lvm2: Fix static linking of dmeventd.
Fixes a regression introduced in a3ed69b694
where dmeventd.static fails to link against libm and breaks "lvm2-static".

* gnu/packages/patches/lvm2-static-link.patch: Patch make.tmpl.in.
2018-07-31 22:18:51 +02:00
Efraim Flashner 64ed4b6a27
gnu: optipng: Use system libraries.
* gnu/packages/image.scm (optipng)[source]: Add snippet to delete
bundled libraries.
[inputs]: Add libpng.
[arguments]: Add configure-flag to use system libraries.
2018-07-31 23:12:50 +03:00
Efraim Flashner 52404022cf
gnu: python-pyqt: Add qtwebkit.
* gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtwebkit.
2018-07-31 17:46:01 +03:00
Andreas Enge 601cb1be2b
gnu: qtwebkit: Update to 5.212.0-alpha2.
* gnu/packages/patches/qtwebkit-pbutils-include.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha2.
[source]: Use new upstream location. Add patch.
[build-system]: Switch to cmake-build-system.
[inputs]: Add glib, gst-plugins-base, qtlocation, qtsensors,
qtwebchannel.
[arguments]: Disable the tests. Add new configure flags. Remove all
custom phases.
2018-07-31 17:45:58 +03:00
Pierre Neidhardt 92eb7aff41
gnu: Update udisks to 2.7.7.
* gnu/package/freedesktop.scm (udisks): Update to 2.7.7.
[inputs]: Replace parted with libblockdev.
2018-07-30 21:51:44 +02:00
Pierre Neidhardt fac91b39f5
gnu: Add libblockdev.
* gnu/package/disk.scm (libblockdev): New variable.
2018-07-30 21:51:44 +02:00
Pierre Neidhardt 82aac7c1f2
gnu: Add dmraid.
* gnu/package/disk.scm (dmraid): New variable.
2018-07-30 21:51:44 +02:00
Pierre Neidhardt a3ed69b694
gnu: lvm2: Add device-mapper-event support.
* GNU/packages/linux.scm (lvm2)[configure-flags]: Build device-mapper-event.
2018-07-30 21:51:43 +02:00
Pierre Neidhardt c229fb3d88
gnu: Add libbytesize.
* gnu/package/c.scm (libbytesize): New variable.
2018-07-30 21:51:43 +02:00
Pierre Neidhardt f7a4f7c041
gnu: Add ndctl.
* gnu/package/disk.scm (ndctl): New variable.
2018-07-30 21:51:43 +02:00
Pierre Neidhardt dedc0d0b7e
gnu: Add volume-key.
* gnu/package/disk.scm (volume-key): New variable.
2018-07-30 21:51:43 +02:00
Clément Lassieur 4bfa256ca1
doc: Fix Cuirass URL.
* doc/guix.texi (Continuous Integration): Fix Cuirass URL.
2018-07-30 21:47:13 +02:00
Kei Kebreau e4a744da9f
gnu: minetest: Update to 0.4.17.1.
* gnu/packages/games.scm (minetest): Update to 0.4.17.1.
2018-07-30 13:16:31 -04:00
Kei Kebreau fbc3b802b7
gnu: retux: Return #t from all phases.
* gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.
2018-07-30 12:56:41 -04:00
Kei Kebreau 0856e3e900
gnu: gnubg: Update to 1.06.001.
* gnu/packages/games.scm (gnubg): Update to 1.06.001.
2018-07-30 12:33:42 -04:00
Kei Kebreau 715a44e930
gnu: golly: Update to 3.2.
* gnu/packages/games.scm (golly): Update to 3.2.
2018-07-30 12:27:54 -04:00
Kei Kebreau f475b90c35
gnu: warzone2100: Update to 3.2.3.
* gnu/packages/games.scm (warzone2100): Update to 3.2.3.
[arguments]: Add "--with-distributor=Guix" to #:configure-flags.  Remove
'remove-reference-to-missing-file' and 'patch-for-qt5.8' phases.  Add
'fix-ivis-linktest' phase.
[native-inputs]: Add gettext-minimal.
[inputs]: Add harfbuzz and remove quesoglc.
2018-07-30 10:33:11 -04:00
Efraim Flashner de596e9954
gnu: parallel: Update to 20180722.
* gnu/packages/parallel.scm (parallel): Update to 20180722.
2018-07-30 14:58:28 +03:00
Efraim Flashner 1121a5c67a
gnu: openssh: Update home-page.
* gnu/packages/ssh.scm (openssh)[home-page]: Update to new home-page.
2018-07-30 14:41:14 +03:00
Efraim Flashner 5416e40f1a
gnu: tig: Update to 2.4.1.
* gnu/packages/version-control.scm (tig): Update to 2.4.1.
[description]: Fix texinfo markup.
2018-07-30 14:38:17 +03:00
Efraim Flashner 6915d20f05
gnu: monero-gui: Build with modular qt.
* gnu/packages/finance.scm (monero-gui)[inputs]: Remove qt, add qtbase,
qtdeclarative, qtgraphicaleffects, qtquickcontrols.
[native-inputs]: Add qttools.
[arguments]: Add a custom phase to patch the absolute file-name of
lrelease and lupdate. Add a custom phase to wrap the executable with QT
environmental variables.
2018-07-30 09:50:37 +03:00
Arun Isaac 0c85d2c62d
gnu: youtube-dl: Update to 2018.07.29.
* gnu/packages/video.scm (youtube-dl): Update to 2018.07.29.
2018-07-30 10:52:08 +05:30
Clément Lassieur 78022159a7
gnu: cuirass: Update to 99241ef.
* gnu/packages/ci.scm (cuirass): Update to 99241ef.
2018-07-30 00:46:26 +02:00
Alex ter Weele 1237653aa5
gnu: Add emacs-agda2-mode
* gnu/packages/agda.scm (emacs-agda2-mode): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-29 23:33:40 +02:00
Alex ter Weele 253340dcc8
gnu: agda: Compile .agda files.
* gnu/packages/agda.scm: (agda)[arguments]: Compile .agda files.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-29 23:32:01 +02:00
Marius Bakke 1743172cdb
gnu: libreoffice: Fix build with newer GLM.
* gnu/packages/patches/libreoffice-glm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
2018-07-29 21:31:55 +02:00
Marius Bakke 4266df5cf8
gnu: libwps: Update to 0.4.9.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.9.
2018-07-29 20:37:59 +02:00
Efraim Flashner 3729767418
gnu: make-u-boot-package: Add missing module.
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
missing 'srfi srfi-1' module.
2018-07-29 20:49:42 +03:00
Efraim Flashner 76e206e644
gnu: Add fdroidserver.
* gnu/packages/android.scm (fdroidserver): New variable.
2018-07-29 20:00:34 +03:00
Efraim Flashner b24da117e8
gnu: python-docker-py: Update to 1.10.6.
* gnu/packages/docker.scm (python-docker-py): Update to 1.10.6.
2018-07-29 20:00:33 +03:00
Efraim Flashner 5e95181b9d
gnu: Add python-vagrant.
* gnu/packages/virtualization.scm (python-vagrant): New variable.
2018-07-29 20:00:33 +03:00