[arch-commits] Commit in gnome-online-miners/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Sep 5 17:09:10 UTC 2018


    Date: Wednesday, September 5, 2018 @ 17:09:10
  Author: heftig
Revision: 333479

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-online-miners/repos/gnome-unstable-x86_64/
  gnome-online-miners/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333478, gnome-online-miners/trunk/PKGBUILD)

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

Copied: gnome-online-miners/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333478, gnome-online-miners/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 17:09:10 UTC (rev 333479)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-miners
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/GnomeOnlineMiners"
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph dleyna-server)
+makedepends=(python gnome-common git)
+_commit=8d78e5bb4599324964159167dccc7c4719b770ca  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-online-miners.git#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 --libexecdir=/usr/lib --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list