Date: Saturday, November 21, 2015 @ 17:30:43
  Author: demize
Revision: 147333

archrelease: copy trunk to community-any

Added:
  rawdog/repos/community-any/
  rawdog/repos/community-any/PKGBUILD
    (from rev 147332, rawdog/trunk/PKGBUILD)
  rawdog/repos/community-any/rawdog.install
    (from rev 147332, rawdog/trunk/rawdog.install)

----------------+
 PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 rawdog.install |   10 ++++++++++
 2 files changed, 49 insertions(+)

Copied: rawdog/repos/community-any/PKGBUILD (from rev 147332, 
rawdog/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2015-11-21 16:30:43 UTC (rev 147333)
@@ -0,0 +1,39 @@
+# Maintainer:  Johannes Löthberg <[email protected]>
+# Contributor: Alexander Minges <[email protected]>
+# Contributor: TDY <[email protected]>
+# Contributor: Andrzej Wąsowski <[email protected]>
+# Contributor: Roberto Alsina <[email protected]>
+# Contributor: Andrey Vlasovskikh <[email protected]>
+# Contributor: Vo Van Hong Ngoc <[email protected]>
+
+pkgname=rawdog
+pkgver=2.21
+pkgrel=2
+
+pkgdesc="RSS Aggregator Without Delusions Of Grandeur"
+url="http://offog.org/code/rawdog.html";
+arch=('any')
+license=('GPL' 'LGPL')
+
+depends=('python2-feedparser')
+optdepends=('python2-tidylib: cleaner html output')
+
+install=rawdog.install
+
+source=("http://offog.org/files/rawdog-$pkgver.tar.gz";)
+
+sha256sums=('6000c14285e4bb65b606a5315f6423daa0ac6db4fd4124b4a112fa0bce3abf38')
+
+build() {
+       cd rawdog-"$pkgver"
+
+       python2 setup.py build
+}
+
+package() {
+       cd rawdog-"$pkgver"
+
+       python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+       install -Dm644 config "$pkgdir/usr/share/$pkgname/config"
+       install -Dm644 style.css "$pkgdir/usr/share/$pkgname/style.css"
+}

Copied: rawdog/repos/community-any/rawdog.install (from rev 147332, 
rawdog/trunk/rawdog.install)
===================================================================
--- community-any/rawdog.install                                (rev 0)
+++ community-any/rawdog.install        2015-11-21 16:30:43 UTC (rev 147333)
@@ -0,0 +1,10 @@
+post_install() {
+       printf "%s\n%s\n%s\n" \
+               "==> rawdog files are located in /usr/share/rawdog" \
+               " -> copy config and styles.css to ~/.rawdog" \
+               " -> move styles.css if you change the html output location in 
config"
+}
+
+post_upgrade() {
+       post_install $1
+}

Reply via email to