From ff308d06e911258dfa5cdf46fe2766780ed96a86 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 4 Oct 2015 10:52:40 +0200 Subject: viewnior: 1.4 -> 1.5 --- pkgs/applications/graphics/viewnior/default.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/viewnior/default.nix b/pkgs/applications/graphics/viewnior/default.nix index 478553d2c00a..d01b1a14018d 100644 --- a/pkgs/applications/graphics/viewnior/default.nix +++ b/pkgs/applications/graphics/viewnior/default.nix @@ -1,14 +1,18 @@ -{ stdenv, fetchurl, pkgconfig, gtk2, libpng, exiv2, lcms +{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk2, libpng, exiv2, lcms , intltool, gettext, shared_mime_info, glib, gdk_pixbuf, perl}: stdenv.mkDerivation rec { - name = "viewnior-1.4"; - - src = fetchurl { - url = "https://www.dropbox.com/s/zytq0suabesv933/${name}.tar.gz"; - sha256 = "0vv1133phgfzm92md6bbccmcvfiqb4kz28z1572c0qj971yz457a"; + name = "viewnior-${version}"; + version = "1.5"; + + src = fetchFromGitHub { + owner = "xsisqox"; + repo = "Viewnior"; + rev = name; + sha256 = "0y352hkkwmzb13a87vqgj1dpdn81qk94acby1a93xkqr1qs626lw"; }; + nativeBuildInputs = [ autoreconfHook ]; buildInputs = [ pkgconfig gtk2 libpng exiv2 lcms intltool gettext shared_mime_info glib gdk_pixbuf perl @@ -30,7 +34,7 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl3; - homepage = http://xsisqox.github.com/Viewnior; + homepage = http://siyanpanayotov.com/project/viewnior/; maintainers = [ stdenv.lib.maintainers.smironov ]; -- cgit 1.4.1 From d9813ed4acfbc0f5adf532551a06177181d435c3 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 5 Oct 2015 11:05:40 -0700 Subject: feh: 2.13.1 -> 2.14 --- pkgs/applications/graphics/feh/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix index 266f70e3008f..8602a9a04f85 100644 --- a/pkgs/applications/graphics/feh/default.nix +++ b/pkgs/applications/graphics/feh/default.nix @@ -2,14 +2,15 @@ , libXinerama, curl, libexif }: stdenv.mkDerivation rec { - name = "feh-2.13.1"; + name = "feh-2.14"; src = fetchurl { url = "http://feh.finalrewind.org/${name}.tar.bz2"; - sha256 = "1059mflgw8hl398lwy55fj50a98xryvdf23wkpbn4s0z9388hl46"; + sha256 = "0j5wxpqccnd0hl74z2vwv25n7qnik1n2mcm2jn0c0z7cjn4wsa9q"; }; - buildInputs = [ makeWrapper xlibsWrapper imlib2 libjpeg libpng libXinerama curl libexif ]; + nativeBuildInputs = [ makeWrapper ]; + buildInputs = [ xlibsWrapper imlib2 libjpeg libpng libXinerama curl libexif ]; preBuild = '' makeFlags="PREFIX=$out exif=1" -- cgit 1.4.1 From 8222eeca6eb3081de3439c2fcfd501dc96b45c6b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 13 Oct 2015 14:43:01 +0200 Subject: simple-scan 3.18.0 -> 3.18.1 --- pkgs/applications/graphics/simple-scan/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/simple-scan/default.nix b/pkgs/applications/graphics/simple-scan/default.nix index c5d1b936233b..d5f5d6c672c1 100644 --- a/pkgs/applications/graphics/simple-scan/default.nix +++ b/pkgs/applications/graphics/simple-scan/default.nix @@ -1,12 +1,12 @@ { stdenv, fetchurl, cairo, colord, glib, gtk3, gusb, intltool, itstool, libusb , libxml2, makeWrapper, packagekit, pkgconfig, saneBackends, systemd, vala }: -let version = "3.18.0"; in +let version = "3.18.1"; in stdenv.mkDerivation rec { name = "simple-scan-${version}"; src = fetchurl { - sha256 = "09qki4h1px65fxwpr7jppzqsi5cfcb8168p13blp3wcfizjgb9gl"; + sha256 = "1i37j36kbn1h8yfzcvbis6f38xz2nj5512ls3gb0j5na0bvja2cw"; url = "https://launchpad.net/simple-scan/3.18/${version}/+download/${name}.tar.xz"; }; -- cgit 1.4.1 From 2a117cda417ca4b2e8a7243cccde164d3fca6364 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Tue, 13 Oct 2015 15:11:54 +0300 Subject: yed: 3.14.3 -> 3.14.4 --- pkgs/applications/graphics/yed/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/yed/default.nix b/pkgs/applications/graphics/yed/default.nix index e3b7d001174f..51c41e01bf9c 100644 --- a/pkgs/applications/graphics/yed/default.nix +++ b/pkgs/applications/graphics/yed/default.nix @@ -1,12 +1,12 @@ { stdenv, fetchurl, requireFile, makeWrapper, unzip, jre }: stdenv.mkDerivation rec { - name = "yEd-3.14.3"; + name = "yEd-3.14.4"; src = requireFile { name = "${name}.zip"; url = "https://www.yworks.com/en/products/yfiles/yed/"; - sha256 = "0xgazknbz82sgk65hxmvbycl1vd25z80a7jgwjgw7syicrgmplcl"; + sha256 = "0pm271ss6cq2s6cv9ww92haaq2abkjxd9dvc8d72h6af5awv8xy6"; }; nativeBuildInputs = [ unzip makeWrapper ]; -- cgit 1.4.1