[arch-commits] Commit in gourmet/trunk (PKGBUILD gourmet.changelog gourmet.install)

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


    Date: Monday, April 15, 2013 @ 16:47:39
  Author: bgyorgy
Revision: 88274

upgpkg: gourmet 0.16.0-1

Update to version 0.16.0

Added:
  gourmet/trunk/gourmet.install
Modified:
  gourmet/trunk/PKGBUILD
  gourmet/trunk/gourmet.changelog

-------------------+
 PKGBUILD          |   26 +++++++++++++++-----------
 gourmet.changelog |   11 +++++++++++
 gourmet.install   |   11 +++++++++++
 3 files changed, 37 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-15 13:08:28 UTC (rev 88273)
+++ PKGBUILD	2013-04-15 14:47:39 UTC (rev 88274)
@@ -5,21 +5,25 @@
 # Contributor: Andrew Conkling <andrewski at fr.st>
 
 pkgname=gourmet
-pkgver=0.15.9
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="A simple but powerful recipe-managing application"
 arch=(any)
-url="http://grecipe-manager.sourceforge.net"
+url="http://thinkle.github.com/gourmet/"
 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')
+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
-source=(http://downloads.sourceforge.net/grecipe-manager/$pkgname-$pkgver.tar.gz)
-md5sums=('7bef5569fb4523747973d83ab69a9a79')
+install=$pkgname.install
+source=(https://launchpad.net/gourmet/main/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('6a4ddb80b40e1bee7797697f03c9ef82')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: gourmet.changelog
===================================================================
--- gourmet.changelog	2013-04-15 13:08:28 UTC (rev 88273)
+++ gourmet.changelog	2013-04-15 14:47:39 UTC (rev 88274)
@@ -1,3 +1,14 @@
+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

Added: gourmet.install
===================================================================
--- gourmet.install	                        (rev 0)
+++ gourmet.install	2013-04-15 14:47:39 UTC (rev 88274)
@@ -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