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
de26642f
Commit
de26642f
authored
Apr 02, 2018
by
lovedheart
Committed by
Ed Reel
Apr 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create pangomm.rb (#2185)
* Create pangomm.rb * Update pangomm.rb
parent
d59c722a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
packages/pangomm.rb
packages/pangomm.rb
+43
-0
No files found.
packages/pangomm.rb
0 → 100644
View file @
de26642f
require
'package'
class
Pangomm
<
Package
description
'pangomm is the official C++ interface for the Pango font layout library.'
homepage
'https://developer.gnome.org/pangomm/stable/'
version
'2.40.1'
source_url
'https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.40/pangomm-2.40.1.tar.xz'
source_sha256
'9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/pangomm-2.40.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/pangomm-2.40.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/pangomm-2.40.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/pangomm-2.40.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'93a4e4b1c777485381bbc5c4500e168276a20431cfc801c890372523f632d68a'
,
armv7l:
'93a4e4b1c777485381bbc5c4500e168276a20431cfc801c890372523f632d68a'
,
i686:
'92fd54dd0047ee75a7e5a584e1ed6a209581c155bc6756f43bac606ba661e6ad'
,
x86_64:
'cbd631d55c635773fb18f1d1354dc2f1c13d339638ea2828a503b6cc03c4e191'
,
})
depends_on
'glibmm'
depends_on
'cairomm'
depends_on
'pango'
def
self
.
build
system
"sed -e '/^libdocdir =/ s/$(book_name)/pangomm-2.40.1/' \
-i docs/Makefile.in"
system
"./configure"
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
install
#system "pip install six" # for installation process
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
#system "pip uninstall --yes six"
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