[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-11-21 Thread Antonio Rojas via arch-commits
Date: Saturday, November 21, 2020 @ 09:40:32
  Author: arojas
Revision: 758305

Update to 3.5.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 09:18:14 UTC (rev 758304)
+++ PKGBUILD2020-11-21 09:40:32 UTC (rev 758305)
@@ -3,19 +3,19 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+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=('c81119a85e9265991dd0fbfafdc6ba797bf3bedce64f4d5260511bafccebbe48'
+sha256sums=('a1aa6e859b90bedcf88664c13e0cdfef6407aca1ee6eef608310d8a5caa9f33a'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-07-23 Thread Antonio Rojas via arch-commits
Date: Thursday, July 23, 2020 @ 17:40:59
  Author: arojas
Revision: 665021

libraw 0.20 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 17:36:49 UTC (rev 665020)
+++ PKGBUILD2020-07-23 17:40:59 UTC (rev 665021)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=3.4.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-07-18 Thread Antonio Rojas via arch-commits
Date: Saturday, July 18, 2020 @ 22:46:11
  Author: arojas
Revision: 664495

Update to 3.4.3

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-18 22:22:39 UTC (rev 664494)
+++ PKGBUILD2020-07-18 22:46:11 UTC (rev 664495)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -15,22 +15,16 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1300c0a9ef46972c56bbf2cca238b2106b7b8e6160f29dd2f057c3fdd09045ef'
+sha256sums=('c81119a85e9265991dd0fbfafdc6ba797bf3bedce64f4d5260511bafccebbe48'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-05-01 Thread Evangelos Foutras via arch-commits
Date: Friday, May 1, 2020 @ 11:10:43
  Author: foutrelis
Revision: 623738

poppler 0.88.0 / cfitsio 3.48 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 10:55:05 UTC (rev 623737)
+++ PKGBUILD2020-05-01 11:10:43 UTC (rev 623738)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-04-25 Thread Antonio Rojas via arch-commits
Date: Saturday, April 25, 2020 @ 21:17:44
  Author: arojas
Revision: 621055

Update to 3.4.2

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 20:40:28 UTC (rev 621054)
+++ PKGBUILD2020-04-25 21:17:44 UTC (rev 621055)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be79e9961ba3d0c61797e85e169fccf747d07e1c846c55fff43a1c63898d5842'
+sha256sums=('1300c0a9ef46972c56bbf2cca238b2106b7b8e6160f29dd2f057c3fdd09045ef'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-02-23 Thread Antonio Rojas via arch-commits
Date: Monday, February 24, 2020 @ 07:18:35
  Author: arojas
Revision: 580155

Update to 3.4.1

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 05:39:24 UTC (rev 580154)
+++ PKGBUILD2020-02-24 07:18:35 UTC (rev 580155)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dade0dc671649cc262f2c6350d64704491727ade583b68dd2f51ec0646acea3a'
+sha256sums=('be79e9961ba3d0c61797e85e169fccf747d07e1c846c55fff43a1c63898d5842'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-02-13 Thread Antonio Rojas via arch-commits
Date: Thursday, February 13, 2020 @ 17:33:39
  Author: arojas
Revision: 570662

Update to 3.4.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 17:33:21 UTC (rev 570661)
+++ PKGBUILD2020-02-13 17:33:39 UTC (rev 570662)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.9
+pkgver=3.4.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc8c0170b2735a1319bb21c2dddbecbef2b5d041f4216be8c14e0730bc06937b'
+sha256sums=('dade0dc671649cc262f2c6350d64704491727ade583b68dd2f51ec0646acea3a'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2020-01-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 1, 2020 @ 21:13:26
  Author: arojas
Revision: 545935

Update to 3.3.9

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 21:07:33 UTC (rev 545934)
+++ PKGBUILD2020-01-01 21:13:26 UTC (rev 545935)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.8
+pkgver=3.3.9
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4ab571dfce0355673d8e912aa463d3348655039758dd2d012fde0dbfcff2ba0f'
+sha256sums=('dc8c0170b2735a1319bb21c2dddbecbef2b5d041f4216be8c14e0730bc06937b'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 14:30:55
  Author: arojas
Revision: 530024

Update to 3.3.8

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:29:06 UTC (rev 530023)
+++ PKGBUILD2019-11-17 14:30:55 UTC (rev 530024)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.7
+pkgver=3.3.8
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216'
+sha256sums=('4ab571dfce0355673d8e912aa463d3348655039758dd2d012fde0dbfcff2ba0f'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 21:10:16
  Author: arojas
Revision: 524540

Update to 3.3.7

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 21:10:05 UTC (rev 524539)
+++ PKGBUILD2019-11-07 21:10:16 UTC (rev 524540)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831'
+sha256sums=('fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-09-09 Thread Antonio Rojas via arch-commits
Date: Monday, September 9, 2019 @ 10:04:57
  Author: arojas
Revision: 509091

Update to 3.3.6

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-09 10:04:53 UTC (rev 509090)
+++ PKGBUILD2019-09-09 10:04:57 UTC (rev 509091)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d17a72bdcc579c3de7dd8ad386b15bb1c4932bf6bbd220407bef43cf6a6fd667'
+sha256sums=('2f3a07f9f4d216c663ef2cbc7520e77883fc38d8c161ea62117cae2bb7783831'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-09-08 Thread Antonio Rojas via arch-commits
Date: Sunday, September 8, 2019 @ 08:59:01
  Author: arojas
Revision: 508983

Update to 3.3.5

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-08 08:40:59 UTC (rev 508982)
+++ PKGBUILD2019-09-08 08:59:01 UTC (rev 508983)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.4
-pkgrel=2
+pkgver=3.3.5
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0579dabaf8a024bcea1e7c97cc3284a013da8d2bc14a95dcdb74f088e18e86d9'
+sha256sums=('d17a72bdcc579c3de7dd8ad386b15bb1c4932bf6bbd220407bef43cf6a6fd667'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
@@ -26,10 +26,7 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND
+-DBUILD_TESTING=OFF
   make
 }
 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-08-24 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 24, 2019 @ 22:01:10
  Author: foutrelis
Revision: 501593

gsl 2.6 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 22:01:03 UTC (rev 501592)
+++ PKGBUILD2019-08-24 22:01:10 UTC (rev 501593)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 10, 2019 @ 14:46:19
  Author: felixonmars
Revision: 498666

upgpkg: kstars 1:3.3.4-1

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-10 12:27:38 UTC (rev 498665)
+++ PKGBUILD2019-08-10 14:46:19 UTC (rev 498666)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('15abb3f0a2b17d7dff81c8b890ef0100333d1ef1e41e4232e29cf21c8eed7946'
+sha256sums=('0579dabaf8a024bcea1e7c97cc3284a013da8d2bc14a95dcdb74f088e18e86d9'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 10:19:13
  Author: arojas
Revision: 496980

Update to 3.3.3

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-02 10:12:31 UTC (rev 496979)
+++ PKGBUILD2019-08-02 10:19:13 UTC (rev 496980)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0471de89873cd1a9e7328367028fe759722971e132a4b18f5577398341665270'
+sha256sums=('15abb3f0a2b17d7dff81c8b890ef0100333d1ef1e41e4232e29cf21c8eed7946'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-07-02 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 2, 2019 @ 20:34:53
  Author: arojas
Revision: 487317

Update to 3.3.2

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-02 20:31:44 UTC (rev 487316)
+++ PKGBUILD2019-07-02 20:34:53 UTC (rev 487317)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f7cdff3948f3a4b44ad22e3408a62c7ec6f2a83b7e89a6ef0ec6e61ff01fd8d5'
+sha256sums=('0471de89873cd1a9e7328367028fe759722971e132a4b18f5577398341665270'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-06-22 Thread Antonio Rojas via arch-commits
Date: Saturday, June 22, 2019 @ 23:31:18
  Author: arojas
Revision: 482818

Update to 3.3.1

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-22 23:31:08 UTC (rev 482817)
+++ PKGBUILD2019-06-22 23:31:18 UTC (rev 482818)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6d776e37ba2ccf35508078b91628b8f904062af03e0e879967b45094698077ae'
+sha256sums=('f7cdff3948f3a4b44ad22e3408a62c7ec6f2a83b7e89a6ef0ec6e61ff01fd8d5'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-06-21 Thread Antonio Rojas via arch-commits
Date: Friday, June 21, 2019 @ 22:59:02
  Author: arojas
Revision: 482639

Update to 3.3.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 22:35:07 UTC (rev 482638)
+++ PKGBUILD2019-06-21 22:59:02 UTC (rev 482639)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.2.3
+pkgver=3.3.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370'
+sha256sums=('6d776e37ba2ccf35508078b91628b8f904062af03e0e879967b45094698077ae'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-05-30 Thread Antonio Rojas via arch-commits
Date: Thursday, May 30, 2019 @ 06:30:53
  Author: arojas
Revision: 474439

Update to 3.2.3

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 06:28:16 UTC (rev 474438)
+++ PKGBUILD2019-05-30 06:30:53 UTC (rev 474439)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9351fb32d1497406779ea6210a672e13a9bde065869eb5776bb9c15d9c6c5fc'
+sha256sums=('e854e1a10f11351a3cada32184ede5df76619a7188d98d06b395d2cd865b3370'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-05-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 22, 2019 @ 15:37:19
  Author: arojas
Revision: 468592

cfitsio 3.47 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 15:36:41 UTC (rev 468591)
+++ PKGBUILD2019-05-22 15:37:19 UTC (rev 468592)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-05-12 Thread Antonio Rojas via arch-commits
Date: Sunday, May 12, 2019 @ 15:28:32
  Author: arojas
Revision: 466615

Update to 3.2.2

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 15:27:29 UTC (rev 466614)
+++ PKGBUILD2019-05-12 15:28:32 UTC (rev 466615)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('34cb34d551493d1b1e92db2bd13b96b8afdfd6eff1a2e82461e99d64c1b968f7'
+sha256sums=('a9351fb32d1497406779ea6210a672e13a9bde065869eb5776bb9c15d9c6c5fc'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-04-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 24, 2019 @ 21:01:57
  Author: arojas
Revision: 453487

Update to 3.2.1

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:01:33 UTC (rev 453486)
+++ PKGBUILD2019-04-24 21:01:57 UTC (rev 453487)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('44054691d2686db2069525b97bb9a075f1bf93d85f230493577002c8dce3c854'
+sha256sums=('34cb34d551493d1b1e92db2bd13b96b8afdfd6eff1a2e82461e99d64c1b968f7'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-04-15 Thread Antonio Rojas via arch-commits
Date: Monday, April 15, 2019 @ 20:05:14
  Author: arojas
Revision: 451727

Update to 3.2.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-15 19:30:10 UTC (rev 451726)
+++ PKGBUILD2019-04-15 20:05:14 UTC (rev 451727)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('60867ce1488e2a47757666d86765abed4950360c33e8ba28acd7aa6137cab491'
+sha256sums=('44054691d2686db2069525b97bb9a075f1bf93d85f230493577002c8dce3c854'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-03-09 Thread Antonio Rojas via arch-commits
Date: Saturday, March 9, 2019 @ 16:00:00
  Author: arojas
Revision: 438379

Update to 3.1.1

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:59:55 UTC (rev 438378)
+++ PKGBUILD2019-03-09 16:00:00 UTC (rev 438379)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6116decc689c2594029e79a7fcd7e6e75c5d68cd6a8b25bac4e7b90c2717f828'
+sha256sums=('60867ce1488e2a47757666d86765abed4950360c33e8ba28acd7aa6137cab491'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2019-02-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, February 27, 2019 @ 10:23:05
  Author: arojas
Revision: 436333

Update to 3.1.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-27 10:23:01 UTC (rev 436332)
+++ PKGBUILD2019-02-27 10:23:05 UTC (rev 436333)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('15cbdc995b468cea013ad51a6b26efe8a132242618f43863f7728dd800d2c6a8'
+sha256sums=('6116decc689c2594029e79a7fcd7e6e75c5d68cd6a8b25bac4e7b90c2717f828'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-12-20 Thread Antonio Rojas via arch-commits
Date: Thursday, December 20, 2018 @ 08:46:24
  Author: arojas
Revision: 416880

Update to 3.0.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 08:32:54 UTC (rev 416879)
+++ PKGBUILD2018-12-20 08:46:24 UTC (rev 416880)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.8
-pkgrel=4
+pkgver=3.0.0
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('95f36cae6cc84d5d745b13cf690b56ea8ba27012faef1f901191d89007232d7d'
+sha256sums=('15cbdc995b468cea013ad51a6b26efe8a132242618f43863f7728dd800d2c6a8'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-10-20 Thread Antonio Rojas via arch-commits
Date: Saturday, October 20, 2018 @ 12:11:48
  Author: arojas
Revision: 398057

wcslib 6.2 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-20 12:09:25 UTC (rev 398056)
+++ PKGBUILD2018-10-20 12:11:48 UTC (rev 398057)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=2.9.8
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -30,6 +30,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DOpenGL_GL_PREFERENCE=GLVND
+  make
 }
 
 package() {


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-10-12 Thread Antonio Rojas via arch-commits
Date: Friday, October 12, 2018 @ 08:06:22
  Author: arojas
Revision: 393202

Add breeze-icons dependency (FS#60389)

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 07:48:31 UTC (rev 393201)
+++ PKGBUILD2018-10-12 08:06:22 UTC (rev 393202)
@@ -4,13 +4,14 @@
 
 pkgname=kstars
 pkgver=2.9.8
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain hicolor-icon-theme)
+depends=(wcslib 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})


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-08-18 Thread Antonio Rojas via arch-commits
Date: Saturday, August 18, 2018 @ 09:43:20
  Author: arojas
Revision: 372612

libraw 0.19 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-18 08:43:53 UTC (rev 372611)
+++ PKGBUILD2018-08-18 09:43:20 UTC (rev 372612)
@@ -5,7 +5,7 @@
 
 pkgname=kstars
 pkgver=2.9.8
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-08-18 Thread Antonio Rojas via arch-commits
Date: Saturday, August 18, 2018 @ 07:42:52
  Author: arojas
Revision: 372587

Update to 2.9.8

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-18 06:59:01 UTC (rev 372586)
+++ PKGBUILD2018-08-18 07:42:52 UTC (rev 372587)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.7
+pkgver=2.9.8
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4d80f5b5b5f38500f259c0272ba7f85bb4d1e877060bb3a1a0469a32573d0f53'
+sha256sums=('95f36cae6cc84d5d745b13cf690b56ea8ba27012faef1f901191d89007232d7d'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-07-26 Thread Antonio Rojas via arch-commits
Date: Thursday, July 26, 2018 @ 06:46:15
  Author: arojas
Revision: 363465

Remove debug

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:31:35 UTC (rev 363464)
+++ PKGBUILD2018-07-26 06:46:15 UTC (rev 363465)
@@ -29,9 +29,7 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -fexceptions"
-  make VERBOSE=1
+-DOpenGL_GL_PREFERENCE=GLVND
 }
 
 package() {


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-07-26 Thread Antonio Rojas via arch-commits
Date: Thursday, July 26, 2018 @ 06:31:14
  Author: arojas
Revision: 363463

Update to 2.9.7

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:16:21 UTC (rev 363462)
+++ PKGBUILD2018-07-26 06:31:14 UTC (rev 363463)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.6
+pkgver=2.9.7
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -11,11 +11,11 @@
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain 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=('a0c8065433ba0f4068274a388a07a3499dcfe1ff09eea314f82a4baa1048d9a6'
+sha256sums=('4d80f5b5b5f38500f259c0272ba7f85bb4d1e877060bb3a1a0469a32573d0f53'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
@@ -29,8 +29,9 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DOpenGL_GL_PREFERENCE=GLVND
-  make
+-DOpenGL_GL_PREFERENCE=GLVND \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -fexceptions"
+  make VERBOSE=1
 }
 
 package() {


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-05-26 Thread Antonio Rojas via arch-commits
Date: Saturday, May 26, 2018 @ 10:40:09
  Author: arojas
Revision: 330056

Update to 2.9.6

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 10:20:54 UTC (rev 330055)
+++ PKGBUILD2018-05-26 10:40:09 UTC (rev 330056)
@@ -4,8 +4,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.5
-pkgrel=2
+pkgver=2.9.6
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
@@ -12,10 +12,10 @@
 arch=(x86_64)
 license=(GPL LGPL FDL)
 depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen xplanet)
+makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6c2ddf3cb04688fe4ff8cafb4c6a1e7e249ff8ae0c42650f0d491a706269a3b1'
+sha256sums=('a0c8065433ba0f4068274a388a07a3499dcfe1ff09eea314f82a4baa1048d9a6'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
@@ -28,7 +28,8 @@
   cmake ../$pkgname-$pkgver \
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOpenGL_GL_PREFERENCE=GLVND
   make
 }
 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-05-10 Thread Antonio Rojas via arch-commits
Date: Thursday, May 10, 2018 @ 20:30:24
  Author: arojas
Revision: 320463

cfitsio 3.450 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 20:16:47 UTC (rev 320462)
+++ PKGBUILD2018-05-10 20:30:24 UTC (rev 320463)
@@ -5,7 +5,7 @@
 
 pkgname=kstars
 pkgver=2.9.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-04-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 24, 2018 @ 09:31:45
  Author: arojas
Revision: 317538

Update to 2.9.5

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-24 09:00:33 UTC (rev 317537)
+++ PKGBUILD2018-04-24 09:31:45 UTC (rev 317538)
@@ -4,18 +4,18 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.4
-pkgrel=4
+pkgver=2.9.5
+pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme qt5-quickcontrols)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('03cbbda651bc01930b724bad7d2a58d8aebd811212d6bccc88913c50c0a6f73a'
+sha256sums=('6c2ddf3cb04688fe4ff8cafb4c6a1e7e249ff8ae0c42650f0d491a706269a3b1'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-04-23 Thread Antonio Rojas via arch-commits
Date: Monday, April 23, 2018 @ 07:36:16
  Author: arojas
Revision: 317327

Add qt5-quickcontrols dependency (FS#58297)

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 07:12:50 UTC (rev 317326)
+++ PKGBUILD2018-04-23 07:36:16 UTC (rev 317327)
@@ -5,13 +5,13 @@
 
 pkgname=kstars
 pkgver=2.9.4
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme qt5-quickcontrols)
 makedepends=(extra-cmake-modules kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-04-13 Thread Evangelos Foutras via arch-commits
Date: Friday, April 13, 2018 @ 14:51:52
  Author: foutrelis
Revision: 316184

upgpkg: kstars 1:2.9.4-3

Rebuild against glibc 2.26.

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-13 14:44:05 UTC (rev 316183)
+++ PKGBUILD2018-04-13 14:51:52 UTC (rev 316184)
@@ -5,7 +5,7 @@
 
 pkgname=kstars
 pkgver=2.9.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-04-12 Thread Antonio Rojas via arch-commits
Date: Thursday, April 12, 2018 @ 20:05:35
  Author: arojas
Revision: 316119

cfitsio 3.440 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 19:56:04 UTC (rev 316118)
+++ PKGBUILD2018-04-12 20:05:35 UTC (rev 316119)
@@ -5,13 +5,13 @@
 
 pkgname=kstars
 pkgver=2.9.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-declarative hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-04-08 Thread Antonio Rojas via arch-commits
Date: Sunday, April 8, 2018 @ 10:10:08
  Author: arojas
Revision: 315047

Update to 2.9.4

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-08 09:39:10 UTC (rev 315046)
+++ PKGBUILD2018-04-08 10:10:08 UTC (rev 315047)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('08c2ca5049848d8c9f75cca60734f72d4062ba6135e9931ec22ea7fc03aea283'
+sha256sums=('03cbbda651bc01930b724bad7d2a58d8aebd811212d6bccc88913c50c0a6f73a'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
@@ -26,7 +26,6 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-02-27 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 27, 2018 @ 08:18:46
  Author: arojas
Revision: 298966

Update to 2.9.3

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-27 08:16:56 UTC (rev 298965)
+++ PKGBUILD2018-02-27 08:18:46 UTC (rev 298966)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('91ef5bc9d86f1e27a9d1533cec7ac82d111acc7ddb54ee2cffeb8714c294d713'
+sha256sums=('08c2ca5049848d8c9f75cca60734f72d4062ba6135e9931ec22ea7fc03aea283'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-01-28 Thread Antonio Rojas via arch-commits
Date: Monday, January 29, 2018 @ 07:20:46
  Author: arojas
Revision: 287742

Update to 2.9.2

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-29 06:51:07 UTC (rev 287741)
+++ PKGBUILD2018-01-29 07:20:46 UTC (rev 287742)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c7fa17f9b367a65d6f50aa063f11f4d358473d74d55fc32c1d67358f3d5e38c4'
+sha256sums=('91ef5bc9d86f1e27a9d1533cec7ac82d111acc7ddb54ee2cffeb8714c294d713'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-01-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 10, 2018 @ 10:40:42
  Author: arojas
Revision: 280986

Update to 2.9.1

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 10:32:32 UTC (rev 280985)
+++ PKGBUILD2018-01-10 10:40:42 UTC (rev 280986)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f280d537ed957f90e79b8048ce528f30faf31185c9e648ea93eb8e25657eaee8'
+sha256sums=('c7fa17f9b367a65d6f50aa063f11f4d358473d74d55fc32c1d67358f3d5e38c4'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2018-01-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 9, 2018 @ 21:29:09
  Author: arojas
Revision: 280774

Update to 2.9.0

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 21:01:56 UTC (rev 280773)
+++ PKGBUILD2018-01-09 21:29:09 UTC (rev 280774)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.8.9
+pkgver=2.9.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -11,11 +11,11 @@
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi 
hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b4b5618f9febb3f5558804f2df773ad1bbd7d4b51605c7a24435ad179981f098'
+sha256sums=('f280d537ed957f90e79b8048ce528f30faf31185c9e648ea93eb8e25657eaee8'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-12-16 Thread Antonio Rojas via arch-commits
Date: Saturday, December 16, 2017 @ 10:44:35
  Author: arojas
Revision: 274558

Update to 2.8.9

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-16 10:11:49 UTC (rev 274557)
+++ PKGBUILD2017-12-16 10:44:35 UTC (rev 274558)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.8.8
+pkgver=2.8.9
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -14,18 +14,13 @@
 depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-
kstars-cmake-3.10.patch::"https://cgit.kde.org/kstars.git/patch/?id=ec1b8e3e;)
-sha256sums=('7bdb184b5c6d536c198ed32994b511865f3e06b0417b612020d1bc3bdb953b4c'
-'SKIP'
-'b46e1a9c6ce41453cb5196baa9c672daea7c1ff137875147ccc6d2c7f23cdaf8')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b4b5618f9febb3f5558804f2df773ad1bbd7d4b51605c7a24435ad179981f098'
+'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kstars-cmake-3.10.patch # Fix build with cmake 3.10
 }
 
 build() {


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-12-03 Thread Antonio Rojas via arch-commits
Date: Sunday, December 3, 2017 @ 10:09:23
  Author: arojas
Revision: 271976

Fix build with cmake 3.10 (FS#56538)

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-03 09:52:07 UTC (rev 271975)
+++ PKGBUILD2017-12-03 10:09:23 UTC (rev 271976)
@@ -14,13 +14,18 @@
 depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+
kstars-cmake-3.10.patch::"https://cgit.kde.org/kstars.git/patch/?id=ec1b8e3e;)
 sha256sums=('7bdb184b5c6d536c198ed32994b511865f3e06b0417b612020d1bc3bdb953b4c'
-'SKIP')
+'SKIP'
+'b46e1a9c6ce41453cb5196baa9c672daea7c1ff137875147ccc6d2c7f23cdaf8')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kstars-cmake-3.10.patch # Fix build with cmake 3.10
 }
 
 build() {


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-11-20 Thread Antonio Rojas
Date: Monday, November 20, 2017 @ 09:23:19
  Author: arojas
Revision: 310463

Update to standalone release 2.8.8, remove from kde-applications group

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 23:03:58 UTC (rev 310462)
+++ PKGBUILD2017-11-20 09:23:19 UTC (rev 310463)
@@ -4,21 +4,20 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=17.08.3
+pkgver=2.8.8
 pkgrel=1
+epoch=1
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
 depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b6b1aad357548d293051380fc1ab2bf8dd8b397f5c31b8fe14dc72b2ac2e2644'
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7bdb184b5c6d536c198ed32994b511865f3e06b0417b612020d1bc3bdb953b4c'
 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 
 prepare() {
   mkdir -p build


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-06-20 Thread Antonio Rojas
Date: Tuesday, June 20, 2017 @ 17:18:58
  Author: arojas
Revision: 299076

gsl 2.4 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 17:07:10 UTC (rev 299075)
+++ PKGBUILD2017-06-20 17:18:58 UTC (rev 299076)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=17.04.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
 depends=('wcslib' 'libraw' 'kplotting' 'knewstuff' 'knotifyconfig' 'libindi' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet' 
'libindi')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
 optdepends=('xplanet: XPlanet support')
 replaces=('kdeedu-kstars')
 conflicts=('kdeedu-kstars')


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-06-14 Thread Antonio Rojas
Date: Wednesday, June 14, 2017 @ 21:00:17
  Author: arojas
Revision: 298836

Add libindi dependency, needed for data files (FS#54454)

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 18:36:57 UTC (rev 298835)
+++ PKGBUILD2017-06-14 21:00:17 UTC (rev 298836)
@@ -4,13 +4,13 @@
 
 pkgname=kstars
 pkgver=17.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Planetarium"
 url="https://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libraw' 'kplotting' 'knewstuff' 'knotifyconfig' 'libnova' 
'gsl' 'hicolor-icon-theme')
+depends=('wcslib' 'libraw' 'kplotting' 'knewstuff' 'knotifyconfig' 'libindi' 
'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet' 
'libindi')
 optdepends=('xplanet: XPlanet support')
 replaces=('kdeedu-kstars')


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 19:50:50
  Author: arojas
Revision: 286033

libraw 0.18 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-12 19:50:44 UTC (rev 286032)
+++ PKGBUILD2017-01-12 19:50:50 UTC (rev 286033)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=16.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Planetarium"
 url="http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2017-01-06 Thread Antonio Rojas
Date: Friday, January 6, 2017 @ 10:33:48
  Author: arojas
Revision: 285475

libraw 0.18 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-06 10:24:36 UTC (rev 285474)
+++ PKGBUILD2017-01-06 10:33:48 UTC (rev 285475)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=16.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Planetarium"
 url="http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2016-06-05 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 12:18:51
  Author: arojas
Revision: 268981

cfitsio 3.390 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 10:17:34 UTC (rev 268980)
+++ PKGBUILD2016-06-05 10:18:51 UTC (rev 268981)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=16.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Planetarium"
 url="http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in kstars/trunk (PKGBUILD kstars.install)

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 17:55:28
  Author: fyan
Revision: 266516

upgpkg: kstars 16.04.0-2

Hooks rebuild (part 1)

Modified:
  kstars/trunk/PKGBUILD
Deleted:
  kstars/trunk/kstars.install

+
 PKGBUILD   |3 +--
 kstars.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 15:50:10 UTC (rev 266515)
+++ PKGBUILD2016-04-28 15:55:28 UTC (rev 266516)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Planetarium"
 url="http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@
 depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
 optdepends=('xplanet: XPlanet support')
-install=${pkgname}.install
 replaces=('kdeedu-kstars')
 conflicts=('kdeedu-kstars')
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)

Deleted: kstars.install
===
--- kstars.install  2016-04-28 15:50:10 UTC (rev 266515)
+++ kstars.install  2016-04-28 15:55:28 UTC (rev 266516)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 13:26:24
  Author: bpiotrowski
Revision: 253764

C++11 ABI rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 12:24:00 UTC (rev 253763)
+++ PKGBUILD2015-12-08 12:26:24 UTC (rev 253764)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Planetarium"
 url="http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2015-08-15 Thread Antonio Rojas
Date: Sunday, August 16, 2015 @ 00:40:12
  Author: arojas
Revision: 243767

wcslib 5.9 rebuild

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-15 22:25:07 UTC (rev 243766)
+++ PKGBUILD2015-08-15 22:40:12 UTC (rev 243767)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=15.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in kstars/trunk (PKGBUILD)

2015-04-17 Thread Antonio Rojas
Date: Friday, April 17, 2015 @ 23:58:14
  Author: arojas
Revision: 237366

Fix launching supernovae python script, enable XPlanet support

Modified:
  kstars/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-17 21:33:49 UTC (rev 237365)
+++ PKGBUILD2015-04-17 21:58:14 UTC (rev 237366)
@@ -4,7 +4,7 @@
 
 pkgname=kstars
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop Planetarium
 url=http://kde.org/applications/education/kstars/;
 arch=('i686' 'x86_64')
@@ -11,7 +11,8 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
 depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
 install=${pkgname}.install
 replaces=('kdeedu-kstars')
 conflicts=('kdeedu-kstars')
@@ -20,6 +21,10 @@
 
 prepare() {
   mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
 }
 
 build() {
@@ -28,7 +33,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Xplanet=OFF \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make