[arch-commits] Commit in bbpager/repos (14 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Sep 11 05:21:47 UTC 2014


    Date: Thursday, September 11, 2014 @ 07:21:47
  Author: bpiotrowski
Revision: 118801

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

Added:
  bbpager/repos/community-i686/02_gcc43.dpatch
    (from rev 118800, bbpager/trunk/02_gcc43.dpatch)
  bbpager/repos/community-i686/PKGBUILD
    (from rev 118800, bbpager/trunk/PKGBUILD)
  bbpager/repos/community-i686/autotools.patch
    (from rev 118800, bbpager/trunk/autotools.patch)
  bbpager/repos/community-i686/fix-linking-ugly.diff
    (from rev 118800, bbpager/trunk/fix-linking-ugly.diff)
  bbpager/repos/community-x86_64/02_gcc43.dpatch
    (from rev 118800, bbpager/trunk/02_gcc43.dpatch)
  bbpager/repos/community-x86_64/PKGBUILD
    (from rev 118800, bbpager/trunk/PKGBUILD)
  bbpager/repos/community-x86_64/autotools.patch
    (from rev 118800, bbpager/trunk/autotools.patch)
  bbpager/repos/community-x86_64/fix-linking-ugly.diff
    (from rev 118800, bbpager/trunk/fix-linking-ugly.diff)
Deleted:
  bbpager/repos/community-i686/02_gcc43.dpatch
  bbpager/repos/community-i686/PKGBUILD
  bbpager/repos/community-i686/fix-linking-ugly.diff
  bbpager/repos/community-x86_64/02_gcc43.dpatch
  bbpager/repos/community-x86_64/PKGBUILD
  bbpager/repos/community-x86_64/fix-linking-ugly.diff

----------------------------------------+
 /02_gcc43.dpatch                       |   80 ++++++++++++++++++++++++++++
 /PKGBUILD                              |   88 +++++++++++++++++++++++++++++++
 /fix-linking-ugly.diff                 |   24 ++++++++
 community-i686/02_gcc43.dpatch         |   40 --------------
 community-i686/PKGBUILD                |   36 ------------
 community-i686/autotools.patch         |   10 +++
 community-i686/fix-linking-ugly.diff   |   12 ----
 community-x86_64/02_gcc43.dpatch       |   40 --------------
 community-x86_64/PKGBUILD              |   36 ------------
 community-x86_64/autotools.patch       |   10 +++
 community-x86_64/fix-linking-ugly.diff |   12 ----
 11 files changed, 212 insertions(+), 176 deletions(-)

Deleted: community-i686/02_gcc43.dpatch
===================================================================
--- community-i686/02_gcc43.dpatch	2014-09-11 05:21:43 UTC (rev 118800)
+++ community-i686/02_gcc43.dpatch	2014-09-11 05:21:47 UTC (rev 118801)
@@ -1,40 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_gcc43.dpatch by Kevin Coyner <kcoyner at debian.org>
-##
-## DP: patch to fix missing #include statement for GCC 4.3
-## DP: see Debian bug #456071 and #474811
-
- at DPATCH@
-diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx
---- bbpager-0.4.7~/src/Baseresource.cxx	2008-03-28 06:55:16.000000000 -0400
-+++ bbpager-0.4.7/src/Baseresource.cxx	2008-04-09 21:58:03.000000000 -0400
-@@ -20,6 +20,7 @@
- //
- 
- #include <string>
-+#include <cstring>
- #include "Baseresource.h"
- #include <stdio.h>
- #include "Menu.hh"
-diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx
---- bbpager-0.4.7~/src/main.cxx	2008-03-28 06:55:16.000000000 -0400
-+++ bbpager-0.4.7/src/main.cxx	2008-04-09 21:58:03.000000000 -0400
-@@ -25,6 +25,7 @@
- 
- #include <stdio.h>
- #include <string>
-+#include <cstring>
- #include <iostream>
- 
- 
-diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx
---- bbpager-0.4.7~/src/resource.cxx	2007-03-11 17:47:07.000000000 -0400
-+++ bbpager-0.4.7/src/resource.cxx	2008-04-09 21:58:39.000000000 -0400
-@@ -19,6 +19,7 @@
- // (See the included file COPYING / GPL-2.0)
- //
- 
-+#include <cstring>
- #include "resource.h"
- #include "blackboxstyle.h"
- 

Copied: bbpager/repos/community-i686/02_gcc43.dpatch (from rev 118800, bbpager/trunk/02_gcc43.dpatch)
===================================================================
--- community-i686/02_gcc43.dpatch	                        (rev 0)
+++ community-i686/02_gcc43.dpatch	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,40 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_gcc43.dpatch by Kevin Coyner <kcoyner at debian.org>
+##
+## DP: patch to fix missing #include statement for GCC 4.3
+## DP: see Debian bug #456071 and #474811
+
+ at DPATCH@
+diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx
+--- bbpager-0.4.7~/src/Baseresource.cxx	2008-03-28 06:55:16.000000000 -0400
++++ bbpager-0.4.7/src/Baseresource.cxx	2008-04-09 21:58:03.000000000 -0400
+@@ -20,6 +20,7 @@
+ //
+ 
+ #include <string>
++#include <cstring>
+ #include "Baseresource.h"
+ #include <stdio.h>
+ #include "Menu.hh"
+diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx
+--- bbpager-0.4.7~/src/main.cxx	2008-03-28 06:55:16.000000000 -0400
++++ bbpager-0.4.7/src/main.cxx	2008-04-09 21:58:03.000000000 -0400
+@@ -25,6 +25,7 @@
+ 
+ #include <stdio.h>
+ #include <string>
++#include <cstring>
+ #include <iostream>
+ 
+ 
+diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx
+--- bbpager-0.4.7~/src/resource.cxx	2007-03-11 17:47:07.000000000 -0400
++++ bbpager-0.4.7/src/resource.cxx	2008-04-09 21:58:39.000000000 -0400
+@@ -19,6 +19,7 @@
+ // (See the included file COPYING / GPL-2.0)
+ //
+ 
++#include <cstring>
+ #include "resource.h"
+ #include "blackboxstyle.h"
+ 

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-11 05:21:43 UTC (rev 118800)
+++ community-i686/PKGBUILD	2014-09-11 05:21:47 UTC (rev 118801)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <jason at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=bbpager
-pkgver=0.4.7
-pkgrel=4
-pkgdesc="A dockable pager for Blackbox and other window managers"
-arch=(i686 x86_64)
-url="http://bbtools.sourceforge.net/download.php?file=6"
-license=("GPL")
-depends=('gcc-libs' 'libxft' 'libxext')
-makedepends=('gcc' 'blackbox')
-source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz \
-        02_gcc43.dpatch \
-        fix-linking-ugly.diff)
-md5sums=('4eaa91a4d66130af2f7a09c25f917386'
-         'e985ef893f2080b3b2d47f900f861352'
-         'd2258a0cfb580e20869574f373fe7ed4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ../02_gcc43.dpatch
-  patch -Np1 -i ../fix-linking-ugly.diff
-  autoreconf
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix="$pkgdir/usr" install
-}

