[arch-commits] Commit in rawdog/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:07:42 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:07:41
  Author: felixonmars
Revision: 658827

archrelease: copy trunk to community-staging-any

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

----------------+
 PKGBUILD       |   38 ++++++++++++++++++++++++++++++++++++++
 rawdog.install |   10 ++++++++++
 2 files changed, 48 insertions(+)

Copied: rawdog/repos/community-staging-any/PKGBUILD (from rev 658826, rawdog/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:07:41 UTC (rev 658827)
@@ -0,0 +1,38 @@
+# Maintainer:  Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Alexander Minges <alexander.minges at gmail.com>
+# Contributor: TDY <tdy at archlinux.info>
+# Contributor: Andrzej Wąsowski <wasowski at data.pl>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+# Contributor: Andrey Vlasovskikh <andrey.vlasovskikh at gmail.com>
+# Contributor: Vo Van Hong Ngoc <vhngoc at ubuntu-vn.org>
+
+pkgname=rawdog
+pkgver=2.23
+pkgrel=2
+
+pkgdesc="RSS Aggregator Without Delusions Of Grandeur"
+url="https://offog.org/code/rawdog.html"
+arch=('any')
+license=('GPL' 'LGPL')
+
+depends=('python2-feedparser')
+
+install=rawdog.install
+
+source=("https://offog.org/files/rawdog-$pkgver.tar.gz")
+
+sha1sums=('171520c909fae81ac8ec0e063e7ca36593aae372')
+
+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-staging-any/rawdog.install (from rev 658826, rawdog/trunk/rawdog.install)
===================================================================
--- community-staging-any/rawdog.install	                        (rev 0)
+++ community-staging-any/rawdog.install	2020-07-07 15:07:41 UTC (rev 658827)
@@ -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
+}



More information about the arch-commits mailing list