Date: Saturday, October 31, 2015 @ 00:49:41
  Author: jleclanche
Revision: 145339

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

Added:
  libsysstat/repos/community-i686/PKGBUILD
    (from rev 145338, libsysstat/trunk/PKGBUILD)
  libsysstat/repos/community-x86_64/PKGBUILD
    (from rev 145338, libsysstat/trunk/PKGBUILD)
Deleted:
  libsysstat/repos/community-i686/PKGBUILD
  libsysstat/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ---------------------
 community-x86_64/PKGBUILD |   28 ---------------------
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-10-30 23:48:53 UTC (rev 145338)
+++ community-i686/PKGBUILD     2015-10-30 23:49:41 UTC (rev 145339)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=libsysstat
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("ab6405ac1c2e547ab07c03556b356a462caf40bfb8c885f3ff6b6df82f012718")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: libsysstat/repos/community-i686/PKGBUILD (from rev 145338, 
libsysstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-10-30 23:49:41 UTC (rev 145339)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libsysstat
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648")
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-10-30 23:48:53 UTC (rev 145338)
+++ community-x86_64/PKGBUILD   2015-10-30 23:49:41 UTC (rev 145339)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <[email protected]>
-
-pkgname=libsysstat
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64")
-url="http://lxqt.org";
-license=("GPL2")
-depends=("qt5-base")
-makedepends=("cmake" "qt5-tools")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-sha256sums=("ab6405ac1c2e547ab07c03556b356a462caf40bfb8c885f3ff6b6df82f012718")
-
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_INSTALL_PREFIX=/usr
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="$pkgdir" install
-}

Copied: libsysstat/repos/community-x86_64/PKGBUILD (from rev 145338, 
libsysstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-30 23:49:41 UTC (rev 145339)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche <[email protected]>
+
+pkgname=libsysstat
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Library to query system statistics (net, resource usage, ...)"
+arch=("i686" "x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("qt5-base")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
+sha256sums=("88e1031db659427d6549723d13317708e210cc833042c205ebfd447183b31648")
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to