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

2019-09-11 Thread Jan Steffens via arch-commits
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
===
--- PKGBUILD2019-09-11 23:52:38 UTC (rev 362268)
+++ PKGBUILD2019-09-11 23:52:38 UTC (rev 362269)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-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)
+++ PKGBUILD2019-09-11 23:52:38 UTC (rev 362269)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+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:


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

2019-03-16 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 12:46:15
  Author: heftig
Revision: 348468

archrelease: copy trunk to extra-x86_64

Added:
  gnome-online-miners/repos/extra-x86_64/PKGBUILD
(from rev 348467, 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
===
--- PKGBUILD2019-03-16 12:45:18 UTC (rev 348467)
+++ PKGBUILD2019-03-16 12:46:15 UTC (rev 348468)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-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:

Copied: gnome-online-miners/repos/extra-x86_64/PKGBUILD (from rev 348467, 
gnome-online-miners/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 12:46:15 UTC (rev 348468)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+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: