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
82a158c1
Commit
82a158c1
authored
Apr 03, 2018
by
lovedheart
Committed by
Ed Reel
Apr 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create gtkmm2.rb (#2188)
parent
1b53cf54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
packages/gtkmm2.rb
packages/gtkmm2.rb
+39
-0
No files found.
packages/gtkmm2.rb
0 → 100644
View file @
82a158c1
require
'package'
class
Gtkmm2
<
Package
description
'The Gtkmm2 package provides a C++ interface to GTK+ 2.'
homepage
'https://www.gtkmm.org/'
version
'2.24.5'
source_url
'https://ftp.gnome.org/pub/gnome/sources/gtkmm/2.24/gtkmm-2.24.5.tar.xz'
source_sha256
'0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm2-2.24.5-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm2-2.24.5-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm2-2.24.5-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm2-2.24.5-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'dac13fa160bade1d77733cc368cc55a901285d2901bc5a0e58e667cc9e5158d1'
,
armv7l:
'dac13fa160bade1d77733cc368cc55a901285d2901bc5a0e58e667cc9e5158d1'
,
i686:
'7c677038f2b4d045ce6457bb960a1d8e09cd32f20e58018d64a446900f21c6dd'
,
x86_64:
'ee4cb765b361813661d8be16a85f74ff60d5426cd34ac11eeecd2c4dadce3599'
,
})
depends_on
'atkmm'
depends_on
'gtk2'
depends_on
'pangomm'
def
self
.
build
# fix the documents directory name
system
"sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-2.24.5/' \
-i docs/Makefile.in"
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
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