Date: Thursday, November 8, 2018 @ 11:06:52 Author: arojas Revision: 338196
archrelease: copy trunk to extra-x86_64 Added: kig/repos/extra-x86_64/PKGBUILD (from rev 338195, kig/trunk/PKGBUILD) Deleted: kig/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 82 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-11-08 11:06:35 UTC (rev 338195) +++ PKGBUILD 2018-11-08 11:06:52 UTC (rev 338196) @@ -1,41 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kig -pkgver=18.08.2 -pkgrel=1 -pkgdesc="Interactive Geometry" -url="https://kde.org/applications/education/kig/" -arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kdeedu) -depends=(ktexteditor boost-libs python2 hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools boost qt5-xmlpatterns) -optdepends=('qt5-xmlpatterns: support for GeoGebra files') -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('d7f86078028c39d1f8d380b3dffe4483c6550695115c573af23238602d2e5844' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib - make -} - -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 -} Copied: kig/repos/extra-x86_64/PKGBUILD (from rev 338195, kig/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-08 11:06:52 UTC (rev 338196) @@ -0,0 +1,41 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kig +pkgver=18.08.3 +pkgrel=1 +pkgdesc="Interactive Geometry" +url="https://kde.org/applications/education/kig/" +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdeedu) +depends=(ktexteditor boost-libs python2 hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools boost qt5-xmlpatterns) +optdepends=('qt5-xmlpatterns: support for GeoGebra files') +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('c3995eb71782c49f03891067206f0532570d84997996b8e940df5efd705f6f16' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +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 +}