mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Updating xneur - there is still input doubling in urxvt..
svn path=/nixpkgs/trunk/; revision=17210
This commit is contained in:
parent
b25e2987a6
commit
b592993513
3 changed files with 20 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
args: with args;
|
||||
|
||||
let s = import ./src-for-default.nix; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.9.5";
|
||||
name="xneur";
|
||||
inherit (s) version name;
|
||||
src = fetchurl {
|
||||
url = "http://dists.xneur.ru/release-${version}/tgz/${name}-${version}.tar.bz2";
|
||||
sha256 = "06rl7blpyhm61p5hyip55z8gdra6z89d8h4g4mbn4cbs8hd8hq8w";
|
||||
inherit(s) url;
|
||||
sha256 = s.hash;
|
||||
};
|
||||
|
||||
buildInputs = [libX11 pkgconfig pcre GStreamer glib libxml2 aspell
|
||||
|
@ -33,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||
description = "xneur is the keyboard layout switcher.";
|
||||
homepage = http://xneur.ru;
|
||||
license = "GPL2+";
|
||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
9
pkgs/applications/misc/xneur/src-for-default.nix
Normal file
9
pkgs/applications/misc/xneur/src-for-default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
rec {
|
||||
version="0.9.6";
|
||||
name="xneur-0.9.6";
|
||||
hash="0xxyj2w5ckk2pnqsx853zgs6s2lq1cb101px472rccpixcbdfs47";
|
||||
url="http://dists.xneur.ru/release-0.9.6.6/tgz/xneur-0.9.6.tar.bz2";
|
||||
advertisedUrl="http://dists.xneur.ru/release-0.9.6/tgz/xneur-0.9.6.tar.bz2";
|
||||
|
||||
|
||||
}
|
4
pkgs/applications/misc/xneur/src-info-for-default.nix
Normal file
4
pkgs/applications/misc/xneur/src-info-for-default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
downloadPage = "http://xneur.ru/wiki/Downloads";
|
||||
baseName = "xneur";
|
||||
}
|
Loading…
Reference in a new issue