Commit Graph

63 Commits

Author SHA1 Message Date
Doron Behar
5fab32dab3
Merge pull request #299645 from tomberek/tomberek.minecraft_broken
minecraft: mark broken
2024-05-08 09:42:42 +03:00
Tom Bereknyei
8b34e45564 minecraft: mark broken 2024-05-07 13:57:49 -04:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Silvan Mosberger
ea5dfeab93 treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Robert Scott
9fc90429c3 treewide/games,misc: add sourceType binaryNativeCode for many packages 2022-06-10 21:12:22 +01:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Robin Townsend
78f77869b9 Revert "minecraft-launcher: 2.2.1441 -> 2.2.741"
This reverts commit dabfce650a, since it
downgraded minecraft-launcher to an older version.
2021-04-26 15:23:42 -04:00
Ivar Scholten
dabfce650a minecraft-launcher: 2.2.1441 -> 2.2.741 2021-04-22 18:08:17 +02:00
Tim Steinbach
5eb119eff9
Revert "minecraft: 2.2.1441 → 2.2.1867" 2021-03-01 12:01:47 -05:00
Tim Steinbach
8628e29ca4
minecraft: 2.2.1441 → 2.2.1867 2021-02-23 15:31:25 +00:00
Tim Steinbach
2dc9fe1ea5
minecraft: 2.2.1262 → 2.2.1441 2021-02-01 15:22:16 -05:00
Tim Steinbach
c15c3e61ef
minecraft: 2.2.909 → 2.2.1262 2021-01-19 09:53:01 -05:00
Ben Siraphob
2e34288f0d pkgs/games: stdenv.lib -> lib 2021-01-15 13:36:04 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Tim Steinbach
be4cf62b67
minecraft: Update script URL 2020-12-16 12:53:58 -05:00
Tim Steinbach
fc3926ea2d
Revert "minecraft: 2.2.909 → 2.2.741"
This reverts commit 8d4d8ef274.

The update script pulls the version info from AUR and they still use the old version.
Sorry...
2020-12-16 11:31:33 -05:00
Tim Steinbach
8d4d8ef274
minecraft: 2.2.909 → 2.2.741 2020-12-16 10:43:39 -05:00
Carles Pagès
f1f9a55fb4 minecraft: 2.2.741 -> 2.2.909 2020-12-11 00:50:26 +01:00
Bart Bakker
0451efc553
minecraft: fix JAVA_HOME
JAVA_HOME should point to the root directory of the JRE, not the `bin` folder.
2020-12-06 14:43:09 +01:00
TredwellGit
814df2946d minecraft: 2.1.17785 -> 2.2.741 2020-12-03 22:50:28 +00:00
Fabian Möller
81e2df3ce1 minecraft: use copyDesktopItems hook 2020-11-29 04:17:12 +01:00
Tim Steinbach
0dc74a15ad
minecraft: Add test 2020-11-28 12:43:17 -05:00
Tim Steinbach
0ce6c50370
minecraft: Skip desktop file validation 2020-11-27 15:43:21 -05:00
Jan Tojnar
3825e74193 treewide: drop gnome2.pango alias 2020-10-25 23:48:29 +01:00
TredwellGit
5be19908a7 minecraft: 2.1.17627 -> 2.1.17785 2020-10-20 18:22:13 +00:00
TredwellGit
d458c00d7f minecraft: 2.1.17417 -> 2.1.17627 2020-09-23 18:22:56 +00:00
TredwellGit
d7ac5bd4c0 minecraft: 2.1.16102 -> 2.1.17417
Launcher 2.1.15852 removed GConf dependency.
2020-09-22 08:55:52 +00:00
Louis Bettens
3049cb5b34 minecraft: 2.1.15852 -> 2.1.16102 2020-07-26 22:35:02 +02:00
Carles Pagès
d6c63c7bcd minecraft: 2.1.15166 -> 2.1.15852 2020-07-12 23:34:36 +02:00
Tim Steinbach
a8edf35af8
minecraft-launcher: 2.1.14947 -> 2.1.15166
Set JAVA_HOME, which can impurely override JRE
2020-06-30 17:14:46 -04:00
zowoq
c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Piper McCorkle
b4fa9575af minecraft: set platforms 2020-05-30 05:09:00 -07:00
Piper McCorkle
a32bc05dc9 minecraft: 2.1.14403 -> 2.1.14947 2020-05-30 05:07:06 -07:00
Piper McCorkle
6806b649c4 minecraft: 2.1.13509 -> 2.1.14403 2020-05-19 17:21:48 -07:00
Echo Nolan
596dc1f2be minecraft: 2.1.11314 -> 2.1.13509 2020-04-02 17:15:05 -07:00
rnhmjoj
018a46ffe8
minecraft: install missing gsettings schemas 2020-03-09 16:15:54 +01:00
Ryan Mulligan
08fa4c6947
Merge pull request #78455 from oxalica/mc-update
minecraft-launcher: 2.1.9618 -> 2.1.11314
2020-01-26 08:13:32 -08:00
oxalica
a84047b0c7
minecraft: no GPUCache in current directory 2020-01-25 16:58:01 +08:00
oxalica
10e95cc021
minecraft: 2.1.9618 -> 2.1.11314 2020-01-25 16:45:15 +08:00
Tristan Gosselin-Hane
289088ef72 minecraft: 2.1.7658 -> 2.1.9618 2019-12-05 16:03:02 -05:00
Jonathan Ringer
eaa53f737e
minecraft: 2.1.5965 -> 2.1.7658 2019-10-26 13:55:05 -07:00
hyperfekt
3a635da857 minecraft: 2015-07-24 -> 2.1.5965
switched to the new official launcher, renamed to minecraft-launcher,
and added an update script
2019-09-18 14:07:33 +02:00
Silvan Mosberger
0d2355d7e3
minecraft: Fix versions <1.13 2018-12-02 00:15:55 +01:00
Silvan Mosberger
47f78cd36a
minecraft: clean and fix up
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-07-19 00:05:53 +02:00
Alexander V. Nikolaev
0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Carles Pagès
fd400ced6b Rename page to cpages to match github
I also updated the mail.
2017-01-20 16:55:29 +01:00
Ryan Mulligan
40b661a850 minecraft: use icon in jar
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-06-10 07:16:36 -07:00