[arch-commits] Commit in thunar-archive-plugin/trunk (2 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sun Oct 6 07:06:26 UTC 2013


    Date: Sunday, October 6, 2013 @ 09:06:26
  Author: foutrelis
Revision: 195947

upgpkg: thunar-archive-plugin 0.3.1-2

Use optional dependencies for backend archivers.

Modified:
  thunar-archive-plugin/trunk/PKGBUILD
  thunar-archive-plugin/trunk/thunar-archive-plugin.install

-------------------------------+
 PKGBUILD                      |    9 ++++++---
 thunar-archive-plugin.install |   10 ++--------
 2 files changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-06 06:58:15 UTC (rev 195946)
+++ PKGBUILD	2013-10-06 07:06:26 UTC (rev 195947)
@@ -4,8 +4,8 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.3.1
-pkgrel=1
-pkgdesc="Create and deflate archives in thunar"
+pkgrel=2
+pkgdesc="Create and extract archives in Thunar"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
 license=('GPL2')
@@ -12,6 +12,8 @@
 groups=('xfce4-goodies')
 depends=('thunar' 'hicolor-icon-theme')
 makedepends=('intltool')
+optdepends=('file-roller'
+            'kdeutils-ark')
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/thunar-plugins/$pkgname/0.3/$pkgname-$pkgver.tar.bz2)
@@ -20,7 +22,8 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var \

Modified: thunar-archive-plugin.install
===================================================================
--- thunar-archive-plugin.install	2013-10-06 06:58:15 UTC (rev 195946)
+++ thunar-archive-plugin.install	2013-10-06 07:06:26 UTC (rev 195947)
@@ -1,19 +1,13 @@
 post_install() {
-  cat << EOF
-
-NOTE for thunar-archive-plugin:
-----
-  ==> please install xarchiver, squeeze, file-roller or ark to use the plugin
-EOF
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }
 
 post_remove() {
-  post_upgrade
+  post_install
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list