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
5a6ab67d
Commit
5a6ab67d
authored
Jul 02, 2017
by
lyxell
Committed by
GitHub
Jul 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #832 from flyingP0tat0/patch-1
Update wine
parents
53da19cb
b66deec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
packages/wine.rb
packages/wine.rb
+4
-4
No files found.
packages/wine.rb
View file @
5a6ab67d
...
...
@@ -7,7 +7,7 @@ class Wine < Package
homepage
'https://www.winehq.org/'
version
'2.10'
source_url
'https://dl.winehq.org/wine/source/2.x/wine-2.10.tar.xz'
source_sha
1
'886bc24c315b2accbc2ad41d921e92177768f3a5
'
source_sha
256
'488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179
'
depends_on
'bison'
depends_on
'flex'
...
...
@@ -15,9 +15,9 @@ class Wine < Package
def
self
.
build
case
ARCH
when
"i686"
||
"armv7l"
when
"i686"
||
"armv7l"
||
"aarch64"
system
"./configure --without-x"
when
"x86_64"
||
"aarch64"
when
"x86_64"
system
"./configure --without-x --enable-win64"
else
abort
"Error getting your device configuration."
...
...
@@ -27,7 +27,7 @@ class Wine < Package
def
self
.
install
case
ARCH
when
"x86_64"
||
"aarch64"
when
"x86_64"
system
"mkdir -p
#{
CREW_DEST_DIR
}
/usr/local/bin"
FileUtils
.
cd
(
"
#{
CREW_DEST_DIR
}
/usr/local/bin"
)
do
system
"ln -s wine64 wine"
...
...
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