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
c57aafa4
Commit
c57aafa4
authored
Jan 26, 2021
by
satmandu
Committed by
GitHub
Jan 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcr -> 3.38.1 (#5007)
works on i686 too
parent
d7929109
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
+24
-23
packages/gcr.rb
packages/gcr.rb
+24
-23
No files found.
packages/gcr.rb
View file @
c57aafa4
...
@@ -3,43 +3,44 @@ require 'package'
...
@@ -3,43 +3,44 @@ require 'package'
class
Gcr
<
Package
class
Gcr
<
Package
description
'GNOME crypto package'
description
'GNOME crypto package'
homepage
'https://www.gnome.org'
homepage
'https://www.gnome.org'
version
'3.38.0'
version
'3.38.1'
compatibility
'aarch64,armv7l,x86_64'
compatibility
'all'
case
ARCH
source_url
'https://download.gnome.org/sources/gcr/3.38/gcr-3.38.1.tar.xz'
when
'aarch64'
,
'armv7l'
,
'x86_64'
source_sha256
'17fcaf9c4a93a65fb1c72b82643bb102c13344084687d5886ea66313868d9ec9'
source_url
'https://download.gnome.org/sources/gcr/3.38/gcr-3.38.0.tar.xz'
source_sha256
'a64cc7b65757fc2cd16de1708d132a16d05cd1f62c6eba436d56fe45d4ba27e1'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'a61f2009bc3bc00b18480b3f79954c4963bba4829f898e8247d1222322277fc5'
,
armv7l:
'a61f2009bc3bc00b18480b3f79954c4963bba4829f898e8247d1222322277fc5'
,
i686:
'3790b41ac9f7e88192a1f59199d62c2d31d4f09edd60ce04f7d4f0a71750f1d4'
,
x86_64:
'9ed6176ff86030e47818c147ff2d54fa16aab1da29997caff364387b7858a7a5'
,
})
depends_on
'libgcrypt'
depends_on
'libgcrypt'
depends_on
'libxslt'
depends_on
'libxslt'
depends_on
'desktop_file_utilities'
depends_on
'desktop_file_utilities'
depends_on
'hicolor_icon_theme'
depends_on
'hicolor_icon_theme'
depends_on
'gnupg'
depends_on
'gnupg'
depends_on
'glib'
depends_on
'gnupg'
depends_on
'gnupg'
depends_on
'libxslt'
depends_on
'libxslt'
depends_on
'vala'
=>
:build
depends_on
'vala'
=>
:build
depends_on
'gtk3'
depends_on
'gtk3'
depends_on
'graphite'
depends_on
'graphite'
end
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.0-chromeos-armv7l.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gcr-3.38.0-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'de66b71446151441ac30d62cf29e92009a999370dda3e4ad5b08ecdb0441eda6'
,
armv7l:
'de66b71446151441ac30d62cf29e92009a999370dda3e4ad5b08ecdb0441eda6'
,
x86_64:
'3690fa506949ac8b4ee9ebe189d751086f945d782993ef80777fe6ac0d6ccb9f'
,
})
def
self
.
build
def
self
.
build
system
"meson
#{
CREW_MESON_OPTIONS
}
build -Dgtk_doc=false"
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
\
system
'meson configure build'
-Dgtk_doc=false \
system
'ninja -v -C build'
builddir"
system
'meson configure builddir'
system
'ninja -C builddir'
end
end
def
self
.
install
def
self
.
install
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C build install"
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C build
dir
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