[arch-commits] Commit in gnome-online-miners/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 11 23:52:39 UTC 2019


    Date: Wednesday, September 11, 2019 @ 23:52:38
  Author: heftig
Revision: 362269

archrelease: copy trunk to extra-x86_64

Added:
  gnome-online-miners/repos/extra-x86_64/PKGBUILD
    (from rev 362266, gnome-online-miners/trunk/PKGBUILD)
Deleted:
  gnome-online-miners/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-11 23:52:38 UTC (rev 362268)
+++ PKGBUILD	2019-09-11 23:52:38 UTC (rev 362269)
@@ -1,39 +0,0 @@
-# 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+3+g8f891d9
-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=(git autoconf-archive python)
-_commit=8f891d93ba6e32fd771cb1184ae2ddb4341b8e8f  # master
-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:

Copied: gnome-online-miners/repos/extra-x86_64/PKGBUILD (from rev 362266, gnome-online-miners/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-11 23:52:38 UTC (rev 362269)
@@ -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.34.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=(git autoconf-archive python)
+_commit=f9aca437b511ca95e1ea6dab68c099aa9e9ae119  # tags/3.34.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