forked from chromebrew/chromebrew
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'refactor/binstall', 'refactor/clean-extract', 'update…
…/git', 'update/github-release', 'update/openssl', 'update/nethack', 'refactor/install.sh', 'refactor/xz-mt', 'update/binaries', 'fp/xproto', 'fp/libx11', 'update/sshfs-fuse', 'refactor/install.sh-var', 'update/perl', 'update/glib' and 'update/bc' into work
- Loading branch information
Showing
55 changed files
with
867 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Applewmproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '1.4.2' | ||
source_url 'https://www.x.org/archive/individual/proto/applewmproto-1.4.2.tar.gz' | ||
source_sha256 'ff8ac07d263a23357af2d6ff0cca3c1d56b043ddf7797a5a92ec624f4704df2e' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Bigreqsproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '1.1.2' | ||
source_url 'https://www.x.org/archive/individual/proto/bigreqsproto-1.1.2.tar.gz' | ||
source_sha256 'de68a1a9dd1a1219ad73531bff9f662bc62fcd777387549c43cd282399f4a6ea' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Compositeproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '0.4' | ||
source_url 'https://www.x.org/archive/individual/proto/compositeproto-0.4.tar.gz' | ||
source_sha256 '1607f58409185203077de59801970b07a36f41e586a499918284c8d768d870cc' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Damageproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '1.2.1' | ||
source_url 'https://www.x.org/archive/individual/proto/damageproto-1.2.1.tar.gz' | ||
source_sha256 'f65ccbf1de9750a527ea6e85694085b179f2d06495cbdb742b3edb2149fef303' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Dmxproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '2.3' | ||
source_url 'https://www.x.org/archive/individual/proto/dmxproto-2.3.tar.gz' | ||
source_sha256 'a911a086a61c1bb16d35f70b391f167744ee721b5e2a7f22c00bc5a2c1ecb242' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Dri2proto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '2.8' | ||
source_url 'https://www.x.org/archive/individual/proto/dri2proto-2.8.tar.gz' | ||
source_sha256 '7e65b031eaa6ebe23c75583d4abd993ded7add8009b4200a4db7aa10728b0f61' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Dri3proto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '1.0' | ||
source_url 'https://www.x.org/archive/individual/proto/dri3proto-1.0.tar.gz' | ||
source_sha256 'e1a0dad3009ecde52c0bf44187df5f95cc9a7cc0e76dfc2f2bbf3e909fe03fa9' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Fixesproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '5.0' | ||
source_url 'https://www.x.org/archive/individual/proto/fixesproto-5.0.tar.gz' | ||
source_sha256 '67865a0e3cdc7dec1fd676f0927f7011ad4036c18eb320a2b41dbd56282f33b8' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Fontcacheproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '0.13' | ||
source_url 'https://www.x.org/archive/individual/proto/fontcacheproto-0.1.3.tar.gz' | ||
source_sha256 '759b4863b55a25bfc8f977d8ed969da0b99b3c823f33c674d6da5825f9df9a79' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Fontsproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '2.1.3' | ||
source_url 'https://www.x.org/archive/individual/proto/fontsproto-2.1.3.tar.gz' | ||
source_sha256 '72c44e63044b2b66f6fa112921621ecc20c71193982de4f198d9a29cda385c5e' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Glproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '1.4.17' | ||
source_url 'https://www.x.org/archive/individual/proto/glproto-1.4.17.tar.gz' | ||
source_sha256 '9d8130fec2b98bd032db7730fa092dd9dec39f3de34f4bb03ceb43b9903dbc96' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
require 'package' | ||
|
||
class Inputproto < Package | ||
description 'The protocols for the X window system provide extended functionality for communication between a X client and the server.' | ||
homepage 'https://x.org' | ||
version '2.3' | ||
source_url 'https://www.x.org/archive/individual/proto/inputproto-2.3.tar.gz' | ||
source_sha256 '98e8ab87fb71080b28536d749aa942bdad13d860d5eb3e1271084906cda711e9' | ||
|
||
def self.build | ||
system "./configure" | ||
end | ||
|
||
def self.install | ||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" | ||
end | ||
end |
Oops, something went wrong.