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
dd756a36
Commit
dd756a36
authored
Jan 22, 2021
by
satmandu
Committed by
GitHub
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtk_doc -> 1.33.2, use meson, lto (#4966)
parent
c2ae645d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
41 deletions
+42
-41
packages/gtk_doc.rb
packages/gtk_doc.rb
+42
-41
No files found.
packages/gtk_doc.rb
View file @
dd756a36
require
'package'
# There are alot of patches to grab here ~ They've all come from Void-Packages (xbps-src)
class
Gtk_doc
<
Package
description
'Documentation tool for public library API'
homepage
'https://www.gtk.org/gtk-doc/'
version
'1.32'
version
'1.3
3.
2'
compatibility
'all'
source_url
'https://
ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.32/gtk-doc-1.3
2.tar.xz'
source_sha256
'
de0ef034fb17cb21ab0c635ec730d19746bce52984a6706e7bbec6fb5e0b907c
'
source_url
'https://
download.gnome.org/sources/gtk-doc/1.33/gtk-doc-1.33.
2.tar.xz'
source_sha256
'
cc1b709a20eb030a278a1f9842a362e00402b7f834ae1df4c1998a723152bf43
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.3
2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.3
2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.3
2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.3
2-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.33.
2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.33.
2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.33.
2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gtk_doc-1.33.
2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'49133e1cd655aab18ea109fde3d5496f76e5e4443f5a11e2241bfc4256d782f8
'
,
armv7l:
'49133e1cd655aab18ea109fde3d5496f76e5e4443f5a11e2241bfc4256d782f8
'
,
i686:
'4a925e816c2c222ea973525be6dab5ee90d1524f541b30166ca57b07b5e99eec
'
,
x86_64:
'cabae34fc1c371a929052a3611be30164d2961eb0b203f5239c91d8cb5480a96
'
,
aarch64:
'ba73551a108866ced64b4eeb9604aa611516f425332f3783f92c74019a690e4e
'
,
armv7l:
'ba73551a108866ced64b4eeb9604aa611516f425332f3783f92c74019a690e4e
'
,
i686:
'1c3b409bc74cfa802f2ac07431637a6442a2177f9502b921ef627e7a22218142
'
,
x86_64:
'd3bbd486349bf83fbf9103e219fa0abb533968c8753b6c278ceb14c6d61e1258
'
,
})
depends_on
'docbook_xml'
depends_on
'fop'
depends_on
'itstool'
depends_on
'libxslt'
depends_on
'pygments'
=>
:build
def
self
.
patch
puts
puts
'Grabbing patches'
.
lightblue
system
'curl --ssl -L -o "output-reproducible.patch" "https://git.io/JUlWD" --progress-bar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'output-reproducible.patch'
)
)
==
'701fe4124a94b124e943e9220f4ea42de7fe191379f41c349cc2f69ece37af24'
system
'curl --ssl -L -o "tree-structure-without-using-anytree.patch" "https://git.io/JUlOD" --progress-bar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'tree-structure-without-using-anytree.patch'
)
)
==
'8423045330d66f119d1a1caab6d08b1121230d3103de405840be1743af71c8b3'
system
'curl --ssl -L -o "support-deprecated-struct-members.patch" "https://git.io/JUl3O" --progress-bar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'support-deprecated-struct-members.patch'
)
)
==
'3f9c3c68640c76c10d9262e0678828374d8dbbb9cd9d30b64f2aed7a78277d1f'
system
'curl --ssl -L -o "typedef-can-be-followed-by-decorator.patch" "https://git.io/JUl3C" --progress-bar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'typedef-can-be-followed-by-decorator.patch'
)
)
==
'16c4d633ddf0e72a7146cf6427b15c9a3780d5b6e36185baaead2e529741da2c'
system
'curl --ssl -L -o "IGNORE_DEPRECATIONS-lines.patch" "https://git.io/JUl3o" --progress-bar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'IGNORE_DEPRECATIONS-lines.patch'
)
)
==
'7b4703006fa03a58faa72287e043f31893f8bbb2ea69ee15a2c5b29e5ff56534'
system
'curl --ssl -L -o "revert_fix_build.patch" "https://git.io/JUl3H" --progress-bar'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'revert_fix_build.patch'
)
)
==
'e1520094c3cc110767f840f7a710ce56cdaae4650316a5407337425dd37969c4'
puts
puts
'Applying patches'
.
lightblue
system
'patch -Np1 -i revert_fix_build.patch'
system
'patch -Np1 -i IGNORE_DEPRECATIONS-lines.patch'
system
'patch -Np1 -i typedef-can-be-followed-by-decorator.patch'
system
'patch -Np1 -i support-deprecated-struct-members.patch'
system
'patch -Np1 -i tree-structure-without-using-anytree.patch'
system
'patch -Np1 -i output-reproducible.patch'
puts
end
#def self.patch
# There are alot of patches to grab here ~ They've all come from Void-Packages (xbps-src)
#puts
#puts 'Grabbing patches'.lightblue
#system 'curl --ssl -L -o "output-reproducible.patch" "https://git.io/JUlWD" --progress-bar'
#abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('output-reproducible.patch') ) == '701fe4124a94b124e943e9220f4ea42de7fe191379f41c349cc2f69ece37af24'
#system 'curl --ssl -L -o "tree-structure-without-using-anytree.patch" "https://git.io/JUlOD" --progress-bar'
#abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('tree-structure-without-using-anytree.patch') ) == '8423045330d66f119d1a1caab6d08b1121230d3103de405840be1743af71c8b3'
#system 'curl --ssl -L -o "support-deprecated-struct-members.patch" "https://git.io/JUl3O" --progress-bar'
#abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('support-deprecated-struct-members.patch') ) == '3f9c3c68640c76c10d9262e0678828374d8dbbb9cd9d30b64f2aed7a78277d1f'
#system 'curl --ssl -L -o "typedef-can-be-followed-by-decorator.patch" "https://git.io/JUl3C" --progress-bar'
#abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('typedef-can-be-followed-by-decorator.patch') ) == '16c4d633ddf0e72a7146cf6427b15c9a3780d5b6e36185baaead2e529741da2c'
#system 'curl --ssl -L -o "IGNORE_DEPRECATIONS-lines.patch" "https://git.io/JUl3o" --progress-bar'
#abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('IGNORE_DEPRECATIONS-lines.patch') ) == '7b4703006fa03a58faa72287e043f31893f8bbb2ea69ee15a2c5b29e5ff56534'
#system 'curl --ssl -L -o "revert_fix_build.patch" "https://git.io/JUl3H" --progress-bar'
#abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('revert_fix_build.patch') ) == 'e1520094c3cc110767f840f7a710ce56cdaae4650316a5407337425dd37969c4'
#puts
#puts 'Applying patches'.lightblue
#system 'patch -Np1 -i revert_fix_build.patch'
#system 'patch -Np1 -i IGNORE_DEPRECATIONS-lines.patch'
#system 'patch -Np1 -i typedef-can-be-followed-by-decorator.patch'
#system 'patch -Np1 -i support-deprecated-struct-members.patch'
#system 'patch -Np1 -i tree-structure-without-using-anytree.patch'
#system 'patch -Np1 -i output-reproducible.patch'
#puts
#end
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--with-xml-catalog=
#{
CREW_PREFIX
}
/etc/xml/catalog.xml"
system
'make'
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
builddir"
system
"meson configure builddir"
system
"ninja -C builddir"
end
def
self
.
install
system
"
make install DESTDIR=
#{
CREW_DEST_DIR
}
"
system
"
DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C builddir install
"
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