mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 03:17:14 +08:00
Make pacman verboseÂ
This commit is contained in:
parent
a38ca114ea
commit
606933daf6
@ -5,9 +5,9 @@
|
||||
|
||||
pkgname=pacman
|
||||
pkgver=4.0.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
@ -22,12 +22,14 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
|
||||
pacman.conf.x86_64
|
||||
pacman.conf
|
||||
makepkg.conf
|
||||
add_categories.patch)
|
||||
add_categories.patch
|
||||
https://gitorious.org/chakra/pacman-info/blobs/raw/master/pacman)
|
||||
md5sums=('289ba4a19a16393096e065cec1cb9b0a'
|
||||
'7cc09e46386579933ef50cea30b8389a'
|
||||
'6c79bb013b5b6a14126ebcdaef12fdcd'
|
||||
'5beebe36bfc1e1f677d5ae12fcff8083'
|
||||
'a5d5c520ed75311d1875e0835563af33')
|
||||
'a5d5c520ed75311d1875e0835563af33'
|
||||
'2b783e6c205177d336b613c532737f23')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
@ -48,22 +50,12 @@ package() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
# install Arch specific stuff
|
||||
mkdir -p $pkgdir/etc
|
||||
case "$CARCH" in
|
||||
i686)
|
||||
install -m644 $srcdir/pacman.conf $pkgdir/etc/pacman.conf
|
||||
mycarch="i686"
|
||||
mychost="i686-pc-linux-gnu"
|
||||
myflags="-march=i686 "
|
||||
;;
|
||||
x86_64)
|
||||
install -m644 $srcdir/pacman.conf.x86_64 $pkgdir/etc/pacman.conf
|
||||
mycarch="x86_64"
|
||||
mychost="x86_64-unknown-linux-gnu"
|
||||
myflags="-march=x86-64 "
|
||||
;;
|
||||
esac
|
||||
install -m644 $srcdir/pacman.conf.x86_64 $pkgdir/etc/pacman.conf
|
||||
mycarch="x86_64"
|
||||
mychost="x86_64-unknown-linux-gnu"
|
||||
myflags="-march=x86-64 "
|
||||
|
||||
install -m644 $srcdir/makepkg.conf $pkgdir/etc/
|
||||
# set things correctly in the default conf file
|
||||
sed -i $pkgdir/etc/makepkg.conf \
|
||||
@ -77,4 +69,8 @@ package() {
|
||||
ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
|
||||
done
|
||||
install -Dm644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman
|
||||
|
||||
mv $pkgdir/usr/bin/pacman $pkgdir/usr/bin/pacmanbin
|
||||
install -Dm775 $srcdir/pacman $pkgdir/usr/bin/pacman
|
||||
}
|
||||
|
||||
|
@ -7,14 +7,6 @@ post_upgrade() {
|
||||
if [ "$(vercmp $2 3.0.2)" -lt 0 ]; then
|
||||
_resetbackups
|
||||
fi
|
||||
# systemd switch
|
||||
echo -e '\e[31;46m WARNING WARNING WARNING'
|
||||
echo -e '\e[31;46m>>> Chakra is making a full systemd switch, follow the instructions to upgrade:'
|
||||
echo -e '\e[31;46m>>> http://chakra-linux.org/news/index.php?/archives/76-Chakra-is-making-the-full-switch-to-systemd.html'
|
||||
echo -e '\e[31;46m>>> DO NOT USE THE FORCE switch to perform this update'
|
||||
echo -e '\e[0m'
|
||||
echo -e '\e[1;33m>>> For further questions, use http://chakra-project.org/bbs/viewtopic.php?id=8384'
|
||||
echo -e '\e[0m'
|
||||
}
|
||||
|
||||
_resetbackups() {
|
||||
|
Loading…
Reference in New Issue
Block a user