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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 05:32:39 UTC 2016


    Date: Sunday, August 21, 2016 @ 05:32:38
  Author: felixonmars
Revision: 274497

upgpkg: kteatime 16.08.0-1

Upstream release

Added:
  kteatime/trunk/
  kteatime/trunk/PKGBUILD
Deleted:
  kteatime/trunk/

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

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 05:32:38 UTC (rev 274497)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kteatime
+pkgver=16.08.0
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz")
+sha1sums=('6fffad9c8ebffc8998ad0c3140ef744802aa4575')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kteatime-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: kteatime/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list