Date: Monday, March 11, 2019 @ 12:27:20 Author: bgyorgy Revision: 439749
upgpkg: gnome-latex 3.32.0-1 Update to new version Modified: gnome-latex/trunk/PKGBUILD ----------+ PKGBUILD | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-11 11:53:47 UTC (rev 439748) +++ PKGBUILD 2019-03-11 12:27:20 UTC (rev 439749) @@ -3,7 +3,7 @@ # Contributor: Bernd Prünster (JesusMcCloud) <[email protected]> pkgname=gnome-latex -pkgver=3.30.2 +pkgver=3.32.0 pkgrel=1 pkgdesc="LaTeX editor for the GNOME desktop" arch=(x86_64) @@ -10,30 +10,19 @@ url="https://wiki.gnome.org/Apps/GNOME-LaTeX" license=(GPL3) depends=(gsettings-desktop-schemas gspell libgee tepl) -makedepends=(autoconf-archive appstream-glib git gobject-introspection gtk-doc intltool vala yelp-tools) +makedepends=(gobject-introspection intltool itstool vala) optdepends=('texlive-core: build LaTeX documents') replaces=(latexila) -_commit=6197e6a26028178e13afc77eaa6f9f988b4b22b5 # tags/3.30.2^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-latex.git#commit=$_commit") -sha256sums=('SKIP') +source=("https://download.gnome.org/sources/gnome-latex/${pkgver%.*}/$pkgname-$pkgver.tar.xz") +sha256sums=('0f069c7b4c6754255a1c7e3e3b050925d8076f55458526a30ab59e0a7d52acc9') -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - build() { - cd $pkgname - ./configure --prefix=/usr --enable-gtk-doc --disable-Werror + cd $pkgname-$pkgver + ./configure --prefix=/usr make } package() { - cd $pkgname - make DESTDIR="$pkgdir" install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install }
