[arch-commits] Commit in sensors-applet/repos (4 files)

Balló György bgyorgy at archlinux.org
Mon Apr 24 15:31:14 UTC 2017


    Date: Monday, April 24, 2017 @ 15:31:13
  Author: bgyorgy
Revision: 225154

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

Added:
  sensors-applet/repos/community-i686/PKGBUILD
    (from rev 225153, sensors-applet/trunk/PKGBUILD)
  sensors-applet/repos/community-x86_64/PKGBUILD
    (from rev 225153, sensors-applet/trunk/PKGBUILD)
Deleted:
  sensors-applet/repos/community-i686/PKGBUILD
  sensors-applet/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-24 15:31:08 UTC (rev 225153)
+++ community-i686/PKGBUILD	2017-04-24 15:31:13 UTC (rev 225154)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=sensors-applet
-pkgver=3.0.0
-_gitrev=07284262768e3a7066da09845370d78526be6bc1
-pkgrel=10
-pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
-arch=('i686' 'x86_64')
-url="http://sensors-applet.sourceforge.net/"
-license=('GPL')
-depends=('gnome-panel' 'libatasmart' 'libxnvctrl' 'lm_sensors')
-makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
-optdepends=('hddtemp: get HDD temperatures')
-source=($pkgname::git://git.code.sf.net/p/sensors-applet/code#commit=$_gitrev)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: sensors-applet/repos/community-i686/PKGBUILD (from rev 225153, sensors-applet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-24 15:31:13 UTC (rev 225154)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sensors-applet
+pkgver=3.0.0
+_gitrev=07284262768e3a7066da09845370d78526be6bc1
+pkgrel=11
+pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
+arch=('i686' 'x86_64')
+url="http://sensors-applet.sourceforge.net/"
+license=('GPL')
+depends=('gnome-panel' 'libatasmart' 'libxnvctrl' 'lm_sensors')
+makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
+optdepends=('hddtemp: get HDD temperatures')
+source=($pkgname::git://git.code.sf.net/p/sensors-applet/code#commit=$_gitrev)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-24 15:31:08 UTC (rev 225153)
+++ community-x86_64/PKGBUILD	2017-04-24 15:31:13 UTC (rev 225154)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=sensors-applet
-pkgver=3.0.0
-_gitrev=07284262768e3a7066da09845370d78526be6bc1
-pkgrel=10
-pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
-arch=('i686' 'x86_64')
-url="http://sensors-applet.sourceforge.net/"
-license=('GPL')
-depends=('gnome-panel' 'libatasmart' 'libxnvctrl' 'lm_sensors')
-makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
-optdepends=('hddtemp: get HDD temperatures')
-source=($pkgname::git://git.code.sf.net/p/sensors-applet/code#commit=$_gitrev)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: sensors-applet/repos/community-x86_64/PKGBUILD (from rev 225153, sensors-applet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-24 15:31:13 UTC (rev 225154)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sensors-applet
+pkgver=3.0.0
+_gitrev=07284262768e3a7066da09845370d78526be6bc1
+pkgrel=11
+pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings"
+arch=('i686' 'x86_64')
+url="http://sensors-applet.sourceforge.net/"
+license=('GPL')
+depends=('gnome-panel' 'libatasmart' 'libxnvctrl' 'lm_sensors')
+makedepends=('git' 'gnome-common' 'intltool' 'yelp-tools')
+optdepends=('hddtemp: get HDD temperatures')
+source=($pkgname::git://git.code.sf.net/p/sensors-applet/code#commit=$_gitrev)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list