summary refs log tree commit diff
path: root/pkgs/games/minecraft
Commit message (Collapse)AuthorAge
* treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin2023-06-28
| | | | | gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
* treewide/games,misc: add sourceType binaryNativeCode for many packagesRobert Scott2022-06-10
|
* treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier2022-03-19
| | | | | Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
* treewide: switch all desktop file generators to new APIK9002022-02-25
| | | | | | Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* Revert "minecraft-launcher: 2.2.1441 -> 2.2.741"Robin Townsend2021-04-26
| | | | | This reverts commit dabfce650aa297748a5737d663b5ccf9be41495c, since it downgraded minecraft-launcher to an older version.
* minecraft-launcher: 2.2.1441 -> 2.2.741Ivar Scholten2021-04-22
|
* Revert "minecraft: 2.2.1441 → 2.2.1867"Tim Steinbach2021-03-01
|
* minecraft: 2.2.1441 → 2.2.1867Tim Steinbach2021-02-23
|
* minecraft: 2.2.1262 → 2.2.1441Tim Steinbach2021-02-01
|
* minecraft: 2.2.909 → 2.2.1262Tim Steinbach2021-01-19
|
* pkgs/games: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* minecraft: Update script URLTim Steinbach2020-12-16
|
* Revert "minecraft: 2.2.909 → 2.2.741"Tim Steinbach2020-12-16
| | | | | | | This reverts commit 8d4d8ef274f2f559c1a91133004f31f041eadd51. The update script pulls the version info from AUR and they still use the old version. Sorry...
* minecraft: 2.2.909 → 2.2.741Tim Steinbach2020-12-16
|
* minecraft: 2.2.741 -> 2.2.909Carles Pagès2020-12-11
|
* minecraft: fix JAVA_HOMEBart Bakker2020-12-06
| | | | JAVA_HOME should point to the root directory of the JRE, not the `bin` folder.
* minecraft: 2.1.17785 -> 2.2.741TredwellGit2020-12-03
|
* minecraft: use copyDesktopItems hookFabian Möller2020-11-29
|
* minecraft: Add testTim Steinbach2020-11-28
|
* minecraft: Skip desktop file validationTim Steinbach2020-11-27
|
* treewide: drop gnome2.pango aliasJan Tojnar2020-10-25
|
* minecraft: 2.1.17627 -> 2.1.17785TredwellGit2020-10-20
|
* minecraft: 2.1.17417 -> 2.1.17627TredwellGit2020-09-23
|
* minecraft: 2.1.16102 -> 2.1.17417TredwellGit2020-09-22
| | | | Launcher 2.1.15852 removed GConf dependency.
* minecraft: 2.1.15852 -> 2.1.16102Louis Bettens2020-07-26
|
* minecraft: 2.1.15166 -> 2.1.15852Carles Pagès2020-07-12
|
* minecraft-launcher: 2.1.14947 -> 2.1.15166Tim Steinbach2020-06-30
| | | | Set JAVA_HOME, which can impurely override JRE
* treewide: remove deprecated value `Application` from makeDesktopItemzowoq2020-06-25
|
* minecraft: set platformsPiper McCorkle2020-05-30
|
* minecraft: 2.1.14403 -> 2.1.14947Piper McCorkle2020-05-30
|
* minecraft: 2.1.13509 -> 2.1.14403Piper McCorkle2020-05-19
|
* minecraft: 2.1.11314 -> 2.1.13509Echo Nolan2020-04-02
|
* minecraft: install missing gsettings schemasrnhmjoj2020-03-09
|
* Merge pull request #78455 from oxalica/mc-updateRyan Mulligan2020-01-26
|\ | | | | minecraft-launcher: 2.1.9618 -> 2.1.11314
| * minecraft: 2.1.9618 -> 2.1.11314oxalica2020-01-25
| |
* | minecraft: no `GPUCache` in current directoryoxalica2020-01-25
|/
* minecraft: 2.1.7658 -> 2.1.9618Tristan Gosselin-Hane2019-12-05
|
* minecraft: 2.1.5965 -> 2.1.7658Jonathan Ringer2019-10-26
|
* minecraft: 2015-07-24 -> 2.1.5965hyperfekt2019-09-18
| | | | | switched to the new official launcher, renamed to minecraft-launcher, and added an update script
* minecraft: Fix versions <1.13Silvan Mosberger2018-12-02
|
* minecraft: clean and fix upSilvan Mosberger2018-07-19
| | | | | | 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
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* Rename page to cpages to match githubCarles Pagès2017-01-20
| | | | I also updated the mail.
* minecraft: use icon in jarRyan Mulligan2016-06-10
| | | | | | 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.
* minecraft: use makeLibraryPath, so we don't use the dev outputsNathan Zadoks2016-05-01
|
* minecraft: add desktop entry; add ryantm as maintainerRyan Mulligan2016-02-14
|
* minecraft: fix wrapperCarles Pagès2015-07-24
| | | | Adding jre lib path seems no longer needed, and so does padsp.
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|