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

Felix Yan fyan at archlinux.org
Fri Jan 16 07:21:59 UTC 2015


    Date: Friday, January 16, 2015 @ 08:21:59
  Author: fyan
Revision: 229343

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

Added:
  kdeutils-filelight/repos/testing-i686/
  kdeutils-filelight/repos/testing-i686/PKGBUILD
    (from rev 229342, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install
    (from rev 229342, kdeutils-filelight/trunk/kdeutils-filelight.install)
  kdeutils-filelight/repos/testing-x86_64/
  kdeutils-filelight/repos/testing-x86_64/PKGBUILD
    (from rev 229342, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install
    (from rev 229342, kdeutils-filelight/trunk/kdeutils-filelight.install)

-------------------------------------------+
 testing-i686/PKGBUILD                     |   35 ++++++++++++++++++++++++++++
 testing-i686/kdeutils-filelight.install   |   12 +++++++++
 testing-x86_64/PKGBUILD                   |   35 ++++++++++++++++++++++++++++
 testing-x86_64/kdeutils-filelight.install |   12 +++++++++
 4 files changed, 94 insertions(+)

Copied: kdeutils-filelight/repos/testing-i686/PKGBUILD (from rev 229342, kdeutils-filelight/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-01-16 07:21:59 UTC (rev 229343)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz")
+sha1sums=('68ad3c98b6f79d5b32121d99e8e5e6b16a58cc0d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-i686/kdeutils-filelight.install (from rev 229342, kdeutils-filelight/trunk/kdeutils-filelight.install)
===================================================================
--- testing-i686/kdeutils-filelight.install	                        (rev 0)
+++ testing-i686/kdeutils-filelight.install	2015-01-16 07:21:59 UTC (rev 229343)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeutils-filelight/repos/testing-x86_64/PKGBUILD (from rev 229342, kdeutils-filelight/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-01-16 07:21:59 UTC (rev 229343)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz")
+sha1sums=('68ad3c98b6f79d5b32121d99e8e5e6b16a58cc0d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeutils-filelight/repos/testing-x86_64/kdeutils-filelight.install (from rev 229342, kdeutils-filelight/trunk/kdeutils-filelight.install)
===================================================================
--- testing-x86_64/kdeutils-filelight.install	                        (rev 0)
+++ testing-x86_64/kdeutils-filelight.install	2015-01-16 07:21:59 UTC (rev 229343)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list