From 30662f36c8e1621c2d991320e01c7cfe568d66ee Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 12 Oct 2016 09:31:11 +0100 Subject: [PATCH] atom: update to 1.11.1. --- srcpkgs/atom/patches/desktop.patch | 2 +- srcpkgs/atom/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/atom/patches/desktop.patch b/srcpkgs/atom/patches/desktop.patch index a629edc68e..1754f8a508 100644 --- a/srcpkgs/atom/patches/desktop.patch +++ b/srcpkgs/atom/patches/desktop.patch @@ -10,7 +10,7 @@ index 1969e3f..71c19ca 100644 Name=Atom Comment=<%= description %> GenericName=Text Editor --Exec=<%= installDir %>/share/<%= appFileName %>/atom %U +-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F -Icon=<%= iconPath %> +Exec=/usr/share/atom/atom %U +Icon=/usr/share/atom/resources/app.asar.unpacked/resources/atom.png diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template index cfb1381882..f53cc99832 100644 --- a/srcpkgs/atom/template +++ b/srcpkgs/atom/template @@ -1,7 +1,7 @@ # Template file for 'atom' pkgname=atom -version=1.10.2 -revision=2 +version=1.11.1 +revision=1 nocross=yes nostrip=yes hostmakedepends="git pkg-config python-devel nodejs git-perl" @@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni " license="MIT" homepage="https://atom.io" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" -checksum=de47aa7d80b3e31f1c42823fec6e98a9473021c022970a8548cb36c498a7e6f8 +checksum=ba7f4d4ad39dae21cc58b02bd2f6e51b315994c24484802a51ecce22120d80ac only_for_archs="i686 x86_64"