about summary refs log tree commit diff
path: root/pkgs/games/minecraft
AgeCommit message (Collapse)AuthorFilesLines
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-1/+1
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-3/+3
2021-04-26Revert "minecraft-launcher: 2.2.1441 -> 2.2.741"Robin Townsend1-2/+2
This reverts commit dabfce650aa297748a5737d663b5ccf9be41495c, since it downgraded minecraft-launcher to an older version.
2021-04-22minecraft-launcher: 2.2.1441 -> 2.2.741Ivar Scholten1-2/+2
2021-03-01Revert "minecraft: 2.2.1441 → 2.2.1867"Tim Steinbach1-2/+2
2021-02-23minecraft: 2.2.1441 → 2.2.1867Tim Steinbach1-2/+2
2021-02-01minecraft: 2.2.1262 → 2.2.1441Tim Steinbach1-2/+2
2021-01-19minecraft: 2.2.909 → 2.2.1262Tim Steinbach1-2/+2
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-16minecraft: Update script URLTim Steinbach1-3/+3
2020-12-16Revert "minecraft: 2.2.909 → 2.2.741"Tim Steinbach1-2/+2
This reverts commit 8d4d8ef274f2f559c1a91133004f31f041eadd51. The update script pulls the version info from AUR and they still use the old version. Sorry...
2020-12-16minecraft: 2.2.909 → 2.2.741Tim Steinbach1-2/+2
2020-12-11minecraft: 2.2.741 -> 2.2.909Carles Pagès1-2/+2
2020-12-06minecraft: fix JAVA_HOMEBart Bakker1-1/+1
JAVA_HOME should point to the root directory of the JRE, not the `bin` folder.
2020-12-03minecraft: 2.1.17785 -> 2.2.741TredwellGit1-2/+2
2020-11-29minecraft: use copyDesktopItems hookFabian Möller1-3/+8
2020-11-28minecraft: Add testTim Steinbach1-1/+5
2020-11-27minecraft: Skip desktop file validationTim Steinbach1-0/+1
2020-10-25treewide: drop gnome2.pango aliasJan Tojnar1-2/+2
2020-10-20minecraft: 2.1.17627 -> 2.1.17785TredwellGit1-2/+2
2020-09-23minecraft: 2.1.17417 -> 2.1.17627TredwellGit1-2/+2
2020-09-22minecraft: 2.1.16102 -> 2.1.17417TredwellGit1-3/+2
Launcher 2.1.15852 removed GConf dependency.
2020-07-26minecraft: 2.1.15852 -> 2.1.16102Louis Bettens1-2/+2
2020-07-12minecraft: 2.1.15166 -> 2.1.15852Carles Pagès1-2/+2
2020-06-30minecraft-launcher: 2.1.14947 -> 2.1.15166Tim Steinbach1-2/+3
Set JAVA_HOME, which can impurely override JRE
2020-06-25treewide: remove deprecated value `Application` from makeDesktopItemzowoq1-1/+1
2020-05-30minecraft: set platformsPiper McCorkle1-0/+1
2020-05-30minecraft: 2.1.14403 -> 2.1.14947Piper McCorkle1-11/+12
2020-05-19minecraft: 2.1.13509 -> 2.1.14403Piper McCorkle1-2/+2
2020-04-02minecraft: 2.1.11314 -> 2.1.13509Echo Nolan1-2/+2
2020-03-09minecraft: install missing gsettings schemasrnhmjoj1-6/+14
2020-01-26Merge pull request #78455 from oxalica/mc-updateRyan Mulligan1-2/+2
minecraft-launcher: 2.1.9618 -> 2.1.11314
2020-01-25minecraft: no `GPUCache` in current directoryoxalica1-1/+2
2020-01-25minecraft: 2.1.9618 -> 2.1.11314oxalica1-2/+2
2019-12-05minecraft: 2.1.7658 -> 2.1.9618Tristan Gosselin-Hane1-2/+2
2019-10-26minecraft: 2.1.5965 -> 2.1.7658Jonathan Ringer1-2/+4
2019-09-18minecraft: 2015-07-24 -> 2.1.5965hyperfekt2-28/+121
switched to the new official launcher, renamed to minecraft-launcher, and added an update script
2018-12-02minecraft: Fix versions <1.13Silvan Mosberger1-2/+7
2018-07-19minecraft: clean and fix upSilvan Mosberger1-31/+18
The launcher now downloads almost all required libraries itself into ~/.minecraft and there's nothing one can do about it. Sound only works with libpulseaudio though
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-01-20Rename page to cpages to match githubCarles Pagès1-1/+1
I also updated the mail.
2016-06-10minecraft: use icon in jarRyan Mulligan1-6/+5
This removes the dependency on a wiki image download, which seemed bad when I first introduced it. Unfortunately, they do not provide a 48x48 icon so we are not satisfying the minimal XDG standard.
2016-05-01minecraft: use makeLibraryPath, so we don't use the dev outputsNathan Zadoks1-2/+2
2016-02-14minecraft: add desktop entry; add ryantm as maintainerRyan Mulligan1-3/+23
2015-07-24minecraft: fix wrapperCarles Pagès1-5/+6
Adding jre lib path seems no longer needed, and so does padsp.
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III1-2/+2
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-10-05fix sound in minecraft for pulseaudio usersAristid Breitkreuz1-2/+3