[arch-commits] Commit in xfce4-sensors-plugin/repos (5 files)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:58:41 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:58:40
  Author: ibiru
Revision: 148977

db-move: moved xfce4-sensors-plugin from [testing] to [extra] (i686)

Added:
  xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
    (from rev 148654, xfce4-sensors-plugin/repos/testing-i686/PKGBUILD)
  xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install
    (from rev 148654, xfce4-sensors-plugin/repos/testing-i686/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/testing-i686/

------------------------------+
 PKGBUILD                     |   76 ++++++++++++++++++++---------------------
 xfce4-sensors-plugin.install |   22 +++++------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 11:58:38 UTC (rev 148976)
+++ extra-i686/PKGBUILD	2012-02-05 11:58:40 UTC (rev 148977)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Merk Matthias <macem at chello.at>
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.2.3
-pkgrel=2
-pkgdesc="A lm_sensors plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify>=0.7.1' 'hicolor-icon-theme') #'libxfcegui4' 
-makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat' 'xfce4-dev-tools')
-optdepends=('gnu-netcat: for hddtemp access')
-options=(!libtool !makeflags)
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2edf376d140449ca42c4e4f591e626f8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./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
-}

Copied: xfce4-sensors-plugin/repos/extra-i686/PKGBUILD (from rev 148654, xfce4-sensors-plugin/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 11:58:40 UTC (rev 148977)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Merk Matthias <macem at chello.at>
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.2.3
+pkgrel=3
+pkgdesc="A lm_sensors plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify>=0.7.1' 'hicolor-icon-theme') #'libxfcegui4' 
+makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat' 'xfce4-dev-tools')
+optdepends=('gnu-netcat: for hddtemp access')
+options=(!libtool !makeflags)
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2edf376d140449ca42c4e4f591e626f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./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
+}

Deleted: extra-i686/xfce4-sensors-plugin.install
===================================================================
--- extra-i686/xfce4-sensors-plugin.install	2012-02-05 11:58:38 UTC (rev 148976)
+++ extra-i686/xfce4-sensors-plugin.install	2012-02-05 11:58:40 UTC (rev 148977)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install (from rev 148654, xfce4-sensors-plugin/repos/testing-i686/xfce4-sensors-plugin.install)
===================================================================
--- extra-i686/xfce4-sensors-plugin.install	                        (rev 0)
+++ extra-i686/xfce4-sensors-plugin.install	2012-02-05 11:58:40 UTC (rev 148977)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list