You are not logged in.

#1 2009-09-26 02:27:28

ugkbunb
Member
Registered: 2009-02-26
Posts: 227

pacman-color 3.1.1

EDIT THE OFFICIAL 3.1.1 is out... go head and use that one!

here is my updated patch for pacman-color 3.1.1

http://www.mediafire.com/download.php?ynel5ijqimm

and the updated PKGBUILD

# Contributor: vogo <vojtech.gondzala@gmail.com>
pkgname=pacman-color
pkgver=3.3.1
pkgrel=1
pkgdesc="Command-line frontend for libalpm aka pacman with color patch"
arch=('i686' 'x86_64')
url="http://vogo.unas.cz/pacman-color.html"
license=('GPL')
depends=('pacman=3.3.1')
makedepends=('patch')
install="pacman-color.install"
backup=('etc/pacman.d/color.conf')
source=(ftp://ftp.archlinux.org/other/pacman/pacman-$pkgver.tar.gz
pacman-color.patch
color.conf)
md5sums=('21b5a12a0e7af4b39e20091354a3e3db'
'729e676555ef15cdced82bd467dc4fcd'
'fd5087a5f6cf95ca0175ddb9fd257505')

build() {
cd $startdir/src/pacman-$pkgver
patch -p1 -i ../pacman-color.patch || return 1
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-doc
make || return 1

# install pacman-color
install -Dm755 $startdir/src/pacman-$pkgver/src/pacman/.libs/pacman \
$startdir/pkg/usr/bin/pacman-color

# install color.conf
install -Dm644 $startdir/src/color.conf \
$startdir/pkg/etc/pacman.d/color.conf
}

Last edited by ugkbunb (2009-09-26 18:42:47)

Offline

#2 2009-09-26 03:46:44

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: pacman-color 3.1.1

Thank you! Works perfectly smile

Offline

#3 2009-09-26 06:42:42

ugkbunb
Member
Registered: 2009-02-26
Posts: 227

Re: pacman-color 3.1.1

^^
glad it worked out for you... I didn't have to do much except edit the last hunk in sync.c to get it to apply cleanly...

btw -- to others... you need to grab color.conf from the aur page... i personally use pbget to grab the files "pbget --aur pacman-color"  and then I replace the PKGBUILD with the one listed... and save the patch into the same folder

Offline

#4 2009-09-26 08:12:48

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: pacman-color 3.1.1

ugkbunb wrote:

here is my updated patch for pacman-color 3.1.1

http://www.mediafire.com/download.php?ynel5ijqimm

and the updated PKGBUILD

# Contributor: vogo <vojtech.gondzala@gmail.com>
pkgname=pacman-color
pkgver=3.3.1
pkgrel=1
pkgdesc="Command-line frontend for libalpm aka pacman with color patch"
arch=('i686' 'x86_64')
url="http://vogo.unas.cz/pacman-color.html"
license=('GPL')
depends=('pacman=3.3.1')
makedepends=('patch')
install="pacman-color.install"
backup=('etc/pacman.d/color.conf')
source=(ftp://ftp.archlinux.org/other/pacman/pacman-$pkgver.tar.gz
pacman-color.patch
color.conf)
md5sums=('21b5a12a0e7af4b39e20091354a3e3db'
'729e676555ef15cdced82bd467dc4fcd'
'fd5087a5f6cf95ca0175ddb9fd257505')

build() {
cd $startdir/src/pacman-$pkgver
patch -p1 -i ../pacman-color.patch || return 1
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-doc
make || return 1

# install pacman-color
install -Dm755 $startdir/src/pacman-$pkgver/src/pacman/.libs/pacman \
$startdir/pkg/usr/bin/pacman-color

# install color.conf
install -Dm644 $startdir/src/color.conf \
$startdir/pkg/etc/pacman.d/color.conf
}

Nice Thanks.
BTW. Version of Pacman is 3.3.1 wink


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

Board footer

Powered by FluxBB