[arch-commits] Commit in libgrss/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 19 08:47:11 UTC 2020
Date: Tuesday, May 19, 2020 @ 08:47:10
Author: felixonmars
Revision: 386471
archrelease: copy trunk to staging-x86_64
Added:
libgrss/repos/staging-x86_64/
libgrss/repos/staging-x86_64/PKGBUILD
(from rev 386470, libgrss/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: libgrss/repos/staging-x86_64/PKGBUILD (from rev 386470, libgrss/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-19 08:47:10 UTC (rev 386471)
@@ -0,0 +1,36 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=libgrss
+pkgver=0.7.0+16+g971c421
+pkgrel=3
+pkgdesc="Glib-based library to manage RSS and Atom feeds"
+url="https://wiki.gnome.org/Projects/Libgrss"
+arch=(x86_64)
+license=(LGPL3)
+depends=(glib2 libsoup libxml2)
+makedepends=(intltool gtk-doc gobject-introspection git)
+_commit=971c421dc26400e933de60b71eea0335a9ba2693 # master
+source=("git+https://git.gnome.org/browse/libgrss#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --enable-gtk-doc
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list