Copied: bbpager/repos/community-i686/PKGBUILD (from rev 118800, bbpager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Thayer Williams <jason at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=bbpager
+pkgver=0.4.7
+pkgrel=5
+pkgdesc="A dockable pager for Blackbox and other window managers"
+arch=(i686 x86_64)
+url="http://bbtools.sourceforge.net/download.php?file=6"
+license=("GPL")
+depends=('gcc-libs' 'libxft' 'libxext' 'blackbox')
+source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz
+        02_gcc43.dpatch
+        fix-linking-ugly.diff
+        autotools.patch)
+md5sums=('4eaa91a4d66130af2f7a09c25f917386'
+         'e985ef893f2080b3b2d47f900f861352'
+         'd2258a0cfb580e20869574f373fe7ed4'
+         '939bdd2122a2ca467210ab9215e6bc85')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np1 -i ../02_gcc43.dpatch
+  patch -Np1 -i ../fix-linking-ugly.diff
+  patch -Np1 -i ../autotools.patch
+
+  aclocal
+  automake --add-missing
+  autoreconf
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix="$pkgdir/usr" install
+}

Copied: bbpager/repos/community-i686/autotools.patch (from rev 118800, bbpager/trunk/autotools.patch)
===================================================================
--- community-i686/autotools.patch	                        (rev 0)
+++ community-i686/autotools.patch	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,10 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 5359865..4e6b052 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,4 +1,4 @@
+-CPPFLAGS = @CPPFLAGS@ @SHAPE@ \
++AM_CPPFLAGS = @CPPFLAGS@ @SHAPE@ \
+ -DBBTOOL_GLOBAL=\"$(datadir)/bbtools/bbpager.rc\" \
+ -DBBTOOL_LOCAL=\"~/.bbtools/bbpager.rc\"
+ 				

