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

2016-04-27 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 17:42:55
  Author: fyan
Revision: 266248

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

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

+
 /PKGBUILD  |   74 +++
 extra-i686/PKGBUILD|   38 
 extra-i686/filelight.install   |   13 --
 extra-x86_64/PKGBUILD  |   38 
 extra-x86_64/filelight.install |   13 --
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-27 15:41:52 UTC (rev 266247)
+++ extra-i686/PKGBUILD 2016-04-27 15:42:55 UTC (rev 266248)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('b79d75065731d9db7981ae9ab6ce2e17df19ad04')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: filelight/repos/extra-i686/PKGBUILD (from rev 266247, 
filelight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-27 15:42:55 UTC (rev 266248)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=16.04.0
+pkgrel=2
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('b79d75065731d9db7981ae9ab6ce2e17df19ad04')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/filelight.install
===
--- extra-i686/filelight.install2016-04-27 15:41:52 UTC (rev 266247)
+++ extra-i686/filelight.install2016-04-27 15:42:55 UTC (rev 266248)
@@ -1,13 +0,0 @@
-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   2016-04-27 15:41:52 UTC (rev 266247)
+++ extra-x86_64/PKGBUILD   2016-04-27 15:42:55 UTC (rev 266248)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('b79d75065731d9db7981ae9ab6ce2e17df19ad04')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
-

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:38:09
  Author: arojas
Revision: 262788

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  filelight/repos/staging-i686/
  filelight/repos/staging-i686/PKGBUILD
(from rev 262787, filelight/kde-unstable/PKGBUILD)
  filelight/repos/staging-i686/filelight.install
(from rev 262787, filelight/kde-unstable/filelight.install)
  filelight/repos/staging-x86_64/
  filelight/repos/staging-x86_64/PKGBUILD
(from rev 262787, filelight/kde-unstable/PKGBUILD)
  filelight/repos/staging-x86_64/filelight.install
(from rev 262787, filelight/kde-unstable/filelight.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/filelight.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/staging-i686/PKGBUILD (from rev 262787, 
filelight/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:38:09 UTC (rev 262788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('691cb53e9616f610c0de20355ef219c96d787927')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/staging-i686/filelight.install (from rev 262787, 
filelight/kde-unstable/filelight.install)
===
--- staging-i686/filelight.install  (rev 0)
+++ staging-i686/filelight.install  2016-03-26 23:38:09 UTC (rev 262788)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/staging-x86_64/PKGBUILD (from rev 262787, 
filelight/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:38:09 UTC (rev 262788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('691cb53e9616f610c0de20355ef219c96d787927')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/staging-x86_64/filelight.install (from rev 262787, 
filelight/kde-unstable/filelight.install)
===
--- staging-x86_64/filelight.install(rev 0)
+++ staging-x86_64/filelight.install2016-03-26 23:38:09 UTC (rev 262788)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:58:55
  Author: arojas
Revision: 259543

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

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

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/filelight.install   |   13 
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/testing-i686/PKGBUILD (from rev 259542, 
filelight/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 08:58:55 UTC (rev 259543)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('bd26c8db408b5e923f39cd1d3f6623e8baaa9f6d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/testing-i686/filelight.install (from rev 259542, 
filelight/trunk/filelight.install)
===
--- testing-i686/filelight.install  (rev 0)
+++ testing-i686/filelight.install  2016-02-16 08:58:55 UTC (rev 259543)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/testing-x86_64/PKGBUILD (from rev 259542, 
filelight/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:58:55 UTC (rev 259543)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.12.2
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('bd26c8db408b5e923f39cd1d3f6623e8baaa9f6d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/testing-x86_64/filelight.install (from rev 259542, 
filelight/trunk/filelight.install)
===
--- testing-x86_64/filelight.install(rev 0)
+++ testing-x86_64/filelight.install2016-02-16 08:58:55 UTC (rev 259543)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 12:50:54
  Author: fyan
Revision: 253725

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

Added:
  filelight/repos/staging-i686/
  filelight/repos/staging-i686/PKGBUILD
(from rev 253722, filelight/trunk/PKGBUILD)
  filelight/repos/staging-i686/filelight.install
(from rev 253723, filelight/trunk/filelight.install)
  filelight/repos/staging-x86_64/
  filelight/repos/staging-x86_64/PKGBUILD
(from rev 253724, filelight/trunk/PKGBUILD)
  filelight/repos/staging-x86_64/filelight.install
(from rev 253724, filelight/trunk/filelight.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/filelight.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/staging-i686/PKGBUILD (from rev 253722, 
filelight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 11:50:54 UTC (rev 253725)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('7f72a3c3fc10b1cf98e745248f22e80de1100ca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/staging-i686/filelight.install (from rev 253723, 
filelight/trunk/filelight.install)
===
--- staging-i686/filelight.install  (rev 0)
+++ staging-i686/filelight.install  2015-12-08 11:50:54 UTC (rev 253725)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/staging-x86_64/PKGBUILD (from rev 253724, 
filelight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 11:50:54 UTC (rev 253725)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('7f72a3c3fc10b1cf98e745248f22e80de1100ca2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/staging-x86_64/filelight.install (from rev 253724, 
filelight/trunk/filelight.install)
===
--- staging-x86_64/filelight.install(rev 0)
+++ staging-x86_64/filelight.install2015-12-08 11:50:54 UTC (rev 253725)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 22:23:32
  Author: arojas
Revision: 251419

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  filelight/repos/staging-i686/
  filelight/repos/staging-i686/PKGBUILD
(from rev 251418, filelight/kde-unstable/PKGBUILD)
  filelight/repos/staging-i686/filelight.install
(from rev 251418, filelight/kde-unstable/filelight.install)
  filelight/repos/staging-x86_64/
  filelight/repos/staging-x86_64/PKGBUILD
(from rev 251418, filelight/kde-unstable/PKGBUILD)
  filelight/repos/staging-x86_64/filelight.install
(from rev 251418, filelight/kde-unstable/filelight.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/filelight.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/staging-i686/PKGBUILD (from rev 251418, 
filelight/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 21:23:32 UTC (rev 251419)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.11.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('b31a7db822e248ec5673f5faf44faae08b7de210')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/staging-i686/filelight.install (from rev 251418, 
filelight/kde-unstable/filelight.install)
===
--- staging-i686/filelight.install  (rev 0)
+++ staging-i686/filelight.install  2015-11-19 21:23:32 UTC (rev 251419)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/staging-x86_64/PKGBUILD (from rev 251418, 
filelight/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:23:32 UTC (rev 251419)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.11.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('b31a7db822e248ec5673f5faf44faae08b7de210')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/staging-x86_64/filelight.install (from rev 251418, 
filelight/kde-unstable/filelight.install)
===
--- staging-x86_64/filelight.install(rev 0)
+++ staging-x86_64/filelight.install2015-11-19 21:23:32 UTC (rev 251419)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:59:49
  Author: arojas
Revision: 246228

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

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

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/filelight.install   |   13 
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/testing-i686/PKGBUILD (from rev 246227, 
filelight/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:59:49 UTC (rev 246228)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('3cbf6c926bbb5eb0051444d6d1fe9c88aa1262c7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/testing-i686/filelight.install (from rev 246227, 
filelight/trunk/filelight.install)
===
--- testing-i686/filelight.install  (rev 0)
+++ testing-i686/filelight.install  2015-09-14 21:59:49 UTC (rev 246228)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/testing-x86_64/PKGBUILD (from rev 246227, 
filelight/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:59:49 UTC (rev 246228)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('3cbf6c926bbb5eb0051444d6d1fe9c88aa1262c7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: filelight/repos/testing-x86_64/filelight.install (from rev 246227, 
filelight/trunk/filelight.install)
===
--- testing-x86_64/filelight.install(rev 0)
+++ testing-x86_64/filelight.install2015-09-14 21:59:49 UTC (rev 246228)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:09:58
  Author: arojas
Revision: 242788

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  filelight/repos/kde-unstable-i686/
  filelight/repos/kde-unstable-i686/PKGBUILD
(from rev 242787, filelight/kde-unstable/PKGBUILD)
  filelight/repos/kde-unstable-i686/filelight.install
(from rev 242787, filelight/kde-unstable/filelight.install)
  filelight/repos/kde-unstable-x86_64/
  filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242787, filelight/kde-unstable/PKGBUILD)
  filelight/repos/kde-unstable-x86_64/filelight.install
(from rev 242787, filelight/kde-unstable/filelight.install)

---+
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/filelight.install   |   13 ++
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/filelight.install |   13 ++
 4 files changed, 102 insertions(+)

Copied: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 242787, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:09:58 UTC (rev 242788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('e34f25c4b176776070a85c1ce5ed1958648536c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: filelight/repos/kde-unstable-i686/filelight.install (from rev 242787, 
filelight/kde-unstable/filelight.install)
===
--- kde-unstable-i686/filelight.install (rev 0)
+++ kde-unstable-i686/filelight.install 2015-07-29 08:09:58 UTC (rev 242788)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 242787, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:09:58 UTC (rev 242788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('e34f25c4b176776070a85c1ce5ed1958648536c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: filelight/repos/kde-unstable-x86_64/filelight.install (from rev 242787, 
filelight/kde-unstable/filelight.install)
===
--- kde-unstable-x86_64/filelight.install   (rev 0)
+++ kde-unstable-x86_64/filelight.install   2015-07-29 08:09:58 UTC (rev 
242788)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:23:02
  Author: arojas
Revision: 239129

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

Added:
  filelight/repos/staging-i686/
  filelight/repos/staging-i686/PKGBUILD
(from rev 239128, filelight/trunk/PKGBUILD)
  filelight/repos/staging-i686/filelight.install
(from rev 239128, filelight/trunk/filelight.install)
  filelight/repos/staging-x86_64/
  filelight/repos/staging-x86_64/PKGBUILD
(from rev 239128, filelight/trunk/PKGBUILD)
  filelight/repos/staging-x86_64/filelight.install
(from rev 239128, filelight/trunk/filelight.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/filelight.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/staging-i686/PKGBUILD (from rev 239128, 
filelight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('85ad67ecc25cb052ba1e49b9993ca662e27c5e7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: filelight/repos/staging-i686/filelight.install (from rev 239128, 
filelight/trunk/filelight.install)
===
--- staging-i686/filelight.install  (rev 0)
+++ staging-i686/filelight.install  2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/staging-x86_64/PKGBUILD (from rev 239128, 
filelight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('85ad67ecc25cb052ba1e49b9993ca662e27c5e7f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: filelight/repos/staging-x86_64/filelight.install (from rev 239128, 
filelight/trunk/filelight.install)
===
--- staging-x86_64/filelight.install(rev 0)
+++ staging-x86_64/filelight.install2015-05-12 08:23:02 UTC (rev 239129)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-04-10 Thread Antonio Rojas
Date: Friday, April 10, 2015 @ 21:45:47
  Author: arojas
Revision: 236228

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

Added:
  filelight/repos/staging-i686/
  filelight/repos/staging-i686/PKGBUILD
(from rev 236227, filelight/trunk/PKGBUILD)
  filelight/repos/staging-i686/filelight.install
(from rev 236227, filelight/trunk/filelight.install)
  filelight/repos/staging-x86_64/
  filelight/repos/staging-x86_64/PKGBUILD
(from rev 236227, filelight/trunk/PKGBUILD)
  filelight/repos/staging-x86_64/filelight.install
(from rev 236227, filelight/trunk/filelight.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/filelight.install   |   13 
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/filelight.install |   13 
 4 files changed, 102 insertions(+)

Copied: filelight/repos/staging-i686/PKGBUILD (from rev 236227, 
filelight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-10 19:45:47 UTC (rev 236228)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('9070e51ee3b385fbb1647991740f798cd548fa3f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: filelight/repos/staging-i686/filelight.install (from rev 236227, 
filelight/trunk/filelight.install)
===
--- staging-i686/filelight.install  (rev 0)
+++ staging-i686/filelight.install  2015-04-10 19:45:47 UTC (rev 236228)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/staging-x86_64/PKGBUILD (from rev 236227, 
filelight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-10 19:45:47 UTC (rev 236228)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('9070e51ee3b385fbb1647991740f798cd548fa3f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: filelight/repos/staging-x86_64/filelight.install (from rev 236227, 
filelight/trunk/filelight.install)
===
--- staging-x86_64/filelight.install(rev 0)
+++ staging-x86_64/filelight.install2015-04-10 19:45:47 UTC (rev 236228)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+