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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:24:17
  Author: foutrelis
Revision: 150344

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

Added:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-i686/PKGBUILD
(from rev 150343, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-i686/knemo.install
(from rev 150343, knemo/trunk/knemo.install)
  knemo/repos/community-staging-x86_64/
  knemo/repos/community-staging-x86_64/PKGBUILD
(from rev 150343, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-x86_64/knemo.install
(from rev 150343, knemo/trunk/knemo.install)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/knemo.install   |   11 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/knemo.install |   11 
 4 files changed, 104 insertions(+)

Copied: knemo/repos/community-staging-i686/PKGBUILD (from rev 150343, 
knemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 16:24:17 UTC (rev 150344)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.7
+pkgrel=2
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(http://kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7448d77145c82ae80bbbc6460fa108c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-i686/knemo.install (from rev 150343, 
knemo/trunk/knemo.install)
===
--- community-staging-i686/knemo.install(rev 0)
+++ community-staging-i686/knemo.install2015-12-08 16:24:17 UTC (rev 
150344)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-staging-x86_64/PKGBUILD (from rev 150343, 
knemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 16:24:17 UTC (rev 150344)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.7
+pkgrel=2
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(http://kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7448d77145c82ae80bbbc6460fa108c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-x86_64/knemo.install (from rev 150343, 
knemo/trunk/knemo.install)
===
--- community-staging-x86_64/knemo.install  (rev 0)
+++ community-staging-x86_64/knemo.install  2015-12-08 16:24:17 UTC (rev 
150344)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}


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

2014-09-28 Thread Felix Yan
Date: Sunday, September 28, 2014 @ 18:26:29
  Author: fyan
Revision: 119699

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

Added:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-i686/PKGBUILD
(from rev 119698, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-i686/knemo.install
(from rev 119698, knemo/trunk/knemo.install)
  knemo/repos/community-staging-x86_64/
  knemo/repos/community-staging-x86_64/PKGBUILD
(from rev 119698, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-x86_64/knemo.install
(from rev 119698, knemo/trunk/knemo.install)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/knemo.install   |   11 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/knemo.install |   11 
 4 files changed, 104 insertions(+)

Copied: knemo/repos/community-staging-i686/PKGBUILD (from rev 119698, 
knemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-28 16:26:29 UTC (rev 119699)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=5
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-i686/knemo.install (from rev 119698, 
knemo/trunk/knemo.install)
===
--- community-staging-i686/knemo.install(rev 0)
+++ community-staging-i686/knemo.install2014-09-28 16:26:29 UTC (rev 
119699)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-staging-x86_64/PKGBUILD (from rev 119698, 
knemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-28 16:26:29 UTC (rev 119699)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=5
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-x86_64/knemo.install (from rev 119698, 
knemo/trunk/knemo.install)
===
--- community-staging-x86_64/knemo.install  (rev 0)
+++ community-staging-x86_64/knemo.install  2014-09-28 16:26:29 UTC (rev 
119699)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}


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

2014-02-01 Thread Bartłomiej Piotrowski
Date: Saturday, February 1, 2014 @ 14:36:08
  Author: bpiotrowski
Revision: 105140

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

Added:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-i686/PKGBUILD
(from rev 105139, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-i686/knemo.install
(from rev 105139, knemo/trunk/knemo.install)
  knemo/repos/community-staging-x86_64/
  knemo/repos/community-staging-x86_64/PKGBUILD
(from rev 105139, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-x86_64/knemo.install
(from rev 105139, knemo/trunk/knemo.install)

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/knemo.install   |   11 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/knemo.install |   11 
 4 files changed, 104 insertions(+)

Copied: knemo/repos/community-staging-i686/PKGBUILD (from rev 105139, 
knemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-01 13:36:08 UTC (rev 105140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=4
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-i686/knemo.install (from rev 105139, 
knemo/trunk/knemo.install)
===
--- community-staging-i686/knemo.install(rev 0)
+++ community-staging-i686/knemo.install2014-02-01 13:36:08 UTC (rev 
105140)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-staging-x86_64/PKGBUILD (from rev 105139, 
knemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-01 13:36:08 UTC (rev 105140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=4
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/knemo_$pkgver.orig.tar.bz2)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-x86_64/knemo.install (from rev 105139, 
knemo/trunk/knemo.install)
===
--- community-staging-x86_64/knemo.install  (rev 0)
+++ community-staging-x86_64/knemo.install  2014-02-01 13:36:08 UTC (rev 
105140)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2013-03-07 Thread Evangelos Foutras
Date: Thursday, March 7, 2013 @ 13:33:36
  Author: foutrelis
Revision: 85799

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

Added:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-i686/PKGBUILD
(from rev 85798, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-i686/knemo.install
(from rev 85798, knemo/trunk/knemo.install)
  knemo/repos/community-staging-x86_64/
  knemo/repos/community-staging-x86_64/PKGBUILD
(from rev 85798, knemo/trunk/PKGBUILD)
  knemo/repos/community-staging-x86_64/knemo.install
(from rev 85798, knemo/trunk/knemo.install)

+
 community-staging-i686/PKGBUILD|   40 +++
 community-staging-i686/knemo.install   |   11 
 community-staging-x86_64/PKGBUILD  |   40 +++
 community-staging-x86_64/knemo.install |   11 
 4 files changed, 102 insertions(+)

Copied: knemo/repos/community-staging-i686/PKGBUILD (from rev 85798, 
knemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-07 12:33:36 UTC (rev 85799)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=3
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-i686/knemo.install (from rev 85798, 
knemo/trunk/knemo.install)
===
--- community-staging-i686/knemo.install(rev 0)
+++ community-staging-i686/knemo.install2013-03-07 12:33:36 UTC (rev 
85799)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-staging-x86_64/PKGBUILD (from rev 85798, 
knemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-07 12:33:36 UTC (rev 85799)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=3
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-x86_64/knemo.install (from rev 85798, 
knemo/trunk/knemo.install)
===
--- community-staging-x86_64/knemo.install  (rev 0)
+++ community-staging-x86_64/knemo.install  2013-03-07 12:33:36 UTC (rev 
85799)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2013-02-09 Thread Thomas Bächler
Date: Saturday, February 9, 2013 @ 21:13:08
  Author: thomas
Revision: 84073

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

Added:
  knemo/repos/community-testing-i686/
  knemo/repos/community-testing-i686/PKGBUILD
(from rev 84072, knemo/trunk/PKGBUILD)
  knemo/repos/community-testing-i686/knemo.install
(from rev 84072, knemo/trunk/knemo.install)
  knemo/repos/community-testing-x86_64/
  knemo/repos/community-testing-x86_64/PKGBUILD
(from rev 84072, knemo/trunk/PKGBUILD)
  knemo/repos/community-testing-x86_64/knemo.install
(from rev 84072, knemo/trunk/knemo.install)

+
 community-testing-i686/PKGBUILD|   40 +++
 community-testing-i686/knemo.install   |   11 
 community-testing-x86_64/PKGBUILD  |   40 +++
 community-testing-x86_64/knemo.install |   11 
 4 files changed, 102 insertions(+)

Copied: knemo/repos/community-testing-i686/PKGBUILD (from rev 84072, 
knemo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-09 20:13:08 UTC (rev 84073)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=2
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-testing-i686/knemo.install (from rev 84072, 
knemo/trunk/knemo.install)
===
--- community-testing-i686/knemo.install(rev 0)
+++ community-testing-i686/knemo.install2013-02-09 20:13:08 UTC (rev 
84073)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-testing-x86_64/PKGBUILD (from rev 84072, 
knemo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-09 20:13:08 UTC (rev 84073)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.6
+pkgrel=2
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=("http://www.kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('42b35d4d48698a2f514adeb2ca872408')
+
+build() {
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-testing-x86_64/knemo.install (from rev 84072, 
knemo/trunk/knemo.install)
===
--- community-testing-x86_64/knemo.install  (rev 0)
+++ community-testing-x86_64/knemo.install  2013-02-09 20:13:08 UTC (rev 
84073)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}