[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2020-12-07 Thread Evangelos Foutras via arch-commits
Date: Monday, December 7, 2020 @ 09:32:48
  Author: foutrelis
Revision: 403062

upgpkg: kig 20.11.90-2: boost 1.74.0 rebuild

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 09:29:47 UTC (rev 403061)
+++ PKGBUILD2020-12-07 09:32:48 UTC (rev 403062)
@@ -4,7 +4,7 @@
 
 pkgname=kig
 pkgver=20.11.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="https://kde.org/applications/education/kig/;
 arch=(x86_64)


[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2019-11-18 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 14:46:33
  Author: arojas
Revision: 369231

Fix pykig build with python3

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 14:24:16 UTC (rev 369230)
+++ PKGBUILD2019-11-18 14:46:33 UTC (rev 369231)
@@ -4,13 +4,13 @@
 
 pkgname=kig
 pkgver=19.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="https://kde.org/applications/education/kig/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(ktexteditor qt5-xmlpatterns boost-libs python2 hicolor-icon-theme)
+depends=(ktexteditor qt5-xmlpatterns boost-libs hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost)
 
source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('04714e4608ac8a564347aa75040ea1150e7dffb9e52d389d8f7bde1f524820b5'
@@ -32,7 +32,4 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-
-  # Use the python2 executable
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/bin/pykig.py
 }


[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:49:10
  Author: arojas
Revision: 263030

Remove unneeded workaround

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 14:47:22 UTC (rev 263029)
+++ PKGBUILD2016-03-27 14:49:10 UTC (rev 263030)
@@ -30,9 +30,7 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 


[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2015-11-21 Thread Antonio Rojas
Date: Saturday, November 21, 2015 @ 10:28:19
  Author: arojas
Revision: 251777

Fix boost-python detection

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-21 08:24:11 UTC (rev 251776)
+++ PKGBUILD2015-11-21 09:28:19 UTC (rev 251777)
@@ -4,14 +4,14 @@
 
 pkgname=kig
 pkgver=15.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="http://kde.org/applications/education/kig/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'boost-libs') # kemoticons, kitemmodels are only 
requires for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost' 
'qt5-xmlpatterns')
+depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
 optdepends=('qt5-xmlpatterns: support for GeoGebra files')
 replaces=('kdeedu-kig')
 conflicts=('kdeedu-kig')
@@ -30,7 +30,9 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
   make
 }
 


[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2015-07-28 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 01:16:57
  Author: arojas
Revision: 242631

Drop kdelibs4support dependency, add geogebra support

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 22:58:31 UTC (rev 242630)
+++ PKGBUILD2015-07-28 23:16:57 UTC (rev 242631)
@@ -10,8 +10,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+depends=('ktexteditor' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost' 
'qt5-xmlpatterns')
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
 replaces=('kdeedu-kig')
 conflicts=('kdeedu-kig')
 install=${pkgname}.install


[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2015-03-26 Thread Antonio Rojas
Date: Thursday, March 26, 2015 @ 23:28:22
  Author: arojas
Revision: 234993

Add missing python2 makedepends

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-26 22:20:57 UTC (rev 234992)
+++ PKGBUILD2015-03-26 22:28:22 UTC (rev 234993)
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
 depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'boost')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
 replaces=('kdeedu-kig')
 conflicts=('kdeedu-kig')
 install=${pkgname}.install