libfm-qt: 0.11.1 -> 0.12.0
This commit is contained in:
		
							parent
							
								
									6e37bd54ce
								
							
						
					
					
						commit
						0054183cc6
					
				@ -1,19 +1,19 @@
 | 
			
		||||
{
 | 
			
		||||
  stdenv, fetchFromGitHub, cmake, pkgconfig, lxqt-build-tools,
 | 
			
		||||
  xorg, libfm, menu-cache,
 | 
			
		||||
  pcre, libexif, xorg, libfm, menu-cache,
 | 
			
		||||
  qtx11extras, qttools
 | 
			
		||||
}:
 | 
			
		||||
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
  name = "${pname}-${version}";
 | 
			
		||||
  pname = "libfm-qt";
 | 
			
		||||
  version = "0.11.2";
 | 
			
		||||
  version = "0.12.0";
 | 
			
		||||
 | 
			
		||||
  src = fetchFromGitHub {
 | 
			
		||||
    owner = "lxde";
 | 
			
		||||
    repo = pname;
 | 
			
		||||
    rev = version;
 | 
			
		||||
    sha256 = "0k2g6bkz7bvawqkjzykbxi18wqsnhbxklqy6aqqkclpzcw45vk5v";
 | 
			
		||||
    sha256 = "0932yl098pc5rwgy9irrc3ys47jx64m3wm702dvs8yy15alv6x4i";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [
 | 
			
		||||
@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  buildInputs = [
 | 
			
		||||
    pcre
 | 
			
		||||
    libexif
 | 
			
		||||
    xorg.libpthreadstubs
 | 
			
		||||
    xorg.libxcb
 | 
			
		||||
    xorg.libXdmcp
 | 
			
		||||
    qtx11extras
 | 
			
		||||
    qttools
 | 
			
		||||
    libfm
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user