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

Gaetan Bisson bisson at nymeria.archlinux.org
Sun Feb 2 21:38:21 UTC 2014


    Date: Sunday, February 2, 2014 @ 22:38:21
  Author: bisson
Revision: 105214

db-move: moved knemo from [community-staging] to [community-testing] (i686, x86_64)

Added:
  knemo/repos/community-testing-i686/
  knemo/repos/community-testing-i686/PKGBUILD
    (from rev 105212, knemo/repos/community-staging-i686/PKGBUILD)
  knemo/repos/community-testing-i686/knemo.install
    (from rev 105212, knemo/repos/community-staging-i686/knemo.install)
  knemo/repos/community-testing-x86_64/
  knemo/repos/community-testing-x86_64/PKGBUILD
    (from rev 105212, knemo/repos/community-staging-x86_64/PKGBUILD)
  knemo/repos/community-testing-x86_64/knemo.install
    (from rev 105212, knemo/repos/community-staging-x86_64/knemo.install)
Deleted:
  knemo/repos/community-staging-i686/
  knemo/repos/community-staging-x86_64/

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

Copied: knemo/repos/community-testing-i686/PKGBUILD (from rev 105212, knemo/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-02-02 21:38:21 UTC (rev 105214)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
+
+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-testing-i686/knemo.install (from rev 105212, knemo/repos/community-staging-i686/knemo.install)
===================================================================
--- community-testing-i686/knemo.install	                        (rev 0)
+++ community-testing-i686/knemo.install	2014-02-02 21:38:21 UTC (rev 105214)
@@ -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 105212, knemo/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-02-02 21:38:21 UTC (rev 105214)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
+
+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-testing-x86_64/knemo.install (from rev 105212, knemo/repos/community-staging-x86_64/knemo.install)
===================================================================
--- community-testing-x86_64/knemo.install	                        (rev 0)
+++ community-testing-x86_64/knemo.install	2014-02-02 21:38:21 UTC (rev 105214)
@@ -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
+}




More information about the arch-commits mailing list