[arch-commits] Commit in thunar-volman/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 7 05:04:24 UTC 2016
Date: Saturday, May 7, 2016 @ 07:04:23
Author: foutrelis
Revision: 267121
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
thunar-volman/repos/extra-i686/PKGBUILD
(from rev 267120, thunar-volman/trunk/PKGBUILD)
thunar-volman/repos/extra-x86_64/PKGBUILD
(from rev 267120, thunar-volman/trunk/PKGBUILD)
Deleted:
thunar-volman/repos/extra-i686/PKGBUILD
thunar-volman/repos/extra-i686/thunar-volman.install
thunar-volman/repos/extra-x86_64/PKGBUILD
thunar-volman/repos/extra-x86_64/thunar-volman.install
------------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 37 -----------------
extra-i686/thunar-volman.install | 13 ------
extra-x86_64/PKGBUILD | 37 -----------------
extra-x86_64/thunar-volman.install | 13 ------
5 files changed, 72 insertions(+), 100 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-i686/PKGBUILD 2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=thunar-volman
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Automatic management of removeable devices in Thunar"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
-license=('GPL2')
-groups=('xfce4')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
-
-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/extra-i686/PKGBUILD (from rev 267120, thunar-volman/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:04:23 UTC (rev 267121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-volman
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Automatic management of removeable devices in Thunar"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
+license=('GPL2')
+groups=('xfce4')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
+
+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:
Deleted: extra-i686/thunar-volman.install
===================================================================
--- extra-i686/thunar-volman.install 2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-i686/thunar-volman.install 2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,13 +0,0 @@
-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:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-x86_64/PKGBUILD 2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=thunar-volman
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Automatic management of removeable devices in Thunar"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
-license=('GPL2')
-groups=('xfce4')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
-
-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/extra-x86_64/PKGBUILD (from rev 267120, thunar-volman/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-05-07 05:04:23 UTC (rev 267121)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-volman
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Automatic management of removeable devices in Thunar"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
+license=('GPL2')
+groups=('xfce4')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5a08bb5ce32c296a64dfbdb2406d4e45a208b2c91e4efa831dc28f1d6c2ac2bd')
+
+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:
Deleted: extra-x86_64/thunar-volman.install
===================================================================
--- extra-x86_64/thunar-volman.install 2016-05-07 05:04:14 UTC (rev 267120)
+++ extra-x86_64/thunar-volman.install 2016-05-07 05:04:23 UTC (rev 267121)
@@ -1,13 +0,0 @@
-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