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
5bc29530
Commit
5bc29530
authored
Apr 03, 2018
by
lovedheart
Committed by
Ed Reel
Apr 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create gtkmm3.rb (#2189)
parent
82a158c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
packages/gtkmm3.rb
packages/gtkmm3.rb
+39
-0
No files found.
packages/gtkmm3.rb
0 → 100644
View file @
5bc29530
require
'package'
class
Gtkmm3
<
Package
description
'The Gtkmm3 package provides a C++ interface to GTK+ 3.'
homepage
'https://www.gtkmm.org/'
version
'3.22.2'
source_url
'https://ftp.gnome.org/pub/gnome/sources/gtkmm/3.22/gtkmm-3.22.2.tar.xz'
source_sha256
'91afd98a31519536f5f397c2d79696e3d53143b80b75778521ca7b48cb280090'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm3-3.22.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm3-3.22.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm3-3.22.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gtkmm3-3.22.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'01538cda99b9b67168aa6d723a06b80d8ebd4bf0bc3b218f793f70868ee2a8da'
,
armv7l:
'01538cda99b9b67168aa6d723a06b80d8ebd4bf0bc3b218f793f70868ee2a8da'
,
i686:
'3a89b7fd9f1b2c7bd863070144d3d84d0e99797eac3f8dfd06f7e88441ea0541'
,
x86_64:
'53bab1cbca694187e64084186991068557f6126064a0ca21f96508d55c9fba88'
,
})
depends_on
'atkmm'
depends_on
'gtk3'
depends_on
'pangomm'
def
self
.
build
# fix the documents directory name
system
"sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-3.22.2/' \
-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