[arch-commits] Commit in gnome-latex (3 files)

Balló György bgyorgy at archlinux.org
Mon Apr 16 13:49:20 UTC 2018


    Date: Monday, April 16, 2018 @ 13:49:20
  Author: bgyorgy
Revision: 316510

archrelease: copy trunk to community-x86_64

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

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

Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 316509, gnome-latex/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-04-16 13:49:20 UTC (rev 316510)
@@ -0,0 +1,40 @@
+# $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.28.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=(autoconf-archive appstream-glib git gobject-introspection gtk-doc intltool vala yelp-tools)
+optdepends=('texlive-core: build LaTeX documents')
+replaces=(latexila)
+_commit=907fcbf99789fa8f29d4e09a14344d0f803472b9  # tags/3.28.0^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
+}



More information about the arch-commits mailing list