mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/goffice: upgrade to 0.10.38, clarify license
This commit is contained in:
parent
9930724c05
commit
797268417f
@ -1,14 +1,14 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=goffice
|
||||
pkgver=0.10.37
|
||||
pkgrel=1
|
||||
pkgver=0.10.38
|
||||
pkgrel=0
|
||||
_maj=${pkgver%%.*}
|
||||
_min=${pkgver#${_maj}.}
|
||||
_min=${_min%%.*}
|
||||
pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
|
||||
pkgdesc="Library of document-centric objects and utilities built on top of GLib and Gtk+"
|
||||
url="http://www.gnome.org"
|
||||
arch="all"
|
||||
license="GPL-2.0-only OR GPL-3.0-only"
|
||||
license="GPL-2.0-or-later OR GPL-3.0-or-later"
|
||||
makedepends="librsvg-dev intltool gtk+-dev autoconf automake libtool gtk-doc
|
||||
libxslt-dev gobject-introspection-dev glib-dev libgsf-dev cairo-dev
|
||||
libxml2-dev gtk+3.0-dev"
|
||||
@ -16,7 +16,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
source="https://download.gnome.org/sources/$pkgname/$_maj.$_min/$pkgname-$pkgver.tar.xz
|
||||
testsuite-workaround.patch
|
||||
"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
libtoolize --force && aclocal && autoconf \
|
||||
@ -46,5 +45,5 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="0d4a3465fc37ba46e04b12af8f8163348a03b144883765dce252f80502a771d066ce2d2c4d67425b0e8ad1caa3dd04fe49acdb7b2ec76edd4d3eabdb7da36254 goffice-0.10.37.tar.xz
|
||||
sha512sums="1d72e30ee0b9f322cd4114d0a024a99e6d9ff7efcaeb9ca40b5fffe94180c232f03935743c15b1c6170f8bfc04fea5bdcc4d12760643c66cffafefbaa562fd62 goffice-0.10.38.tar.xz
|
||||
1addcc0e3f1c4d908fbe4caf2a31a3ac8957f03ccce55f8a81f059ad8d40a79cb51a72ba33a57b027fce85f29b335c126f567cb0a8cef2f25d5cff79287655d4 testsuite-workaround.patch"
|
||||
|
Loading…
Reference in New Issue
Block a user