perl-xml-parser added conflicts, intltool update for new perl, sudo update for security issue

This commit is contained in:
abveritas 2012-05-18 16:09:58 +00:00
parent 30de27a7f4
commit 32723594bc
5 changed files with 15 additions and 69 deletions

View File

@ -1,7 +1,7 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer abferitas@cahkra-project.org
# maintainer abveritas@chakra-project.org
pkgname=gobject-introspection

View File

@ -1,45 +0,0 @@
2009-09-08 Eric Belanger <eric@archlinux.org>
* intltool 0.41.0-1
* Upstream update
* Updated url
* Switched to 'any' arch
2009-03-15 Eric Belanger <eric@archlinux.org>
* intltool 0.40.6-1
* Upstream update
2009-02-07 Eric Belanger <eric@archlinux.org>
* Added I18N-HOWTO doc (close FS#12889)
2008-11-28 Jan de Groot <jgc@archlinux.org>
* intltool 0.40.5-1
* Upstream update
2008-09-25 Jan de Groot <jgc@archlinux.org>
* intltool 0.40.4-1
* Upstream update
2008-07-28 Eric Belanger <eric@archlinux.org>
* intltool 0.40.3-1
* Upstream update
2008-07-23 Eric Belanger <eric@archlinux.org>
* intltool 0.40.1-1
* Upstream update
2008-06-08 Eric Belanger <eric@archlinux.org>
* intltool 0.40.0-1
* Upstream update
2008-03-01 Eric Belanger <eric@archlinux.org>
* intltool 0.37.1-1
* Upstream update

View File

@ -1,36 +1,30 @@
# $Id: PKGBUILD 77335 2010-04-12 02:06:41Z dgriffiths $
#
# Core Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# maintainer abveritas@chakra-project.org
pkgname=intltool
pkgver=0.41.1
pkgrel=3
pkgver=0.50.2
pkgrel=1
pkgdesc="The internationalization tool collection"
arch=('any')
url="https://edge.launchpad.net/intltool"
license=('GPL')
depends=('perlxml')
depends=('perl-xml-parser')
source=(http://edge.launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
md5sums=('d6c91bf06681919ccfdf3624035b75dc')
sha1sums=('20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2')
sha1sums=('7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr || return 1
make || return 1
./configure --prefix=/usr
make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install || return 1
make DESTDIR=${pkgdir} install
install -Dm644 doc/I18N-HOWTO \
${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO || return 1
${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO
}

View File

@ -3,7 +3,7 @@
pkgname=perl-xml-parser
_realname=XML-Parser
pkgver=2.41
pkgrel=1
pkgrel=2
pkgdesc="Expat-based XML parser module for perl"
arch=('i686' 'x86_64')
license=('GPL' 'PerlArtistic')
@ -11,6 +11,7 @@ url="http://search.cpan.org/dist/${_realname}/"
depends=('perl' 'expat')
replaces=('perlxml')
provides=("perlxml=${pkgver}")
conflicts=('perlxml')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/${_realname}-${pkgver}.tar.gz")
md5sums=('c320d2ffa459e6cdc6f9f59c1185855e')

View File

@ -1,14 +1,10 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
# maintainer abveritas@chakra-project.org
pkgname=sudo
pkgver="1.8.3p2"
pkgver="1.8.5p1"
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root."
arch=('i686' 'x86_64')
@ -19,7 +15,7 @@ backup=('etc/sudoers' 'etc/pam.d/sudo')
options=('!libtool' '!makeflags')
source=("ftp://ftp.sudo.ws/pub/sudo/${pkgname}-${pkgver}.tar.gz"
'sudo.pam')
md5sums=('6d4282a1530c541f7900fa8dfcf2a882'
md5sums=('3b843e60e0bb226a24dd784345cbbba8'
'4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
build() {