Date: Saturday, April 8, 2023 @ 21:15:22
Author: arojas
Revision: 1442971
archrelease: copy trunk to community-x86_64
Added:
kstars/repos/community-x86_64/PKGBUILD
(from rev 1442970, kstars/trunk/PKGBUILD)
kstars/repos/community-x86_64/keys/
Deleted:
kstars/repos/community-x86_64/PKGBUILD
kstars/repos/community-x86_64/keys/
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-08 21:15:09 UTC (rev 1442970)
+++ PKGBUILD 2023-04-08 21:15:22 UTC (rev 1442971)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kstars
-pkgver=3.6.3
-pkgrel=1
-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})
-sha256sums=('b2f7bdab888cfd8f3e2bae0279bcbf286c79527e46d28e5c0a72312645d382e8'
- '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 1442970,
kstars/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-08 21:15:22 UTC (rev 1442971)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kstars
+pkgver=3.6.4
+pkgrel=1
+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-qt5
+ libxisf 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})
+sha256sums=('f4c26a25581265507394bbf4f19ea2f323b8615d5ec6c0f9fb22c98ea2060f6d'
+ '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
+}