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
b74d8fdd
Commit
b74d8fdd
authored
Mar 10, 2021
by
satmandu
Committed by
GitHub
Mar 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LTO rebuild
parent
8c06f2f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
25 deletions
+31
-25
packages/appstream_glib.rb
packages/appstream_glib.rb
+31
-25
No files found.
packages/appstream_glib.rb
View file @
b74d8fdd
require
'package'
class
Appstream_glib
<
Package
description
'
This library provides objects and helper methods to help reading and writing AppStream metadata.
'
homepage
'https://
github.com/hughsie/appstream-glib
'
version
'0.7.18'
description
'
Objects and methods for reading and writing AppStream metadata
'
homepage
'https://
people.freedesktop.org/~hughsient/appstream-glib/
'
version
'0.7.18
-1
'
compatibility
'all'
source_url
'https://
people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.7.18.tar.x
z'
source_sha256
'
ca1ed22e3bde3912cb903aaa7de085d55771da454f1c0573fd9608e1de9c4002
'
source_url
'https://
github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_18.tar.g
z'
source_sha256
'
73b8c10273c4cdd8f6de03c2524fedad64e34ccae08ee847dba804bb15461f6e
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-
chromeos-x86_64.tar.xz'
,
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-
1-
chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-
1-
chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-
1-
chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/appstream_glib-0.7.18-
1-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'
64c32d204000c109d1b1d822bf510c9e96f0c0387c462604a2fa6f6da842180f
'
,
armv7l:
'
64c32d204000c109d1b1d822bf510c9e96f0c0387c462604a2fa6f6da842180f
'
,
i686:
'
8111ff1a640b4a5b9c6c0176a5b3cf4351f7d859a3953239555dcf6c1de16144
'
,
x86_64:
'
25a3e745b200df518a0b77bc5e9f7c1133a378a060329d5766167ce5a137c5f4'
,
binary_sha256
({
aarch64:
'
88ca689a99806c8b5f8a5c23462ada7b13fd82d438a584d882e75b85d78e1a32
'
,
armv7l:
'
88ca689a99806c8b5f8a5c23462ada7b13fd82d438a584d882e75b85d78e1a32
'
,
i686:
'
f67b2a08196652dc38c067a4bbf902891bb48ccf009eb6ba66c945766b579db8
'
,
x86_64:
'
31fc4c20d8c02a96c479d5e4e17bbb5afda0e671a5ac0dda1a254efd7d606893'
})
depends_on
'docbook'
=>
:build
depends_on
'docbook'
depends_on
'gcab'
depends_on
'gdk_pixbuf'
depends_on
'glib'
depends_on
'gobject_introspection'
depends_on
'gperf'
depends_on
'gtk_doc'
=>
:build
depends_on
'gobject_introspection'
=>
':build'
depends_on
'gperf'
=>
':build'
depends_on
'gtk3'
depends_on
'gtk_doc'
=>
':build'
depends_on
'json_glib'
depends_on
'libarchive'
depends_on
'libsoup'
depends_on
'libarchive'
depends_on
'libuuid'
depends_on
'libstemmer'
depends_on
'libuuid'
depends_on
'libyaml'
def
self
.
build
system
"meson --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
-Dbuilder=false -Dman=false -Drpm=false _build"
system
'ninja -v -C _build'
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
\
-Dtests=false \
-Dsysprof=disabled \
-Dintrospection=true \
-Drpm=false \
builddir"
system
'meson configure builddir'
system
"sed -i 's#-R#-Wl,-rpath=#g' builddir/build.ninja"
system
'ninja -C builddir'
end
def
self
.
install
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C
_build
install"
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