[arch-commits] Commit in boinctui/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 13 06:52:05 UTC 2016
Date: Thursday, October 13, 2016 @ 06:52:04
Author: felixonmars
Revision: 192121
archrelease: copy trunk to community-i686, community-x86_64
Added:
boinctui/repos/community-i686/PKGBUILD
(from rev 192120, boinctui/trunk/PKGBUILD)
boinctui/repos/community-x86_64/PKGBUILD
(from rev 192120, 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-13 06:51:33 UTC (rev 192120)
+++ community-i686/PKGBUILD 2016-10-13 06:52:04 UTC (rev 192121)
@@ -1,34 +0,0 @@
-# $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
-}
Copied: boinctui/repos/community-i686/PKGBUILD (from rev 192120, boinctui/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-13 06:52:04 UTC (rev 192121)
@@ -0,0 +1,34 @@
+# $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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-13 06:51:33 UTC (rev 192120)
+++ community-x86_64/PKGBUILD 2016-10-13 06:52:04 UTC (rev 192121)
@@ -1,34 +0,0 @@
-# $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
-}
Copied: boinctui/repos/community-x86_64/PKGBUILD (from rev 192120, boinctui/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-13 06:52:04 UTC (rev 192121)
@@ -0,0 +1,34 @@
+# $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
+}
More information about the arch-commits
mailing list