[arch-commits] Commit in boinctui/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 21 07:10:04 UTC 2016
Date: Friday, October 21, 2016 @ 07:10:03
Author: felixonmars
Revision: 192782
archrelease: copy trunk to community-i686, community-x86_64
Added:
boinctui/repos/community-i686/PKGBUILD
(from rev 192781, boinctui/trunk/PKGBUILD)
boinctui/repos/community-x86_64/PKGBUILD
(from rev 192781, boinctui/trunk/PKGBUILD)
Deleted:
boinctui/repos/community-i686/PKGBUILD
boinctui/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ----------------------
community-x86_64/PKGBUILD | 34 ----------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-21 07:09:11 UTC (rev 192781)
+++ community-i686/PKGBUILD 2016-10-21 07:10:03 UTC (rev 192782)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=boinctui
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/boinctui/"
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
-sha512sums=('1517466246cd57b96d496cfb90d9296e2cf87a4abf10ca6d40e5b9ed5a95aa11adb3f739ea143d18921859ffccd39666e02877177e85d4144ca68b614e9178c2')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's_#include <ncursesw/curses.h>_#include <cursesw.h>_' src/tui-main.cpp
- sed -i 's_#include <ncursesw/_#include <_g' src/*
- sed -i 's_ncursesw/curses.h_cursesw.h_' configure.in
- sed -i 's_ncursesw/__g' configure.in
-}
-
-build() {
- cd $pkgname-$pkgver
- autoconf
- ./configure --prefix=/usr --without-gnutls
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: boinctui/repos/community-i686/PKGBUILD (from rev 192781, boinctui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-21 07:10:03 UTC (rev 192782)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="https://sourceforge.net/projects/boinctui/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+sha512sums=('8c72653efbe6888e9e4fb1e74be05ee583af79d607348087ca62bd390d36b2a80409d4cf7369527b37edf05c9c9089112fc24b6e9c24a1ecefc20ee699e6d883')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's_#include <ncursesw/curses.h>_#include <cursesw.h>_' src/tui-main.cpp
+ sed -i 's_#include <ncursesw/_#include <_g' src/*
+ sed -i 's_ncursesw/curses.h_cursesw.h_' configure.in
+ sed -i 's_ncursesw/__g' configure.in
+}
+
+build() {
+ cd $pkgname-$pkgver
+ autoconf
+ ./configure --prefix=/usr --without-gnutls
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-21 07:09:11 UTC (rev 192781)
+++ community-x86_64/PKGBUILD 2016-10-21 07:10:03 UTC (rev 192782)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=boinctui
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/boinctui/"
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
-sha512sums=('1517466246cd57b96d496cfb90d9296e2cf87a4abf10ca6d40e5b9ed5a95aa11adb3f739ea143d18921859ffccd39666e02877177e85d4144ca68b614e9178c2')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's_#include <ncursesw/curses.h>_#include <cursesw.h>_' src/tui-main.cpp
- sed -i 's_#include <ncursesw/_#include <_g' src/*
- sed -i 's_ncursesw/curses.h_cursesw.h_' configure.in
- sed -i 's_ncursesw/__g' configure.in
-}
-
-build() {
- cd $pkgname-$pkgver
- autoconf
- ./configure --prefix=/usr --without-gnutls
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 192781, boinctui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-21 07:10:03 UTC (rev 192782)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="https://sourceforge.net/projects/boinctui/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+sha512sums=('8c72653efbe6888e9e4fb1e74be05ee583af79d607348087ca62bd390d36b2a80409d4cf7369527b37edf05c9c9089112fc24b6e9c24a1ecefc20ee699e6d883')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i 's_#include <ncursesw/curses.h>_#include <cursesw.h>_' src/tui-main.cpp
+ sed -i 's_#include <ncursesw/_#include <_g' src/*
+ sed -i 's_ncursesw/curses.h_cursesw.h_' configure.in
+ sed -i 's_ncursesw/__g' configure.in
+}
+
+build() {
+ cd $pkgname-$pkgver
+ autoconf
+ ./configure --prefix=/usr --without-gnutls
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list