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
b7867208
Commit
b7867208
authored
Apr 08, 2021
by
supechicken666
Committed by
GitHub
Apr 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add files via upload (#5561)
parent
cb0a1b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
packages/caja.rb
packages/caja.rb
+46
-0
No files found.
packages/caja.rb
0 → 100644
View file @
b7867208
# Adapted from Arch Linux caja PKGBUILD at:
# https://github.com/archlinux/svntogit-community/blob/packages/caja/trunk/PKGBUILD
require
'package'
class
Caja
<
Package
description
'Caja file manager for the MATE desktop'
homepage
'https://mate-desktop.org'
@_ver
=
'1.25.2'
version
@_ver
compatibility
'all'
license
'GPL-2+ LGPL-2+'
source_url
"https://pub.mate-desktop.org/releases/
#{
@_ver
.
rpartition
(
'.'
)[
0
]
}
/caja-
#{
@_ver
}
.tar.xz"
source_sha256
'a0737ce87b53add2fc68285dbd52a3cf25ace20f0f56503ebe6dd47e7b5cc124'
depends_on
'exempi'
depends_on
'gvfs'
depends_on
'libexif'
depends_on
'libsm'
depends_on
'mate_desktop'
depends_on
'libnotify'
depends_on
'sommelier'
def
self
.
build
system
"env CFLAGS='-flto=auto' CXXFLAGS='-flto=auto' \
LDFLAGS='-flto=auto' \
./configure
#{
CREW_OPTIONS
}
"
# https://bugzilla.gnome.org/show_bug.cgi?id=656231
system
"sed -i 's/ -shared / -Wl,-O1,--as-needed
\\
0/g' libtool"
system
'make'
end
def
self
.
install
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
end
def
self
.
postinstall
system
"glib-compile-schemas
#{
CREW_PREFIX
}
/share/glib-2.0/schemas"
end
def
self
.
check
system
'make'
,
'check'
end
end
\ No newline at end of file
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