Date: Friday, April 14, 2023 @ 06:52:03
  Author: arojas
Revision: 1445985

archrelease: copy trunk to community-x86_64

Added:
  libxisf/repos/community-x86_64/PKGBUILD
    (from rev 1445984, libxisf/trunk/PKGBUILD)
Deleted:
  libxisf/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-14 06:51:50 UTC (rev 1445984)
+++ PKGBUILD    2023-04-14 06:52:03 UTC (rev 1445985)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=libxisf
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Library to load and write XISF format from PixInsight'
-url='https://gitea.nouspiro.space/nou/libXISF'
-license=(GPL3)
-arch=(x86_64)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::https://gitea.nouspiro.space/nou/libXISF/archive/v$pkgver.tar.gz)
-sha256sums=('5574d850afd158f949089bdeb9cf52b814023d77c798ed2f2030828b17f471fc')
-
-build() {
-  cmake -B build -S $pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: libxisf/repos/community-x86_64/PKGBUILD (from rev 1445984, 
libxisf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-14 06:52:03 UTC (rev 1445985)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=libxisf
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Library to load and write XISF format from PixInsight'
+url='https://gitea.nouspiro.space/nou/libXISF'
+license=(GPL3)
+arch=(x86_64)
+depends=(zlib lz4 pugixml)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::https://gitea.nouspiro.space/nou/libXISF/archive/v$pkgver.tar.gz)
+sha256sums=('5574d850afd158f949089bdeb9cf52b814023d77c798ed2f2030828b17f471fc')
+
+build() {
+  cmake -B build -S $pkgname \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DUSE_BUNDLED_LIBS=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to