lxqt-l10n: 0.11.0 -> 0.11.2

This commit is contained in:
romildo 2017-02-19 08:39:19 -03:00
parent 45aa578ee4
commit ed798060e5

View File

@ -1,25 +1,20 @@
{ stdenv, fetchFromGitHub, cmake, qt5, kde5, lxqt }: { stdenv, fetchFromGitHub, cmake, qt5, lxqt }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "lxqt-l10n-${version}"; name = "lxqt-l10n-${version}";
version = "0.11.0"; version = "0.11.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxde"; owner = "lxde";
repo = "lxqt-l10n"; repo = "lxqt-l10n";
rev = version; rev = version;
sha256 = "1gwismyjfdd7lwlgfl5jvbxmkbq9v9ia0shm4f7hkkvlpc2y24gk"; sha256 = "1vk4q98kraq0lba50n9z6jwiapc7nz2b143b4ldlmrz4wscd867h";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
qt5.qtbase
qt5.qtx11extras
qt5.qttools qt5.qttools
qt5.qtsvg lxqt.lxqt-build-tools
kde5.kwindowsystem
lxqt.liblxqt
lxqt.libqtxdg
]; ];
postPatch = '' postPatch = ''
@ -31,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Translations of LXQt"; description = "Translations of LXQt";
homepage = https://github.com/lxde/lxqt-l10n; homepage = https://github.com/lxde/lxqt-l10n;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ romildo ];
platforms = with platforms; unix; platforms = with platforms; unix;
maintainers = with maintainers; [ romildo ];
}; };
} }