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
Guillaume Hervier
chromebrew
Commits
1a1f0eae
Commit
1a1f0eae
authored
Nov 18, 2018
by
Chris Thurber
Committed by
GitHub
Nov 18, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2874 from uberhacker/add-gucharmap-package
Add gucharmap package
parents
2769c00e
b76a4e11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
packages/gucharmap.rb
packages/gucharmap.rb
+39
-0
No files found.
packages/gucharmap.rb
0 → 100644
View file @
1a1f0eae
require
'package'
class
Gucharmap
<
Package
description
'GNOME Character Map, based on the Unicode Character Database.'
homepage
'https://wiki.gnome.org/Apps/Gucharmap'
version
'10.0.4'
source_url
'https://download.gnome.org/sources/gucharmap/10.0/gucharmap-10.0.4.tar.xz'
source_sha256
'bb266899266b2f2dcdbaf9f45cafd74c6f4e540132d3f0b068d37343291df001'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gucharmap-10.0.4-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gucharmap-10.0.4-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gucharmap-10.0.4-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gucharmap-10.0.4-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'074dfb52ebdf428a1f88b12d45902ec1622222ee834eb301858728e06bf36bec'
,
armv7l:
'074dfb52ebdf428a1f88b12d45902ec1622222ee834eb301858728e06bf36bec'
,
i686:
'7fb24b94a6c2c7ea4c91ffbe4e1d52124102bb8131932c7a085de9cd1458e35f'
,
x86_64:
'ea67e70f52dd53fc6ab9e04c019ae60519a334eb89e077efff201a29d872ca3f'
,
})
depends_on
'desktop_file_utilities'
depends_on
'itstool'
depends_on
'vala'
def
self
.
build
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'--with-unicode-data=download'
,
'--disable-maintainer-mode'
system
"make LIBS='-ldl'"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
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