Deleted: community-i686/fix-linking-ugly.diff
===================================================================
--- community-i686/fix-linking-ugly.diff	2014-09-11 05:21:43 UTC (rev 118800)
+++ community-i686/fix-linking-ugly.diff	2014-09-11 05:21:47 UTC (rev 118801)
@@ -1,12 +0,0 @@
-diff -U 3 -d -r -N -- bbpager-0.4.7/configure.ac bbpager-0.4.7b/configure.ac
---- bbpager-0.4.7/configure.ac	2008-01-14 18:03:50.000000000 +0100
-+++ bbpager-0.4.7b/configure.ac	2010-07-17 10:36:04.042040059 +0200
-@@ -68,7 +68,7 @@
- dnl pkgconfig checks for blackbox library
- PKG_CHECK_MODULES(LIBBT, libbt)
- CXXFLAGS="$CXXFLAGS $LIBBT_CFLAGS"
--LIBS="$LIBS $LIBBT_LIBS"
-+LIBS="$LIBS $LIBBT_LIBS -lXext -lX11"
- 
- dnl generate the config header
- AM_CONFIG_HEADER(config.h) 

Copied: bbpager/repos/community-i686/fix-linking-ugly.diff (from rev 118800, bbpager/trunk/fix-linking-ugly.diff)
===================================================================
--- community-i686/fix-linking-ugly.diff	                        (rev 0)
+++ community-i686/fix-linking-ugly.diff	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,12 @@
+diff -U 3 -d -r -N -- bbpager-0.4.7/configure.ac bbpager-0.4.7b/configure.ac
+--- bbpager-0.4.7/configure.ac	2008-01-14 18:03:50.000000000 +0100
++++ bbpager-0.4.7b/configure.ac	2010-07-17 10:36:04.042040059 +0200
+@@ -68,7 +68,7 @@
+ dnl pkgconfig checks for blackbox library
+ PKG_CHECK_MODULES(LIBBT, libbt)
+ CXXFLAGS="$CXXFLAGS $LIBBT_CFLAGS"
+-LIBS="$LIBS $LIBBT_LIBS"
++LIBS="$LIBS $LIBBT_LIBS -lXext -lX11"
+ 
+ dnl generate the config header
+ AM_CONFIG_HEADER(config.h) 

