[arch-commits] Commit in thunar-volman/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 11 22:40:46 UTC 2019


    Date: Sunday, August 11, 2019 @ 22:40:45
  Author: foutrelis
Revision: 359641

archrelease: copy trunk to extra-x86_64

Added:
  thunar-volman/repos/extra-x86_64/PKGBUILD
    (from rev 359640, thunar-volman/trunk/PKGBUILD)
Deleted:
  thunar-volman/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-11 22:40:41 UTC (rev 359640)
+++ PKGBUILD	2019-08-11 22:40:45 UTC (rev 359641)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=thunar-volman
-pkgver=0.9.4
-pkgrel=1
-pkgdesc="Automatic management of removeable devices in Thunar"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
-license=('GPL2')
-groups=('xfce4')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c050f80a976fbb5f862c9c99857c761402ddd7980dc6f00d30002903f72abcb6')
-
-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 359640, thunar-volman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-11 22:40:45 UTC (rev 359641)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-volman
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Automatic management of removeable devices in Thunar"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
+license=('GPL2')
+groups=('xfce4')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7ea7c6693334f2248cf399586af8974dfb7db9aad685ee31ac100e62e19a1837')
+
+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:



More information about the arch-commits mailing list