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
51f4c449
Commit
51f4c449
authored
Oct 28, 2019
by
vincowl
Committed by
Ed Reel
Oct 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade gemacs to 26.3 and generate glib compiled schemas (#3590)
parent
7adad53b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
14 deletions
+10
-14
packages/gemacs.rb
packages/gemacs.rb
+6
-12
packages/gsettings_desktop_schemas.rb
packages/gsettings_desktop_schemas.rb
+4
-2
No files found.
packages/gemacs.rb
View file @
51f4c449
...
...
@@ -3,25 +3,19 @@ require 'package'
class
Gemacs
<
Package
description
'An extensible, customizable, free/libre text editor - and more.'
homepage
'http://www.gnu.org/software/emacs/'
version
'26.
2
'
source_url
'https://ftpmirror.gnu.org/emacs/emacs-26.
2
.tar.xz'
source_sha256
'
151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e
'
version
'26.
3
'
source_url
'https://ftpmirror.gnu.org/emacs/emacs-26.
3
.tar.xz'
source_sha256
'
4d90e6751ad8967822c6e092db07466b9d383ef1653feb2f95c93e7de66d3485
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gemacs-26.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gemacs-26.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gemacs-26.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gemacs-26.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'cf400dc1a499f64c25c5fd08cb954305f62bba1f65bfaddeea799205d59fe506'
,
armv7l:
'cf400dc1a499f64c25c5fd08cb954305f62bba1f65bfaddeea799205d59fe506'
,
i686:
'd0b38c6c09d92c73dd0c02aff134b364ef1a05ff2e530a04b83e53aa62fed95c'
,
x86_64:
'120a8438b8ab8fda338f38151a2846528ba41a06923e294ed43b2c090c86a113'
,
})
depends_on
'emacs'
depends_on
'giflib'
depends_on
'libjpeg'
depends_on
'libpng'
depends_on
'libtiff'
depends_on
'imagemagick6'
depends_on
'sommelier'
...
...
@@ -42,6 +36,6 @@ class Gemacs < Package
def
self
.
install
system
"install -Dm755 src/emacs
#{
CREW_DEST_PREFIX
}
/bin/gemacs"
system
"install -Dm755 src/emacs-26.
2.1
#{
CREW_DEST_PREFIX
}
/bin/gemacs-26.2
.1"
system
"install -Dm755 src/emacs-26.
3.1
#{
CREW_DEST_PREFIX
}
/bin/gemacs-26.3
.1"
end
end
packages/gsettings_desktop_schemas.rb
View file @
51f4c449
...
...
@@ -35,10 +35,12 @@ class Gsettings_desktop_schemas < Package
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
# the steps required to install the package
end
def
self
.
postinstall
# The package is installed using a “DESTDIR” method, #{CREW_PREFIX}/share/glib-2.0/schemas/gschemas.compiled was not updated/created.
# Generate gschemas.compiled
system
"glib-compile-schemas
#{
CREW_
DEST_
PREFIX
}
/share/glib-2.0/schemas"
system
"glib-compile-schemas
#{
CREW_PREFIX
}
/share/glib-2.0/schemas"
end
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