Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
6c15fb35
Commit
6c15fb35
authored
Feb 02, 2017
by
lyxell
Committed by
GitHub
Feb 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #468 from cstrouse/update-emacs
Update emacs to 25.1
parents
f40a01eb
7f4ce821
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
packages/emacs.rb
packages/emacs.rb
+3
-4
No files found.
packages/emacs.rb
View file @
6c15fb35
require
'package'
class
Emacs
<
Package
version
'2
4.4
'
source_url
'ftp://ftp.gnu.org/gnu/emacs/emacs-2
4.4
.tar.xz'
source_sha1
'
68f9b1f7570a13d076b94c20f2d20fe40782031c
'
version
'2
5.1
'
source_url
'ftp://ftp.gnu.org/gnu/emacs/emacs-2
5.1
.tar.xz'
source_sha1
'
983e457971e3e3c8964d039c113033f98132b8a8
'
depends_on
"diffutils"
depends_on
"m4"
...
...
@@ -12,7 +12,6 @@ class Emacs < Package
def
self
.
build
system
"./configure --prefix=/usr/local --without-x --without-makeinfo --without-selinux"
system
"sed -i '/static void
\\
*/{ N; /static void
\\
*
\\
naligned_alloc/{ s/static //g}}' src/alloc.c"
system
"make"
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment