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
1c8599b5
Commit
1c8599b5
authored
Mar 10, 2021
by
satmandu
Committed by
GitHub
Mar 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create geocode_glib.rb
parent
8c06f2f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
packages/geocode_glib.rb
packages/geocode_glib.rb
+44
-0
No files found.
packages/geocode_glib.rb
0 → 100644
View file @
1c8599b5
require
'package'
class
Geocode_glib
<
Package
description
'Helper library for geocoding services'
homepage
'https://gitlab.gnome.org/GNOME/geocode-glib'
version
'3.26.2'
compatibility
'all'
source_url
'https://github.com/GNOME/geocode-glib/archive/3.26.2.tar.gz'
source_sha256
'589ed8cf890fb47619ad1062b7117d16104554078b837344496d603d0896ec20'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/geocode_glib-3.26.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/geocode_glib-3.26.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/geocode_glib-3.26.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/geocode_glib-3.26.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'f74ba83a0df6933228dd95b002338a8240fc2b214607aed1336ff39977ac1eb6'
,
armv7l:
'f74ba83a0df6933228dd95b002338a8240fc2b214607aed1336ff39977ac1eb6'
,
i686:
'14df38272b852f20219f566d0e3af5d1d80f9f1764d2058810225c351f1372bb'
,
x86_64:
'e09c747ba0471e2a50205b0d107832aa3f3828425e0ffaf0bb1b67568c3b369c'
,
})
depends_on
'json_glib'
depends_on
'libsoup'
depends_on
'gobject_introspection'
=>
':build'
depends_on
'gtk_doc'
=>
':build'
def
self
.
patch
system
"sed -i 's/gnome/Adwaita/' icons/meson.build"
end
def
self
.
build
system
"meson
#{
CREW_MESON_LTO_OPTIONS
}
\
-Dsystemd=false \
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