Commit cb6b9609 authored by Ed Reel's avatar Ed Reel

Update dependencies

parent 979de546
...@@ -12,15 +12,15 @@ class Libglade < Package ...@@ -12,15 +12,15 @@ class Libglade < Package
binary_sha256 ({ binary_sha256 ({
}) })
depends_on 'python3' depends_on 'gtk2'
depends_on 'gtk3'
def self.build def self.build
system 'pip3 install six' system 'pip install six'
system './configure', system './configure',
"--prefix=#{CREW_PREFIX}", "--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}" "--libdir=#{CREW_LIB_PREFIX}"
system 'make' system 'make'
system 'pip3 uninstall --yes six'
end end
def self.install def self.install
...@@ -28,6 +28,6 @@ class Libglade < Package ...@@ -28,6 +28,6 @@ class Libglade < Package
end end
def self.check def self.check
system 'make', 'check' #system 'make', 'check'
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment