[arch-commits] Commit in rawdog/repos/community-any (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 11:05:14 UTC 2018


    Date: Sunday, March 25, 2018 @ 11:05:13
  Author: bpiotrowski
Revision: 312567

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   77 +++++++++++++++++++++++++++----------------------------
 rawdog.install |   20 +++++++-------
 2 files changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 11:05:08 UTC (rev 312566)
+++ PKGBUILD	2018-03-25 11:05:13 UTC (rev 312567)
@@ -1,39 +0,0 @@
-# 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.22
-pkgrel=1
-
-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")
-
-sha1sums=('024084f32102b047598a2034b5aad767a6093971')
-
-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/PKGBUILD (from rev 312566, rawdog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-25 11:05:13 UTC (rev 312567)
@@ -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.22
+pkgrel=2
+
+pkgdesc="RSS Aggregator Without Delusions Of Grandeur"
+url="http://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=('024084f32102b047598a2034b5aad767a6093971')
+
+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"
+}

Deleted: rawdog.install
===================================================================
--- rawdog.install	2018-03-25 11:05:08 UTC (rev 312566)
+++ rawdog.install	2018-03-25 11:05:13 UTC (rev 312567)
@@ -1,10 +0,0 @@
-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
-}

Copied: rawdog/repos/community-any/rawdog.install (from rev 312566, rawdog/trunk/rawdog.install)
===================================================================
--- rawdog.install	                        (rev 0)
+++ rawdog.install	2018-03-25 11:05:13 UTC (rev 312567)
@@ -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