Loading pkgs/by-name/op/opensoundmeter/build.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line --- a/OpenSoundMeter.desktop +++ b/OpenSoundMeter.desktop @@ -6 +6 @@ -Icon=white +Icon=OpenSoundMeter --- a/OpenSoundMeter.pro +++ b/OpenSoundMeter.pro @@ -261 +261 @@ -APP_GIT_VERSION = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ describe --tags $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-list --tags --max-count=1)) +APP_GIT_VERSION = ? @@ -486 +486 @@ -unix:!macx:!ios:CONFIG(release, debug|release) { +unix:!linux:!macx:!ios:CONFIG(release, debug|release) { pkgs/by-name/op/opensoundmeter/package.nix 0 → 100644 +45 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, alsa-lib, qt5 }: let inherit (qt5) qmake wrapQtAppsHook qtgraphicaleffects qtquickcontrols2; in stdenv.mkDerivation rec { pname = "opensoundmeter"; version = "1.3"; src = fetchFromGitHub { owner = "psmokotnin"; repo = "osm"; rev = "v${version}"; hash = "sha256-nRibcEtG6UUTgn7PhSg4IyahMYi5aSPvaEOrAdx6u3o="; }; patches = [ ./build.patch ]; postPatch = '' substituteInPlace OpenSoundMeter.pro \ --replace 'APP_GIT_VERSION = ?' 'APP_GIT_VERSION = ${src.rev}' ''; nativeBuildInputs = [ qmake wrapQtAppsHook ]; buildInputs = [ alsa-lib qtgraphicaleffects qtquickcontrols2 ]; installPhase = '' runHook preInstall install OpenSoundMeter -Dt $out/bin install OpenSoundMeter.desktop -m444 -Dt $out/share/applications install icons/white.png -m444 -D $out/share/icons/OpenSoundMeter.png runHook postInstall ''; meta = with lib; { description = "Sound measurement application for tuning audio systems in real-time"; homepage = "https://opensoundmeter.com/"; license = licenses.gpl3Plus; mainProgram = "OpenSoundMeter"; maintainers = with maintainers; [ orivej ]; platforms = platforms.linux; }; } Loading
pkgs/by-name/op/opensoundmeter/build.patch 0 → 100644 +13 −0 Original line number Diff line number Diff line --- a/OpenSoundMeter.desktop +++ b/OpenSoundMeter.desktop @@ -6 +6 @@ -Icon=white +Icon=OpenSoundMeter --- a/OpenSoundMeter.pro +++ b/OpenSoundMeter.pro @@ -261 +261 @@ -APP_GIT_VERSION = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ describe --tags $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-list --tags --max-count=1)) +APP_GIT_VERSION = ? @@ -486 +486 @@ -unix:!macx:!ios:CONFIG(release, debug|release) { +unix:!linux:!macx:!ios:CONFIG(release, debug|release) {
pkgs/by-name/op/opensoundmeter/package.nix 0 → 100644 +45 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, alsa-lib, qt5 }: let inherit (qt5) qmake wrapQtAppsHook qtgraphicaleffects qtquickcontrols2; in stdenv.mkDerivation rec { pname = "opensoundmeter"; version = "1.3"; src = fetchFromGitHub { owner = "psmokotnin"; repo = "osm"; rev = "v${version}"; hash = "sha256-nRibcEtG6UUTgn7PhSg4IyahMYi5aSPvaEOrAdx6u3o="; }; patches = [ ./build.patch ]; postPatch = '' substituteInPlace OpenSoundMeter.pro \ --replace 'APP_GIT_VERSION = ?' 'APP_GIT_VERSION = ${src.rev}' ''; nativeBuildInputs = [ qmake wrapQtAppsHook ]; buildInputs = [ alsa-lib qtgraphicaleffects qtquickcontrols2 ]; installPhase = '' runHook preInstall install OpenSoundMeter -Dt $out/bin install OpenSoundMeter.desktop -m444 -Dt $out/share/applications install icons/white.png -m444 -D $out/share/icons/OpenSoundMeter.png runHook postInstall ''; meta = with lib; { description = "Sound measurement application for tuning audio systems in real-time"; homepage = "https://opensoundmeter.com/"; license = licenses.gpl3Plus; mainProgram = "OpenSoundMeter"; maintainers = with maintainers; [ orivej ]; platforms = platforms.linux; }; }