[arch-commits] Commit in fbnews/repos/community-any (6 files)

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 22:58:05 UTC 2016


    Date: Thursday, April 28, 2016 @ 00:58:05
  Author: spupykin
Revision: 172249

archrelease: copy trunk to community-any

Added:
  fbnews/repos/community-any/ChangeLog
    (from rev 172248, fbnews/trunk/ChangeLog)
  fbnews/repos/community-any/PKGBUILD
    (from rev 172248, fbnews/trunk/PKGBUILD)
  fbnews/repos/community-any/fbnews.install
    (from rev 172248, fbnews/trunk/fbnews.install)
Deleted:
  fbnews/repos/community-any/ChangeLog
  fbnews/repos/community-any/PKGBUILD
  fbnews/repos/community-any/fbnews.install

----------------+
 ChangeLog      |    6 +--
 PKGBUILD       |   86 +++++++++++++++++++++++++++----------------------------
 fbnews.install |   20 +++---------
 3 files changed, 51 insertions(+), 61 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2016-04-27 22:57:55 UTC (rev 172248)
+++ ChangeLog	2016-04-27 22:58:05 UTC (rev 172249)
@@ -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 172248, fbnews/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2016-04-27 22:58:05 UTC (rev 172249)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+* Removed groups

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 22:57:55 UTC (rev 172248)
+++ PKGBUILD	2016-04-27 22:58:05 UTC (rev 172249)
@@ -1,43 +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=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
-}

Copied: fbnews/repos/community-any/PKGBUILD (from rev 172248, fbnews/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 22:58:05 UTC (rev 172249)
@@ -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=7
+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	2016-04-27 22:57:55 UTC (rev 172248)
+++ fbnews.install	2016-04-27 22:58:05 UTC (rev 172249)
@@ -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 172248, fbnews/trunk/fbnews.install)
===================================================================
--- fbnews.install	                        (rev 0)
+++ fbnews.install	2016-04-27 22:58:05 UTC (rev 172249)
@@ -0,0 +1,5 @@
+post_install() {
+  echo ""
+  echo "Please copy the file /usr/share/fbnews/fbnewsrc into your ~/. fluxbox directory and edit it to your needs."
+  echo ""
+}



More information about the arch-commits mailing list