[arch-commits] Commit in gnome-latex/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Mar 11 12:27:25 UTC 2019


    Date: Monday, March 11, 2019 @ 12:27:25
  Author: bgyorgy
Revision: 439750

archrelease: copy trunk to community-x86_64

Added:
  gnome-latex/repos/community-x86_64/PKGBUILD
    (from rev 439749, gnome-latex/trunk/PKGBUILD)
Deleted:
  gnome-latex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++------------------------------------
 1 file changed, 28 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 12:27:20 UTC (rev 439749)
+++ PKGBUILD	2019-03-11 12:27:25 UTC (rev 439750)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-# Contributor: Bernd Prünster (JesusMcCloud) <aur at berndpruenster.org>
-
-pkgname=gnome-latex
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="LaTeX editor for the GNOME desktop"
-arch=(x86_64)
-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)
-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')
-
-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
-  make
-}
-
-package() {
-	cd $pkgname
-	make DESTDIR="$pkgdir" install
-}

Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 439749, gnome-latex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-11 12:27:25 UTC (rev 439750)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+# Contributor: Bernd Prünster (JesusMcCloud) <aur at berndpruenster.org>
+
+pkgname=gnome-latex
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/GNOME-LaTeX"
+license=(GPL3)
+depends=(gsettings-desktop-schemas gspell libgee tepl)
+makedepends=(gobject-introspection intltool itstool vala)
+optdepends=('texlive-core: build LaTeX documents')
+replaces=(latexila)
+source=("https://download.gnome.org/sources/gnome-latex/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('0f069c7b4c6754255a1c7e3e3b050925d8076f55458526a30ab59e0a7d52acc9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list