* update libfreehand to 0.1.2-5
This commit is contained in:
parent
69fdf87a54
commit
3e5a66c492
22
libfreehand/.SRCINFO
Normal file
22
libfreehand/.SRCINFO
Normal file
@ -0,0 +1,22 @@
|
||||
pkgbase = libfreehand
|
||||
pkgdesc = a library for import of Aldus/Macromedia/Adobe FreeHand documents
|
||||
pkgver = 0.1.2
|
||||
pkgrel = 5
|
||||
url = https://wiki.documentfoundation.org/DLP/Libraries/libfreehand
|
||||
arch = x86_64
|
||||
license = MPL-2.0
|
||||
makedepends = boost
|
||||
makedepends = cppunit
|
||||
makedepends = gperf
|
||||
makedepends = doxygen
|
||||
depends = librevenge
|
||||
depends = lcms2
|
||||
depends = zlib
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
source = https://dev-www.libreoffice.org/src/libfreehand/libfreehand-0.1.2.tar.xz
|
||||
source = libfreehand-0.1.2-icu-fix.patch
|
||||
sha256sums = 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac
|
||||
sha256sums = 11b5b5fcbb4f427486e83ee042cd3f2b030bcf8238f5d1925942416067d0254b
|
||||
|
||||
pkgname = libfreehand
|
6
libfreehand/.nvchecker.toml
Normal file
6
libfreehand/.nvchecker.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[libfreehand]
|
||||
source = "git"
|
||||
git = "https://git.libreoffice.org/libfreehand"
|
||||
|
||||
use_max_tag = true
|
||||
prefix = "libfreehand-"
|
@ -3,12 +3,12 @@
|
||||
|
||||
pkgname=libfreehand
|
||||
pkgver=0.1.2
|
||||
pkgrel=4.2
|
||||
pkgrel=5
|
||||
pkgdesc="a library for import of Aldus/Macromedia/Adobe FreeHand documents"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
|
||||
license=('MPL2')
|
||||
depends=('librevenge' 'lcms2')
|
||||
license=('MPL-2.0')
|
||||
depends=('librevenge' 'lcms2' 'zlib' 'gcc-libs' 'glibc')
|
||||
makedepends=('boost' 'cppunit' 'gperf' 'doxygen')
|
||||
source=("https://dev-www.libreoffice.org/src/libfreehand/$pkgname-$pkgver.tar.xz"
|
||||
'libfreehand-0.1.2-icu-fix.patch')
|
||||
|
Loading…
x
Reference in New Issue
Block a user