gtk-vnc: 1.3.1 → 1.4.0
https://gitlab.gnome.org/GNOME/gtk-vnc/-/compare/v1.3.1...1.4.0
This commit is contained in:
@@ -12,12 +12,13 @@
|
||||
cyrus_sasl,
|
||||
pulseaudioSupport ? stdenv.hostPlatform.isLinux,
|
||||
libpulseaudio,
|
||||
libgcrypt,
|
||||
gmp,
|
||||
gtk3,
|
||||
vala,
|
||||
gettext,
|
||||
perl,
|
||||
python3,
|
||||
gi-docgen,
|
||||
gnome,
|
||||
gdk-pixbuf,
|
||||
zlib,
|
||||
@@ -25,18 +26,19 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gtk-vnc";
|
||||
version = "1.3.1";
|
||||
version = "1.4.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"bin"
|
||||
"man"
|
||||
"dev"
|
||||
"devdoc"
|
||||
];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "USdjrE4FWdAVi2aCyl3Ro71jPwgvXkNJ1xWOa1+A8c4=";
|
||||
url = "mirror://gnome/sources/gtk-vnc/${lib.versions.majorMinor version}/gtk-vnc-${version}.tar.xz";
|
||||
sha256 = "G+ZMTkdgxSs+wzBnKQ0e+kCtTOyrbGc4E4BOPFWdloM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -48,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
gettext
|
||||
perl # for pod2man
|
||||
python3
|
||||
gi-docgen
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
@@ -57,7 +60,7 @@ stdenv.mkDerivation rec {
|
||||
gdk-pixbuf
|
||||
zlib
|
||||
glib
|
||||
libgcrypt
|
||||
gmp
|
||||
cyrus_sasl
|
||||
gtk3
|
||||
]
|
||||
@@ -69,9 +72,14 @@ stdenv.mkDerivation rec {
|
||||
"-Dpulseaudio=disabled"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
# Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
|
||||
moveToOutput "share/doc" "$devdoc"
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
packageName = "gtk-vnc";
|
||||
versionPolicy = "none";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user