Date: Friday, August 13, 2010 @ 05:51:07
  Author: ibiru
Revision: 87424

upgpkg: mirage 0.9.5.1-1 i lied, now update to 0.9.5.1

Modified:
  mirage/trunk/PKGBUILD
Deleted:
  mirage/trunk/fix_saving.patch

------------------+
 PKGBUILD         |    4 ++--
 fix_saving.patch |   13 -------------
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-08-13 09:48:57 UTC (rev 87423)
+++ PKGBUILD    2010-08-13 09:51:07 UTC (rev 87424)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner <ja...@archlinux.org>
 # Contributor: Scott Horowitz <stonecr...@gmail.com>
 pkgname=mirage
-pkgver=0.9.5
+pkgver=0.9.5.1
 pkgrel=1
 pkgdesc="A simple GTK+ Image Viewer"
 url="http://mirageiv.berlios.de";
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 source=(http://download.berlios.de/mirageiv/${pkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
-md5sums=('a49dc686d29d586644fb6788f91f2e07')
+md5sums=('8b74db43ca6c81e3326d70c81df4bc56')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: fix_saving.patch
===================================================================
--- fix_saving.patch    2010-08-13 09:48:57 UTC (rev 87423)
+++ fix_saving.patch    2010-08-13 09:51:07 UTC (rev 87424)
@@ -1,13 +0,0 @@
-Index: mirage.py
-===================================================================
---- mirage.py  (revision 272)
-+++ mirage.py  (revision 273)
-@@ -1666,7 +1666,7 @@
-                       if filetype == None:
-                               filetype = 
gtk.gdk.pixbuf_get_file_info(self.currimg_name)[0]['name']
-                       if self.filetype_is_writable(filetype):
--                              self.currimg_pixbuf_original.save(dest_name, 
filetype, {'quality': self.save_quality})
-+                              self.currimg_pixbuf_original.save(dest_name, 
filetype, {'quality': str(self.quality_save)})
-                               self.currimg_name = dest_name
-                               self.image_list[self.curr_img_in_list] = 
dest_name
-                               self.update_title()

Reply via email to