summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-06-25 05:57:49 +0200
committerhaawda2019-06-25 05:57:49 +0200
commit2468d8e294a3517870678975268c73cc1363de0a (patch)
treef9156b0acbe02935ef3c6b8c0185148c80c5545a
parente4e1982d9854c800bf1a63091d62fe03bf9f1ce2 (diff)
downloadaur-2468d8e294a3517870678975268c73cc1363de0a.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8151a6ae23e1..da8d70cccdc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnumeric-minimal
pkgdesc = A GNOME-less spreadsheet program
- pkgver = 1.12.44
+ pkgver = 1.12.45
pkgrel = 1
url = http://www.gnome.org/projects/gnumeric/
arch = i686
@@ -8,13 +8,13 @@ pkgbase = gnumeric-minimal
license = GPL
makedepends = intltool
makedepends = itstool
- depends = goffice>=0.10.44
+ depends = goffice>=0.10.45
provides = gnumeric
conflicts = gnumeric
options = !makeflags
- source = http://ftp.gnome.org/pub/gnome/sources/gnumeric/1.12/gnumeric-1.12.44.tar.xz
+ source = https://gitlab.gnome.org/GNOME/gnumeric/-/archive/GNUMERIC_1_12_45/gnumeric-GNUMERIC_1_12_45.tar.bz2
source = revert-warnings.patch::https://projects.archlinux.de/svntogit/packages.git/plain/trunk/revert-warnings.patch?h=packages/gnumeric
- sha256sums = 60ea794bf3bffe54fe3d56305e487947d30c14b525fd7c8ad46d79c384498704
+ sha256sums = 46859bc523591197557b8235f6fd14f1b85e71225234188e462967bd2928e342
sha256sums = bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53
pkgname = gnumeric-minimal
diff --git a/PKGBUILD b/PKGBUILD
index d452db6cd31e..dbddd7129e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnumeric-minimal
_pkgname=gnumeric
-_minorver=44
+_minorver=45
pkgver=1.12.${_minorver}
pkgrel=1
pkgdesc="A GNOME-less spreadsheet program"
@@ -16,22 +16,21 @@ makedepends=('intltool' 'itstool')
conflicts=('gnumeric')
provides=('gnumeric')
options=('libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz revert-warnings.patch::https://projects.archlinux.de/svntogit/packages.git/plain/trunk/revert-warnings.patch?h=packages/gnumeric)
-sha256sums=('60ea794bf3bffe54fe3d56305e487947d30c14b525fd7c8ad46d79c384498704'
+source=(https://gitlab.gnome.org/GNOME/gnumeric/-/archive/GNUMERIC_${pkgver//./_}/gnumeric-GNUMERIC_${pkgver//./_}.tar.bz2 revert-warnings.patch::https://projects.archlinux.de/svntogit/packages.git/plain/trunk/revert-warnings.patch?h=packages/gnumeric)
+sha256sums=('46859bc523591197557b8235f6fd14f1b85e71225234188e462967bd2928e342'
'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
options=('!makeflags')
prepare() {
- cd "${srcdir}/"${_pkgname}-${pkgver}
+ cd ${_pkgname}-GNUMERIC_${pkgver//./_}
patch -Np0 -i "${srcdir}"/revert-warnings.patch
# Remove invalid mime type. (FS#26338)
sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
}
build() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
- autoreconf -fi
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ cd ${_pkgname}-GNUMERIC_${pkgver//./_}
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-install --disable-ssindex \
--without-gnome --without-psiconv --without-perl \
--without-python --without-gda \
@@ -40,7 +39,7 @@ build() {
}
package() {
- cd "${srcdir}"/${_pkgname}-${pkgver}
+ cd ${_pkgname}-GNUMERIC_${pkgver//./_}
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}"/etc/gconf