[arch-commits] Commit in auctex/repos/community-any (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Dec 4 22:21:53 UTC 2017
Date: Monday, December 4, 2017 @ 22:21:52
Author: arojas
Revision: 272176
archrelease: copy trunk to community-any
Added:
auctex/repos/community-any/PKGBUILD
(from rev 272175, auctex/trunk/PKGBUILD)
auctex/repos/community-any/auctex.install
(from rev 272175, 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-12-04 22:21:31 UTC (rev 272175)
+++ PKGBUILD 2017-12-04 22:21:52 UTC (rev 272176)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=auctex
-pkgver=11.91
-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=('2c93e3f922faeba318f7ab28e06a15c0f58d05b0'
- '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 272175, auctex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-04 22:21:52 UTC (rev 272176)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=auctex
+pkgver=11.92
+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=('d1ac60f96abef76242b099073a7a05b24624ae81'
+ '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-12-04 22:21:31 UTC (rev 272175)
+++ auctex.install 2017-12-04 22:21:52 UTC (rev 272176)
@@ -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 272175, auctex/trunk/auctex.install)
===================================================================
--- auctex.install (rev 0)
+++ auctex.install 2017-12-04 22:21:52 UTC (rev 272176)
@@ -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