Commit 7910f01a authored by lovedheart's avatar lovedheart Committed by GitHub

Update gtk3.rb

fix installation error
parent 4e2fc222
......@@ -21,6 +21,7 @@ class Gtk3 < Package
depends_on 'python3'
depends_on 'libx11'
depends_on 'at_spi2_atk'
depends_on 'python27'
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
......@@ -28,7 +29,8 @@ class Gtk3 < Package
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
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