Commit fb997f81 authored by José Romildo Malaquias's avatar José Romildo Malaquias
Browse files

lxqt-about: 0.11.1 -> 0.12.0

parent 0054183c
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, standardPatch, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg }:
{ stdenv, fetchFromGitHub, cmake, lxqt-build-tools, qtx11extras, qttools, qtsvg, kwindowsystem, liblxqt, libqtxdg }:

stdenv.mkDerivation rec {
  name = "${pname}-${version}";
  pname = "lxqt-about";
  version = "0.11.1";
  version = "0.12.0";

  srcs = fetchFromGitHub {
  src = fetchFromGitHub {
    owner = "lxde";
    repo = pname;
    rev = version;
    sha256 = "1pa68pr0iwvh34lippagc8kxdfd0l2071m0vh7dnvfqbnwly29dk";
    sha256 = "13knjxbnq0mh9jgkllarf6rjxkvj2c93l0srnlrqp3939gcpwxh3";
  };

  nativeBuildInputs = [
@@ -28,8 +28,6 @@ stdenv.mkDerivation rec {

  cmakeFlags = [ "-DPULL_TRANSLATIONS=NO" ];

  postPatch = standardPatch;

  meta = with stdenv.lib; {
    description = "Dialogue window providing information about LXQt and the system it's running on";
    homepage = https://github.com/lxde/lxqt-about;