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
e80522b2
Commit
e80522b2
authored
Sep 16, 2018
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mandb and manpages packages
Add pre-built binaries
parent
bc81e865
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
25 deletions
+24
-25
packages/mandb.rb
packages/mandb.rb
+13
-14
packages/manpages.rb
packages/manpages.rb
+11
-11
No files found.
packages/mandb.rb
View file @
e80522b2
...
...
@@ -3,21 +3,21 @@ require 'package'
class
Mandb
<
Package
description
'mandb is used to initialise or manually update index database caches that are usually maintained by man.'
homepage
'http://savannah.nongnu.org/projects/man-db'
version
'2.8.
3-1
'
source_url
'https://download.savannah.gnu.org/releases/man-db/man-db-2.8.
3
.tar.xz'
source_sha256
'
5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac
'
version
'2.8.
4
'
source_url
'https://download.savannah.gnu.org/releases/man-db/man-db-2.8.
4
.tar.xz'
source_sha256
'
103c185f9d8269b9ee3b8a4cb27912b3aa393e952731ef96fedc880723472bc3
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
3-1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
3-1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
3-1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
3-1
-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
4
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
4
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
4
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/mandb-2.8.
4
-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'
47de869585dada625523682c73d774dd66af309be5be9a1979719629852216de
'
,
armv7l:
'
47de869585dada625523682c73d774dd66af309be5be9a1979719629852216de
'
,
i686:
'
860910cc197a8ce04fd138f70e73e3157c372ff9e3a703c4fad9d349c75d5f6d
'
,
x86_64:
'
cdf13916d9f2afa47c9a2baa156af61f21abb2a245d5b90153b13978251bde2b
'
,
aarch64:
'
ff27c031abd6c775bdf8eb25f3655fe4b2cd91963e1d7779527d8fd9ad692c79
'
,
armv7l:
'
ff27c031abd6c775bdf8eb25f3655fe4b2cd91963e1d7779527d8fd9ad692c79
'
,
i686:
'
6a403dd38647e742a9affc1ac831c9dbacfaa55aa09db127f51d6fc331214d99
'
,
x86_64:
'
0f3b5fee5e9b90e93f2242033cf7a49cd9100cf8b355e3abe4ba6f0d2f51b733
'
,
})
depends_on
'libpipeline'
...
...
@@ -28,7 +28,7 @@ class Mandb < Package
def
self
.
build
system
'./configure'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
"--with-systemdtmpfilesdir=
#{
CREW_PREFIX
}
/
lib
/tmpfiles.d"
,
# we can't write to /usr/lib/tmpfiles.d
"--with-systemdtmpfilesdir=
#{
CREW_PREFIX
}
/
etc
/tmpfiles.d"
,
# we can't write to /usr/lib/tmpfiles.d
'--disable-cache-owner'
,
# we can't create the user 'man'
"--with-pager=
#{
CREW_PREFIX
}
/bin/less"
# the pager is not at the default location
system
'make'
...
...
@@ -55,8 +55,7 @@ class Mandb < Package
def
self
.
postinstall
puts
puts
"To finish the installation, set the default PAGER and MANPATH environment variables:"
.
lightblue
puts
"echo
\"
export PAGER=
#{
CREW_PREFIX
}
/bin/less
\"
>> ~/.bashrc"
.
lightblue
puts
"To finish the installation, set the default MANPATH environment variable:"
.
lightblue
puts
"echo
\"
export MANPATH=
#{
CREW_PREFIX
}
/man:$MANPATH
\"
>> ~/.bashrc"
.
lightblue
puts
"source ~/.bashrc"
.
lightblue
puts
...
...
packages/manpages.rb
View file @
e80522b2
...
...
@@ -3,21 +3,21 @@ require 'package'
class
Manpages
<
Package
description
'The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user-space programs.'
homepage
'https://www.kernel.org/doc/man-pages/'
version
'4.1
5
'
source_url
'https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-4.1
5
.tar.xz'
source_sha256
'
ce707f2a28ee49496595af163d0cac24a9b7b88ab9aa5e5057abaa3d03cec106
'
version
'4.1
6
'
source_url
'https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-4.1
6
.tar.xz'
source_sha256
'
47ffcc0d27d50e497e290b27e8d76dbed4550db14c881f25b771bcaf28354db4
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
5
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
5
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
5
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
5
-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
6
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
6
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
6
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/manpages-4.1
6
-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'
c566190f3dae32ca9df24bc053c1b8754a26088c36da4355c1aab9d28e6e15f4
'
,
armv7l:
'
c566190f3dae32ca9df24bc053c1b8754a26088c36da4355c1aab9d28e6e15f4
'
,
i686:
'
f523d513517f1be4132d0023bbad1492c91822b48d590f93982306aeed9f5d68
'
,
x86_64:
'
13b7282b0c45b1c0ae81af86bab2cbdf31c13cc923a1fb248130c62e7ea89fa1
'
,
aarch64:
'
b35bc3788192c55de31e28d0fd1105e3e9e1e7285f49c837aaef76239bd8df80
'
,
armv7l:
'
b35bc3788192c55de31e28d0fd1105e3e9e1e7285f49c837aaef76239bd8df80
'
,
i686:
'
99aec8751774cccc93675cb93b95c1023e08a6a9612f9da0d1fb63adfdae26fe
'
,
x86_64:
'
2954a0b3aad52ea863273182dca083c0e3417ad4ffb3ecf8480ea83c69d7b0c7
'
,
})
depends_on
'mandb'
...
...
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