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

Balló György bgyorgy at archlinux.org
Sun May 20 17:07:21 UTC 2018


    Date: Sunday, May 20, 2018 @ 17:07:20
  Author: bgyorgy
Revision: 325450

archrelease: copy trunk to community-x86_64

Added:
  gnome-latex/repos/community-x86_64/PKGBUILD
    (from rev 325449, 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-05-20 17:07:15 UTC (rev 325449)
+++ PKGBUILD	2018-05-20 17:07:20 UTC (rev 325450)
@@ -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.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
-}

Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 325449, gnome-latex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-20 17:07:20 UTC (rev 325450)
@@ -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.1
+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=db9bf2a5eb6d4ca2bf56834ee392733b0bf2095e  # tags/3.28.1^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