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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Sep 10 13:42:22 UTC 2013


    Date: Tuesday, September 10, 2013 @ 15:42:22
  Author: andrea
Revision: 194186

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

Added:
  kdeutils-filelight/repos/extra-i686/PKGBUILD
    (from rev 194185, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/extra-i686/kdeutils-filelight.install
    (from rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
  kdeutils-filelight/repos/extra-x86_64/PKGBUILD
    (from rev 194185, kdeutils-filelight/trunk/PKGBUILD)
  kdeutils-filelight/repos/extra-x86_64/kdeutils-filelight.install
    (from rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
Deleted:
  kdeutils-filelight/repos/extra-i686/PKGBUILD
  kdeutils-filelight/repos/extra-i686/kdeutils-filelight.install
  kdeutils-filelight/repos/extra-x86_64/PKGBUILD
  kdeutils-filelight/repos/extra-x86_64/kdeutils-filelight.install

-----------------------------------------+
 /PKGBUILD                               |   68 ++++++++++++++++++++++++++++++
 /kdeutils-filelight.install             |   24 ++++++++++
 extra-i686/PKGBUILD                     |   34 ---------------
 extra-i686/kdeutils-filelight.install   |   12 -----
 extra-x86_64/PKGBUILD                   |   34 ---------------
 extra-x86_64/kdeutils-filelight.install |   12 -----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-09-10 13:42:15 UTC (rev 194185)
+++ extra-i686/PKGBUILD	2013-09-10 13:42:22 UTC (rev 194186)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-filelight
-pkgver=4.11.0
-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/${pkgver}/src/filelight-${pkgver}.tar.xz")
-sha1sums=('9766e00c99991bb24cb6663ed2071322b6dfe309')
-
-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/extra-i686/PKGBUILD (from rev 194185, kdeutils-filelight/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-09-10 13:42:22 UTC (rev 194186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=4.11.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/${pkgver}/src/filelight-${pkgver}.tar.xz")
+sha1sums=('23b625e7c366963d31d79e94bef7575823f86ab7')
+
+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
+}

Deleted: extra-i686/kdeutils-filelight.install
===================================================================
--- extra-i686/kdeutils-filelight.install	2013-09-10 13:42:15 UTC (rev 194185)
+++ extra-i686/kdeutils-filelight.install	2013-09-10 13:42:22 UTC (rev 194186)
@@ -1,12 +0,0 @@
-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/extra-i686/kdeutils-filelight.install (from rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
===================================================================
--- extra-i686/kdeutils-filelight.install	                        (rev 0)
+++ extra-i686/kdeutils-filelight.install	2013-09-10 13:42:22 UTC (rev 194186)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-09-10 13:42:15 UTC (rev 194185)
+++ extra-x86_64/PKGBUILD	2013-09-10 13:42:22 UTC (rev 194186)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-filelight
-pkgver=4.11.0
-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/${pkgver}/src/filelight-${pkgver}.tar.xz")
-sha1sums=('9766e00c99991bb24cb6663ed2071322b6dfe309')
-
-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/extra-x86_64/PKGBUILD (from rev 194185, kdeutils-filelight/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-09-10 13:42:22 UTC (rev 194186)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=4.11.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/${pkgver}/src/filelight-${pkgver}.tar.xz")
+sha1sums=('23b625e7c366963d31d79e94bef7575823f86ab7')
+
+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
+}

Deleted: extra-x86_64/kdeutils-filelight.install
===================================================================
--- extra-x86_64/kdeutils-filelight.install	2013-09-10 13:42:15 UTC (rev 194185)
+++ extra-x86_64/kdeutils-filelight.install	2013-09-10 13:42:22 UTC (rev 194186)
@@ -1,12 +0,0 @@
-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/extra-x86_64/kdeutils-filelight.install (from rev 194185, kdeutils-filelight/trunk/kdeutils-filelight.install)
===================================================================
--- extra-x86_64/kdeutils-filelight.install	                        (rev 0)
+++ extra-x86_64/kdeutils-filelight.install	2013-09-10 13:42:22 UTC (rev 194186)
@@ -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