xfce: add update scripts to xfce packages

This commit is contained in:
José Romildo Malaquias
2020-04-15 09:45:25 -03:00
parent 8162d76b18
commit 06ba312152
34 changed files with 324 additions and 170 deletions
@@ -5,6 +5,7 @@
, thunar
, cmake
, ninja
, xfce
}:
stdenv.mkDerivation rec {
@@ -31,6 +32,12 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.updateScript = xfce.updateScript {
inherit pname version;
attrPath = "xfce.thunar-dropbox-plugin";
versionLister = xfce.gitLister src.meta.homepage;
};
meta = with stdenv.lib; {
homepage = "https://github.com/Jeinzi/thunar-dropbox";
description = "A plugin that adds context-menu items for Dropbox to Thunar";