Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6e1c55a11eafc18c78bad4632a89350aa4b15729
commit 6e1c55a11eafc18c78bad4632a89350aa4b15729 Author: DeX77 <[email protected]> Date: Tue Jan 24 16:58:36 2017 +0100 atom-1.13.0-1-x86_64 * version bump diff --git a/autorevision.cache b/autorevision.cache new file mode 100644 index 0000000..44b9128 --- /dev/null +++ b/autorevision.cache @@ -0,0 +1,14 @@ +# Generated by autorevision - do not hand-hack! + +VCS_TYPE="git" +VCS_BASENAME="current" +VCS_BRANCH="master" +VCS_TAG="" +VCS_EXTRA="2.0-115353-g4ac43a7" + +VCS_FULL_HASH="4ac43a7462b6d05a139e5a660cd1bde3a6eee5f1" +VCS_SHORT_HASH="4ac43a7" + +VCS_WC_MODIFIED=1 + +# end diff --git a/source/xapps-extra/atom/FrugalBuild b/source/xapps-extra/atom/FrugalBuild index c4ecef0..55a2753 100644 --- a/source/xapps-extra/atom/FrugalBuild +++ b/source/xapps-extra/atom/FrugalBuild @@ -3,15 +3,17 @@ # Contributor: darknekros <[email protected]> pkgname=atom -pkgver=1.11.1 +pkgver=1.13.0 pkgrel=1 pkgdesc="Atom is a hackable text editor for the 21st century from GitHub." depends=('libgnome-keyring' 'nodejs>=6.3.1-2' 'gconf' 'python' 'git' 'alsa-lib' 'libcups' \ 'libnotify' 'libxtst' 'nss' 'gtk+2-libs') -makedepends=('ca-certificates' 'gtk+2' 'cups' 'x11-protos') +makedepends=('ca-certificates' 'gtk+2' 'cups' 'x11-protos' 'libxkbfile') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('d36df87676c96397501fdaa606a191cbbbb2bddb') +source=("${source[@]}" use_newer_apm.patch) +sha1sums=('0cfd9761fbcd6cbacc19274a3837c6be945e765c' \ + '835319c4c414200ba7e86a341d93e1e42efd1690') _F_github_tag_v=$pkgver Finclude github diff --git a/source/xapps-extra/atom/use_newer_apm.patch b/source/xapps-extra/atom/use_newer_apm.patch new file mode 100644 index 0000000..23cc077 --- /dev/null +++ b/source/xapps-extra/atom/use_newer_apm.patch @@ -0,0 +1,10 @@ +--- atom-1.13.0/apm/package.json 2017-01-10 19:13:18.000000000 +0100 ++++ atom-1.13.0.new/apm/package.json 2017-01-24 16:30:24.000000000 +0100 +@@ -6,6 +6,6 @@ + "url": "https://github.com/atom/atom.git" + }, + "dependencies": { +- "atom-package-manager": "1.14.1" ++ "atom-package-manager": "1.15.2" + } + } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
