[arch-commits] Commit in gourmet/repos/community-any (5 files)

Balló György bgyorgy at nymeria.archlinux.org
Mon Apr 15 14:47:46 UTC 2013


    Date: Monday, April 15, 2013 @ 16:47:45
  Author: bgyorgy
Revision: 88275

archrelease: copy trunk to community-any

Added:
  gourmet/repos/community-any/PKGBUILD
    (from rev 88274, gourmet/trunk/PKGBUILD)
  gourmet/repos/community-any/gourmet.changelog
    (from rev 88274, gourmet/trunk/gourmet.changelog)
  gourmet/repos/community-any/gourmet.install
    (from rev 88274, gourmet/trunk/gourmet.install)
Deleted:
  gourmet/repos/community-any/PKGBUILD
  gourmet/repos/community-any/gourmet.changelog

-------------------+
 PKGBUILD          |   72 +++++++++++++++++++++++---------------------
 gourmet.changelog |   85 +++++++++++++++++++++++++++++-----------------------
 gourmet.install   |   11 ++++++
 3 files changed, 97 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-15 14:47:39 UTC (rev 88274)
+++ PKGBUILD	2013-04-15 14:47:45 UTC (rev 88275)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: Andrew Conkling <andrewski at fr.st>
-
-pkgname=gourmet
-pkgver=0.15.9
-pkgrel=3
-pkgdesc="A simple but powerful recipe-managing application"
-arch=(any)
-url="http://grecipe-manager.sourceforge.net"
-license=('GPL')
-#depends=('gnome-python-extras' 'libglade' 'metakit' 'python-imaging'
-#         'python-pysqlite' 'python-reportlab' 'python2-sqlalchemy')
-depends=('python2-libgnome' 'python2-gtkspell' 'metakit' 'python2-imaging'
-          'python2-poppler' 'python2-reportlab' 'python2-sqlalchemy')
-makedepends=('intltool')
-optdepends=('pyrtf: RTF support')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/grecipe-manager/$pkgname-$pkgver.tar.gz)
-md5sums=('7bef5569fb4523747973d83ab69a9a79')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: gourmet/repos/community-any/PKGBUILD (from rev 88274, gourmet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-15 14:47:45 UTC (rev 88275)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: Andrew Conkling <andrewski at fr.st>
+
+pkgname=gourmet
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A simple but powerful recipe-managing application"
+arch=(any)
+url="http://thinkle.github.com/gourmet/"
+license=('GPL')
+depends=('pygtk' 'python2-imaging' 'python2-sqlalchemy' 'hicolor-icon-theme')
+makedepends=('python2-distutils-extra')
+optdepends=('gstreamer0.10-python: play timer sounds'
+            'ipython2: Python Shell plugin'
+            'pyrtf: RTF support'
+            'python2-beautifulsoup3: Webpage import plugin'
+            'python2-gtkspell: Spell Checking plugin'
+            'python2-poppler: Printing and PDF Export plugin'
+            'python2-reportlab: Printing and PDF Export plugin')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(https://launchpad.net/gourmet/main/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('6a4ddb80b40e1bee7797697f03c9ef82')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: gourmet.changelog
===================================================================
--- gourmet.changelog	2013-04-15 14:47:39 UTC (rev 88274)
+++ gourmet.changelog	2013-04-15 14:47:45 UTC (rev 88275)
@@ -1,37 +0,0 @@
-2011-05-07 Ray Rashif <schiv at archlinux.org>
-
-	* Version bump: 0.15.9
-	Upstream release
-
-2011-01-28 Ray Rashif <schiv at archlinux.org>
-
-	* Fixed some deps; see https://bugs.archlinux.org/task/22572
-
-2010-12-08 Ray Rashif <schiv at archlinux.org>
-
-	* Version bump: 0.15.6
-
-	* semantics.patch: removed, no longer needed
-
-2010-06-29 Ray Rashif <schiv at archlinux.org>
-
-	* Version bump: 0.15.4
-
-	* PKGBUILD: added new changelog array
-
-	* ChangeLog: changed to gourmet.changelog
-
-	* semantics.patch: fixes upstream bug
-
-2009-08-27  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.15.0
-
-2009-04-18  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.14.7
-
-	* PKGBUILD: moved to $srcdir/$pkgdir syntax, added optdepends, added
-	'python-sqlalchemy' dependency, added 'intltool' make dependency
-
-	* gourmet.install: removed

Copied: gourmet/repos/community-any/gourmet.changelog (from rev 88274, gourmet/trunk/gourmet.changelog)
===================================================================
--- gourmet.changelog	                        (rev 0)
+++ gourmet.changelog	2013-04-15 14:47:45 UTC (rev 88275)
@@ -0,0 +1,48 @@
+2013-04-15 Balló György <ballogyor at gmail dot com>
+
+	* Version bump: 0.16.0
+	Upstream release
+
+	* Update upstream URL
+
+	* Update dependencies
+
+	* Call gtk-update-icon-cache from install script
+
+2011-05-07 Ray Rashif <schiv at archlinux.org>
+
+	* Version bump: 0.15.9
+	Upstream release
+
+2011-01-28 Ray Rashif <schiv at archlinux.org>
+
+	* Fixed some deps; see https://bugs.archlinux.org/task/22572
+
+2010-12-08 Ray Rashif <schiv at archlinux.org>
+
+	* Version bump: 0.15.6
+
+	* semantics.patch: removed, no longer needed
+
+2010-06-29 Ray Rashif <schiv at archlinux.org>
+
+	* Version bump: 0.15.4
+
+	* PKGBUILD: added new changelog array
+
+	* ChangeLog: changed to gourmet.changelog
+
+	* semantics.patch: fixes upstream bug
+
+2009-08-27  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.15.0
+
+2009-04-18  Corrado Primier  <bardo at aur.archlinux.org>
+
+	* Version bump: 0.14.7
+
+	* PKGBUILD: moved to $srcdir/$pkgdir syntax, added optdepends, added
+	'python-sqlalchemy' dependency, added 'intltool' make dependency
+
+	* gourmet.install: removed

Copied: gourmet/repos/community-any/gourmet.install (from rev 88274, gourmet/trunk/gourmet.install)
===================================================================
--- gourmet.install	                        (rev 0)
+++ gourmet.install	2013-04-15 14:47:45 UTC (rev 88275)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list