[arch-commits] Commit in gkrellm/repos (10 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Fri May 31 14:27:10 UTC 2013


    Date: Friday, May 31, 2013 @ 16:27:10
  Author: foutrelis
Revision: 92097

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

Added:
  gkrellm/repos/community-i686/PKGBUILD
    (from rev 92096, gkrellm/trunk/PKGBUILD)
  gkrellm/repos/community-i686/gkrellm.service
    (from rev 92096, gkrellm/trunk/gkrellm.service)
  gkrellm/repos/community-x86_64/PKGBUILD
    (from rev 92096, gkrellm/trunk/PKGBUILD)
  gkrellm/repos/community-x86_64/gkrellm.service
    (from rev 92096, gkrellm/trunk/gkrellm.service)
Deleted:
  gkrellm/repos/community-i686/PKGBUILD
  gkrellm/repos/community-i686/gkrellm.service
  gkrellm/repos/community-i686/gkrellmd
  gkrellm/repos/community-x86_64/PKGBUILD
  gkrellm/repos/community-x86_64/gkrellm.service
  gkrellm/repos/community-x86_64/gkrellmd

----------------------------------+
 /PKGBUILD                        |   74 +++++++++++++++++++++++++++++++++++++
 /gkrellm.service                 |   22 +++++++++++
 community-i686/PKGBUILD          |   39 -------------------
 community-i686/gkrellm.service   |   11 -----
 community-i686/gkrellmd          |   40 --------------------
 community-x86_64/PKGBUILD        |   39 -------------------
 community-x86_64/gkrellm.service |   11 -----
 community-x86_64/gkrellmd        |   40 --------------------
 8 files changed, 96 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-31 14:26:59 UTC (rev 92096)
+++ community-i686/PKGBUILD	2013-05-31 14:27:10 UTC (rev 92097)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jozef Riha <jose1711 at gmail.com>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-pkgname=gkrellm
-pkgver=2.3.5
-pkgrel=3
-pkgdesc="System monitor package for GTK2"
-arch=('x86_64' 'i686')
-url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html"
-license=('GPL3')
-depends=('gtk2' 'libsm' 'lm_sensors')
-makedepends=('gettext')
-backup=('etc/gkrellmd.conf')
-source=("http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2"
-        "gkrellmd" "gkrellm.service")
-sha256sums=('702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b'
-            'c6d532dd7a706891aed92d750bceda74d4618e86ad82feadc0503214de904360'
-            '2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
-  install -Dm755 "../gkrellmd" "$pkgdir/etc/rc.d/gkrellmd"
-  install -Dm644 "../gkrellm.service" "$pkgdir/usr/lib/systemd/system/gkrellm.service"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gkrellm/repos/community-i686/PKGBUILD (from rev 92096, gkrellm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-31 14:27:10 UTC (rev 92097)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: dorphell <dorphell at archlinux.org>
+# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jozef Riha <jose1711 at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+pkgname=gkrellm
+pkgver=2.3.5
+pkgrel=4
+pkgdesc="System monitor package for GTK2"
+arch=('x86_64' 'i686')
+url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html"
+license=('GPL3')
+depends=('gtk2' 'libsm' 'lm_sensors')
+makedepends=('gettext')
+backup=('etc/gkrellmd.conf')
+source=("http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2"
+        "gkrellm.service")
+sha256sums=('702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b'
+            '2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
+  install -Dm644 "../gkrellm.service" "$pkgdir/usr/lib/systemd/system/gkrellm.service"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gkrellm.service
===================================================================
--- community-i686/gkrellm.service	2013-05-31 14:26:59 UTC (rev 92096)
+++ community-i686/gkrellm.service	2013-05-31 14:27:10 UTC (rev 92097)
@@ -1,11 +0,0 @@
-[Unit]
-Description=GNU Krell Monitors server
-After=network.target
-# If hddtemp is added to the dependencies in the PKGBUILD, then use
-#After=network.target hddtemp.service
-
-[Service]
-ExecStart=/usr/bin/gkrellmd
-
-[Install]
-WantedBy=multi-user.target

Copied: gkrellm/repos/community-i686/gkrellm.service (from rev 92096, gkrellm/trunk/gkrellm.service)
===================================================================
--- community-i686/gkrellm.service	                        (rev 0)
+++ community-i686/gkrellm.service	2013-05-31 14:27:10 UTC (rev 92097)
@@ -0,0 +1,11 @@
+[Unit]
+Description=GNU Krell Monitors server
+After=network.target
+# If hddtemp is added to the dependencies in the PKGBUILD, then use
+#After=network.target hddtemp.service
+
+[Service]
+ExecStart=/usr/bin/gkrellmd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/gkrellmd
===================================================================
--- community-i686/gkrellmd	2013-05-31 14:26:59 UTC (rev 92096)
+++ community-i686/gkrellmd	2013-05-31 14:27:10 UTC (rev 92097)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-GKRELLMD_ARGS='-d'
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/gkrellmd)
-case "$1" in
-  start)
-    stat_busy "Starting GKrellM Daemon"
-    [ -z "$PID" ] && /usr/bin/gkrellmd ${GKRELLMD_ARGS}
-    PID=$(pidof -o %PPID /usr/bin/gkrellmd)
-    if [ -z "$PID" ]; then
-      stat_fail
-    else
-      add_daemon gkrellmd
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping GKrellM Daemon"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon gkrellmd
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-31 14:26:59 UTC (rev 92096)
+++ community-x86_64/PKGBUILD	2013-05-31 14:27:10 UTC (rev 92097)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jozef Riha <jose1711 at gmail.com>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-pkgname=gkrellm
-pkgver=2.3.5
-pkgrel=3
-pkgdesc="System monitor package for GTK2"
-arch=('x86_64' 'i686')
-url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html"
-license=('GPL3')
-depends=('gtk2' 'libsm' 'lm_sensors')
-makedepends=('gettext')
-backup=('etc/gkrellmd.conf')
-source=("http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2"
-        "gkrellmd" "gkrellm.service")
-sha256sums=('702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b'
-            'c6d532dd7a706891aed92d750bceda74d4618e86ad82feadc0503214de904360'
-            '2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
-  install -Dm755 "../gkrellmd" "$pkgdir/etc/rc.d/gkrellmd"
-  install -Dm644 "../gkrellm.service" "$pkgdir/usr/lib/systemd/system/gkrellm.service"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gkrellm/repos/community-x86_64/PKGBUILD (from rev 92096, gkrellm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-31 14:27:10 UTC (rev 92097)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: dorphell <dorphell at archlinux.org>
+# Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jozef Riha <jose1711 at gmail.com>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+pkgname=gkrellm
+pkgver=2.3.5
+pkgrel=4
+pkgdesc="System monitor package for GTK2"
+arch=('x86_64' 'i686')
+url="http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html"
+license=('GPL3')
+depends=('gtk2' 'libsm' 'lm_sensors')
+makedepends=('gettext')
+backup=('etc/gkrellmd.conf')
+source=("http://members.dslextreme.com/users/billw/$pkgname/$pkgname-$pkgver.tar.bz2"
+        "gkrellm.service")
+sha256sums=('702b5b0e9c040eb3af8e157453f38dd6f53e1dcd8b1272d20266cda3d4372c8b'
+            '2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LOCALEDIR=/usr/share/locale SYS_LIBS+=-lgmodule-2.0
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
+  install -Dm644 "../gkrellm.service" "$pkgdir/usr/lib/systemd/system/gkrellm.service"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/gkrellm.service
===================================================================
--- community-x86_64/gkrellm.service	2013-05-31 14:26:59 UTC (rev 92096)
+++ community-x86_64/gkrellm.service	2013-05-31 14:27:10 UTC (rev 92097)
@@ -1,11 +0,0 @@
-[Unit]
-Description=GNU Krell Monitors server
-After=network.target
-# If hddtemp is added to the dependencies in the PKGBUILD, then use
-#After=network.target hddtemp.service
-
-[Service]
-ExecStart=/usr/bin/gkrellmd
-
-[Install]
-WantedBy=multi-user.target

Copied: gkrellm/repos/community-x86_64/gkrellm.service (from rev 92096, gkrellm/trunk/gkrellm.service)
===================================================================
--- community-x86_64/gkrellm.service	                        (rev 0)
+++ community-x86_64/gkrellm.service	2013-05-31 14:27:10 UTC (rev 92097)
@@ -0,0 +1,11 @@
+[Unit]
+Description=GNU Krell Monitors server
+After=network.target
+# If hddtemp is added to the dependencies in the PKGBUILD, then use
+#After=network.target hddtemp.service
+
+[Service]
+ExecStart=/usr/bin/gkrellmd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/gkrellmd
===================================================================
--- community-x86_64/gkrellmd	2013-05-31 14:26:59 UTC (rev 92096)
+++ community-x86_64/gkrellmd	2013-05-31 14:27:10 UTC (rev 92097)
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-GKRELLMD_ARGS='-d'
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/gkrellmd)
-case "$1" in
-  start)
-    stat_busy "Starting GKrellM Daemon"
-    [ -z "$PID" ] && /usr/bin/gkrellmd ${GKRELLMD_ARGS}
-    PID=$(pidof -o %PPID /usr/bin/gkrellmd)
-    if [ -z "$PID" ]; then
-      stat_fail
-    else
-      add_daemon gkrellmd
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping GKrellM Daemon"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon gkrellmd
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0




More information about the arch-commits mailing list