diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-08 17:21:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-09 16:33:27 +0000 |
commit | 797268417f94506ba5f790ac25f6f3447f025cec (patch) | |
tree | 5f63eeabef98f047a34ee2feb94e0ee8bfe2670b /community/goffice/APKBUILD | |
parent | 9930724c05db0bf7a37b1769ff335ff39131c7fa (diff) | |
download | aports-797268417f94506ba5f790ac25f6f3447f025cec.tar.bz2 aports-797268417f94506ba5f790ac25f6f3447f025cec.tar.xz |
community/goffice: upgrade to 0.10.38, clarify license
Diffstat (limited to 'community/goffice/APKBUILD')
-rw-r--r-- | community/goffice/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/goffice/APKBUILD b/community/goffice/APKBUILD index 09a7805b99..eb9bdb87b5 100644 --- a/community/goffice/APKBUILD +++ b/community/goffice/APKBUILD @@ -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" |