Merge pull request #301848 from alexshpilkin/parlatype-4.1

parlatype: 4.0 -> 4.1
This commit is contained in:
Weijia Wang 2024-04-06 01:20:46 +02:00 committed by GitHub
commit f2f7942b83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@
, hicolor-icon-theme , hicolor-icon-theme
, isocodes , isocodes
, itstool , itstool
, libadwaita
, libxml2 , libxml2
, meson , meson
, ninja , ninja
@ -20,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "parlatype"; pname = "parlatype";
version = "4.0"; version = "4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gkarsay"; owner = "gkarsay";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1iyjxss6sgc9gx6ij30zz97bl31qix8pxklzn4kknh1b0j7hhbwq"; sha256 = "0546rl5sm7xmgl54cqps3a7bhfs7xdvz98jgdcf4sgiz1k2vh9xq";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
gtk4 gtk4
hicolor-icon-theme hicolor-icon-theme
isocodes isocodes
libadwaita
]; ];
postPatch = '' postPatch = ''
@ -72,7 +74,8 @@ stdenv.mkDerivation rec {
useful for journalists, students, scientists and whoever needs to useful for journalists, students, scientists and whoever needs to
transcribe audio files. transcribe audio files.
''; '';
homepage = "https://www.parlatype.org/"; # maintainer lost control of parlatype.org
homepage = "https://github.com/gkarsay/parlatype";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ alexshpilkin melchips ]; maintainers = with maintainers; [ alexshpilkin melchips ];
platforms = platforms.linux; platforms = platforms.linux;