Date: Sunday, May 12, 2013 @ 01:53:58
  Author: eric
Revision: 185190

upgpkg: liferea 1.8.13-1

Upstream update, Add MimeType handling

Modified:
  liferea/trunk/PKGBUILD
  liferea/trunk/liferea.install

-----------------+
 PKGBUILD        |   11 ++++++-----
 liferea.install |    2 ++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-11 22:55:22 UTC (rev 185189)
+++ PKGBUILD    2013-05-11 23:53:58 UTC (rev 185190)
@@ -2,27 +2,28 @@
 # Maintainer: Eric Bélanger <[email protected]>
 
 pkgname=liferea
-pkgver=1.8.12
+pkgver=1.8.13
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
 url="http://liferea.sourceforge.net/";
 license=('GPL')
-depends=('gconf' 'webkitgtk2' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
+depends=('gconf' 'webkitgtk2' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme'
+         'desktop-file-utils')
 makedepends=('intltool')
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('f40c453af577e2870bc12981ef4df6418a627f78')
+sha1sums=('3fd2a441815fa7a18c95d4b863aa4222a95b9f61')
 
 build() {
-  cd "${srcdir}/liferea-${pkgver}"
+  cd liferea-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
   make
 }
 
 package() {
-  cd "${srcdir}/liferea-${pkgver}"
+  cd liferea-${pkgver}
   make DESTDIR="${pkgdir}" install
   
   install -d "${pkgdir}/usr/share/gconf/schemas"

Modified: liferea.install
===================================================================
--- liferea.install     2013-05-11 22:55:22 UTC (rev 185189)
+++ liferea.install     2013-05-11 23:53:58 UTC (rev 185190)
@@ -3,6 +3,7 @@
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 pre_upgrade() {
@@ -19,4 +20,5 @@
 
 post_remove() {
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }

Reply via email to