Deleted: community-x86_64/02_gcc43.dpatch
===================================================================
--- community-x86_64/02_gcc43.dpatch	2014-09-11 05:21:43 UTC (rev 118800)
+++ community-x86_64/02_gcc43.dpatch	2014-09-11 05:21:47 UTC (rev 118801)
@@ -1,40 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_gcc43.dpatch by Kevin Coyner <kcoyner at debian.org>
-##
-## DP: patch to fix missing #include statement for GCC 4.3
-## DP: see Debian bug #456071 and #474811
-
- at DPATCH@
-diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx
---- bbpager-0.4.7~/src/Baseresource.cxx	2008-03-28 06:55:16.000000000 -0400
-+++ bbpager-0.4.7/src/Baseresource.cxx	2008-04-09 21:58:03.000000000 -0400
-@@ -20,6 +20,7 @@
- //
- 
- #include <string>
-+#include <cstring>
- #include "Baseresource.h"
- #include <stdio.h>
- #include "Menu.hh"
-diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx
---- bbpager-0.4.7~/src/main.cxx	2008-03-28 06:55:16.000000000 -0400
-+++ bbpager-0.4.7/src/main.cxx	2008-04-09 21:58:03.000000000 -0400
-@@ -25,6 +25,7 @@
- 
- #include <stdio.h>
- #include <string>
-+#include <cstring>
- #include <iostream>
- 
- 
-diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx
---- bbpager-0.4.7~/src/resource.cxx	2007-03-11 17:47:07.000000000 -0400
-+++ bbpager-0.4.7/src/resource.cxx	2008-04-09 21:58:39.000000000 -0400
-@@ -19,6 +19,7 @@
- // (See the included file COPYING / GPL-2.0)
- //
- 
-+#include <cstring>
- #include "resource.h"
- #include "blackboxstyle.h"
- 

Copied: bbpager/repos/community-x86_64/02_gcc43.dpatch (from rev 118800, bbpager/trunk/02_gcc43.dpatch)
===================================================================
--- community-x86_64/02_gcc43.dpatch	                        (rev 0)
+++ community-x86_64/02_gcc43.dpatch	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,40 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_gcc43.dpatch by Kevin Coyner <kcoyner at debian.org>
+##
+## DP: patch to fix missing #include statement for GCC 4.3
+## DP: see Debian bug #456071 and #474811
+
+ at DPATCH@
+diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx
+--- bbpager-0.4.7~/src/Baseresource.cxx	2008-03-28 06:55:16.000000000 -0400
++++ bbpager-0.4.7/src/Baseresource.cxx	2008-04-09 21:58:03.000000000 -0400
+@@ -20,6 +20,7 @@
+ //
+ 
+ #include <string>
++#include <cstring>
+ #include "Baseresource.h"
+ #include <stdio.h>
+ #include "Menu.hh"
+diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx
+--- bbpager-0.4.7~/src/main.cxx	2008-03-28 06:55:16.000000000 -0400
++++ bbpager-0.4.7/src/main.cxx	2008-04-09 21:58:03.000000000 -0400
+@@ -25,6 +25,7 @@
+ 
+ #include <stdio.h>
+ #include <string>
++#include <cstring>
+ #include <iostream>
+ 
+ 
+diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx
+--- bbpager-0.4.7~/src/resource.cxx	2007-03-11 17:47:07.000000000 -0400
++++ bbpager-0.4.7/src/resource.cxx	2008-04-09 21:58:39.000000000 -0400
+@@ -19,6 +19,7 @@
+ // (See the included file COPYING / GPL-2.0)
+ //
+ 
++#include <cstring>
+ #include "resource.h"
+ #include "blackboxstyle.h"
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-11 05:21:43 UTC (rev 118800)
+++ community-x86_64/PKGBUILD	2014-09-11 05:21:47 UTC (rev 118801)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams <jason at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=bbpager
-pkgver=0.4.7
-pkgrel=4
-pkgdesc="A dockable pager for Blackbox and other window managers"
-arch=(i686 x86_64)
-url="http://bbtools.sourceforge.net/download.php?file=6"
-license=("GPL")
-depends=('gcc-libs' 'libxft' 'libxext')
-makedepends=('gcc' 'blackbox')
-source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz \
-        02_gcc43.dpatch \
-        fix-linking-ugly.diff)
-md5sums=('4eaa91a4d66130af2f7a09c25f917386'
-         'e985ef893f2080b3b2d47f900f861352'
-         'd2258a0cfb580e20869574f373fe7ed4')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ../02_gcc43.dpatch
-  patch -Np1 -i ../fix-linking-ugly.diff
-  autoreconf
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix="$pkgdir/usr" install
-}

