Date: Wednesday, November 30, 2022 @ 07:57:32
  Author: arojas
Revision: 1355279

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
    (from rev 1355278, kstars/trunk/PKGBUILD)
  kstars/repos/community-x86_64/keys/
Deleted:
  kstars/repos/community-x86_64/PKGBUILD
  kstars/repos/community-x86_64/keys/

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 38 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-30 07:57:20 UTC (rev 1355278)
+++ PKGBUILD    2022-11-30 07:57:32 UTC (rev 1355279)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kstars
-pkgver=3.6.1
-pkgrel=2
-epoch=1
-pkgdesc='Desktop Planetarium'
-url='https://kde.org/applications/education/kstars/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(stellarsolver libraw kplotting knewstuff knotifyconfig qt5-datavis3d 
libindi qt5-quickcontrols qt5-websockets qtkeychain
-         breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5966ed7eabc6775dfe6b8d73f3f32395c865969ba12d7d3c9eed793a56147ae2'
-            'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 
<[email protected]>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
-    -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects"
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 1355278, 
kstars/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-30 07:57:32 UTC (rev 1355279)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kstars
+pkgver=3.6.1
+pkgrel=3
+epoch=1
+pkgdesc='Desktop Planetarium'
+url='https://kde.org/applications/education/kstars/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(stellarsolver libraw kplotting knewstuff knotifyconfig qt5-datavis3d 
qt5-quickcontrols qt5-websockets qtkeychain
+         libindi breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/education/kstars/-/commit/87317b63.patch)
+sha256sums=('5966ed7eabc6775dfe6b8d73f3f32395c865969ba12d7d3c9eed793a56147ae2'
+            'SKIP'
+            'f3fc1ab712d12e7adcb609d98b3ca11147ed7a839d817a637aa587b4188a1611')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 
<[email protected]>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 87317b63.patch # Fix build with libindi 1.9.9
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects"
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to