about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ipe
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-11-09ipe: fix button imageslawcho1-0/+2
2023-11-05ipe: replace texlive.combine with texliveSmallVincenzo Mantova1-3/+3
2023-07-12ipe: 7.2.26 -> 7.2.27Doron Behar2-18/+4
Diff: https://github.com/otfried/ipe/compare/None...v7.2.27
2023-05-29ipe: don't use lib.optional with a listfigsoda1-1/+1
2023-04-17ipe: 7.2.24 -> 7.2.26Henri Menke2-13/+33
This also introduces a new option to make TeX Live optional. Ipe tries to find LaTeX executables in PATH and some users might prefer to use their existing TeX Live installation.
2022-06-19ipe: 7.2.23 -> 7.2.24Pavol Rusnak1-3/+3
2022-02-25treewide: switch all desktop file generators to new APIK9001-6/+4
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-10-20ipe: add desktop file (#141879)Yannik Rödel1-6/+28
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-07ipe: 7.2.13 -> 7.2.23Pavol Rusnak1-17/+41
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-16ipe: fix Qt wrappingConstantine Glen Evans1-8/+4
Uses mkDerivation instead of stdenv.mkDerivation, to fix Qt wrapping problem.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-22ipe: 7.2.12 -> 7.2.13R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ipe/versions
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-05-11ipe: 7.2.11 -> 7.2.12R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ipe/versions
2019-03-09ipe: be explicit about libpng, use lua 5.3 per readmeWill Dietz1-2/+2
2019-03-09ipe: 7.2.10 -> 7.2.11Will Dietz1-2/+2
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-March/000082.html
2019-03-05ipe: fix the src hash (modified upstream)Vladimír Čunát1-1/+1
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-February/000080.html
2019-02-04ipe: 7.2.9 -> 7.2.10Will Dietz1-14/+6
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-February/000077.html Cleanup a bit while visiting :).
2019-01-16ipe: 7.2.8 -> 7.2.9Will Dietz1-2/+2
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-January/000076.html
2019-01-13ipe: 7.2.7 -> 7.2.8Will Dietz2-14/+2
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-January/000075.html
2017-12-01ipe: 7.1.10 -> 7.2.7Bastian Köcher2-3/+15
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-5/+4
2017-02-28ipe: build with C++11 for Qt 5.7Thomas Tuegel1-0/+2
2015-12-12ipe: use texlive-newThomas Tuegel1-7/+10
2015-12-07ipe: 7.1.8 -> 7.1.10Thomas Tuegel1-6/+6
2015-08-14ipe: add missing libjpeg dependencyThomas Tuegel1-1/+2
2015-08-14ipe: set LUA_PACKAGE name for makeThomas Tuegel1-0/+1
2015-08-14ipe: version 7.1.8Thomas Tuegel1-3/+3
2015-08-14ipe: set platforms = linuxThomas Tuegel1-0/+1
2015-08-14ipe: add ttuegel to maintainersThomas Tuegel1-0/+1
2015-08-14ipe: fix homepageThomas Tuegel1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-01-03vlada/ipeVladimír Čunát1-0/+47
Adding the ipe editor. Signed-off-by: Vladimír Čunát <vcunat@gmail.com>