tuxpaint: 0.9.32 -> 0.9.35 (#439103)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
libpaper,
|
||||
libpng,
|
||||
librsvg,
|
||||
libxml2,
|
||||
pango,
|
||||
SDL2_gfx,
|
||||
SDL2_image,
|
||||
@@ -26,24 +27,20 @@
|
||||
|
||||
let
|
||||
stamps = fetchurl {
|
||||
url = "mirror://sourceforge/project/tuxpaint/tuxpaint-stamps/2024-01-29/tuxpaint-stamps-2024.01.29.tar.gz";
|
||||
hash = "sha256-GwJx9tqaX7I623tJQYO53iiaApZtYsTLQw2ptBIFlKk=";
|
||||
url = "mirror://sourceforge/project/tuxpaint/tuxpaint-stamps/2025-05-26/tuxpaint-stamps-2025.05.26.tar.gz";
|
||||
hash = "sha256-CfSin4A2yTpkwoE046+u+0udlaCaceaPt1N/PF+ClJ8=";
|
||||
};
|
||||
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.9.32";
|
||||
version = "0.9.35";
|
||||
pname = "tuxpaint";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/tuxpaint/${finalAttrs.version}/tuxpaint-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-CcziIkFIHcE2D8S8XU2h0xgV16JWO56fohemcrqXS/I=";
|
||||
hash = "sha256-wcGK+RvnfpT9qrLJKCBMTDm6OaxdovRBqvLsq22L0K0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./tuxpaint-completion.diff
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
grep -Zlr include.*SDL . | xargs -0 \
|
||||
sed -i -E \
|
||||
@@ -70,6 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libpaper
|
||||
libpng
|
||||
librsvg
|
||||
libxml2
|
||||
pango
|
||||
SDL2
|
||||
SDL2_gfx
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
--- tuxpaint-0.9.22/src/tuxpaint-completion.bash~ 1970-01-01 01:00:01.000000000 +0100
|
||||
+++ tuxpaint-0.9.22/src/tuxpaint-completion.bash 2018-03-06 10:54:03.437560921 +0100
|
||||
@@ -8,7 +8,6 @@
|
||||
# FIXME: See http://www.debian-administration.org/articles/316 for an intro
|
||||
# to how we should be doing this... -bjk 2009.09.09
|
||||
|
||||
-have tuxpaint &&
|
||||
_tuxpaint()
|
||||
{
|
||||
local cur
|
||||
@@ -96,4 +95,4 @@
|
||||
fi
|
||||
|
||||
}
|
||||
-[ "${have:-}" ] && complete -F _tuxpaint $filenames tuxpaint
|
||||
+complete -F _tuxpaint $filenames tuxpaint
|
||||
Reference in New Issue
Block a user