Martin Weinelt
c0c5bc4eec
mypaint: build with format other and add setuptools
2022-09-19 16:06:23 +02:00
Jan Tojnar
1de1469af8
mypaint: Fix build
2022-04-06 23:21:37 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Jan Tojnar
492de7bb2b
mypaint: fix crash without hicolor-icon-theme
...
Mypaint seems to check for a presence of this theme scaffold and crashes when not present.
Let’s add this since it weights almost nothing.
2020-09-08 05:35:27 +02:00
Jan Tojnar
f1f038331f
mypaint: 2.0.0 → 2.0.1
...
https://github.com/mypaint/mypaint/releases/tag/v2.0.1
2020-07-20 02:03:14 +02:00
Jan Tojnar
6fecb16af6
mypaint: 1.2.1 → 2.0.0
2020-02-18 22:48:38 +01:00
Jan Tojnar
482ec0c127
mypaint: format with nixpkgs-fmt
...
addendum
2019-11-28 14:34:09 +01:00
Jan Tojnar
80051c2247
mypaint: format with nixpkgs-fmt
2019-11-28 14:33:15 +01:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
...
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00: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
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01: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
Jan Tojnar
2a49af0213
mypaint: fix impurities
...
Closes: https://github.com/NixOS/nixpkgs/issues/41552
2018-06-06 12:18:30 +02:00
Jan Tojnar
e02d40c33e
mypaint: 1.1.0 -> 1.2.1 ( #27004 )
2017-07-03 21:21:50 +02:00
Frederik Rietdijk
2887a633f7
mypaint: use python2
2016-11-24 22:28:04 +01:00
Frederik Rietdijk
0ccf17590b
mypaint: do not use top-level python packages
2016-09-26 11:10:50 +02:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Cillian de Róiste
18685b7d44
MyPaint, fix impurity: add hicolor_icon_theme wrapper to ensure MyPaint can start
...
MyPaint fails to find its own icons and refuses to start if another
icon theme is not available on the system. Running
gtk-update-icon-cache on MyPaint's share/icons/hicolor folder did not
help, and setting the XDG_DATA_DIRS to point to MyPaint's icons also
didn't work.
https://gna.org/bugs/?18460
Thanks to Kim Simmons for reporting this and helping to debug.
2013-11-24 16:34:10 +01:00
Cillian de Róiste
7f791a6449
MyPaint: fix the mypaint script to use the correct python instead of calling env
2013-11-23 18:09:39 +01:00
Cillian de Róiste
43e8e7763b
Add MyPaint: A graphics application for digital painters
2013-03-06 23:08:30 +01:00