[arch-commits] Commit in tectonic/repos/community-x86_64 (PKGBUILD PKGBUILD)
Leonidas Spyropoulos
artafinde at gemini.archlinux.org
Wed Apr 27 06:14:12 UTC 2022
Date: Wednesday, April 27, 2022 @ 06:14:12
Author: artafinde
Revision: 1191070
archrelease: copy trunk to community-x86_64
Added:
tectonic/repos/community-x86_64/PKGBUILD
(from rev 1191069, tectonic/trunk/PKGBUILD)
Deleted:
tectonic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-27 06:13:59 UTC (rev 1191069)
+++ PKGBUILD 2022-04-27 06:14:12 UTC (rev 1191070)
@@ -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.2
-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=('31bb6ba36fe033664d96f1636a49fafc58d623aad4a1149007e526581ae15ff90a194b2814ea296220562af4967849114d446c418afb18a2928284b51678b2b0')
-
-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 1191069, tectonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-27 06:14:12 UTC (rev 1191070)
@@ -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.9.0
+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=('051e763e313953c7634c37be8f35c8633d5f429172f1570c11a560ec90199da9f92a1fe9113a11d46e0f2c96b84560a156131ec9dc3080945f16c9e9d94e050b')
+
+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