diff --git a/packages/encodings.rb b/packages/encodings.rb index 895158f92..c92f83528 100644 --- a/packages/encodings.rb +++ b/packages/encodings.rb @@ -8,12 +8,28 @@ class Encodings < Package source_url 'https://www.x.org/releases/individual/font/encodings-1.0.5.tar.bz2' source_sha256 'bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/encodings-1.0.5-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/encodings-1.0.5-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/encodings-1.0.5-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/encodings-1.0.5-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'eaa062b2b7fb598e9f08c6c3a17cac90d216af00da3a53d345fa1c9b25acf00c', + armv7l: 'eaa062b2b7fb598e9f08c6c3a17cac90d216af00da3a53d345fa1c9b25acf00c', + i686: '3f55baae1377dfd81705627842acf0a37c7efaeb03e5de3a9086cadb65a9aad1', + x86_64: '7571507bb292543e9a4fabb77eb51713403983c04bab5b5b1593946f4a07a00a', + }) + + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system "sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile" # Found in xbps-src - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system "sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile" # Found in xbps-src + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_adobe_100dpi.rb b/packages/font_adobe_100dpi.rb index d2e67e223..98025a03e 100644 --- a/packages/font_adobe_100dpi.rb +++ b/packages/font_adobe_100dpi.rb @@ -8,13 +8,29 @@ class Font_adobe_100dpi < Package source_url 'https://www.x.org/releases/individual/font/font-adobe-100dpi-1.0.3.tar.bz2' source_sha256 'b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_100dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_100dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_100dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_100dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'bd1f009f3db17d73db401bcfdddca3f8471b29e2d387569aabe9d5ffc000a8df', + armv7l: 'bd1f009f3db17d73db401bcfdddca3f8471b29e2d387569aabe9d5ffc000a8df', + i686: 'a472e463432ad5a82c4e1362f96fa406c25640308c646a258342b8e9d04f891e', + x86_64: 'b682ca853cb284f521969cd47683b21ae55089014d9408980b5c4d9e6b5c1e35', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_adobe_75dpi.rb b/packages/font_adobe_75dpi.rb index 1cd867bd9..9a2cd0238 100644 --- a/packages/font_adobe_75dpi.rb +++ b/packages/font_adobe_75dpi.rb @@ -8,13 +8,29 @@ class Font_adobe_75dpi < Package source_url 'https://www.x.org/releases/individual/font/font-adobe-75dpi-1.0.3.tar.bz2' source_sha256 'c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_75dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_75dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_75dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_75dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'ce42dd81802a50ef02e136b209b97c4f622f1fe1ee639ee0d34002771e95ba54', + armv7l: 'ce42dd81802a50ef02e136b209b97c4f622f1fe1ee639ee0d34002771e95ba54', + i686: 'e497248af07548ec3260124b7667c2ab5057b66334bf76f3b9aa43622adadef0', + x86_64: '24a9499a17f3af0eb9f1c44ca71557b3ec8b7fa304f5955dcfbe4761ca0e97bb', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_adobe_utopia_100dpi.rb b/packages/font_adobe_utopia_100dpi.rb index 567773360..10597851d 100644 --- a/packages/font_adobe_utopia_100dpi.rb +++ b/packages/font_adobe_utopia_100dpi.rb @@ -8,13 +8,29 @@ class Font_adobe_utopia_100dpi < Package source_url 'https://www.x.org/releases/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2' source_sha256 'd16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_100dpi-1.0.4-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_100dpi-1.0.4-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_100dpi-1.0.4-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_100dpi-1.0.4-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'c217c619266885a4d3d2860ab9f0a4376590c75609db41ac2f4ff0bfc90bffed', + armv7l: 'c217c619266885a4d3d2860ab9f0a4376590c75609db41ac2f4ff0bfc90bffed', + i686: '88d1fc4761c703b059669aea4ba713b1df82997d63c3b4c2dbee89fbf12c6522', + x86_64: '513463f01f5bee4f268e0bb264748252936273c8c5c5a37e1d28a2b54a66480d', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_adobe_utopia_75dpi.rb b/packages/font_adobe_utopia_75dpi.rb index 3d55ed544..8d26113dd 100644 --- a/packages/font_adobe_utopia_75dpi.rb +++ b/packages/font_adobe_utopia_75dpi.rb @@ -8,13 +8,29 @@ class Font_adobe_utopia_75dpi < Package source_url 'https://www.x.org/releases/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2' source_sha256 '8732719c61f3661c8bad63804ebfd54fc7de21ab848e9a26a19b1778ef8b5c94' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_75dpi-1.0.4-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_75dpi-1.0.4-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_75dpi-1.0.4-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_75dpi-1.0.4-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'ee884c5a84f8ac67386a692ea8b67066d89474c11f856332c8d35b7a82d7a237', + armv7l: 'ee884c5a84f8ac67386a692ea8b67066d89474c11f856332c8d35b7a82d7a237', + i686: '0c5cd71a68340ed2adc6632c36f5b856ca83b71a818f67495142da39abd1c84a', + x86_64: '8a3b3ac148eb5ebb421602ac50532db7969de14969cf0bd30c0714f30bcc0213', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_adobe_utopia_type1.rb b/packages/font_adobe_utopia_type1.rb index 2e04e924f..fdc4724fb 100644 --- a/packages/font_adobe_utopia_type1.rb +++ b/packages/font_adobe_utopia_type1.rb @@ -8,13 +8,29 @@ class Font_adobe_utopia_type1 < Package source_url 'https://www.x.org/releases/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2' source_sha256 '979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_type1-1.0.4-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_type1-1.0.4-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_type1-1.0.4-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_adobe_utopia_type1-1.0.4-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '2e0f5a41d6d0d01abc90e1646315c027489fb53c662d6885e7b729449107d94b', + armv7l: '2e0f5a41d6d0d01abc90e1646315c027489fb53c662d6885e7b729449107d94b', + i686: '6e5ab58840dfac86b37565200dbff84d6e9baed00b0adca72268c1afdf3eaeba', + x86_64: '78465e87c0964dff80de20039762822063fe56273c5a83f3170c1e84d4b76d2f', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bh_100dpi.rb b/packages/font_bh_100dpi.rb index c38eb4300..4174d7ee7 100644 --- a/packages/font_bh_100dpi.rb +++ b/packages/font_bh_100dpi.rb @@ -8,13 +8,29 @@ class Font_bh_100dpi < Package source_url 'https://www.x.org/releases/individual/font/font-bh-100dpi-1.0.3.tar.bz2' source_sha256 '23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_100dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_100dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_100dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_100dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '8e692f3da6f15d2c4a52e925771a41a805407e240fb8acb0c01c9a18a23df8c2', + armv7l: '8e692f3da6f15d2c4a52e925771a41a805407e240fb8acb0c01c9a18a23df8c2', + i686: '7205232f5b8e94a7c0acb98790bcb6515cf0f05158e85e2845d1225efa70b08c', + x86_64: '4f2242e7bd89142c4da8833d0e836a8a19ed0d187cdb9e2867d7265d696e4fe2', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bh_75dpi.rb b/packages/font_bh_75dpi.rb index 653bf1a40..a6a6ec335 100644 --- a/packages/font_bh_75dpi.rb +++ b/packages/font_bh_75dpi.rb @@ -8,13 +8,29 @@ class Font_bh_75dpi < Package source_url 'https://www.x.org/releases/individual/font/font-bh-75dpi-1.0.3.tar.bz2' source_sha256 '3486aa51ac92c646a448fe899c5c3dae0024b1fef724d5100d52640d1cac721c' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_75dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_75dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_75dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_75dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'd805e4c0a8408bc8befa3641a7b9d6237fed852228c8cad214f602ef36768383', + armv7l: 'd805e4c0a8408bc8befa3641a7b9d6237fed852228c8cad214f602ef36768383', + i686: '6c8f588a013faf4bcfe0e8e2518681abbdc92e55efdcd5ec7466594ff18d16ac', + x86_64: 'c0765033ef462c10f7f42f7b6f6ead1e6bc68a32796889fda266a7d08703ba17', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bh_lucidatypewriter_100dpi.rb b/packages/font_bh_lucidatypewriter_100dpi.rb index 37e57947d..2ceaa9e0a 100644 --- a/packages/font_bh_lucidatypewriter_100dpi.rb +++ b/packages/font_bh_lucidatypewriter_100dpi.rb @@ -8,13 +8,29 @@ class Font_bh_lucidatypewriter_100dpi < Package source_url 'https://www.x.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2' source_sha256 '62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_100dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_100dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_100dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_100dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '40f50aeba90dcd36651e66ec0ac771e998cf424393a9ceebbbf3f31e6f7bc7c4', + armv7l: '40f50aeba90dcd36651e66ec0ac771e998cf424393a9ceebbbf3f31e6f7bc7c4', + i686: '52f2327725413f968022444404648c81dae8bcc5e8e7b7426136ccd36b6b5eab', + x86_64: 'd60bbd9fe4d5529154df2a5c640c54fe84790f8510a8a83c2c93e5b98c28e798', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bh_lucidatypewriter_75dpi.rb b/packages/font_bh_lucidatypewriter_75dpi.rb index 6a5722ff6..a766bbb2d 100644 --- a/packages/font_bh_lucidatypewriter_75dpi.rb +++ b/packages/font_bh_lucidatypewriter_75dpi.rb @@ -8,13 +8,29 @@ class Font_bh_lucidatypewriter_75dpi < Package source_url 'https://www.x.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2' source_sha256 '4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_75dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_75dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_75dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_lucidatypewriter_75dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '28c150d55d5a1b5323eab5e908191646025ea3ed7a2590a90aef74cebf6787d2', + armv7l: '28c150d55d5a1b5323eab5e908191646025ea3ed7a2590a90aef74cebf6787d2', + i686: '35b5af9ccc01dd740047de1eb0948a5a3f6bd20d0f5f91f5d2f06e69350b9c92', + x86_64: 'f6dc723b1c2385095421d1534e2fc20cdeba5515739ad8d9277e281b8c8817e8', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bh_ttf.rb b/packages/font_bh_ttf.rb index c2a577c13..a54781346 100644 --- a/packages/font_bh_ttf.rb +++ b/packages/font_bh_ttf.rb @@ -8,14 +8,29 @@ class Font_bh_ttf < Package source_url 'https://www.x.org/releases/individual/font/font-bh-ttf-1.0.3.tar.bz2' source_sha256 '1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_ttf-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_ttf-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_ttf-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_ttf-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'fcb876e84a386eea475d5f9f9533c3f689e90ce16b8329495a24f28a698b29fa', + armv7l: 'fcb876e84a386eea475d5f9f9533c3f689e90ce16b8329495a24f28a698b29fa', + i686: '6758e70d14c700ca6694a70d5764ccfccbb91f901ebc08d1f3a9dcc013811efa', + x86_64: '6418dc920fcde48ed1bc5d914321a0be756f127d4b532e44f4482180e52cc01f', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bh_type1.rb b/packages/font_bh_type1.rb index 03a497026..f1df2ece5 100644 --- a/packages/font_bh_type1.rb +++ b/packages/font_bh_type1.rb @@ -8,13 +8,29 @@ class Font_bh_type1 < Package source_url 'https://www.x.org/releases/individual/font/font-bh-type1-1.0.3.tar.bz2' source_sha256 '761455a297486f3927a85d919b5c948d1d324181d4bea6c95d542504b68a63c1' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_type1-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_type1-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_type1-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bh_type1-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '5d8fdfff994102c3a4a801112f7dd9d6e310f604c477d1b2cb17ecde1e42a0ab', + armv7l: '5d8fdfff994102c3a4a801112f7dd9d6e310f604c477d1b2cb17ecde1e42a0ab', + i686: '2235b52c55a958b30126bc5318f32386d684e957a332a4e0f424eb8da2ff0c21', + x86_64: '7cb22c07fb43982d548a0fd3801f426e8cbbb4f5cdd037c213060a58295ec512', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bitstream_100dpi.rb b/packages/font_bitstream_100dpi.rb index b3e1318a2..69f827726 100644 --- a/packages/font_bitstream_100dpi.rb +++ b/packages/font_bitstream_100dpi.rb @@ -8,13 +8,29 @@ class Font_bitstream_100dpi < Package source_url 'https://www.x.org/releases/individual/font/font-bitstream-100dpi-1.0.3.tar.bz2' source_sha256 'ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_100dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_100dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_100dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_100dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'f441acd2dbd2a14fbf1f8a9751c280914430fb1fca73226e9d41f6942d148584', + armv7l: 'f441acd2dbd2a14fbf1f8a9751c280914430fb1fca73226e9d41f6942d148584', + i686: 'a624d6c5904592ce3cbd6fc12a8256637f0901e8d3c43e00761a6cce6dd5d857', + x86_64: 'b77710477235aae88b224494b18cf17b14789916bdf4f4f4b7397e3885a9a347', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bitstream_75dpi.rb b/packages/font_bitstream_75dpi.rb index 5875a7692..014850bf7 100644 --- a/packages/font_bitstream_75dpi.rb +++ b/packages/font_bitstream_75dpi.rb @@ -8,13 +8,29 @@ class Font_bitstream_75dpi < Package source_url 'https://www.x.org/releases/individual/font/font-bitstream-75dpi-1.0.3.tar.bz2' source_sha256 'ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_75dpi-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_75dpi-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_75dpi-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_75dpi-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'e5df678cc719b19dcb74ad1589a7d0044ba67f6df60ba72625f43fc0280304dc', + armv7l: 'e5df678cc719b19dcb74ad1589a7d0044ba67f6df60ba72625f43fc0280304dc', + i686: 'dbb337a5e34891f4eaef3c0baa3d667efea2ee0600b0d100ca8ae78e38c4723b', + x86_64: '495010865f5de0b2f9f361ccaa6c1824e9114e854c01582731be00450d1fa4be', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_bitstream_type1.rb b/packages/font_bitstream_type1.rb index 1a6070d41..408683069 100644 --- a/packages/font_bitstream_type1.rb +++ b/packages/font_bitstream_type1.rb @@ -8,13 +8,29 @@ class Font_bitstream_type1 < Package source_url 'https://www.x.org/releases/individual/font/font-bitstream-type1-1.0.3.tar.bz2' source_sha256 'c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_type1-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_type1-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_type1-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_bitstream_type1-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'a5aeadbd5238efa090053c1adef4b0a07dc95c0d819ce94b978ea5df8bdb9605', + armv7l: 'a5aeadbd5238efa090053c1adef4b0a07dc95c0d819ce94b978ea5df8bdb9605', + i686: '9200f60a505fde2ae69174572714d9241d7ee2a593b309e1a336a546a08db547', + x86_64: '90f9e02e3631424df3ab89b4b2bcb69e3825654e4eb4538ceac382da9a83fa60', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_cursor_misc.rb b/packages/font_cursor_misc.rb index 6c985125d..bbac2e847 100644 --- a/packages/font_cursor_misc.rb +++ b/packages/font_cursor_misc.rb @@ -8,13 +8,29 @@ class Font_cursor_misc < Package source_url 'https://www.x.org/releases/individual/font/font-cursor-misc-1.0.3.tar.bz2' source_sha256 '17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_cursor_misc-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_cursor_misc-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_cursor_misc-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_cursor_misc-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '8259c1415c5c26cd3acfe4b4e285ee51e359e3a9e293ad5ee1e323b183e29447', + armv7l: '8259c1415c5c26cd3acfe4b4e285ee51e359e3a9e293ad5ee1e323b183e29447', + i686: 'b4ed16c23140f1937e1f1db8a50be8c3f092b5213bee32f5e02225413035876d', + x86_64: 'de3f59c6773fbb5ac70367e766d82156b2174e6ee70fe05e2f5b49508459264a', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_daewoo_misc.rb b/packages/font_daewoo_misc.rb index b1df7d306..b5c48b5f1 100644 --- a/packages/font_daewoo_misc.rb +++ b/packages/font_daewoo_misc.rb @@ -8,13 +8,29 @@ class Font_daewoo_misc < Package source_url 'https://www.x.org/releases/individual/font/font-daewoo-misc-1.0.3.tar.bz2' source_sha256 'bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_daewoo_misc-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_daewoo_misc-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_daewoo_misc-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_daewoo_misc-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'ab4e6485bc9457a2bce6d7f9ebd426048a7844539f8538a0b703ceb84128e746', + armv7l: 'ab4e6485bc9457a2bce6d7f9ebd426048a7844539f8538a0b703ceb84128e746', + i686: 'da1530601e1558c7766e1f8dad6885065ff5de0ab82368d7dec82cf309a3da4c', + x86_64: '9477310018acb565a629602ae131766100dac22e8f3f78bd1305d3e96287f373', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_dec_misc.rb b/packages/font_dec_misc.rb index f1c531855..b03227336 100644 --- a/packages/font_dec_misc.rb +++ b/packages/font_dec_misc.rb @@ -8,13 +8,29 @@ class Font_dec_misc < Package source_url 'https://www.x.org/releases/individual/font/font-dec-misc-1.0.3.tar.bz2' source_sha256 'e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_dec_misc-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_dec_misc-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_dec_misc-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_dec_misc-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'e9bd304b0a670711ef40a84c9464c3f27778b111848728a2915a0e347955245e', + armv7l: 'e9bd304b0a670711ef40a84c9464c3f27778b111848728a2915a0e347955245e', + i686: '45c87ad2777332aa0d5e29ee1baa05fb6c84a63f2adb2e5e7306b8aa81e94e01', + x86_64: '4c62adf9306c813a0f977d8f591762561a1e069a06b66d765ee87ecd940a481f', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_isas_misc.rb b/packages/font_isas_misc.rb index d20395310..d2e0da29b 100644 --- a/packages/font_isas_misc.rb +++ b/packages/font_isas_misc.rb @@ -8,13 +8,29 @@ class Font_isas_misc < Package source_url 'https://www.x.org/releases/individual/font/font-isas-misc-1.0.3.tar.bz2' source_sha256 '5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_isas_misc-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_isas_misc-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_isas_misc-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_isas_misc-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '853abfd7c65dd75187f6137b6fba9154cb02f86e1c1d02c7375b89345a3682de', + armv7l: '853abfd7c65dd75187f6137b6fba9154cb02f86e1c1d02c7375b89345a3682de', + i686: 'c31e0cd006ddb1a45a26243d7882ff0db5c3d54bdf5642e58933d1c155467cb4', + x86_64: 'af96111a02b892867c225abc24a44b2f56df766efdd7ff6e6e8a6825b9296f6a', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_jis_misc.rb b/packages/font_jis_misc.rb index 6861b4fbb..77b05c5cb 100644 --- a/packages/font_jis_misc.rb +++ b/packages/font_jis_misc.rb @@ -8,13 +8,29 @@ class Font_jis_misc < Package source_url 'https://www.x.org/releases/individual/font/font-jis-misc-1.0.3.tar.bz2' source_sha256 '2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_jis_misc-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_jis_misc-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_jis_misc-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_jis_misc-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '5b076de8ecbaf59eec8e7c58657742a0cd6c9d4b874a188d2ea59fca40832302', + armv7l: '5b076de8ecbaf59eec8e7c58657742a0cd6c9d4b874a188d2ea59fca40832302', + i686: '023d76e3324d1daca014d7985c99d15ac537ab6b6e357ee8e870847f5bd7744f', + x86_64: '829051dc56b5b93dc942dbd429ca93e4e14c0c5e810aa7e566fa26b434a46cf5', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/font_mutt_misc.rb b/packages/font_mutt_misc.rb index 0a5b78d9a..4c83426c2 100644 --- a/packages/font_mutt_misc.rb +++ b/packages/font_mutt_misc.rb @@ -8,13 +8,29 @@ class Font_mutt_misc < Package source_url 'https://www.x.org/releases/individual/font/font-mutt-misc-1.0.3.tar.bz2' source_sha256 'bd5f7adb34367c197773a9801df5bce7b019664941900b2a31fbfe1ff2830f8f' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/font_mutt_misc-1.0.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/font_mutt_misc-1.0.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/font_mutt_misc-1.0.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/font_mutt_misc-1.0.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '5a0bcf47ee4af1c9f15feb3e463f37558240558fc145e046f23c6ada4acb4a9b', + armv7l: '5a0bcf47ee4af1c9f15feb3e463f37558240558fc145e046f23c6ada4acb4a9b', + i686: 'be6200054fec1e6b75960c09258a33ae949a7dfdcbd159213bc6b0ddb85a92d4', + x86_64: '318656cca427983462ba4777ce2f7104bbe843a58c2d5610888f33e462f0eda9', + }) + depends_on 'bdftopcf' depends_on 'font_util' + depends_on 'mkfontscale' + def self.build - system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" - system 'make' + system "./configure #{CREW_OPTIONS} --with-fontrootdir=#{CREW_PREFIX}/share/fonts" + system 'make' end + def self.install - system "make install DESTDIR=#{CREW_DEST_DIR}" + system "make install DESTDIR=#{CREW_DEST_DIR}" end end diff --git a/packages/geany.rb b/packages/geany.rb index 8fd675e2b..7f03807a1 100644 --- a/packages/geany.rb +++ b/packages/geany.rb @@ -14,6 +14,17 @@ class Geany < Package depends_on 'sommelier' end + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37-chromeos-armv7l.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/geany-1.37-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: 'bbdb1255d7ce63c4261ebfd53bae0639f898e71adaba836783c429ea962e071b', + armv7l: 'bbdb1255d7ce63c4261ebfd53bae0639f898e71adaba836783c429ea962e071b', + x86_64: 'eb7e491ae1c62a634ce3a28f3ecf55dacce765ed2140098d1236799f15383380', + }) + def self.build system "./configure #{CREW_OPTIONS} --enable-api-docs=no --enable-html-docs=no --enable-pdf-docs=no" system 'make' diff --git a/packages/geany_plugins.rb b/packages/geany_plugins.rb index 0d5a61c15..51cbc8c14 100644 --- a/packages/geany_plugins.rb +++ b/packages/geany_plugins.rb @@ -12,7 +12,16 @@ class Geany_plugins < Package depends_on 'geany' end - + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/geany_plugins-1.37-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/geany_plugins-1.37-chromeos-armv7l.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/geany_plugins-1.37-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '08e0bf95bf7dbf8accb343c29f574513fbcd27259ec967fc4254fe9a8ec2c726', + armv7l: '08e0bf95bf7dbf8accb343c29f574513fbcd27259ec967fc4254fe9a8ec2c726', + x86_64: 'b18fe4b41730a581e3c3611887d64e44f0514af7e79070a3b3256c7933e05167', + }) def self.build system "./configure #{CREW_OPTIONS}" @@ -26,5 +35,4 @@ class Geany_plugins < Package def self.install system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install' end - end diff --git a/packages/glib.rb b/packages/glib.rb index dc777fdc0..2f4902d02 100644 --- a/packages/glib.rb +++ b/packages/glib.rb @@ -8,6 +8,19 @@ class Glib < Package source_url 'https://download.gnome.org/sources/glib/2.66/glib-2.66.3.tar.xz' source_sha256 '79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/glib-2.66.3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/glib-2.66.3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/glib-2.66.3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/glib-2.66.3-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '1450f0c7ef950948050399c1f451e6cc5b59b1f6c5c451914e5a131106bac578', + armv7l: '1450f0c7ef950948050399c1f451e6cc5b59b1f6c5c451914e5a131106bac578', + i686: '1d02625673d3e8d8b7bbc18bbac153d4c1a39058427df6aa0dbf1d1a38ea20bf', + x86_64: '1565316bfa555fb78a492202678c7715bf458dfc68da0d22b9e78f36ca16421e', + }) + depends_on 'util_linux' depends_on 'six' diff --git a/packages/go.rb b/packages/go.rb index 4877ca5d0..2fabe7554 100644 --- a/packages/go.rb +++ b/packages/go.rb @@ -9,8 +9,16 @@ class Go < Package source_sha256 'c1076b90cf94b73ebed62a81d802cd84d43d02dea8c07abdc922c57a071c84f1' binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/go-1.15.5-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/go-1.15.5-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/go-1.15.5-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/go-1.15.5-chromeos-x86_64.tar.xz', }) binary_sha256 ({ + aarch64: '272f22f883fc7215ae6d5fb5edfa77b0d7b569fe4505ca7d7cf02ad0b594ebeb', + armv7l: '272f22f883fc7215ae6d5fb5edfa77b0d7b569fe4505ca7d7cf02ad0b594ebeb', + i686: 'd93951d4ba4c9dc07ed89db5eaa7f62b9e60d70c49712c5cc24a8debe28fb66c', + x86_64: '228376a806cec3c5ddc6e4276fabfcd1bc002d57f84dd2124d49bf2c0907ddfa', }) # Tests require perl diff --git a/packages/wget.rb b/packages/wget.rb index 3dcbc6604..a7953ab6d 100644 --- a/packages/wget.rb +++ b/packages/wget.rb @@ -9,12 +9,21 @@ class Wget < Package source_sha256 '69607ce8216c2d1126b7a872db594b3f21e511e660e07ca1f81be96650932abb' binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/wget-1.20.3-3-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/wget-1.20.3-3-chromeos-armv7l.tar.xz', + i686: 'https://dl.bintray.com/chromebrew/chromebrew/wget-1.20.3-3-chromeos-i686.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/wget-1.20.3-3-chromeos-x86_64.tar.xz', }) binary_sha256 ({ + aarch64: '012955ab603d520c74bf0f6d2761003262267a59546d6adaff7e2a54d4202b8c', + armv7l: '012955ab603d520c74bf0f6d2761003262267a59546d6adaff7e2a54d4202b8c', + i686: '160dd00e2155870635a429bc357e2501475f1e11a5606279708a6d760224e9ff', + x86_64: '0edcd103db1895d1b599f4eed350541c40ab742b846ea4e6935987e8c296ea49', }) depends_on 'gnutls' depends_on 'libpsl' + depends_on 'libxdmcp' depends_on 'libmetalink' depends_on 'pcre2' diff --git a/packages/xwayland.rb b/packages/xwayland.rb index 92de8ab00..3ed54cc72 100644 --- a/packages/xwayland.rb +++ b/packages/xwayland.rb @@ -9,6 +9,16 @@ class Xwayland < Package source_url 'https://github.com/freedesktop/xorg-xserver/archive/d18dcecbe08a9ff22e43f12b6b7679a6ef1a6eb0.zip' source_sha256 '091edf47059adfa09242906db97e1d9d44dc6557efde4af861a7055975fa55ce' + binary_url ({ + aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/xwayland-1.20.9-1-chromeos-armv7l.tar.xz', + armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/xwayland-1.20.9-1-chromeos-armv7l.tar.xz', + x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/xwayland-1.20.9-1-chromeos-x86_64.tar.xz', + }) + binary_sha256 ({ + aarch64: '09a2f25dadcdf4d04bd7939daccef4286540dc17da05f96dd27001d5e29e64bd', + armv7l: '09a2f25dadcdf4d04bd7939daccef4286540dc17da05f96dd27001d5e29e64bd', + x86_64: '5d88e6eead59c165464489aee67fa8a28005ec2e407d5d3e042bde27beeb1c9a', + }) depends_on 'libepoxy' depends_on 'xorg_proto'