[arch-commits] Commit in xapian-core/repos/extra-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Tue Oct 22 09:26:27 UTC 2019


    Date: Tuesday, October 22, 2019 @ 09:26:26
  Author: felixonmars
Revision: 365300

archrelease: copy trunk to extra-x86_64

Added:
  xapian-core/repos/extra-x86_64/PKGBUILD
    (from rev 365299, xapian-core/trunk/PKGBUILD)
  xapian-core/repos/extra-x86_64/rebuild.list
    (from rev 365299, xapian-core/trunk/rebuild.list)
Deleted:
  xapian-core/repos/extra-x86_64/PKGBUILD
  xapian-core/repos/extra-x86_64/rebuild.list

--------------+
 PKGBUILD     |   76 ++++++++++++++++++++++++++++-----------------------------
 rebuild.list |    2 -
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-22 09:26:12 UTC (rev 365299)
+++ PKGBUILD	2019-10-22 09:26:26 UTC (rev 365300)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=xapian-core
-epoch=1
-pkgver=1.4.12
-pkgrel=1
-pkgdesc='Open source search engine library.'
-arch=('x86_64')
-url='https://www.xapian.org/'
-license=('GPL')
-depends=('util-linux')
-# xapian config requires libxapian.la
-options=('libtool')
-source=("https://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('230b39e012366267cf5ea09d01d3b463818c0d05861b8c8643bc6fc238be21bd3f4862adeba864b4af2962b1c0748b3d380dfe845da467f5164b0d938288c430'
-            'SKIP')
-validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts <olly at debian.org>
-
-build() {
-  # FS#40614
-  if [ "${CARCH}" = "i686" ]; then
-    SSE2="--disable-sse"
-  fi
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr ${SSE2}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: xapian-core/repos/extra-x86_64/PKGBUILD (from rev 365299, xapian-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-22 09:26:26 UTC (rev 365300)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.4.13
+pkgrel=1
+pkgdesc='Open source search engine library.'
+arch=('x86_64')
+url='https://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("https://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('aa7b2262dd9d631339131e814f7c96acd85e386a4c4b6331eff86fc7227663589132779bd6b8c340a2b6f19bd66f8b53acbbe5bc985c74f9bdbe3ce3ccf4c1e7'
+            'SKIP')
+validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts <olly at debian.org>
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+    SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: rebuild.list
===================================================================
--- rebuild.list	2019-10-22 09:26:12 UTC (rev 365299)
+++ rebuild.list	2019-10-22 09:26:26 UTC (rev 365300)
@@ -1 +0,0 @@
-python2-xapian

Copied: xapian-core/repos/extra-x86_64/rebuild.list (from rev 365299, xapian-core/trunk/rebuild.list)
===================================================================
--- rebuild.list	                        (rev 0)
+++ rebuild.list	2019-10-22 09:26:26 UTC (rev 365300)
@@ -0,0 +1 @@
+python2-xapian



More information about the arch-commits mailing list