scudcloud: init at 1.35/254-port-to-qt5

This commit is contained in:
Mikhail Volkhov 2016-02-14 21:10:36 +03:00
parent 13f43c7ebc
commit 42cf40bfbd
No known key found for this signature in database
GPG key ID: 17A854CA823709D7
3 changed files with 27 additions and 0 deletions

View file

@ -451,6 +451,7 @@
vizanto = "Danny Wilson <danny@prime.vc>";
vlstill = "Vladimír Štill <xstill@fi.muni.cz>";
vmandela = "Venkateswara Rao Mandela <venkat.mandela@gmail.com>";
volhovm = "Mikhail Volkhov <volhovm.cs@gmail.com>";
vozz = "Oliver Hunt <oliver.huntuk@gmail.com>";
vrthra = "Rahul Gopinath <rahul@gopinath.org>";
wedens = "wedens <kirill.wedens@gmail.com>";

View file

@ -0,0 +1,24 @@
{ stdenv, fetchgit, python3Packages }:
python3Packages.buildPythonPackage {
name = "scudcloud-1.35";
namePrefix = "";
# Version 1.35, branch 254-port-to-qt5
# https://github.com/raelgc/scudcloud/commit/6d924b5c23597c94d1a8e829a8a5d917806a5bc9
src = fetchgit {
url = https://github.com/raelgc/scudcloud/;
rev = "6d924b5c23597c94d1a8e829a8a5d917806a5bc9";
sha256 = "01k5am3067l3p1c91mdrh2fk3cgr20dhppa6flqi5b2ygzrc1i8q";
};
propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python ];
meta = with stdenv.lib; {
description = "Non-official desktop client for Slack";
homepage = "https://github.com/raelgc/scudcloud";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ volhovm ];
};
}

View file

@ -13801,6 +13801,8 @@ in
stdenv = stdenv_32bit;
};
scudcloud = callPackage ../applications/networking/instant-messengers/scudcloud { };
shotcut = qt5.callPackage ../applications/video/shotcut { };
smplayer = qt5.callPackage ../applications/video/smplayer { };