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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Sun Mar 31 19:18:41 UTC 2013


    Date: Sunday, March 31, 2013 @ 21:18:40
  Author: stephane
Revision: 87430

db-move: moved pinot from [community-testing] to [community] (i686, x86_64)

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

----------------------------------+
 /PKGBUILD                        |  120 +++++++++++++++++++++++++++++++++++++
 /pinot.changelog                 |   28 ++++++++
 /pinot.install                   |   30 +++++++++
 community-i686/PKGBUILD          |   60 ------------------
 community-i686/pinot.changelog   |   14 ----
 community-i686/pinot.install     |   15 ----
 community-x86_64/PKGBUILD        |   60 ------------------
 community-x86_64/pinot.changelog |   14 ----
 community-x86_64/pinot.install   |   15 ----
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-31 19:18:38 UTC (rev 87429)
+++ community-i686/PKGBUILD	2013-03-31 19:18:40 UTC (rev 87430)
@@ -1,60 +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.03
-pkgrel=1
-pkgdesc='Personal search and metasearch tool'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/pinot-search/'
-license=('GPL')
-depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' 
-         'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 
-         'cairo' 'exiv2' 'boost-libs')
-makedepends=('boost' 'desktop-file-utils')
-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=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  x='/usr/share/libtextcat/'
-  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
-
-  LIBS="-lboost_system" ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --enable-gtkmm3=yes \
-    --enable-mempool=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pinot/repos/community-i686/PKGBUILD (from rev 87401, pinot/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-31 19:18:40 UTC (rev 87430)
@@ -0,0 +1,60 @@
+# $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.03
+pkgrel=2
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' 
+         'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 
+         'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils')
+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=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  x='/usr/share/libtextcat/'
+  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
+
+  LIBS="-lboost_system" ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --enable-gtkmm3=yes \
+    --enable-mempool=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/pinot.changelog
===================================================================
--- community-i686/pinot.changelog	2013-03-31 19:18:38 UTC (rev 87429)
+++ community-i686/pinot.changelog	2013-03-31 19:18:40 UTC (rev 87430)
@@ -1,14 +0,0 @@
-2012-09-29 Alexander Rødseth <rodseth at gmail.com>
-	* fix FS#31510, adding --enable-mempool=no
-
-2012-09-12 Jaroslav Lichtblau <dragonlord at aur.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 <dragonlord at aur.archlinux.org>
-	* pinot 1.0-1
-
-2011-12-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* pinot 0.98-1

Copied: pinot/repos/community-i686/pinot.changelog (from rev 87401, pinot/repos/community-testing-i686/pinot.changelog)
===================================================================
--- community-i686/pinot.changelog	                        (rev 0)
+++ community-i686/pinot.changelog	2013-03-31 19:18:40 UTC (rev 87430)
@@ -0,0 +1,14 @@
+2012-09-29 Alexander Rødseth <rodseth at gmail.com>
+	* fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau <dragonlord at aur.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 <dragonlord at aur.archlinux.org>
+	* pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pinot 0.98-1

Deleted: community-i686/pinot.install
===================================================================
--- community-i686/pinot.install	2013-03-31 19:18:38 UTC (rev 87429)
+++ community-i686/pinot.install	2013-03-31 19:18:40 UTC (rev 87430)
@@ -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
-}

Copied: pinot/repos/community-i686/pinot.install (from rev 87401, pinot/repos/community-testing-i686/pinot.install)
===================================================================
--- community-i686/pinot.install	                        (rev 0)
+++ community-i686/pinot.install	2013-03-31 19:18:40 UTC (rev 87430)
@@ -0,0 +1,15 @@
+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	2013-03-31 19:18:38 UTC (rev 87429)
+++ community-x86_64/PKGBUILD	2013-03-31 19:18:40 UTC (rev 87430)
@@ -1,60 +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.03
-pkgrel=1
-pkgdesc='Personal search and metasearch tool'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/pinot-search/'
-license=('GPL')
-depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' 
-         'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 
-         'cairo' 'exiv2' 'boost-libs')
-makedepends=('boost' 'desktop-file-utils')
-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=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  x='/usr/share/libtextcat/'
-  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
-
-  LIBS="-lboost_system" ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --enable-gtkmm3=yes \
-    --enable-mempool=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pinot/repos/community-x86_64/PKGBUILD (from rev 87401, pinot/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-31 19:18:40 UTC (rev 87430)
@@ -0,0 +1,60 @@
+# $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.03
+pkgrel=2
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' 
+         'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 
+         'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils')
+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=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  x='/usr/share/libtextcat/'
+  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
+
+  LIBS="-lboost_system" ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --enable-gtkmm3=yes \
+    --enable-mempool=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/pinot.changelog
===================================================================
--- community-x86_64/pinot.changelog	2013-03-31 19:18:38 UTC (rev 87429)
+++ community-x86_64/pinot.changelog	2013-03-31 19:18:40 UTC (rev 87430)
@@ -1,14 +0,0 @@
-2012-09-29 Alexander Rødseth <rodseth at gmail.com>
-	* fix FS#31510, adding --enable-mempool=no
-
-2012-09-12 Jaroslav Lichtblau <dragonlord at aur.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 <dragonlord at aur.archlinux.org>
-	* pinot 1.0-1
-
-2011-12-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* pinot 0.98-1

Copied: pinot/repos/community-x86_64/pinot.changelog (from rev 87401, pinot/repos/community-testing-x86_64/pinot.changelog)
===================================================================
--- community-x86_64/pinot.changelog	                        (rev 0)
+++ community-x86_64/pinot.changelog	2013-03-31 19:18:40 UTC (rev 87430)
@@ -0,0 +1,14 @@
+2012-09-29 Alexander Rødseth <rodseth at gmail.com>
+	* fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau <dragonlord at aur.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 <dragonlord at aur.archlinux.org>
+	* pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pinot 0.98-1

Deleted: community-x86_64/pinot.install
===================================================================
--- community-x86_64/pinot.install	2013-03-31 19:18:38 UTC (rev 87429)
+++ community-x86_64/pinot.install	2013-03-31 19:18:40 UTC (rev 87430)
@@ -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
-}

Copied: pinot/repos/community-x86_64/pinot.install (from rev 87401, pinot/repos/community-testing-x86_64/pinot.install)
===================================================================
--- community-x86_64/pinot.install	                        (rev 0)
+++ community-x86_64/pinot.install	2013-03-31 19:18:40 UTC (rev 87430)
@@ -0,0 +1,15 @@
+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