Commit Graph

35 Commits

Author SHA1 Message Date
Sergei Trofimovich
2f76c2ee8b the-powder-toy: fix gcc-13 build failure
Without the change build fails on `master` as
https://hydra.nixos.org/build/248966234:

    ../src/graphics/FontReader.cpp: In function 'bool InitFontData()':
    ../src/graphics/FontReader.cpp:40:52: error: 'uint32_t' does not name a type
       40 |                 auto codePoint = *reinterpret_cast<uint32_t *>(ptr) & 0xFFFFFFU;
          |                                                    ^~~~~~~~
2024-02-11 10:33:08 +00:00
multiplealiases
00f0d34a6c the-powder-toy: only install .desktop on Linux 2023-11-16 19:11:18 +00:00
multiplealiases
0a2425dcff the-powder-toy: unstable-2022-08-30 -> 97.0.352
add new deps jsoncpp and libpng, also add mesonFlags
-Dworkaround_elusive_bzip2=false to prevent build failure.
powder.desktop is now generated inside the build directory from a
template in ../resources/powder.template.desktop
2023-11-16 19:11:18 +00:00
Daniel Nagy
cfce957d4f
treewide: more meta changelog urls and mainPrograms (#200062)
* turbovnc: add changelog url

* memray: add changelog url

* ddcutil: add changelog url

* jc: add changelog url

* zed: add changelog url

* lua: use https homepage

* sil: use https url

* the-powder-toy: use https homepage

* tldr: add changelog url

* openjpeg: add changelog url

* scheme48: use https homepage

* bubblewrap: set meta.mainProgram

* zbar: set meta.mainProgram

* qpdf: add changelog url

* nvtop: set meta.mainProgram

* squashfs: add meta.mainProgram
2022-11-09 16:41:13 +01:00
Pavol Rusnak
21c652e60d
the-powder-toy: 96.2.350 -> unstable-2022-08-30 2022-08-31 12:22:48 +02:00
Ben Siraphob
1c33ec8a53
the-powder-toy: expand platforms to unix 2022-08-02 18:19:20 -07:00
flexagoon
25566ba039 the-powder-toy: add a .desktop file 2021-11-05 11:05:06 +03:00
R. RyanTM
82510b5a51 the-powder-toy: 96.1.349 -> 96.2.350 2021-09-15 01:20:06 +00:00
Ben Siraphob
e8599765f5
Merge pull request #130638 from siraben/par-treewide
treewide: remove unnecessary enableParallelBuilding when using cmake, meson, qmake
2021-07-20 12:10:21 +07:00
Ben Siraphob
d3c911fef2 the-powder-toy: remove unnecessary enableParallelBuilding 2021-07-20 10:32:58 +07:00
Ben Siraphob
950ecb9cc6 the-powder-toy: 96.0.348 -> 96.1.349 2021-07-19 17:23:42 +07:00
Ben Siraphob
0e06fbbfa0 the-powder-toy: 95.0 -> 96.0.348 2021-07-15 17:59:59 +07:00
Ben Siraphob
8f312f630b the-powder-toy: update license 2021-07-06 12:43:22 +07:00
Ben Siraphob
6154b83a93 the-powder-toy: add mainProgram 2021-07-06 11:36:48 +07:00
Ben Siraphob
47e997598c pkgs/games: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Ben Siraphob
f20d864c9f the-powder-toy: 94.1 -> 95.0 2020-08-08 07:57:13 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
marius851000
d6e7f93364 the-powder-toy: 93.3 -> 94.1 2019-05-25 11:14:06 +03:00
c0bw3b
9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
siraben
bd35316681 Fix powder toy build breaking and change source repository. 2019-01-03 19:36:24 +07:00
siraben
3f24867c09 Update version of Powder Toy. 2019-01-03 19:18:13 +07:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Nikolay Amiantov
809297e595 the-powder-toy: disable on AArch64
Wants SSE.
2018-03-09 16:35:10 +03:00
Nikolay Amiantov
a80e6a5161 the-powder-toy: 92.0.351 -> 92.5 2018-02-25 22:24:09 +03:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov
861a75a64c the-powder-toy: 91.5.330 -> 92.0.331 2017-07-27 17:07:45 +03:00
Nikolay Amiantov
be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Nikolay Amiantov
afdce0e3fa the-powder-toy: fix build 2016-08-22 16:55:56 +03:00
Nikolay Amiantov
d7d1efe27f the-powder-toy: 91.3.328 -> 91.5.330 2016-08-14 22:37:09 +03:00
Ricardo Ardissone
a51da70189 the-powder-toy: 90.2.322 -> 91.3.328 2016-04-25 10:15:44 -03:00
Nikolay Amiantov
f2692a96a2 fix homepages 2015-07-28 12:33:30 +03:00
Nikolay Amiantov
1fa5e7ae3c the-powder-toy: add derivation 2015-04-08 01:45:41 +03:00