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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:29:31 UTC 2016


    Date: Friday, May 6, 2016 @ 20:29:30
  Author: arojas
Revision: 267031

Update to 1.10.18, remove install file

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-06 18:23:47 UTC (rev 267030)
+++ PKGBUILD	2016-05-06 18:29:30 UTC (rev 267031)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=liferea
-pkgver=1.10.17
+pkgver=1.10.18
 pkgrel=1
 pkgdesc="A desktop news aggregator for online news feeds and weblogs"
 arch=('i686' 'x86_64')
@@ -17,9 +17,8 @@
 	    'gst-plugins-good: for media player plugin support'
 	    'gst-plugins-bad: for media player plugin support')
 options=('!emptydirs')
-install=liferea.install
 source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d')
+sha1sums=('de09d150a5a5844d9cfe0b82c120b29388b108d3')
 
 build() {
   cd liferea-${pkgver}

Deleted: liferea.install
===================================================================
--- liferea.install	2016-05-06 18:23:47 UTC (rev 267030)
+++ liferea.install	2016-05-06 18:29:30 UTC (rev 267031)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-    gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list