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
dbc3adab
Commit
dbc3adab
authored
Jun 22, 2021
by
Ed Reel
Committed by
GitHub
Jun 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add libcom_err package (#5886)
parent
e406c0bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
packages/codium.rb
packages/codium.rb
+1
-0
packages/libcom_err.rb
packages/libcom_err.rb
+19
-0
No files found.
packages/codium.rb
View file @
dbc3adab
...
...
@@ -27,6 +27,7 @@ class Codium < Package
depends_on
'gdk_pixbuf'
depends_on
'glib'
depends_on
'gtk3'
depends_on
'libcom_err'
depends_on
'libdrm'
depends_on
'libx11'
depends_on
'libxcb'
...
...
packages/libcom_err.rb
0 → 100644
View file @
dbc3adab
require
'package'
class
Libcom_err
<
Package
description
'Common error description library'
homepage
'http://e2fsprogs.sourceforge.net/'
version
'1.0'
license
'GPL-2'
compatibility
'all'
source_url
'SKIP'
depends_on
'e2fsprogs'
def
self
.
install
FileUtils
.
mkdir_p
CREW_DEST_LIB_PREFIX
Dir
.
chdir
CREW_DEST_LIB_PREFIX
do
FileUtils
.
symlink
"
#{
CREW_LIB_PREFIX
}
/libcom_err.so.2.1"
,
'libcom_err.so.3'
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