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

Andrea Scarpino andrea at archlinux.org
Thu Nov 24 16:17:00 UTC 2011


    Date: Thursday, November 24, 2011 @ 11:17:00
  Author: andrea
Revision: 143440

db-move: moved kdeutils-ktimer from [staging] to [kde-unstable] (x86_64)

Added:
  kdeutils-ktimer/repos/kde-unstable-x86_64/
  kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 143277, kdeutils-ktimer/repos/staging-x86_64/PKGBUILD)
  kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install
    (from rev 143277, kdeutils-ktimer/repos/staging-x86_64/kdeutils-ktimer.install)
Deleted:
  kdeutils-ktimer/repos/staging-x86_64/

-------------------------+
 PKGBUILD                |   33 +++++++++++++++++++++++++++++++++
 kdeutils-ktimer.install |   11 +++++++++++
 2 files changed, 44 insertions(+)

Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 143277, kdeutils-ktimer/repos/staging-x86_64/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2011-11-24 16:17:00 UTC (rev 143440)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ktimer
+pkgver=4.7.80
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.bz2")
+sha1sums=('763c0116dc99f3c428fa1f48721b9dd37a9b53e1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from rev 143277, kdeutils-ktimer/repos/staging-x86_64/kdeutils-ktimer.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-ktimer.install	                        (rev 0)
+++ kde-unstable-x86_64/kdeutils-ktimer.install	2011-11-24 16:17:00 UTC (rev 143440)
@@ -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