[arch-commits] Commit in pinot/repos (10 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 11:00:03 UTC 2016


    Date: Sunday, May 1, 2016 @ 13:00:02
  Author: jlichtblau
Revision: 173244

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

Added:
  pinot/repos/community-i686/PKGBUILD
    (from rev 173243, pinot/trunk/PKGBUILD)
  pinot/repos/community-i686/pinot.changelog
    (from rev 173243, pinot/trunk/pinot.changelog)
  pinot/repos/community-x86_64/PKGBUILD
    (from rev 173243, pinot/trunk/PKGBUILD)
  pinot/repos/community-x86_64/pinot.changelog
    (from rev 173243, pinot/trunk/pinot.changelog)
Deleted:
  pinot/repos/community-i686/PKGBUILD
  pinot/repos/community-i686/pinot.changelog
  pinot/repos/community-i686/pinot.install
  pinot/repos/community-x86_64/PKGBUILD
  pinot/repos/community-x86_64/pinot.changelog
  pinot/repos/community-x86_64/pinot.install

----------------------------------+
 /PKGBUILD                        |  160 +++++++++++++++++++++++++++++++++++++
 /pinot.changelog                 |   58 +++++++++++++
 community-i686/PKGBUILD          |   82 ------------------
 community-i686/pinot.changelog   |   26 ------
 community-i686/pinot.install     |   15 ---
 community-x86_64/PKGBUILD        |   82 ------------------
 community-x86_64/pinot.changelog |   26 ------
 community-x86_64/pinot.install   |   15 ---
 8 files changed, 218 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-01 10:59:43 UTC (rev 173243)
+++ community-i686/PKGBUILD	2016-05-01 11:00:02 UTC (rev 173244)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=pinot
-pkgver=1.08
-pkgrel=8
-pkgdesc='Personal search and metasearch tool'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/pinot-search/'
-license=('GPL')
-depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 'libexttextcat' 'dbus-glib'
-         'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 'exiv2' 'boost-libs')
-makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
-optdepends=('unzip: ZIP files extraction'
-            'poppler: PDF to text conversion'
-            'catdvi: DVI to text conversion'
-            'djvulibre: DjVu text extraction'
-            'unrtf: RTF to HTML conversion'
-            'antiword: MS Word to text conversion'
-            'catdoc: XLS and PPT to text conversion')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=()
-
-
-_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
-
-prepare() {
-  cd "${srcdir}"
-
-  msg "Connecting to SVN server...."
-  svn co "$_svntrunk"
-  msg "SVN checkout done or server timeout"
-
-  msg "Starting build..."
-  rm -rf "${srcdir}/${pkgver}-build"
-  svn export "${srcdir}/v${pkgver}" "${srcdir}/${pkgver}-build"
-  cd "${srcdir}/${pkgver}-build"
-
-  x='/usr/share/libexttextcat/'
-  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
-  sed -i "s|$x|${x}LM/|" \
-    textcat_conf.txt \
-    textcat3_conf.txt \
-    textcat31_conf.txt \
-    textcat32_conf.txt
-  sed -i -e "s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
-${x}LM/russian-koi8_r.lm      russian-koi8_r\n\
-${x}LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt
-
-#configure to be run with the desired below args
-  sed -i '$s/^/#/' autogen.sh
-}
-
-
-build() {
-  cd "${srcdir}/${pkgver}-build"
-
-  # glibmm 2.46 uses C++11 features
-  CXXFLAGS+=' -std=c++11'
-
-  ./autogen.sh
-
-  LIBS="-lboost_system" ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --enable-gtkmm3=yes
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgver}-build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: pinot/repos/community-i686/PKGBUILD (from rev 173243, pinot/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-01 11:00:02 UTC (rev 173244)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=pinot
+pkgver=1.08
+pkgrel=9
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 'libexttextcat' 'dbus-glib'
+         'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
+optdepends=('unzip: ZIP files extraction'
+            'poppler: PDF to text conversion'
+            'catdvi: DVI to text conversion'
+            'djvulibre: DjVu text extraction'
+            'unrtf: RTF to HTML conversion'
+            'antiword: MS Word to text conversion'
+            'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=()
+
+_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
+
+prepare() {
+  cd "${srcdir}"
+
+  msg "Connecting to SVN server...."
+  svn co "$_svntrunk"
+  msg "SVN checkout done or server timeout"
+
+  msg "Starting build..."
+  rm -rf "${srcdir}/${pkgver}-build"
+  svn export "${srcdir}/v${pkgver}" "${srcdir}/${pkgver}-build"
+  cd "${srcdir}/${pkgver}-build"
+
+  x='/usr/share/libexttextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i "s|$x|${x}LM/|" \
+    textcat_conf.txt \
+    textcat3_conf.txt \
+    textcat31_conf.txt \
+    textcat32_conf.txt
+  sed -i -e "s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm      russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt
+
+#configure to be run with the desired below args
+  sed -i '$s/^/#/' autogen.sh
+}
+
+
+build() {
+  cd "${srcdir}/${pkgver}-build"
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./autogen.sh
+
+  LIBS="-lboost_system" ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --enable-gtkmm3=yes
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgver}-build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/pinot.changelog
===================================================================
--- community-i686/pinot.changelog	2016-05-01 10:59:43 UTC (rev 173243)
+++ community-i686/pinot.changelog	2016-05-01 11:00:02 UTC (rev 173244)
@@ -1,26 +0,0 @@
-2015-07-03 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.08-4 exiv2-0.25 rebuild
-
-2014-11-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.08-2 boost 1.57.0 rebuild
-
-2014-08-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.08-1 and boost 1.56.0 rebuild
-
-2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.07-1
-
-2012-09-29 Alexander Rødseth <rodseth at gmail.com>
-	* fix FS#31510, adding --enable-mempool=no
-
-2012-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.01-1
-
-2012-07-31  Eric Belanger  <eric at archlinux.org>
-	* pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
-
-2012-07-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.0-1
-
-2011-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 0.98-1

Copied: pinot/repos/community-i686/pinot.changelog (from rev 173243, pinot/trunk/pinot.changelog)
===================================================================
--- community-i686/pinot.changelog	                        (rev 0)
+++ community-i686/pinot.changelog	2016-05-01 11:00:02 UTC (rev 173244)
@@ -0,0 +1,29 @@
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-9 pacman hooks rebuild
+
+2015-07-03 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-4 exiv2-0.25 rebuild
+
+2014-11-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-2 boost 1.57.0 rebuild
+
+2014-08-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-1 and boost 1.56.0 rebuild
+
+2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.07-1
+
+2012-09-29 Alexander Rødseth <rodseth at gmail.com>
+	* fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.01-1
+
+2012-07-31  Eric Belanger  <eric at archlinux.org>
+	* pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 0.98-1

Deleted: community-i686/pinot.install
===================================================================
--- community-i686/pinot.install	2016-05-01 10:59:43 UTC (rev 173243)
+++ community-i686/pinot.install	2016-05-01 11:00:02 UTC (rev 173244)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "Starting with 0.63, the service is auto-started. "
-  echo "The file that enables this is located at "
-  echo "/etc/xdg/autostart/pinot-dbus-daemon.desktop"
-  echo "Delete this file if you don't want the auto-start."
-}
-
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-01 10:59:43 UTC (rev 173243)
+++ community-x86_64/PKGBUILD	2016-05-01 11:00:02 UTC (rev 173244)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=pinot
-pkgver=1.08
-pkgrel=8
-pkgdesc='Personal search and metasearch tool'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/pinot-search/'
-license=('GPL')
-depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 'libexttextcat' 'dbus-glib'
-         'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 'exiv2' 'boost-libs')
-makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
-optdepends=('unzip: ZIP files extraction'
-            'poppler: PDF to text conversion'
-            'catdvi: DVI to text conversion'
-            'djvulibre: DjVu text extraction'
-            'unrtf: RTF to HTML conversion'
-            'antiword: MS Word to text conversion'
-            'catdoc: XLS and PPT to text conversion')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=()
-
-
-_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
-
-prepare() {
-  cd "${srcdir}"
-
-  msg "Connecting to SVN server...."
-  svn co "$_svntrunk"
-  msg "SVN checkout done or server timeout"
-
-  msg "Starting build..."
-  rm -rf "${srcdir}/${pkgver}-build"
-  svn export "${srcdir}/v${pkgver}" "${srcdir}/${pkgver}-build"
-  cd "${srcdir}/${pkgver}-build"
-
-  x='/usr/share/libexttextcat/'
-  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
-  sed -i "s|$x|${x}LM/|" \
-    textcat_conf.txt \
-    textcat3_conf.txt \
-    textcat31_conf.txt \
-    textcat32_conf.txt
-  sed -i -e "s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
-${x}LM/russian-koi8_r.lm      russian-koi8_r\n\
-${x}LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt
-
-#configure to be run with the desired below args
-  sed -i '$s/^/#/' autogen.sh
-}
-
-
-build() {
-  cd "${srcdir}/${pkgver}-build"
-
-  # glibmm 2.46 uses C++11 features
-  CXXFLAGS+=' -std=c++11'
-
-  ./autogen.sh
-
-  LIBS="-lboost_system" ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --enable-gtkmm3=yes
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgver}-build"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: pinot/repos/community-x86_64/PKGBUILD (from rev 173243, pinot/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-01 11:00:02 UTC (rev 173244)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=pinot
+pkgver=1.08
+pkgrel=9
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 'libexttextcat' 'dbus-glib'
+         'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
+optdepends=('unzip: ZIP files extraction'
+            'poppler: PDF to text conversion'
+            'catdvi: DVI to text conversion'
+            'djvulibre: DjVu text extraction'
+            'unrtf: RTF to HTML conversion'
+            'antiword: MS Word to text conversion'
+            'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=()
+
+_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
+
+prepare() {
+  cd "${srcdir}"
+
+  msg "Connecting to SVN server...."
+  svn co "$_svntrunk"
+  msg "SVN checkout done or server timeout"
+
+  msg "Starting build..."
+  rm -rf "${srcdir}/${pkgver}-build"
+  svn export "${srcdir}/v${pkgver}" "${srcdir}/${pkgver}-build"
+  cd "${srcdir}/${pkgver}-build"
+
+  x='/usr/share/libexttextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i "s|$x|${x}LM/|" \
+    textcat_conf.txt \
+    textcat3_conf.txt \
+    textcat31_conf.txt \
+    textcat32_conf.txt
+  sed -i -e "s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm      russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt
+
+#configure to be run with the desired below args
+  sed -i '$s/^/#/' autogen.sh
+}
+
+
+build() {
+  cd "${srcdir}/${pkgver}-build"
+
+  # glibmm 2.46 uses C++11 features
+  CXXFLAGS+=' -std=c++11'
+
+  ./autogen.sh
+
+  LIBS="-lboost_system" ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --enable-gtkmm3=yes
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgver}-build"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/pinot.changelog
===================================================================
--- community-x86_64/pinot.changelog	2016-05-01 10:59:43 UTC (rev 173243)
+++ community-x86_64/pinot.changelog	2016-05-01 11:00:02 UTC (rev 173244)
@@ -1,26 +0,0 @@
-2015-07-03 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.08-4 exiv2-0.25 rebuild
-
-2014-11-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.08-2 boost 1.57.0 rebuild
-
-2014-08-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.08-1 and boost 1.56.0 rebuild
-
-2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.07-1
-
-2012-09-29 Alexander Rødseth <rodseth at gmail.com>
-	* fix FS#31510, adding --enable-mempool=no
-
-2012-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.01-1
-
-2012-07-31  Eric Belanger  <eric at archlinux.org>
-	* pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
-
-2012-07-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 1.0-1
-
-2011-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* pinot 0.98-1

Copied: pinot/repos/community-x86_64/pinot.changelog (from rev 173243, pinot/trunk/pinot.changelog)
===================================================================
--- community-x86_64/pinot.changelog	                        (rev 0)
+++ community-x86_64/pinot.changelog	2016-05-01 11:00:02 UTC (rev 173244)
@@ -0,0 +1,29 @@
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-9 pacman hooks rebuild
+
+2015-07-03 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-4 exiv2-0.25 rebuild
+
+2014-11-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-2 boost 1.57.0 rebuild
+
+2014-08-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.08-1 and boost 1.56.0 rebuild
+
+2014-06-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.07-1
+
+2012-09-29 Alexander Rødseth <rodseth at gmail.com>
+	* fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.01-1
+
+2012-07-31  Eric Belanger  <eric at archlinux.org>
+	* pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* pinot 0.98-1

Deleted: community-x86_64/pinot.install
===================================================================
--- community-x86_64/pinot.install	2016-05-01 10:59:43 UTC (rev 173243)
+++ community-x86_64/pinot.install	2016-05-01 11:00:02 UTC (rev 173244)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "Starting with 0.63, the service is auto-started. "
-  echo "The file that enables this is located at "
-  echo "/etc/xdg/autostart/pinot-dbus-daemon.desktop"
-  echo "Delete this file if you don't want the auto-start."
-}
-
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}



More information about the arch-commits mailing list