[arch-commits] Commit in hardinfo/repos (12 files)
Eric Bélanger
eric at nymeria.archlinux.org
Sat Jul 5 03:39:06 UTC 2014
Date: Saturday, July 5, 2014 @ 05:39:06
Author: eric
Revision: 115006
archrelease: copy trunk to community-i686, community-x86_64
Added:
hardinfo/repos/community-i686/PKGBUILD
(from rev 115005, hardinfo/trunk/PKGBUILD)
hardinfo/repos/community-i686/fixsensors.patch
(from rev 115005, hardinfo/trunk/fixsensors.patch)
hardinfo/repos/community-i686/hardinfo.distro
(from rev 115005, hardinfo/trunk/hardinfo.distro)
hardinfo/repos/community-x86_64/PKGBUILD
(from rev 115005, hardinfo/trunk/PKGBUILD)
hardinfo/repos/community-x86_64/fixsensors.patch
(from rev 115005, hardinfo/trunk/fixsensors.patch)
hardinfo/repos/community-x86_64/hardinfo.distro
(from rev 115005, hardinfo/trunk/hardinfo.distro)
Deleted:
hardinfo/repos/community-i686/PKGBUILD
hardinfo/repos/community-i686/fixsensors.patch
hardinfo/repos/community-i686/hardinfo.distro
hardinfo/repos/community-x86_64/PKGBUILD
hardinfo/repos/community-x86_64/fixsensors.patch
hardinfo/repos/community-x86_64/hardinfo.distro
-----------------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++
/fixsensors.patch | 26 ++++++++++++
/hardinfo.distro | 2
community-i686/PKGBUILD | 33 ----------------
community-i686/fixsensors.patch | 13 ------
community-i686/hardinfo.distro | 1
community-x86_64/PKGBUILD | 33 ----------------
community-x86_64/fixsensors.patch | 13 ------
community-x86_64/hardinfo.distro | 1
9 files changed, 102 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-05 03:31:29 UTC (rev 115005)
+++ community-i686/PKGBUILD 2014-07-05 03:39:06 UTC (rev 115006)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=hardinfo
-pkgver=0.5.1
-pkgrel=5
-pkgdesc="A system information and benchmark tool."
-arch=('i686' 'x86_64')
-url="http://hardinfo.berlios.de/wiki/index.php/Main_Page"
-license=('GPL2')
-depends=('gtk2' 'libsoup')
-options=('!emptydirs')
-source=(http://download.berlios.de/hardinfo/${pkgname}-${pkgver}.tar.bz2 \
- fixsensors.patch hardinfo.distro)
-sha1sums=('983f0445aa60e02156bc5a5eaedeffb30b8e4d64'
- 'd2151dce76dca238102937d0e15541f172bca530'
- '4c31cbbfbdeb48593641ff600c8d4fb7bda2b01c')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../fixsensors.patch
- sed -i 's|/usr/lib64|/usr/lib|' configure
- ./configure --prefix=/usr
- sed -i 's|lib64|lib|' binreloc.c
- sed -i 's|{ DB_PREFIX "debian_version", "deb" },|{ DB_PREFIX "hardinfo.distro", "arch" },{ DB_PREFIX "debian_version", "deb" },|' computer.h
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -D -m644 ../hardinfo.distro "${pkgdir}/etc/hardinfo.distro"
-}
Copied: hardinfo/repos/community-i686/PKGBUILD (from rev 115005, hardinfo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 03:39:06 UTC (rev 115006)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=hardinfo
+pkgver=0.5.1
+pkgrel=6
+pkgdesc="A system information and benchmark tool."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/hardinfo.berlios/"
+license=('GPL2')
+depends=('gtk2' 'libsoup')
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/hardinfo.berlios/files/${pkgname}-${pkgver}.tar.bz2
+ fixsensors.patch hardinfo.distro)
+sha1sums=('983f0445aa60e02156bc5a5eaedeffb30b8e4d64'
+ 'd2151dce76dca238102937d0e15541f172bca530'
+ '4c31cbbfbdeb48593641ff600c8d4fb7bda2b01c')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}/fixsensors.patch"
+ sed -i 's|/usr/lib64|/usr/lib|' configure
+ sed -i 's|lib64|lib|' binreloc.c
+ sed -i 's|{ DB_PREFIX "debian_version", "deb" },|{ DB_PREFIX "hardinfo.distro", "arch" },{ DB_PREFIX "debian_version", "deb" },|' computer.h
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 "${srcdir}/hardinfo.distro" "${pkgdir}/etc/hardinfo.distro"
+}
Deleted: community-i686/fixsensors.patch
===================================================================
--- community-i686/fixsensors.patch 2014-07-05 03:31:29 UTC (rev 115005)
+++ community-i686/fixsensors.patch 2014-07-05 03:39:06 UTC (rev 115006)
@@ -1,13 +0,0 @@
- diff -upNr hardinfo-0.4.2.2.orign/util.c hardinfo-0.4.2.2/util.c
---- hardinfo-0.4.2.2.orign/util.c 2007-07-20 16:45:08.000000000 +0200
-+++ hardinfo-0.4.2.2/util.c 2007-07-26 10:15:32.000000000 +0200
-@@ -996,7 +996,8 @@ gchar *h_strdup_cprintf(const gchar * fo
- if (source) {
- retn = g_strconcat(source, buffer, NULL);
- g_free(buffer);
-- g_free(source);
-+ if(strlen(source))
-+ g_free(source);
- } else {
- retn = buffer;
- }
Copied: hardinfo/repos/community-i686/fixsensors.patch (from rev 115005, hardinfo/trunk/fixsensors.patch)
===================================================================
--- community-i686/fixsensors.patch (rev 0)
+++ community-i686/fixsensors.patch 2014-07-05 03:39:06 UTC (rev 115006)
@@ -0,0 +1,13 @@
+ diff -upNr hardinfo-0.4.2.2.orign/util.c hardinfo-0.4.2.2/util.c
+--- hardinfo-0.4.2.2.orign/util.c 2007-07-20 16:45:08.000000000 +0200
++++ hardinfo-0.4.2.2/util.c 2007-07-26 10:15:32.000000000 +0200
+@@ -996,7 +996,8 @@ gchar *h_strdup_cprintf(const gchar * fo
+ if (source) {
+ retn = g_strconcat(source, buffer, NULL);
+ g_free(buffer);
+- g_free(source);
++ if(strlen(source))
++ g_free(source);
+ } else {
+ retn = buffer;
+ }
Deleted: community-i686/hardinfo.distro
===================================================================
--- community-i686/hardinfo.distro 2014-07-05 03:31:29 UTC (rev 115005)
+++ community-i686/hardinfo.distro 2014-07-05 03:39:06 UTC (rev 115006)
@@ -1 +0,0 @@
-Arch Linux
Copied: hardinfo/repos/community-i686/hardinfo.distro (from rev 115005, hardinfo/trunk/hardinfo.distro)
===================================================================
--- community-i686/hardinfo.distro (rev 0)
+++ community-i686/hardinfo.distro 2014-07-05 03:39:06 UTC (rev 115006)
@@ -0,0 +1 @@
+Arch Linux
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-05 03:31:29 UTC (rev 115005)
+++ community-x86_64/PKGBUILD 2014-07-05 03:39:06 UTC (rev 115006)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=hardinfo
-pkgver=0.5.1
-pkgrel=5
-pkgdesc="A system information and benchmark tool."
-arch=('i686' 'x86_64')
-url="http://hardinfo.berlios.de/wiki/index.php/Main_Page"
-license=('GPL2')
-depends=('gtk2' 'libsoup')
-options=('!emptydirs')
-source=(http://download.berlios.de/hardinfo/${pkgname}-${pkgver}.tar.bz2 \
- fixsensors.patch hardinfo.distro)
-sha1sums=('983f0445aa60e02156bc5a5eaedeffb30b8e4d64'
- 'd2151dce76dca238102937d0e15541f172bca530'
- '4c31cbbfbdeb48593641ff600c8d4fb7bda2b01c')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../fixsensors.patch
- sed -i 's|/usr/lib64|/usr/lib|' configure
- ./configure --prefix=/usr
- sed -i 's|lib64|lib|' binreloc.c
- sed -i 's|{ DB_PREFIX "debian_version", "deb" },|{ DB_PREFIX "hardinfo.distro", "arch" },{ DB_PREFIX "debian_version", "deb" },|' computer.h
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -D -m644 ../hardinfo.distro "${pkgdir}/etc/hardinfo.distro"
-}
Copied: hardinfo/repos/community-x86_64/PKGBUILD (from rev 115005, hardinfo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-05 03:39:06 UTC (rev 115006)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=hardinfo
+pkgver=0.5.1
+pkgrel=6
+pkgdesc="A system information and benchmark tool."
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/hardinfo.berlios/"
+license=('GPL2')
+depends=('gtk2' 'libsoup')
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/hardinfo.berlios/files/${pkgname}-${pkgver}.tar.bz2
+ fixsensors.patch hardinfo.distro)
+sha1sums=('983f0445aa60e02156bc5a5eaedeffb30b8e4d64'
+ 'd2151dce76dca238102937d0e15541f172bca530'
+ '4c31cbbfbdeb48593641ff600c8d4fb7bda2b01c')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}/fixsensors.patch"
+ sed -i 's|/usr/lib64|/usr/lib|' configure
+ sed -i 's|lib64|lib|' binreloc.c
+ sed -i 's|{ DB_PREFIX "debian_version", "deb" },|{ DB_PREFIX "hardinfo.distro", "arch" },{ DB_PREFIX "debian_version", "deb" },|' computer.h
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 "${srcdir}/hardinfo.distro" "${pkgdir}/etc/hardinfo.distro"
+}
Deleted: community-x86_64/fixsensors.patch
===================================================================
--- community-x86_64/fixsensors.patch 2014-07-05 03:31:29 UTC (rev 115005)
+++ community-x86_64/fixsensors.patch 2014-07-05 03:39:06 UTC (rev 115006)
@@ -1,13 +0,0 @@
- diff -upNr hardinfo-0.4.2.2.orign/util.c hardinfo-0.4.2.2/util.c
---- hardinfo-0.4.2.2.orign/util.c 2007-07-20 16:45:08.000000000 +0200
-+++ hardinfo-0.4.2.2/util.c 2007-07-26 10:15:32.000000000 +0200
-@@ -996,7 +996,8 @@ gchar *h_strdup_cprintf(const gchar * fo
- if (source) {
- retn = g_strconcat(source, buffer, NULL);
- g_free(buffer);
-- g_free(source);
-+ if(strlen(source))
-+ g_free(source);
- } else {
- retn = buffer;
- }
Copied: hardinfo/repos/community-x86_64/fixsensors.patch (from rev 115005, hardinfo/trunk/fixsensors.patch)
===================================================================
--- community-x86_64/fixsensors.patch (rev 0)
+++ community-x86_64/fixsensors.patch 2014-07-05 03:39:06 UTC (rev 115006)
@@ -0,0 +1,13 @@
+ diff -upNr hardinfo-0.4.2.2.orign/util.c hardinfo-0.4.2.2/util.c
+--- hardinfo-0.4.2.2.orign/util.c 2007-07-20 16:45:08.000000000 +0200
++++ hardinfo-0.4.2.2/util.c 2007-07-26 10:15:32.000000000 +0200
+@@ -996,7 +996,8 @@ gchar *h_strdup_cprintf(const gchar * fo
+ if (source) {
+ retn = g_strconcat(source, buffer, NULL);
+ g_free(buffer);
+- g_free(source);
++ if(strlen(source))
++ g_free(source);
+ } else {
+ retn = buffer;
+ }
Deleted: community-x86_64/hardinfo.distro
===================================================================
--- community-x86_64/hardinfo.distro 2014-07-05 03:31:29 UTC (rev 115005)
+++ community-x86_64/hardinfo.distro 2014-07-05 03:39:06 UTC (rev 115006)
@@ -1 +0,0 @@
-Arch Linux
Copied: hardinfo/repos/community-x86_64/hardinfo.distro (from rev 115005, hardinfo/trunk/hardinfo.distro)
===================================================================
--- community-x86_64/hardinfo.distro (rev 0)
+++ community-x86_64/hardinfo.distro 2014-07-05 03:39:06 UTC (rev 115006)
@@ -0,0 +1 @@
+Arch Linux
More information about the arch-commits
mailing list