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

Frederik Schwan freswa at gemini.archlinux.org
Mon Feb 28 23:34:02 UTC 2022


    Date: Monday, February 28, 2022 @ 23:34:02
  Author: freswa
Revision: 1138743

archrelease: copy trunk to community-x86_64

Added:
  tectonic/repos/community-x86_64/PKGBUILD
    (from rev 1138742, tectonic/trunk/PKGBUILD)
Deleted:
  tectonic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 23:34:00 UTC (rev 1138742)
+++ PKGBUILD	2022-02-28 23:34:02 UTC (rev 1138743)
@@ -1,41 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: tectonic-deploy <sasha+tectonic at hackafe.net>
-# Contributor: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Jan Tojnar <jtojnar at gmail.com>
-
-pkgname=tectonic
-pkgver=0.8.0
-pkgrel=2
-pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
-arch=('x86_64')
-url='https://tectonic-typesetting.github.io/'
-license=('MIT')
-depends=('fontconfig' 'harfbuzz-icu' 'openssl')
-makedepends=('cargo' 'pkg-config')
-options=(!lto)
-source=("https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/tectonic@${pkgver}.tar.gz")
-b2sums=('7587760d15b913ad0afe02d7087b32a311a88076cdb2894a8de64027a112b419eeb5cd1e908869e4ad542dd784b192fd36ddc76f95d692eefa1e45fe59e43352')
-
-prepare() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --release --locked --features external-harfbuzz
-}
-
-check() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  cargo test --release --locked --features external-harfbuzz
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  install -Dm755 target/release/tectonic "${pkgdir}"/usr/bin/tectonic
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tectonic/repos/community-x86_64/PKGBUILD (from rev 1138742, tectonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 23:34:02 UTC (rev 1138743)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: tectonic-deploy <sasha+tectonic at hackafe.net>
+# Contributor: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Jan Tojnar <jtojnar at gmail.com>
+
+pkgname=tectonic
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
+arch=('x86_64')
+url='https://tectonic-typesetting.github.io/'
+license=('MIT')
+depends=('fontconfig' 'harfbuzz-icu' 'openssl')
+makedepends=('cargo' 'pkg-config')
+options=(!lto)
+source=("https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/tectonic@${pkgver}.tar.gz")
+b2sums=('d636a5236fe696a0956c7272fc70b041b5be7f155c3c13e6dee2533fe9c35ca5d08690d262a4d04ef81ee1d2311ac7d36de907fc9f1d5078f4f318c4c8fb33a2')
+
+prepare() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --locked --features external-harfbuzz
+}
+
+check() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --release --locked --features external-harfbuzz
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  install -Dm755 target/release/tectonic "${pkgdir}"/usr/bin/tectonic
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list