Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
pacman
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Core
pacman
Commits
7230f131
Commit
7230f131
authored
Sep 20, 2018
by
Philip Müller
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pkg-upd] 5.1.1-3
- try with a newer git-snap
parent
92d6dbe2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
15 deletions
+9
-15
PKGBUILD
PKGBUILD
+9
-15
No files found.
PKGBUILD
View file @
7230f131
...
...
@@ -10,8 +10,9 @@
pkgname
=
pacman
pkgver
=
5.1.1
_commit
=
7afe51171fe063bf3031cc68fc8c7ac914a01de2
_pkgver
=
1.1.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"A library-based package manager with dependency support"
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.archlinux.org/pacman/"
...
...
@@ -28,11 +29,12 @@ conflicts=('pacman-contrib' 'pacman-init')
replaces
=(
'pacman-contrib'
'pacman-init'
)
backup
=(
etc/pacman.conf etc/makepkg.conf
)
install
=
pacman.install
options
=(
'strip'
'debug'
)
options
=(
'
emptydirs'
'
strip'
'debug'
)
validpgpkeys
=(
'6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD'
# Allan McRae <allan@archlinux.org>
'B8151B117037781095514CA7BBDFFC92306B1121'
# Andrew Gregory (pacman) <andrew@archlinux.org>
'5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5'
)
# Johannes Löthberg <johannes@kyriasis.com>
source
=(
https://sources.archlinux.org/other/pacman/
$pkgname
-
$pkgver
.tar.gz
{
,.sig
}
source
=(
#https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
https://git.archlinux.org/pacman.git/snapshot/pacman-
$_commit
.tar.gz
https://sources.archlinux.org/other/community/pacman-contrib/pacman-contrib-
$_pkgver
.tar.gz
{
,.asc
}
pacman.conf.i686
pacman.conf.x86_64
...
...
@@ -42,11 +44,14 @@ source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig
pacman-init.service
)
prepare
()
{
mv
$srcdir
/
$pkgname
-
$_commit
$srcdir
/
$pkgname
-
$pkgver
cd
$srcdir
/
$pkgname
-
$pkgver
# Manjaro patches
patch
-p1
-i
$srcdir
/pacman-sync-first-option.patch
./autogen.sh
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
\
--localstatedir
=
/var
--enable-doc
\
--with-scriptlet-shell
=
/usr/bin/bash
\
...
...
@@ -98,16 +103,6 @@ package() {
-e
"s|@CHOST[@]|
$mychost
|g"
\
-e
"s|@CARCHFLAGS[@]|
$myflags
|g"
# put bash_completion in the right location
install
-dm755
${
pkgdir
}
/usr/share/bash-completion/completions
mv
${
pkgdir
}
/etc/bash_completion.d/pacman
\
${
pkgdir
}
/usr/share/bash-completion/completions
rmdir
${
pkgdir
}
/etc/bash_completion.d
for
f
in
makepkg pacman-key
;
do
ln
-s
pacman
"
$pkgdir
/usr/share/bash-completion/completions/
$f
"
done
# install pacman-init
install
-dm755
$pkgdir
/usr/lib/systemd/system/
install
-m644
$srcdir
/etc-pacman.d-gnupg.mount
$pkgdir
/usr/lib/systemd/system/etc-pacman.d-gnupg.mount
...
...
@@ -122,8 +117,7 @@ package() {
ln
-sfv
"/usr/bin/pacman-mirrors"
"
$pkgdir
/usr/bin/rankmirrors"
}
sha256sums
=(
'be04b9162d62d2567e21402dcbabb5bedfdb03909fa5ec6e8568e02ab325bd8d'
'SKIP'
sha256sums
=(
'20ceed1216a4e69640f2f768ba004151f80a4eafef22b02863c27fd9263b8558'
'308c3b8dc15ed8bd419cba1eb3103afe9250cf415626334a0c3a753b550549a6'
'SKIP'
'4421dc5d63a24e926852c1ea83b575355772aaa2add71cc522cd04ca22b131d6'
...
...
Igor Kushnir
@vedg
mentioned in issue
#1 (closed)
·
Jan 06, 2019
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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