summary refs log tree commit diff
path: root/pkgs/tools/misc/rockbox-utility/default.nix
Commit message (Collapse)AuthorAge
* rockbox_utility: rename to rockbox-utilityAndersonTorres2022-03-17
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* rockbox-utility: 1.4.0 -> 1.4.1Dominik Michael Rauh2020-06-19
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* rockbox-utility: add wrapQtAppsHookArtem Khramov2020-04-06
| | | | | | | | | It seems like all QT apps which use dynamic plugins should be wrapped with `wrapQtAppsHook`. However, rockbox-utility is still not wrapped, therefore fails to launch. This change adds `qt5.wrapQtAppsHook` to nativeBuildInputs of rockbox-utility.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* rockbox_utility: disable parallel buildingOrivej Desh2017-12-07
| | | | qmake does not support translations in resources.
* rockbox_utility: fix path to lreleaseThomas Tuegel2017-11-07
|
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* rockboxutility: do not pull in espeak by defaultPeter Hoeg2017-05-02
|
* rockboxutility: fix linking to Qt libsPeter Hoeg2017-05-02
|
* rockbox_utility: use qt5 instead of qt4Peter Hoeg2017-01-31
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* rockbox-utility: move to qmake4HookNikolay Amiantov2016-04-20
|
* Add myself as maintainerJascha Geerds2015-06-22
|
* rockbox-utility: upgrade 1.3.1 -> 1.4.0Arvin Moezzi2014-01-22
|
* rockbox-utility: upgrade 1.2.8 -> 1.3.1Arvin Moezzi2013-10-25
| | | | Close #1116.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adding rockbox-utility, for installing/updating the rockbox firmware on mp3 ↵Cillian de Roiste2011-04-13
players svn path=/nixpkgs/trunk/; revision=26817