[arch-commits] Commit in kdeedu-data/repos (staging-any staging-any/PKGBUILD)

2020-07-09 Thread Antonio Rojas via arch-commits
Date: Thursday, July 9, 2020 @ 11:39:45
  Author: arojas
Revision: 391044

archrelease: copy trunk to staging-any

Added:
  kdeedu-data/repos/staging-any/
  kdeedu-data/repos/staging-any/PKGBUILD
(from rev 391043, kdeedu-data/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: kdeedu-data/repos/staging-any/PKGBUILD (from rev 391043, 
kdeedu-data/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2020-07-09 11:39:45 UTC (rev 391044)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=20.04.3
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="https://kde.org/applications/education;
+arch=(any)
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e717f82a1b4729f0a6df65221e9c2b01df17acf3d4eb8c2340cea23b6b65d969'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kdeedu-data/repos (staging-any staging-any/PKGBUILD)

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 20:22:24
  Author: arojas
Revision: 281217

archrelease: copy kde-unstable to staging-any

Added:
  kdeedu-data/repos/staging-any/
  kdeedu-data/repos/staging-any/PKGBUILD
(from rev 281216, kdeedu-data/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: kdeedu-data/repos/staging-any/PKGBUILD (from rev 281216, 
kdeedu-data/kde-unstable/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2016-11-18 20:22:24 UTC (rev 281217)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'qt5-base')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz"{,.sig})
+sha1sums=('8ddc29dea67d387e515e7de26b733304bbad03ab'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in kdeedu-data/repos (staging-any staging-any/PKGBUILD)

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 21:35:44
  Author: arojas
Revision: 251263

archrelease: copy kde-unstable to staging-any

Added:
  kdeedu-data/repos/staging-any/
  kdeedu-data/repos/staging-any/PKGBUILD
(from rev 251262, kdeedu-data/kde-unstable/PKGBUILD)

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

Copied: kdeedu-data/repos/staging-any/PKGBUILD (from rev 251262, 
kdeedu-data/kde-unstable/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-11-19 20:35:44 UTC (rev 251263)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education;
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('1e59b79651f6905e9c1db31fd6852dcd1cbbb2ce')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}