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

Jan Steffens heftig at archlinux.org
Wed Aug 9 08:47:53 UTC 2017


    Date: Wednesday, August 9, 2017 @ 08:47:53
  Author: heftig
Revision: 301797

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   78 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   39 ------------------------
 extra-x86_64/PKGBUILD |   39 ------------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-08-09 08:47:08 UTC (rev 301796)
+++ extra-i686/PKGBUILD	2017-08-09 08:47:53 UTC (rev 301797)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-miners
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="Crawls through your online content"
-arch=(i686 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=80575f36b81cc0a4bd333f8b0948a6c3170c1af3
-source=("git://git.gnome.org/gnome-online-miners#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/$pkgname --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-i686/PKGBUILD (from rev 301796, gnome-online-miners/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-08-09 08:47:53 UTC (rev 301797)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-miners
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(i686 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=e5914240642bbe176e49f74e230c7dbb0d8b2c46  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gnome-online-miners#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/$pkgname --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:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-08-09 08:47:08 UTC (rev 301796)
+++ extra-x86_64/PKGBUILD	2017-08-09 08:47:53 UTC (rev 301797)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-online-miners
-pkgver=3.22.0
-pkgrel=1
-pkgdesc="Crawls through your online content"
-arch=(i686 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=80575f36b81cc0a4bd333f8b0948a6c3170c1af3
-source=("git://git.gnome.org/gnome-online-miners#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/$pkgname --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 301796, gnome-online-miners/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-09 08:47:53 UTC (rev 301797)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-online-miners
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Crawls through your online content"
+arch=(i686 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=e5914240642bbe176e49f74e230c7dbb0d8b2c46  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/gnome-online-miners#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/$pkgname --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