[arch-commits] Commit in auctex/repos/community-any (4 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 19 19:32:16 UTC 2017


    Date: Thursday, January 19, 2017 @ 19:32:15
  Author: arojas
Revision: 208057

archrelease: copy trunk to community-any

Added:
  auctex/repos/community-any/PKGBUILD
    (from rev 208056, auctex/trunk/PKGBUILD)
  auctex/repos/community-any/auctex.install
    (from rev 208056, auctex/trunk/auctex.install)
Deleted:
  auctex/repos/community-any/PKGBUILD
  auctex/repos/community-any/auctex.install

----------------+
 PKGBUILD       |   66 +++++++++++++++++++++++++++----------------------------
 auctex.install |   16 ++++++-------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 19:31:58 UTC (rev 208056)
+++ PKGBUILD	2017-01-19 19:32:15 UTC (rev 208057)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=auctex
-pkgver=11.89
-pkgrel=3
-pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('any') 
-url="http://www.gnu.org/software/auctex/"
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('339244eee9ac932b6a6e342313ea7ea8653d86f7'
-          'SKIP')
-validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? "--with-texmf-dir=/' configure
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var --with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 208056, auctex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-19 19:32:15 UTC (rev 208057)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=auctex
+pkgver=11.90
+pkgrel=1
+pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
+arch=('any') 
+url="http://www.gnu.org/software/auctex/"
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('bf6de74404d1a926dc4e15a05ac1c405bc066159'
+          'SKIP')
+validpgpkeys=('70CDE487C45540307F86972BE2FD58BF20485F50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? "--with-texmf-dir=/' configure
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var --with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: auctex.install
===================================================================
--- auctex.install	2017-01-19 19:31:58 UTC (rev 208056)
+++ auctex.install	2017-01-19 19:32:15 UTC (rev 208057)
@@ -1,8 +0,0 @@
-post_install() {
-cat << EOF
-==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is to add the
-==> following lines to your ~/.emacs file:
-(load "auctex.el" nil t t)
-(load "preview-latex.el" nil t t)
-EOF
-}

Copied: auctex/repos/community-any/auctex.install (from rev 208056, auctex/trunk/auctex.install)
===================================================================
--- auctex.install	                        (rev 0)
+++ auctex.install	2017-01-19 19:32:15 UTC (rev 208057)
@@ -0,0 +1,8 @@
+post_install() {
+cat << EOF
+==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is to add the
+==> following lines to your ~/.emacs file:
+(load "auctex.el" nil t t)
+(load "preview-latex.el" nil t t)
+EOF
+}



More information about the arch-commits mailing list