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

Antonio Rojas arojas at archlinux.org
Mon Aug 8 17:10:38 UTC 2016


    Date: Monday, August 8, 2016 @ 17:10:38
  Author: arojas
Revision: 186077

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 17:10:13 UTC (rev 186076)
+++ PKGBUILD	2016-08-08 17:10:38 UTC (rev 186077)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=auctex
-pkgver=11.89
-pkgrel=2
-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 186076, auctex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-08 17:10:38 UTC (rev 186077)
@@ -0,0 +1,33 @@
+# $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
+}

Deleted: auctex.install
===================================================================
--- auctex.install	2016-08-08 17:10:13 UTC (rev 186076)
+++ auctex.install	2016-08-08 17:10:38 UTC (rev 186077)
@@ -1,18 +0,0 @@
-post_install() {
-  post_upgrade $1
-
-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
-}
-
-post_upgrade() {
-  texconfig-sys rehash 2> /dev/null
-}
-
-pre_remove() {
- texconfig-sys rehash 2> /dev/null
-}

Copied: auctex/repos/community-any/auctex.install (from rev 186076, auctex/trunk/auctex.install)
===================================================================
--- auctex.install	                        (rev 0)
+++ auctex.install	2016-08-08 17:10:38 UTC (rev 186077)
@@ -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