Copied: bbpager/repos/community-x86_64/PKGBUILD (from rev 118800, bbpager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Thayer Williams <jason at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=bbpager
+pkgver=0.4.7
+pkgrel=5
+pkgdesc="A dockable pager for Blackbox and other window managers"
+arch=(i686 x86_64)
+url="http://bbtools.sourceforge.net/download.php?file=6"
+license=("GPL")
+depends=('gcc-libs' 'libxft' 'libxext' 'blackbox')
+source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz
+        02_gcc43.dpatch
+        fix-linking-ugly.diff
+        autotools.patch)
+md5sums=('4eaa91a4d66130af2f7a09c25f917386'
+         'e985ef893f2080b3b2d47f900f861352'
+         'd2258a0cfb580e20869574f373fe7ed4'
+         '939bdd2122a2ca467210ab9215e6bc85')
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np1 -i ../02_gcc43.dpatch
+  patch -Np1 -i ../fix-linking-ugly.diff
+  patch -Np1 -i ../autotools.patch
+
+  aclocal
+  automake --add-missing
+  autoreconf
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix="$pkgdir/usr" install
+}

Copied: bbpager/repos/community-x86_64/autotools.patch (from rev 118800, bbpager/trunk/autotools.patch)
===================================================================
--- community-x86_64/autotools.patch	                        (rev 0)
+++ community-x86_64/autotools.patch	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,10 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 5359865..4e6b052 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,4 +1,4 @@
+-CPPFLAGS = @CPPFLAGS@ @SHAPE@ \
++AM_CPPFLAGS = @CPPFLAGS@ @SHAPE@ \
+ -DBBTOOL_GLOBAL=\"$(datadir)/bbtools/bbpager.rc\" \
+ -DBBTOOL_LOCAL=\"~/.bbtools/bbpager.rc\"
+ 				

Deleted: community-x86_64/fix-linking-ugly.diff
===================================================================
--- community-x86_64/fix-linking-ugly.diff	2014-09-11 05:21:43 UTC (rev 118800)
+++ community-x86_64/fix-linking-ugly.diff	2014-09-11 05:21:47 UTC (rev 118801)
@@ -1,12 +0,0 @@
-diff -U 3 -d -r -N -- bbpager-0.4.7/configure.ac bbpager-0.4.7b/configure.ac
---- bbpager-0.4.7/configure.ac	2008-01-14 18:03:50.000000000 +0100
-+++ bbpager-0.4.7b/configure.ac	2010-07-17 10:36:04.042040059 +0200
-@@ -68,7 +68,7 @@
- dnl pkgconfig checks for blackbox library
- PKG_CHECK_MODULES(LIBBT, libbt)
- CXXFLAGS="$CXXFLAGS $LIBBT_CFLAGS"
--LIBS="$LIBS $LIBBT_LIBS"
-+LIBS="$LIBS $LIBBT_LIBS -lXext -lX11"
- 
- dnl generate the config header
- AM_CONFIG_HEADER(config.h) 

Copied: bbpager/repos/community-x86_64/fix-linking-ugly.diff (from rev 118800, bbpager/trunk/fix-linking-ugly.diff)
===================================================================
--- community-x86_64/fix-linking-ugly.diff	                        (rev 0)
+++ community-x86_64/fix-linking-ugly.diff	2014-09-11 05:21:47 UTC (rev 118801)
@@ -0,0 +1,12 @@
+diff -U 3 -d -r -N -- bbpager-0.4.7/configure.ac bbpager-0.4.7b/configure.ac
+--- bbpager-0.4.7/configure.ac	2008-01-14 18:03:50.000000000 +0100
++++ bbpager-0.4.7b/configure.ac	2010-07-17 10:36:04.042040059 +0200
+@@ -68,7 +68,7 @@
+ dnl pkgconfig checks for blackbox library
+ PKG_CHECK_MODULES(LIBBT, libbt)
+ CXXFLAGS="$CXXFLAGS $LIBBT_CFLAGS"
+-LIBS="$LIBS $LIBBT_LIBS"
++LIBS="$LIBS $LIBBT_LIBS -lXext -lX11"
+ 
+ dnl generate the config header
+ AM_CONFIG_HEADER(config.h) 




More information about the arch-commits mailing list