about summary refs log tree commit diff
path: root/pkgs/applications/misc/goldendict/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-09-08Merge pull request #215435 from DCsunset/goldendict-fix-adding-dictArtturi1-1/+2
2023-08-12treewide: add meta.mainProgram (#248750)Jian Lin1-0/+1
2023-07-18goldendict: fix gsettings crash when adding paths for dictionariesDCsunset1-1/+2
2023-07-18goldendict: fix wrong rev in fetchFromGitHubDCsunset1-1/+1
2023-06-27goldendict: 2022-05-10 -> 1.5.0Weijia Wang1-7/+7
2022-05-20goldendict: 2021-03-09 → 2022-05-10, fix build on darwinNikolay Korotkiy1-4/+5
2021-09-28treewide: remove darwin-only manual wrapQtApp invocationsDmitry Kalinkin1-1/+0
2021-05-22goldendict: 2020-12-09 → 2021-03-09, use ffmpeg instead of ffmpeg_3Nikolay Korotkiy1-5/+5
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-11/+11
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-12goldendict: 2020-05-27 -> 2020-12-09Gabriel Ebner1-3/+3
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-06-04goldendict: 2020-01-09 -> 2020-05-27Nikolay Korotkiy1-5/+6
2020-02-13goldendict: enable on darwinNikolay Korotkiy1-18/+53
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-03goldendict: 2018-06-13 -> 2019-08-01Nikolay Korotkiy1-9/+13
2018-09-01goldendict: add licenseMarkus Kowalewski1-4/+4
2018-07-01goldendict: 1.5.0.rc2 -> 2018-06-13Gabriel Ebner1-6/+8
fixes build
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-3/+2
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-3/+6
2016-06-20goldendict: 1.5.0.ec86515 -> 1.5.0.rc2Gabriel Ebner1-10/+9
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-04-20goldendict: move to qmake4HookNikolay Amiantov1-5/+8
2015-12-10goldendict: b4bb1e9 -> ec86516wedens1-3/+3
2015-09-24goldendict: 1.0.1 -> 1.5.0.20150801Gabriel Ebner1-18/+10
2013-03-21goldendict: fix build with gcc47Vladimír Čunát1-1/+1
2013-01-21goldendict: fix missing pkgconfigVladimír Čunát1-2/+2
2012-02-05applications/misc/goldendict: New nixpkg.Alexander Tsamutali1-0/+31
svn path=/nixpkgs/trunk/; revision=32045