diff --git a/srcpkgs/atom/patches/desktop.patch b/srcpkgs/atom/patches/desktop.patch index a629edc68eb..1754f8a5083 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 cfb1381882c..f53cc998324 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"