wacomtablet-1.3.5
svn path=/nixpkgs/trunk/; revision=30946
This commit is contained in:
parent
9d43831de2
commit
1e74801dc4
|
@ -1,18 +1,20 @@
|
|||
{ stdenv, fetchurl, automoc4, cmake, kdelibs }:
|
||||
{ stdenv, fetchurl, kdelibs, gettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wacomtablet-1.2.5";
|
||||
name = "wacomtablet-1.3.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114856-${name}.tar.gz";
|
||||
sha256 = "11hfab6sqmhvd0m1grc9m9yfi0p7rk0bycj9wqgkgbc8cwgps6sf";
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114856-wacomtablet-v1.3.5.tar.bz2";
|
||||
sha256 = "0dgsp3izx2v44f6j8mhxc6zybjn5sj9038w6b4v2fgix47fri0ja";
|
||||
};
|
||||
|
||||
buildInputs = [ automoc4 cmake kdelibs ];
|
||||
buildInputs = [ kdelibs ];
|
||||
|
||||
buildNativeInputs = [ gettext ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "KDE Wacom graphic tablet configuration tool";
|
||||
license = "GPLv2";
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = http://kde-apps.org/content/show.php/wacom+tablet?content=114856;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.goibhniu maintainers.urkud ];
|
||||
|
|
Loading…
Reference in New Issue