[arch-commits] Commit in kdeutils-sweeper/repos (3 files)

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


    Date: Thursday, November 24, 2011 @ 11:17:08
  Author: andrea
Revision: 143448

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

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

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

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 143277, kdeutils-sweeper/repos/staging-x86_64/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2011-11-24 16:17:08 UTC (rev 143448)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-sweeper
+pkgver=4.7.80
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/unstable/${pkgver}/src/sweeper-${pkgver}.tar.bz2")
+sha1sums=('18c915a8057fd63edcb47c7e7c2a4503e5141856')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../sweeper-${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
+}




More information about the arch-commits mailing list