[arch-commits] Commit in kdeutils-filelight/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Sat Jan 19 12:56:01 UTC 2013
Date: Saturday, January 19, 2013 @ 07:56:00
Author: andrea
Revision: 175664
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 175663, kdeutils-filelight/kde-unstable/PKGBUILD)
kdeutils-filelight/repos/kde-unstable-i686/kdeutils-filelight.install
(from rev 175663, kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
kdeutils-filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175663, kdeutils-filelight/kde-unstable/PKGBUILD)
kdeutils-filelight/repos/kde-unstable-x86_64/kdeutils-filelight.install
(from rev 175663, kdeutils-filelight/kde-unstable/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 | 69 +++++++++++------------
kde-unstable-i686/kdeutils-filelight.install | 24 ++++----
kde-unstable-x86_64/PKGBUILD | 69 +++++++++++------------
kde-unstable-x86_64/kdeutils-filelight.install | 24 ++++----
4 files changed, 92 insertions(+), 94 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-01-19 12:55:23 UTC (rev 175663)
+++ kde-unstable-i686/PKGBUILD 2013-01-19 12:56:00 UTC (rev 175664)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-filelight
-pkgver=4.9.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.xz")
-sha1sums=('508ee12c7c774f6b3a34a5fdcd329a89b608b177')
-
-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 175663, kdeutils-filelight/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-01-19 12:56:00 UTC (rev 175664)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=4.9.98
+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.xz")
+sha1sums=('84e77ff0320e7062b06a618236688bc8b0eb3510')
+
+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: kde-unstable-i686/kdeutils-filelight.install
===================================================================
--- kde-unstable-i686/kdeutils-filelight.install 2013-01-19 12:55:23 UTC (rev 175663)
+++ kde-unstable-i686/kdeutils-filelight.install 2013-01-19 12:56:00 UTC (rev 175664)
@@ -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 175663, kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
===================================================================
--- kde-unstable-i686/kdeutils-filelight.install (rev 0)
+++ kde-unstable-i686/kdeutils-filelight.install 2013-01-19 12:56:00 UTC (rev 175664)
@@ -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 2013-01-19 12:55:23 UTC (rev 175663)
+++ kde-unstable-x86_64/PKGBUILD 2013-01-19 12:56:00 UTC (rev 175664)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-filelight
-pkgver=4.9.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.xz")
-sha1sums=('508ee12c7c774f6b3a34a5fdcd329a89b608b177')
-
-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 175663, kdeutils-filelight/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-01-19 12:56:00 UTC (rev 175664)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-filelight
+pkgver=4.9.98
+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.xz")
+sha1sums=('84e77ff0320e7062b06a618236688bc8b0eb3510')
+
+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: kde-unstable-x86_64/kdeutils-filelight.install
===================================================================
--- kde-unstable-x86_64/kdeutils-filelight.install 2013-01-19 12:55:23 UTC (rev 175663)
+++ kde-unstable-x86_64/kdeutils-filelight.install 2013-01-19 12:56:00 UTC (rev 175664)
@@ -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 175663, kdeutils-filelight/kde-unstable/kdeutils-filelight.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-filelight.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-filelight.install 2013-01-19 12:56:00 UTC (rev 175664)
@@ -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