summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: ocaml-camomile: Install data in the store.•••* gnu/packages/ocaml.scm (ocaml-camomile)[arguments]: Fix configuration to look for and install data in the store. Julien Lepiller2019-04-301-1/+8
* gnu: i3-wm: Use absolute paths in session files.•••* gnu/packages/wm.scm (i3-wm)[arguments]: Add a phase to patch the session '.desktop' files to use the absolute paths of the 'i3' and 'i3-with-shmlog' binaries. Timothy Sample2019-04-291-1/+13
* gnu: awesome: Use absolute paths in session file.•••* gnu/packages/wm.scm (awesome)[arguments]: Add a phase to patch the session '.desktop' file to use the absolute path of the 'awesome' binary. Timothy Sample2019-04-291-0/+8
* gnu: gdm: Avoid selecting the placeholder session.•••This fixes <https://bugs.gnu.org/35484>. * gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to patch GDM to only select the placeholder session if there are no others. Timothy Sample2019-04-291-1/+11
* gnu: Rename some games to match upstream project name.•••* gnu/packages/games.scm (armagetronad): (cataclysm-dda): (abbaye): (wesnoth): (wesnoth-server): (starfighter): (kiki): (fillets-ng): (crawl): (crawl-tiles): (tome4): (btanks): (battle-tanks): (edgar): Use these as the package definition. (armagetron-advanced): (cataclysm-dark-days-ahead): (l-abbaye-des-morts): (the-battle-for-wesnoth): (the-battle-for-wesnoth-server): (project-starfighter): (kiki-the-nano-bot): (fish-fillets-ng): (dungeon-crawl-stone-soup): (dungeon-crawl-stone-soup-tiles): (tales-of-maj-eyal): (the-legend-of-edgar): Turn these into obsolete aliases. This reverts renames made by the following commits: f95e33a7ad9afe3f5087b4d8c80731d731b08839 b1aee9fce2d4177dc0eb41c8509d50a131a19655 f6a21d61deecc37f8c900f2d2acf01475b917d10 24a67aef2ae0f40f1b4af235f5fc054881dc4db1 36a0b5b48c8f14e2ac5707dd6dfea99ee2304873 8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53 6639295f2f24ca8334d6b4d9d9cb63bd13388537 184f5c8db199adbc91b4b108c1bf89e3727f0bce ecdb1348ad9992f7d98ea5b1b5b6bc0bafc9b79c 375cb94130b222535ad7c7e0fa0d212483407351 c91ed484d0b66d5639ba01f9ba301ff762d9170d 973bd8a62c13bc5b2ca08585c367589d8c7197fe df42e0f9c9e6a85803d2709d195a8eb29ec7ee5f Nicolas Goaziou2019-04-301-53/+53
* gnu: r-rcpparmadillo: Update to 0.9.400.2.0.•••* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.400.2.0. Ricardo Wurmus2019-04-301-2/+2
* gnu: r-repr: Update to 1.0.0.•••* gnu/packages/cran.scm (r-repr): Update to 1.0.0. [propagated-inputs]: Add r-pillar. Ricardo Wurmus2019-04-301-3/+4
* gnu: r-ipred: Update to 0.9-9.•••* gnu/packages/cran.scm (r-ipred): Update to 0.9-9. Ricardo Wurmus2019-04-301-2/+2
* gnu: Add i3lock.•••* gnu/packages/wm.scm (i3lock): New public variable. Marius Bakke2019-04-291-1/+31
* gnu: kodi: Update to 18.2.•••* gnu/packages/kodi.scm (kodi): Update to 18.2. * gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: Adjust for upstream changes. Marius Bakke2019-04-292-6/+7
* gnu: msmtp: Update to 1.8.4.•••* gnu/packages/mail.scm (msmtp): Update to 1.8.4. Marius Bakke2019-04-291-2/+2
* gnu: elogind: Update to 241.3.•••* gnu/packages/freedesktop.scm (elogind): Update to 241.3. Marius Bakke2019-04-291-2/+2
* gnu: ftgl: Don't build libftgl.a.•••* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2019-04-291-0/+2
* gnu: qemu: Build verbosely.•••* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase 'make-gtester-verbose' in favor of #:make-flags. Marius Bakke2019-04-291-4/+2
* gnu: Remove scmutils.•••Fixes <https://bugs.gnu.org/34203>. * gnu/packages/scheme.scm (scmutils): Remove variable. Ricardo Wurmus2019-04-291-172/+0
* gnu: ocaml-yojson: Update to 1.7.0.•••* gnu/packages/ocaml.scm (ocaml-yojson): Update to 1.7.0. (ocaml-merlin): Use jbuild to prevent a build failure due to a deprecation warning. Julien Lepiller2019-04-291-5/+7
* gnu: Add missing module in games.scm.Nicolas Goaziou2019-04-291-0/+1
* gnu: Add missing modules in games.scm.Nicolas Goaziou2019-04-291-0/+2
* gnu: Add hedgewars.•••* gnu/packages/games.scm (hedgewars): New variable. Nicolas Goaziou2019-04-291-0/+86
* gnu: Add jumpnbump.•••* gnu/packages/games.scm (jumpnbump): New variable. Nicolas Goaziou2019-04-291-1/+45
* gnu: Add sdl2-net.•••* gnu/packages/sdl.scm (sdl2-net): New variable. Nicolas Goaziou2019-04-291-0/+17
* gnu: u-boot: Update to 2019.04.•••* gnu/packages/bootloaders.scm (u-boot): Update to 2019.04. [source]: Add patch. (u-boot-novena): Update dynamic patch to handle config key rename. (u-boot-am335x-evm): New variable. (u-boot-am335x-boneblack): Build with modified am335x-evm config. (u-boot-novena): Fix typo in description. * gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Use u-boot-am335x-boneblack. * gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vagrant Cascadian2019-04-292-6/+90
* gnu: font-public-sans: Adjust synopsis and description.•••* gnu/packages/fonts.scm (font-public-sans)[synopsis, description]: Adjust. Ludovic Courtès2019-04-291-5/+4
* gnu: Add font-public-sans.•••* gnu/packages/fonts.scm (font-public-sans): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens M2019-04-291-0/+28
* gnu: diffoscope: Update to 114.•••* gnu/packages/package-management (diffoscope): Update to 114. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian2019-04-291-2/+2
* gnu: Fix missing bison package in (gnu packages algebra).•••This fixes a regression introduced in 6d3896b9fc115b03046860a9aa12966926bccf53. * gnu/packages/algebra.scm: Use the (gnu packages bison) module. Christopher Baines2019-04-281-0/+1
* gnu: direnv: Change to the go-build-system.•••The go-build-system is slightly more appropriate, and switching resolves an issue with combining the 'unpack phase from the gnu-build-system, and the 'setup-go-environment from the go-build-system. With both of those phases creating a directory, the first-subdirectory call at the end of the 'unpack phase can return different values depending on the filesystem ordering. * gnu/packages/shellutils.scm (direnv)[source]: Use the git repository, as this works better with the go-build-system. [build-system]: Change to the go-build-system. [arguments]: Adjust for the go-build-system. [native-inputs]: Remove go. Christopher Baines2019-04-281-23/+28
* gnu: Fix typo.•••* gnu/packages/algebra.scm (giac-xcas): Fix typo. Nicolas Goaziou2019-04-281-1/+1
* gnu: giac-xcas: Rename to "giac" to match upstream name.•••* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate. Nicolas Goaziou2019-04-281-2/+5
* gnu: giac-xcas: Add inputs.•••* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex. Nicolas Goaziou2019-04-281-1/+7
* gnu: giac-xcas: Fix documentation.•••* gnu/packages/algebra.scm (giac-xcas): Use a single output. Fix licensing issues in documentation. Xcas expects documentation to be located at a fixed location, not compatible with a "doc" output. Nicolas Goaziou2019-04-281-24/+21
* gnu: linux-libre: Update to 5.0.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10. (%linux-libre-hash): Update hash. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.19: Update to 4.19.37.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.14: Update to 4.14.114.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.9: Update to 4.9.171.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.4: Update to 4.4.179.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179. Mark H Weaver2019-04-281-2/+2
* gnu: Add cloud-utils.•••* gnu/packages/admin.scm (cloud-utils): New variable. Christopher Baines2019-04-281-0/+61
* gnu: hypre: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases. Ricardo Wurmus2019-04-281-10/+8
* gnu: jacal: Unconditionally return #T from configure phase.•••* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase. Ricardo Wurmus2019-04-281-4/+4
* gnu: z3: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases. Ricardo Wurmus2019-04-281-5/+4
* gnu: atlas: Always return #T from build phases.•••* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE. Ricardo Wurmus2019-04-281-8/+7
* gnu: make-blis: Always return #T from configure phase.•••* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE. Ricardo Wurmus2019-04-281-6/+6
* gnu: kdevplatform: Use INVOKE.•••* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally. Ricardo Wurmus2019-04-281-4/+3
* Merge branch 'staging'Ludovic Courtès2019-04-2851-1100/+1585
|\
| * gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.•••Fixes <https://bugs.gnu.org/34124>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg. [arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH wrapper of the gnome-shell executable. Ricardo Wurmus2019-04-251-1/+3
| * Merge branch 'master' into stagingMarius Bakke2019-04-2357-523/+827
| |\
| * | gnu: Add emacs-robot-mode.•••* gnu/packages/emacs-xyz.scm (emacs-robot-mode): New variable. Maxim Cournoyer2019-04-191-0/+25
| * | gnu: Add python-robotframework-lint.•••* gnu/packages/python-xyz.scm (python-robotframework-lint): New variable. Maxim Cournoyer2019-04-191-0/+36
| * | gnu: Add python-robotframework-sshlibrary.•••* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable. Maxim Cournoyer2019-04-191-0/+61
| * | gnu: Add python-robotframework.•••* gnu/packages/python-xyz.scm (python-robotframework): New variable. * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. Maxim Cournoyer2019-04-192-0/+107