[arch-commits] Commit in gfeeds (3 files)

Balló György bgyorgy at archlinux.org
Sun Apr 18 14:24:37 UTC 2021


    Date: Sunday, April 18, 2021 @ 14:24:35
  Author: bgyorgy
Revision: 919916

archrelease: copy trunk to community-any

Added:
  gfeeds/repos/
  gfeeds/repos/community-any/
  gfeeds/repos/community-any/PKGBUILD
    (from rev 919915, gfeeds/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: gfeeds/repos/community-any/PKGBUILD (from rev 919915, gfeeds/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2021-04-18 14:24:35 UTC (rev 919916)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Gabriele Musco <gabmus at disroot.org>
+
+pkgname=gfeeds
+pkgver=0.16.2
+pkgrel=3
+pkgdesc='RSS/Atom feed reader for GNOME'
+arch=('any')
+url='https://gfeeds.gabmus.org/'
+license=('GPL3')
+depends=('libhandy' 'python-beautifulsoup4' 'python-cssselect' 'python-dateutil'
+         'python-feedparser' 'python-gobject' 'python-html5lib' 'python-listparser' 'python-lxml'
+         'python-pillow' 'python-pygments' 'python-pytz' 'python-readability-lxml'
+         'python-requests' 'webkit2gtk')
+makedepends=('meson' 'gobject-introspection')
+source=("https://gitlab.gnome.org/World/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f061e89a1962a5ac544ea98239c2503af8da817ded0a5bfd8094ddf43e9dd00e')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list