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
ae345974
Commit
ae345974
authored
Jun 24, 2021
by
satmandu
Committed by
GitHub
Jun 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
geany plugins with gcc11 compile fix (#5901)
* geany plugins with gcc11 compile fix * Dependency updates
parent
47a42374
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
17 deletions
+25
-17
packages/geany.rb
packages/geany.rb
+1
-0
packages/geany_plugins.rb
packages/geany_plugins.rb
+24
-17
No files found.
packages/geany.rb
View file @
ae345974
...
...
@@ -25,6 +25,7 @@ class Geany < Package
depends_on
'gtk3'
depends_on
'xdg_base'
depends_on
'sommelier'
depends_on
'vte'
@xdg_config_home
=
ENV
[
'XDG_CONFIG_HOME'
]
@xdg_config_home
=
"
#{
CREW_PREFIX
}
/.config"
if
@xdg_config_home
.
to_s
.
empty?
...
...
packages/geany_plugins.rb
View file @
ae345974
...
...
@@ -3,33 +3,40 @@ require 'package'
class
Geany_plugins
<
Package
description
'Geany plugins.'
homepage
'https://www.geany.org/'
version
'1.37'
version
'1.37
-7c54
'
license
'GPL-2'
compatibility
'
aarch64,armv7l,x86_64
'
source_url
'https://
download.geany.org/geany-plugins/geany-plugins-1.37.tar.bz2
'
source_sha256
'c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8
'
compatibility
'
x86_64 aarch64 armv7l
'
source_url
'https://
github.com/geany/geany-plugins.git
'
git_hashtag
'7c540bf347d0f0c6f6ab5123fa8f226b2f9152ee
'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/geany_plugins/1.37
_armv7l/geany_plugins-1.37-chromeos-armv7l.tar.
xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/geany_plugins/1.37
_armv7l/geany_plugins-1.37-chromeos-armv7l.tar.
xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/geany_plugins/1.37
_x86_64/geany_plugins-1.37-chromeos-x86_64.tar.xz'
,
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/geany_plugins/1.37
-7c54_armv7l/geany_plugins-1.37-7c54-chromeos-armv7l.tp
xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/geany_plugins/1.37
-7c54_armv7l/geany_plugins-1.37-7c54-chromeos-armv7l.tp
xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/geany_plugins/1.37
-7c54_x86_64/geany_plugins-1.37-7c54-chromeos-x86_64.tpxz'
})
binary_sha256
({
aarch64:
'
08e0bf95bf7dbf8accb343c29f574513fbcd27259ec967fc4254fe9a8ec2c726
'
,
armv7l:
'
08e0bf95bf7dbf8accb343c29f574513fbcd27259ec967fc4254fe9a8ec2c726
'
,
x86_64:
'
b18fe4b41730a581e3c3611887d64e44f0514af7e79070a3b3256c7933e05167'
,
binary_sha256
({
aarch64:
'
746ecbc8c162e5407a43f64998b5d60f03555b2335d7c626ffc8a59152b9c394
'
,
armv7l:
'
746ecbc8c162e5407a43f64998b5d60f03555b2335d7c626ffc8a59152b9c394
'
,
x86_64:
'
99640a4c250c27ff315ce2184bdd6b6608f9109bc9df80868f5a0fb586ecc0b2'
})
depends_on
'geany'
depends_on
'libgit2'
=>
:build
depends_on
'valgrind'
=>
:build
depends_on
'enchant'
# R
depends_on
'geany'
# R
depends_on
'libsoup2'
# R
depends_on
'webkit2gtk_4'
# R
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
"
system
'[ -x configure ] || NOCONFIGURE=1 ./autogen.sh'
system
'filefix'
system
"
#{
CREW_ENV_OPTIONS
}
./configure
#{
CREW_OPTIONS
}
"
system
'make'
end
def
self
.
check
system
'make'
,
'check'
end
#
def self.check
#
system 'make', 'check'
#
end
def
self
.
install
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
...
...
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