[arch-commits] Commit in xfce4-sensors-plugin/repos (8 files)
Evangelos Foutras
foutrelis at archlinux.org
Fri Feb 27 10:04:53 UTC 2015
Date: Friday, February 27, 2015 @ 11:04:53
Author: foutrelis
Revision: 232057
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
(from rev 232056, xfce4-sensors-plugin/trunk/PKGBUILD)
xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install
(from rev 232056, xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install)
xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
(from rev 232056, xfce4-sensors-plugin/trunk/PKGBUILD)
xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install
(from rev 232056, xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install)
Deleted:
xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install
xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install
-------------------------------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++
/xfce4-sensors-plugin.install | 26 ++++++++
extra-i686/PKGBUILD | 46 --------------
extra-i686/xfce4-sensors-plugin.install | 13 ----
extra-x86_64/PKGBUILD | 46 --------------
extra-x86_64/xfce4-sensors-plugin.install | 13 ----
6 files changed, 116 insertions(+), 118 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-02-27 10:04:40 UTC (rev 232056)
+++ extra-i686/PKGBUILD 2015-02-27 10:04:53 UTC (rev 232057)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Merk Matthias <macem at chello.at>
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.2.5
-pkgrel=2
-pkgdesc="A lm_sensors plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'gnu-netcat')
-optdepends=('hddtemp: for monitoring the temperature of hard drives')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # Satisfy the check that hddtemp is queryable via netcat
- # (https://bugs.archlinux.org/task/28275)
- echo ohai | nc -l -p 7634 -s localhost -c &
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --datadir=/usr/share \
- --datarootdir=/usr/share \
- --disable-static \
- --with-pathhddtemp=/usr/sbin/hddtemp \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-sensors-plugin/repos/extra-i686/PKGBUILD (from rev 232056, xfce4-sensors-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-27 10:04:53 UTC (rev 232057)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Merk Matthias <macem at chello.at>
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A lm_sensors plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'hddtemp' 'gnu-netcat')
+optdepends=('hddtemp: for monitoring the temperature of hard drives')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # Satisfy the check that hddtemp is queryable via netcat
+ # (https://bugs.archlinux.org/task/28275)
+ echo ohai | nc -l -p 7634 -s localhost -c &
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --datadir=/usr/share \
+ --datarootdir=/usr/share \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/xfce4-sensors-plugin.install
===================================================================
--- extra-i686/xfce4-sensors-plugin.install 2015-02-27 10:04:40 UTC (rev 232056)
+++ extra-i686/xfce4-sensors-plugin.install 2015-02-27 10:04:53 UTC (rev 232057)
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install (from rev 232056, xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install)
===================================================================
--- extra-i686/xfce4-sensors-plugin.install (rev 0)
+++ extra-i686/xfce4-sensors-plugin.install 2015-02-27 10:04:53 UTC (rev 232057)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-02-27 10:04:40 UTC (rev 232056)
+++ extra-x86_64/PKGBUILD 2015-02-27 10:04:53 UTC (rev 232057)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Merk Matthias <macem at chello.at>
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.2.5
-pkgrel=2
-pkgdesc="A lm_sensors plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'gnu-netcat')
-optdepends=('hddtemp: for monitoring the temperature of hard drives')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # Satisfy the check that hddtemp is queryable via netcat
- # (https://bugs.archlinux.org/task/28275)
- echo ohai | nc -l -p 7634 -s localhost -c &
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --datadir=/usr/share \
- --datarootdir=/usr/share \
- --disable-static \
- --with-pathhddtemp=/usr/sbin/hddtemp \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD (from rev 232056, xfce4-sensors-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-02-27 10:04:53 UTC (rev 232057)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Merk Matthias <macem at chello.at>
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="A lm_sensors plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'hddtemp' 'gnu-netcat')
+optdepends=('hddtemp: for monitoring the temperature of hard drives')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # Satisfy the check that hddtemp is queryable via netcat
+ # (https://bugs.archlinux.org/task/28275)
+ echo ohai | nc -l -p 7634 -s localhost -c &
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --datadir=/usr/share \
+ --datarootdir=/usr/share \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/xfce4-sensors-plugin.install
===================================================================
--- extra-x86_64/xfce4-sensors-plugin.install 2015-02-27 10:04:40 UTC (rev 232056)
+++ extra-x86_64/xfce4-sensors-plugin.install 2015-02-27 10:04:53 UTC (rev 232057)
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install (from rev 232056, xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install)
===================================================================
--- extra-x86_64/xfce4-sensors-plugin.install (rev 0)
+++ extra-x86_64/xfce4-sensors-plugin.install 2015-02-27 10:04:53 UTC (rev 232057)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list