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

Jan Steffens heftig at archlinux.org
Thu Mar 25 14:58:03 UTC 2021


    Date: Thursday, March 25, 2021 @ 14:58:03
  Author: heftig
Revision: 903118

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 14:57:13 UTC (rev 903117)
+++ PKGBUILD	2021-03-25 14:58:03 UTC (rev 903118)
@@ -1,44 +0,0 @@
-# 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.38.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 git gtk-doc yelp-tools
-             autoconf-archive appstream-glib)
-optdepends=('texlive-core: build LaTeX documents')
-replaces=(latexila)
-_commit=15076c006070cbc495f5b2afb095c0ec092291aa  # tags/3.38.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
-  make
-}
-
-check() {
-  make -C $pkgname check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 903117, gnome-latex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-25 14:58:03 UTC (rev 903118)
@@ -0,0 +1,44 @@
+# 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.38.0+13+g703c2c9
+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 git gtk-doc yelp-tools
+             autoconf-archive appstream-glib)
+optdepends=('texlive-core: build LaTeX documents')
+replaces=(latexila)
+_commit=703c2c969accfcc9342a05397aa05de138fe27fc  # master
+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
+  make
+}
+
+check() {
+  make -C $pkgname check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list