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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 05:29:02 UTC 2016


    Date: Sunday, August 21, 2016 @ 05:29:02
  Author: felixonmars
Revision: 274490

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

Added:
  kdf/repos/testing-i686/
  kdf/repos/testing-i686/PKGBUILD
    (from rev 274489, kdf/trunk/PKGBUILD)
  kdf/repos/testing-x86_64/
  kdf/repos/testing-x86_64/PKGBUILD
    (from rev 274489, kdf/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: kdf/repos/testing-i686/PKGBUILD (from rev 274489, kdf/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 05:29:02 UTC (rev 274490)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdf
+pkgver=16.08.0
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/"
+arch=(i686 x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kcmutils)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('b3509774559b899400911117595f8899ab5435e6')
+
+prepare() {
+  mkdir -p build
+}
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdf/repos/testing-x86_64/PKGBUILD (from rev 274489, kdf/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 05:29:02 UTC (rev 274490)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdf
+pkgver=16.08.0
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/"
+arch=(i686 x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kcmutils)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('b3509774559b899400911117595f8899ab5435e6')
+
+prepare() {
+  mkdir -p build
+}
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list