[arch-commits] Commit in fbnews/repos/community-any (6 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Jul 1 12:16:18 UTC 2014
Date: Tuesday, July 1, 2014 @ 14:16:17
Author: spupykin
Revision: 113995
archrelease: copy trunk to community-any
Added:
fbnews/repos/community-any/ChangeLog
(from rev 113994, fbnews/trunk/ChangeLog)
fbnews/repos/community-any/PKGBUILD
(from rev 113994, fbnews/trunk/PKGBUILD)
fbnews/repos/community-any/fbnews.install
(from rev 113994, fbnews/trunk/fbnews.install)
Deleted:
fbnews/repos/community-any/ChangeLog
fbnews/repos/community-any/PKGBUILD
fbnews/repos/community-any/fbnews.install
----------------+
ChangeLog | 6 ++--
PKGBUILD | 80 +++++++++++++++++++++++++++++--------------------------
fbnews.install | 30 ++++++++++----------
3 files changed, 61 insertions(+), 55 deletions(-)
Deleted: ChangeLog
===================================================================
--- ChangeLog 2014-07-01 12:15:30 UTC (rev 113994)
+++ ChangeLog 2014-07-01 12:16:17 UTC (rev 113995)
@@ -1,3 +0,0 @@
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-* Removed groups
Copied: fbnews/repos/community-any/ChangeLog (from rev 113994, fbnews/trunk/ChangeLog)
===================================================================
--- ChangeLog (rev 0)
+++ ChangeLog 2014-07-01 12:16:17 UTC (rev 113995)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+* Removed groups
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 12:15:30 UTC (rev 113994)
+++ PKGBUILD 2014-07-01 12:16:17 UTC (rev 113995)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# contributor: alzen<mynick2(at)gmail(dot)com>
-
-pkgname=fbnews
-pkgver=0.5
-pkgrel=5
-pkgdesc="fbnews is an RSS/RDF newsfetcher for Fluxbox"
-arch=('any')
-url="http://www.fms-engel.de/fbnews/index.php?page=home"
-license=('GPL')
-depends=('fluxbox' 'python2')
-makedepends=('automake' 'pkgconfig' 'texinfo')
-install='fbnews.install'
-source=(http://www.fms-engel.de/fbnews/uploads/releases/fbnews-$pkgver.tar.gz)
-md5sums=('6694bbdaa50f8a76bf6b5bb5157b0427')
-
-build() {
- mkdir -p $pkgdir/usr/bin
- mkdir -p $pkgdir/usr/share/{fbnews,info}
- cd $srcdir/$pkgname-$pkgver
- export INFODIR=$pkgdir/usr/share/info
-
- # python2 fix
- for file in *.py; do
- sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
- done
-
- sed -i 's|iso8859_15|utf8|' fbnews.py
-
- make
- make INSTALLPREFIX=$pkgdir/usr install
-
- ln -sf ../share/fbnews/fbnews.py $pkgdir/usr/bin/fbnews
- ln -sf ../share/fbnews/startmoz.sh $pkgdir/usr/bin/startmoz
-}
Copied: fbnews/repos/community-any/PKGBUILD (from rev 113994, fbnews/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 12:16:17 UTC (rev 113995)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# contributor: alzen<mynick2(at)gmail(dot)com>
+
+pkgname=fbnews
+pkgver=0.5
+pkgrel=6
+pkgdesc="fbnews is an RSS/RDF newsfetcher for Fluxbox"
+arch=('any')
+url="http://www.fms-engel.de/fbnews/index.php?page=home"
+license=('GPL')
+depends=('fluxbox' 'python2')
+makedepends=('automake' 'pkgconfig' 'texinfo')
+install='fbnews.install'
+source=(http://www.fms-engel.de/fbnews/uploads/releases/fbnews-$pkgver.tar.gz)
+md5sums=('6694bbdaa50f8a76bf6b5bb5157b0427')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ export INFODIR=$pkgdir/usr/share/info
+
+ # python2 fix
+ for file in *.py; do
+ sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+ sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+ done
+
+ sed -i 's|iso8859_15|utf8|' fbnews.py
+
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+
+ mkdir -p $pkgdir/usr/bin
+ mkdir -p $pkgdir/usr/share/{fbnews,info}
+
+ make INSTALLPREFIX=$pkgdir/usr install
+
+ ln -sf ../share/fbnews/fbnews.py $pkgdir/usr/bin/fbnews
+ ln -sf ../share/fbnews/startmoz.sh $pkgdir/usr/bin/startmoz
+}
Deleted: fbnews.install
===================================================================
--- fbnews.install 2014-07-01 12:15:30 UTC (rev 113994)
+++ fbnews.install 2014-07-01 12:16:17 UTC (rev 113995)
@@ -1,15 +0,0 @@
-post_install() {
-echo ""
-echo "Please copy the file /usr/share/fbnews/fbnewsrc into your ~/. fluxbox directory and edit it to your needs."
-echo ""
-/bin/true
-}
-
-post_upgrade() {
-/bin/true
-}
-
-pre_remove() {
-/bin/true
-}
-
Copied: fbnews/repos/community-any/fbnews.install (from rev 113994, fbnews/trunk/fbnews.install)
===================================================================
--- fbnews.install (rev 0)
+++ fbnews.install 2014-07-01 12:16:17 UTC (rev 113995)
@@ -0,0 +1,15 @@
+post_install() {
+echo ""
+echo "Please copy the file /usr/share/fbnews/fbnewsrc into your ~/. fluxbox directory and edit it to your needs."
+echo ""
+/bin/true
+}
+
+post_upgrade() {
+/bin/true
+}
+
+pre_remove() {
+/bin/true
+}
+
More information about the arch-commits
mailing list