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
1e94e81d
Commit
1e94e81d
authored
Apr 24, 2021
by
Ed Reel
Committed by
GitHub
Apr 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add colord package (#5686)
parent
2ce3c8ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
packages/colord.rb
packages/colord.rb
+50
-0
No files found.
packages/colord.rb
0 → 100644
View file @
1e94e81d
require
'package'
class
Colord
<
Package
description
'colord is a system service that makes it easy to manage, install and generate color profiles to accurately color manage input and output devices.'
homepage
'https://www.freedesktop.org/software/colord/'
@_ver
=
'1.4.5'
version
@_ver
license
'GPL-2'
compatibility
'all'
source_url
"https://www.freedesktop.org/software/colord/releases/colord-
#{
@_ver
}
.tar.xz"
source_sha256
'b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17'
binary_url
({
aarch64:
'https://github.com/chromebrew/binaries/raw/main/armv7l/colord-1.4.5-chromeos-armv7l.tar.xz'
,
armv7l:
'https://github.com/chromebrew/binaries/raw/main/armv7l/colord-1.4.5-chromeos-armv7l.tar.xz'
,
i686:
'https://github.com/chromebrew/binaries/raw/main/i686/colord-1.4.5-chromeos-i686.tar.xz'
,
x86_64:
'https://github.com/chromebrew/binaries/raw/main/x86_64/colord-1.4.5-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'52e9192284622a986090b7c2b88fd888e0a338e212681f21f3df62dd69670554'
,
armv7l:
'52e9192284622a986090b7c2b88fd888e0a338e212681f21f3df62dd69670554'
,
i686:
'9ce300a7a5d177b1bfd25a00b10088d0e90066e2a6edd42970c30ee72b6dafab'
,
x86_64:
'35bb9659086e6c86785609196d8aff86b008584ef139bb22644f71a5909d4ba8'
,
})
depends_on
'bash_completion'
depends_on
'dbus'
depends_on
'glib'
depends_on
'gobject_introspection'
depends_on
'gtk_doc'
depends_on
'gusb'
depends_on
'lcms'
depends_on
'libgudev'
depends_on
'polkit'
depends_on
'vala'
def
self
.
patch
system
"sed -i 's,-fstack-protector-strong,-fno-stack-protector,' meson.build"
end
def
self
.
build
system
"meson
#{
CREW_MESON_FNO_LTO_OPTIONS
}
-Dsystemd=false -Ddaemon_user=
#{
USER
}
builddir"
system
'meson configure builddir'
system
'ninja -C builddir'
end
def
self
.
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