[arch-commits] Commit in thunar-volman/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:53:48 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:53:47
  Author: foutrelis
Revision: 157647

db-move: moved thunar-volman from [staging] to [testing] (x86_64)

Added:
  thunar-volman/repos/testing-x86_64/
  thunar-volman/repos/testing-x86_64/PKGBUILD
    (from rev 157627, thunar-volman/repos/staging-x86_64/PKGBUILD)
  thunar-volman/repos/testing-x86_64/thunar-volman.install
    (from rev 157627, thunar-volman/repos/staging-x86_64/thunar-volman.install)
Deleted:
  thunar-volman/repos/staging-x86_64/

-----------------------+
 PKGBUILD              |   38 ++++++++++++++++++++++++++++++++++++++
 thunar-volman.install |   13 +++++++++++++
 2 files changed, 51 insertions(+)

Copied: thunar-volman/repos/testing-x86_64/PKGBUILD (from rev 157627, thunar-volman/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:53:47 UTC (rev 157647)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-volman
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Automatic management of removeable devices in Thunar"
+arch=('i686' 'x86_64')
+url="http://foo-projects.org/~benny/projects/thunar-volman"
+license=('GPL2')
+groups=('xfce4')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ff0887c862b578580d05f4cd7db66081382ff143f9cc7ea3c9ba58cf5d02bceb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar-volman/repos/testing-x86_64/thunar-volman.install (from rev 157627, thunar-volman/repos/staging-x86_64/thunar-volman.install)
===================================================================
--- testing-x86_64/thunar-volman.install	                        (rev 0)
+++ testing-x86_64/thunar-volman.install	2012-04-29 02:53:47 UTC (rev 157647)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list