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

Felix Yan felixonmars at archlinux.org
Sat Aug 13 03:01:30 UTC 2016


    Date: Saturday, August 13, 2016 @ 03:01:30
  Author: felixonmars
Revision: 186684

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------
 community-x86_64/PKGBUILD |   26 ----------------
 3 files changed, 68 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-13 03:01:06 UTC (rev 186683)
+++ community-i686/PKGBUILD	2016-08-13 03:01:30 UTC (rev 186684)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=boinctui
-pkgver=2.3.6
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="http://boinctui.googlecode.com/"
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
-sha512sums=('eeb88b692d316905d723d50ff28aa89186f09800acbde9d338824ae68a76f5dbfb3223001dfd94b149fcff7a97c9cb0144085bf8824cc29fd73ef4cf54bc1346')
-
-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 186683, boinctui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-13 03:01:30 UTC (rev 186684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+sha512sums=('be4c3ba61d389814a7cd91d239e6766140c7257e2d3271cba54c1cffac2a593d0959b23abcf763838d1f8b02a790fc5537bc2f0f82d4a615348344548e5ea485')
+
+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-08-13 03:01:06 UTC (rev 186683)
+++ community-x86_64/PKGBUILD	2016-08-13 03:01:30 UTC (rev 186684)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=boinctui
-pkgver=2.3.6
-pkgrel=1
-pkgdesc="Curses based fullscreen BOINC manager"
-arch=('i686' 'x86_64')
-url="http://boinctui.googlecode.com/"
-license=('GPL')
-depends=('expat' 'gcc-libs' 'openssl')
-makedepends=("cmake")
-source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
-sha512sums=('eeb88b692d316905d723d50ff28aa89186f09800acbde9d338824ae68a76f5dbfb3223001dfd94b149fcff7a97c9cb0144085bf8824cc29fd73ef4cf54bc1346')
-
-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 186683, boinctui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-13 03:01:30 UTC (rev 186684)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=boinctui
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'openssl')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+sha512sums=('be4c3ba61d389814a7cd91d239e6766140c7257e2d3271cba54c1cffac2a593d0959b23abcf763838d1f8b02a790fc5537bc2f0f82d4a615348344548e5ea485')
+
+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