[arch-commits] Commit in parley/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:25:40 UTC 2015
Date: Monday, September 14, 2015 @ 23:25:40
Author: arojas
Revision: 246127
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
parley/repos/testing-i686/
parley/repos/testing-i686/PKGBUILD
(from rev 246126, parley/trunk/PKGBUILD)
parley/repos/testing-i686/parley.install
(from rev 246126, parley/trunk/parley.install)
parley/repos/testing-x86_64/
parley/repos/testing-x86_64/PKGBUILD
(from rev 246126, parley/trunk/PKGBUILD)
parley/repos/testing-x86_64/parley.install
(from rev 246126, parley/trunk/parley.install)
-------------------------------+
testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
testing-i686/parley.install | 12 ++++++++++++
testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
testing-x86_64/parley.install | 12 ++++++++++++
4 files changed, 98 insertions(+)
Copied: parley/repos/testing-i686/PKGBUILD (from rev 246126, parley/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:25:40 UTC (rev 246127)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('a1313e6e0ef525bb6ae4a304a2db5b0c18c519ee')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../parley-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONF_INSTALL_DIR=/etc
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: parley/repos/testing-i686/parley.install (from rev 246126, parley/trunk/parley.install)
===================================================================
--- testing-i686/parley.install (rev 0)
+++ testing-i686/parley.install 2015-09-14 21:25:40 UTC (rev 246127)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: parley/repos/testing-x86_64/PKGBUILD (from rev 246126, parley/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:25:40 UTC (rev 246127)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=15.08.1
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz")
+sha1sums=('a1313e6e0ef525bb6ae4a304a2db5b0c18c519ee')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../parley-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSYSCONF_INSTALL_DIR=/etc
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: parley/repos/testing-x86_64/parley.install (from rev 246126, parley/trunk/parley.install)
===================================================================
--- testing-x86_64/parley.install (rev 0)
+++ testing-x86_64/parley.install 2015-09-14 21:25:40 UTC (rev 246127)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list