summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-gfx/tuxpaint: backport removal of USE=svg on GM depSam James2024-05-191-65/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-301-2/+2
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-gfx/tuxpaint: Stabilize 0.9.28-r2 ppc, #891417Joonas Niilola2023-03-141-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/tuxpaint: 0.9.28-r2: fix parallel buildPhilipp Rösner2023-01-201-3/+1
| | | | | | | | | | | The fix for https://bugs.gentoo.org/887391 resolved the parallel build issues, thus remove -j1 from emake. Bug: https://bugs.gentoo.org/887391 Closes: https://bugs.gentoo.org/859169 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-gfx/tuxpaint: Stabilize 0.9.28-r2 x86, #891417Sam James2023-01-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/tuxpaint: Stabilize 0.9.28-r2 amd64, #891417Sam James2023-01-201-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-gfx/tuxpaint: fix LIBDIR, fix doc on 0.9.28Philipp Rösner2022-10-121-0/+67
The LIBDIR variable defined while calling emake collides with the LIBDIR variable defined in the tuxpaint Makefile, resulting in magic tools not getting linked properly. Renaming LIBDIR to GENTOO_LIBDIR resolves this issue. Furthermore, a patch for the DOC_PREFIX variable in the Makefile was missing, resulting in installation of files into unexpected paths. Bug: https://bugs.gentoo.org/873286 Bug: https://bugs.gentoo.org/870232 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/27518 Signed-off-by: Joonas Niilola <juippis@gentoo.org>