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
f68853d1
Commit
f68853d1
authored
Jan 27, 2021
by
satmandu
Committed by
GitHub
Jan 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild with linux_pam (#5043)
parent
b513f8a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
10 deletions
+16
-10
packages/gnome_keyring.rb
packages/gnome_keyring.rb
+16
-10
No files found.
packages/gnome_keyring.rb
View file @
f68853d1
...
...
@@ -3,26 +3,28 @@ require 'package'
class
Gnome_keyring
<
Package
description
'GNOME password and secret manager'
homepage
'https://www.gnome.org'
version
'3.36.0'
compatibility
'a
arch64,armv7l,x86_64
'
version
'3.36.0
-1
'
compatibility
'a
ll
'
source_url
'https://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/3.36/gnome-keyring-3.36.0.tar.xz'
source_sha256
'a264b57a8d1a71fdf0d66e8cd6033d013fb828be279c35766545eb9bb3734f87'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-chromeos-armv7l.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gnome_keyring-3.36.0-1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'a274265a95ebb7f2519476673da11d438b8996bcdd38ac64064aa1cbda594f92'
,
armv7l:
'a274265a95ebb7f2519476673da11d438b8996bcdd38ac64064aa1cbda594f92'
,
x86_64:
'ce2df2cef40f9b97903e2695c519f9b5e3c0f25fdc3f0cb399515d3463e92d6b'
,
aarch64:
'6d59224375f9d0706112746e1769575009ac2c58d663aa9d92eeb32752aa6d98'
,
armv7l:
'6d59224375f9d0706112746e1769575009ac2c58d663aa9d92eeb32752aa6d98'
,
i686:
'bde76d374b5f47c798115a8e6f4fff5a6b31224c9b8f18caacf4a07b831b94ac'
,
x86_64:
'9fddad7d70acf21d5a6a2700400762e5b46ebd43413be6cd2db96eba2f9c8048'
,
})
depends_on
'gcr'
depends_on
'libcap'
depends_on
'libcap_ng'
depends_on
'
open
pam'
depends_on
'
linux_
pam'
depends_on
'dconf'
depends_on
'gcr'
depends_on
'docbook_xsl'
...
...
@@ -31,7 +33,11 @@ class Gnome_keyring < Package
depends_on
'openssh'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
--with-pam-dir=
#{
CREW_PREFIX
}
/lib/security --disable-schemas-compile --disable-doc"
# Docs cannot be used due to #4275
system
"env CFLAGS='-pipe -flto=auto' CXXFLAGS='-pipe -flto=auto' LDFLAGS='-flto=auto' \
./configure
#{
CREW_OPTIONS
}
\
--with-pam-dir=
#{
CREW_PREFIX
}
/lib/security \
--disable-schemas-compile \
--disable-doc"
# Docs cannot be used due to #4275
system
'make'
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