mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
heimdal, python, subversion: sqlite & mysql rebuilds
This commit is contained in:
parent
7c47ad88fc
commit
5f610e82ed
@ -4,8 +4,8 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=filesystem
|
||||
pkgver=2011.03
|
||||
_codename="Cyrus"
|
||||
pkgver=2011.04
|
||||
_codename="Aida"
|
||||
pkgrel=1
|
||||
pkgdesc='Base filesystem'
|
||||
arch=('any')
|
||||
@ -22,7 +22,7 @@ source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
|
||||
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 'shells'
|
||||
'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
|
||||
md5sums=('9f726377379ca186e988aeae8e925693'
|
||||
'ffe40f29a8606913d66264c8232eb6b8'
|
||||
'1b5ea62cf6d6e636f8eb6337e1205be2'
|
||||
'13753e4e0964f3652b0cc60a28528bdf'
|
||||
'4c4540eeb748bf1f71d631b8c1dcf0b3'
|
||||
'f28150d4c0b22a017be51b9f7f9977ed'
|
||||
|
@ -1,3 +1,3 @@
|
||||
[H[2J
|
||||
Chakra Linux (2011.03 - Cyrus) \r (\n) (\l)
|
||||
Chakra Linux (2011.04 - Aida) \r (\n) (\l)
|
||||
|
||||
|
@ -1,13 +1,11 @@
|
||||
# $Id: PKGBUILD 75165 2010-03-31 23:52:49Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Phil Miller <philm[at]chakra-project[dot]org>
|
||||
|
||||
#
|
||||
### Attention: remove old pkg before building - it links against itself! ###
|
||||
#
|
||||
|
||||
pkgname=heimdal
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="Implementation of Kerberos V5 libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -28,7 +26,7 @@ source=(http://www.h5l.org/dist/src/${pkgname}-${pkgver}.tar.gz
|
||||
heimdal-kdc.rc
|
||||
kadmind.rc
|
||||
kpasswd.rc)
|
||||
md5sums=('69d7c4fc1a448f8feda1b478dad48fd0'
|
||||
md5sums=('963c09f1b14c41660be70b55fae9f163'
|
||||
'98e28f11f906c967aac22d6184102c9e'
|
||||
'6d5571bdedba2e2423b90bccdbac2c0a'
|
||||
'2feec3924ee5230b54175b4d4000c872'
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
# KDE SC Packages for Chakra, part of chakra-project.org
|
||||
# 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>
|
||||
|
||||
pkgname=python
|
||||
pkgver=2.7.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
_pybasever=2.7
|
||||
pkgdesc="A high-level scripting language"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,10 +1,12 @@
|
||||
# $Id: PKGBUILD 77223 2010-04-11 14:13:33Z pierre $
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
# Contributor: Jason Chu <jason@archlinux.org>
|
||||
#
|
||||
# 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>
|
||||
|
||||
pkgname=subversion
|
||||
pkgver=1.6.9
|
||||
pkgrel=6
|
||||
pkgver=1.6.16
|
||||
pkgrel=1
|
||||
pkgdesc="Replacement for CVS, another versioning system (svn)"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('apache' 'bsd')
|
||||
@ -85,7 +87,7 @@ build() {
|
||||
install -Dm 644 ${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \
|
||||
${pkgdir}/etc/bash_completion.d/subversion || return 1
|
||||
}
|
||||
md5sums=('9c30a47b1d48664e7afef68bb4834c53'
|
||||
md5sums=('32f25a6724559fe8691d1f57a63f636e'
|
||||
'a2b029e8385007ffb99b437b30521c90'
|
||||
'a0db6dd43af33952739b6ec089852630'
|
||||
'c459e299192552f61578f3438abf0664'
|
||||
|
Loading…
Reference in New Issue
Block a user