mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:27:13 +08:00
boost update pf, gptfdisk, harfbuzz, yaz
This commit is contained in:
parent
fdd91265f6
commit
9fff49ac9b
@ -4,18 +4,18 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=gptfdisk
|
||||
pkgver=0.8.4
|
||||
pkgver=0.8.6
|
||||
pkgrel=1
|
||||
pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.rodsbooks.com/gdisk/"
|
||||
license=('GPL2')
|
||||
depends=('gcc-libs' 'util-linux' 'popt' 'icu')
|
||||
provides=("gdisk=$pkgver")
|
||||
conflicts=('gdisk')
|
||||
replaces=('gdisk')
|
||||
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('fe3bfc0bf067091cfc5f3c992f8e2d4f')
|
||||
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('f5ec6647d3de43644ad7e99b34f74982')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
@ -26,8 +26,8 @@ build() {
|
||||
package () {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
install -d "$pkgdir"/{sbin,usr/share/{doc/gdisk,man/man8}}
|
||||
install -t "$pkgdir/sbin" {,c,s}gdisk fixparts
|
||||
install -d "$pkgdir"/usr/{bin,share/{doc/gdisk,man/man8}}
|
||||
install -t "$pkgdir/usr/bin" {,c,s}gdisk fixparts
|
||||
install -m644 -t "$pkgdir/usr/share/man/man8" {{,c,s}gdisk,fixparts}.8
|
||||
install -m644 -t "$pkgdir/usr/share/doc/gdisk" README NEWS
|
||||
}
|
@ -4,18 +4,18 @@
|
||||
# contributor Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=harfbuzz
|
||||
pkgver=0.9.5
|
||||
pkgver=0.9.9
|
||||
pkgrel=1
|
||||
pkgdesc="OpenType text shaping engine."
|
||||
arch=('x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
||||
license=('MIT')
|
||||
depends=('icu' 'glib2' 'freetype2')
|
||||
depends=('icu' 'glib2' 'freetype2' 'graphite')
|
||||
makedepends=('icu' 'cairo')
|
||||
optdepends=('cairo: hb-view program')
|
||||
options=(!libtool)
|
||||
source=("http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('57aa645606b7220fa202871b2acd9062243a5c212a2b55ab6493eeaaca1c6a7a')
|
||||
sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -4,7 +4,7 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=yaz
|
||||
pkgver=4.2.47
|
||||
pkgver=4.2.49
|
||||
pkgrel=1
|
||||
pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
|
||||
arch=('x86_64')
|
||||
@ -13,7 +13,7 @@ url="http://www.indexdata.dk/yaz"
|
||||
depends=('openssl' 'libxslt' 'icu')
|
||||
options=('!libtool')
|
||||
source=("http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('cc9f80fc775d284d8ac142663e17a4d8')
|
||||
md5sums=('dcb852bd4711a9d8b952a30fbf1e0b46')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user