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
784963af
Commit
784963af
authored
Feb 19, 2021
by
saltedcoffii
Committed by
GitHub
Feb 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] vte 0.62.3 => 0.63.91 (#5174)
parent
d205dfa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
34 deletions
+21
-34
packages/vte.rb
packages/vte.rb
+21
-34
No files found.
packages/vte.rb
View file @
784963af
...
@@ -3,57 +3,44 @@ require 'package'
...
@@ -3,57 +3,44 @@ require 'package'
class
Vte
<
Package
class
Vte
<
Package
description
'Virtual Terminal Emulator widget for use with GTK'
description
'Virtual Terminal Emulator widget for use with GTK'
homepage
'https://wiki.gnome.org/Apps/Terminal/VTE'
homepage
'https://wiki.gnome.org/Apps/Terminal/VTE'
version
'0.6
2.2
'
version
'0.6
3.91
'
compatibility
'all'
compatibility
'all'
source_url
'https://download.gnome.org/sources/vte/0.6
2/vte-0.62.2
.tar.xz'
source_url
'https://download.gnome.org/sources/vte/0.6
3/vte-0.63.91
.tar.xz'
source_sha256
'
b0300bbcf0c02df5812a10a3cb8e4fff723bab92c08c97a0a90c167cf543aff0
'
source_sha256
'
2a6f58470148d2a16bac387da12525d061e5984b68fc1ff8d068d10d4f1716ab
'
binary_url
({
depends_on
'gobject_introspection'
=>
:build
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/vte-0.62.2-chromeos-armv7l.tar.xz'
,
# depends_on 'vala' => :build
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/vte-0.62.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/vte-0.62.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/vte-0.62.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'948e60479e834c4cf9c3fdebab5795faf64c38122d4662f4c355b1068078f743'
,
armv7l:
'948e60479e834c4cf9c3fdebab5795faf64c38122d4662f4c355b1068078f743'
,
i686:
'88d7d0d1a8b3e8b86a8ff3c66aa6fc7b1ae8d57712d1659c674bc3b129fd2fcd'
,
x86_64:
'f261f381d4ff58761907737037ed60ddafff5444067b38fb28e45f02f04ed6aa'
,
})
depends_on
'gobject_introspection'
=>
':build'
depends_on
'fribidi'
depends_on
'fribidi'
depends_on
'gtk3'
depends_on
'gtk3'
depends_on
'gtk4'
depends_on
'gtk4'
def
self
.
patch
def
self
.
patch
system
"sed -i 's/gtk+-4.0/gtk4/g' meson.build"
system
"sed -i 's/gtk+-4.0/gtk4/g' meson.build"
end
# i686 headers are too old to have TIOCGPTPEER
# i686 headers are too old to have TIOCGPTPEER
case
ARCH
case
ARCH
when
'i686'
when
'i686'
system
"sed -i 's/#ifdef __linux__/#ifdef TIOCGPTPEER/' src/pty.cc"
system
"sed -i 's/#ifdef __linux__/#ifdef TIOCGPTPEER/' src/pty.cc"
end
end
end
def
self
.
build
def
self
.
build
system
"unset CFLAGS && meson setup
#{
CREW_MESON_OPTIONS
}
\
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
\
-Dc_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dc_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dc_link_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dc_link_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dcpp_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dcpp_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dcpp_link_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-Dcpp_link_args='-fuse-ld=lld -pipe -fno-stack-protector' \
-D_systemd=false \
-D_systemd=false \
-Dfribidi=true \
-Dfribidi=true \
-Dgtk3=true \
-Dgtk3=true \
-Dgtk4=true \
-Dgtk4=true \
-Dgir=false \
-Dgir=false \
-Dvapi=false \
-Dvapi=false \
builddir"
builddir"
# TODO: get gir and vapi working
system
"meson configure builddir"
system
"ninja -C builddir"
system
"ninja -C builddir"
end
end
def
self
.
install
def
self
.
install
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C builddir install"
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C builddir install"
end
end
end
end
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