[arch-commits] Commit in ktimer/repos (6 files)

Antonio Rojas arojas at archlinux.org
Mon Sep 14 22:02:10 UTC 2015


    Date: Tuesday, September 15, 2015 @ 00:02:10
  Author: arojas
Revision: 246236

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ktimer/repos/testing-i686/
  ktimer/repos/testing-i686/PKGBUILD
    (from rev 246235, ktimer/trunk/PKGBUILD)
  ktimer/repos/testing-i686/ktimer.install
    (from rev 246235, ktimer/trunk/ktimer.install)
  ktimer/repos/testing-x86_64/
  ktimer/repos/testing-x86_64/PKGBUILD
    (from rev 246235, ktimer/trunk/PKGBUILD)
  ktimer/repos/testing-x86_64/ktimer.install
    (from rev 246235, ktimer/trunk/ktimer.install)

-------------------------------+
 testing-i686/PKGBUILD         |   35 +++++++++++++++++++++++++++++++++++
 testing-i686/ktimer.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD       |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/ktimer.install |   11 +++++++++++
 4 files changed, 92 insertions(+)

Copied: ktimer/repos/testing-i686/PKGBUILD (from rev 246235, ktimer/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-09-14 22:02:10 UTC (rev 246236)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktimer
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('7d60018ec391bd9c697acb2305183d092a1d76db')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ktimer-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: ktimer/repos/testing-i686/ktimer.install (from rev 246235, ktimer/trunk/ktimer.install)
===================================================================
--- testing-i686/ktimer.install	                        (rev 0)
+++ testing-i686/ktimer.install	2015-09-14 22:02:10 UTC (rev 246236)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: ktimer/repos/testing-x86_64/PKGBUILD (from rev 246235, ktimer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-09-14 22:02:10 UTC (rev 246236)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktimer
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('7d60018ec391bd9c697acb2305183d092a1d76db')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ktimer-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: ktimer/repos/testing-x86_64/ktimer.install (from rev 246235, ktimer/trunk/ktimer.install)
===================================================================
--- testing-x86_64/ktimer.install	                        (rev 0)
+++ testing-x86_64/ktimer.install	2015-09-14 22:02:10 UTC (rev 246236)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list