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

Felix Yan felixonmars at archlinux.org
Mon May 25 14:14:21 UTC 2020


    Date: Monday, May 25, 2020 @ 14:14:20
  Author: felixonmars
Revision: 634391

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   68 +++++++++++++++++++++++++++----------------------------
 minted.install |   26 ++++++++++-----------
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:14:00 UTC (rev 634390)
+++ PKGBUILD	2020-05-25 14:14:20 UTC (rev 634391)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Markus Härer <markus.haerer at gmx.net>
-# Contributor: robotanarchy
-# Contributor: Philipp Trommler <aur at philipp-trommler.me>
-
-pkgname=minted
-pkgver=2.5
-pkgrel=2
-pkgdesc='Syntax highlighted source code for LaTeX'
-url='https://github.com/gpoore/minted'
-arch=('any')
-license=('LPPL')
-depends=('texlive-latexextra' 'python-pygments' 'fvextra')
-source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz"
-        'minted.install')
-install=minted.install
-sha256sums=('a4dadd158d01c2c85e0ff016bc9beae5be07e5c777b5633bbac3c07a43ca3e0e'
-            '4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
-
-build() {
-  cd "$pkgname-$pkgver/source"
-
-  yes | tex "$pkgname.ins"
-}
-
-package() {
-  cd "$pkgname-$pkgver/source"
-
-  install -Dm644 "$pkgname.sty" \
-    "$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
-  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
-}
-
-# vim:ts=2 sw=2 et:

Copied: minted/repos/community-any/PKGBUILD (from rev 634390, minted/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:14:20 UTC (rev 634391)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Markus Härer <markus.haerer at gmx.net>
+# Contributor: robotanarchy
+# Contributor: Philipp Trommler <aur at philipp-trommler.me>
+
+pkgname=minted
+pkgver=2.5
+pkgrel=3
+pkgdesc='Syntax highlighted source code for LaTeX'
+url='https://github.com/gpoore/minted'
+arch=('any')
+license=('LPPL')
+depends=('texlive-latexextra' 'python-pygments' 'fvextra')
+source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz"
+        'minted.install')
+install=minted.install
+sha256sums=('a4dadd158d01c2c85e0ff016bc9beae5be07e5c777b5633bbac3c07a43ca3e0e'
+            '4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
+
+build() {
+  cd "$pkgname-$pkgver/source"
+
+  yes | tex "$pkgname.ins"
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+
+  install -Dm644 "$pkgname.sty" \
+    "$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
+  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
+}
+
+# vim:ts=2 sw=2 et:

Deleted: minted.install
===================================================================
--- minted.install	2020-05-25 14:14:00 UTC (rev 634390)
+++ minted.install	2020-05-25 14:14:20 UTC (rev 634391)
@@ -1,13 +0,0 @@
-post_install() {
-  texconfig-sys rehash
-}
-
-post_upgrade() {
-  texconfig-sys rehash
-}
-
-post_remove() {
-  texconfig-sys rehash
-}
-
-# vim:set ts=2 sw=2 et:

Copied: minted/repos/community-any/minted.install (from rev 634390, minted/trunk/minted.install)
===================================================================
--- minted.install	                        (rev 0)
+++ minted.install	2020-05-25 14:14:20 UTC (rev 634391)
@@ -0,0 +1,13 @@
+post_install() {
+  texconfig-sys rehash
+}
+
+post_upgrade() {
+  texconfig-sys rehash
+}
+
+post_remove() {
+  texconfig-sys rehash
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list