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

Frederik Schwan freswa at gemini.archlinux.org
Fri Aug 12 17:03:24 UTC 2022


    Date: Friday, August 12, 2022 @ 17:03:23
  Author: freswa
Revision: 1265486

archrelease: copy trunk to community-x86_64

Added:
  ptex/repos/community-x86_64/PKGBUILD
    (from rev 1265485, ptex/trunk/PKGBUILD)
Deleted:
  ptex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 17:03:19 UTC (rev 1265485)
+++ PKGBUILD	2022-08-12 17:03:23 UTC (rev 1265486)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-pkgname=ptex
-pkgver=2.4.1
-pkgrel=3
-pkgdesc="Per-Face Texture Mapping for Production Rendering"
-arch=('x86_64')
-url="http://ptex.us/"
-license=('BSD')
-depends=('zlib' 'gcc-libs')
-makedepends=('git' 'doxygen' 'cmake' 'ninja')
-options=(staticlibs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz")
-sha512sums=('ccf6b51650286c39a9f25c105a2303ab5dfc9f9d9d02cd98c6ffc976ed17f39d97968f2b9c68e269fd59db905768c36eab6a03e2014c7b2cbb83cb8a530bd35c')
-
-build() {
-    cd "$pkgname-$pkgver"
-
-    CXXFLAGS+=" -ffat-lto-objects"
-    cmake \
-        -Bbuild \
-        -GNinja \
-        -DPTEX_SHA=$_commit_sha \
-        -DPTEX_VER=$pkgver \
-        -DCMAKE_INSTALL_LIBDIR=lib \
-        -DCMAKE_INSTALL_PREFIX=/usr
-
-    ninja -C build
-}
-
-check() {
-    cd "$pkgname-$pkgver"
-    ninja -C build test
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-
-    DESTDIR="$pkgdir" ninja -C build install
-    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ptex/repos/community-x86_64/PKGBUILD (from rev 1265485, ptex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 17:03:23 UTC (rev 1265486)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=ptex
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Per-Face Texture Mapping for Production Rendering"
+arch=('x86_64')
+url="http://ptex.us/"
+license=('BSD')
+depends=('zlib' 'gcc-libs')
+makedepends=('git' 'doxygen' 'cmake' 'ninja')
+options=(staticlibs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wdas/ptex/archive/v${pkgver}.tar.gz")
+sha512sums=('3b9607b7803e7c857bb00a6d4d8bbe108810c622a3593fb5d655183f3e6689f274ee5e79bcaab6928de38daf05cf25eb56125f39477f134131a8ad45071551b3')
+
+build() {
+    cd "$pkgname-$pkgver"
+
+    CXXFLAGS+=" -ffat-lto-objects"
+    cmake \
+        -Bbuild \
+        -GNinja \
+        -DPTEX_SHA=$_commit_sha \
+        -DPTEX_VER=$pkgver \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -DCMAKE_INSTALL_PREFIX=/usr
+
+    ninja -C build
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    ninja -C build test
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+
+    DESTDIR="$pkgdir" ninja -C build install
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list