[arch-commits] Commit in gnome-latex/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Aug 18 20:19:59 UTC 2018
Date: Saturday, August 18, 2018 @ 20:19:59
Author: bgyorgy
Revision: 372693
archrelease: copy trunk to community-x86_64
Added:
gnome-latex/repos/community-x86_64/PKGBUILD
(from rev 372692, gnome-latex/trunk/PKGBUILD)
Deleted:
gnome-latex/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-18 20:19:55 UTC (rev 372692)
+++ PKGBUILD 2018-08-18 20:19:59 UTC (rev 372693)
@@ -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.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=8468c6ab6a89f54d38bd54d2a1d21d8482accf2c # tags/3.30.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
-}
Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 372692, gnome-latex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-18 20:19:59 UTC (rev 372693)
@@ -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.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
+}
More information about the arch-commits
mailing list