[arch-commits] Commit in kdeutils-filelight/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Thu Jan 5 13:40:07 UTC 2012
Date: Thursday, January 5, 2012 @ 08:40:06
Author: andrea
Revision: 146166
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 146165, kdeutils-filelight/trunk/PKGBUILD)
kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
(from rev 146165, kdeutils-filelight/trunk/kdeutils-filelight.install)
kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 146165, kdeutils-filelight/trunk/PKGBUILD)
kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install
(from rev 146165, kdeutils-filelight/trunk/kdeutils-filelight.install)
Deleted:
kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install
------------------------------------------------+
kde-unstable-i686/PKGBUILD | 70 +++++++++++------------
kde-unstable-i686/kdeutils-filelight.install | 24 +++----
kde-unstable-x86_64/PKGBUILD | 70 +++++++++++------------
kde-unstable-x86_64/kdeutils-filelight.install | 24 +++----
4 files changed, 94 insertions(+), 94 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2012-01-05 13:39:28 UTC (rev 146165)
+++ kde-unstable-i686/PKGBUILD 2012-01-05 13:40:06 UTC (rev 146166)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-filelight
-pkgver=4.7.95
-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/unstable/${pkgver}/src/filelight-${pkgver}.tar.bz2")
-sha1sums=('b4e5a3c141dcab0576e6f5c63d892738268b790e')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../filelight-${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-filelight/repos/kde-unstable-i686/PKGBUILD (from rev 146165, kdeutils-filelight/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-01-05 13:40:06 UTC (rev 146166)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=4.7.97
+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/unstable/${pkgver}/src/filelight-${pkgver}.tar.bz2")
+sha1sums=('188d174fdcde0facc3e32217b469a437c1d020c3')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../filelight-${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
+}
Deleted: kde-unstable-i686/kdeutils-filelight.install
===================================================================
--- kde-unstable-i686/kdeutils-filelight.install 2012-01-05 13:39:28 UTC (rev 146165)
+++ kde-unstable-i686/kdeutils-filelight.install 2012-01-05 13:40:06 UTC (rev 146166)
@@ -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/kde-unstable-i686/kdeutils-filelight.install (from rev 146165, kdeutils-filelight/trunk/kdeutils-filelight.install)
===================================================================
--- kde-unstable-i686/kdeutils-filelight.install (rev 0)
+++ kde-unstable-i686/kdeutils-filelight.install 2012-01-05 13:40:06 UTC (rev 146166)
@@ -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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2012-01-05 13:39:28 UTC (rev 146165)
+++ kde-unstable-x86_64/PKGBUILD 2012-01-05 13:40:06 UTC (rev 146166)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-filelight
-pkgver=4.7.95
-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/unstable/${pkgver}/src/filelight-${pkgver}.tar.bz2")
-sha1sums=('b4e5a3c141dcab0576e6f5c63d892738268b790e')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../filelight-${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-filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 146165, kdeutils-filelight/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-01-05 13:40:06 UTC (rev 146166)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=4.7.97
+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/unstable/${pkgver}/src/filelight-${pkgver}.tar.bz2")
+sha1sums=('188d174fdcde0facc3e32217b469a437c1d020c3')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../filelight-${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
+}
Deleted: kde-unstable-x86_64/kdeutils-filelight.install
===================================================================
--- kde-unstable-x86_64/kdeutils-filelight.install 2012-01-05 13:39:28 UTC (rev 146165)
+++ kde-unstable-x86_64/kdeutils-filelight.install 2012-01-05 13:40:06 UTC (rev 146166)
@@ -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/kde-unstable-x86_64/kdeutils-filelight.install (from rev 146165, kdeutils-filelight/trunk/kdeutils-filelight.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-filelight.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-filelight.install 2012-01-05 13:40:06 UTC (rev 146166)
@@ -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