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
c26aea6c
Commit
c26aea6c
authored
Feb 07, 2018
by
Ed Reel
Committed by
GitHub
Feb 07, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1758 from lovedheart/patch-33
Create gtk3.rb
parents
f764e0f5
fbe48859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
packages/gtk3.rb
packages/gtk3.rb
+26
-0
No files found.
packages/gtk3.rb
0 → 100644
View file @
c26aea6c
require
'package'
class
Gtk3
<
Package
description
'Gtk3 is a cross-platform widget toolkit for creating graphical user interfaces.'
homepage
'https://developer.gnome.org/gtk3/3.0/'
version
'3.22'
source_url
'https://ftp.gnome.org/pub/gnome/sources/gtk+/3.22/gtk+-3.22.26.tar.xz'
source_sha256
'61eef0d320e541976e2dfe445729f12b5ade53050ee9de6184235cb60cd4b967'
depends_on
'gdk_pixbuf'
depends_on
'libepoxy'
depends_on
'graphene'
depends_on
'libxkbcommon'
depends_on
'at_spi2_atk'
def
self
.
build
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