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

Evangelos Foutras foutrelis at archlinux.org
Sun Jun 30 03:31:24 UTC 2019


    Date: Sunday, June 30, 2019 @ 03:31:24
  Author: foutrelis
Revision: 357067

archrelease: copy trunk to extra-x86_64

Added:
  thunar-volman/repos/extra-x86_64/PKGBUILD
    (from rev 357066, 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-06-30 03:31:20 UTC (rev 357066)
+++ PKGBUILD	2019-06-30 03:31:24 UTC (rev 357067)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
-
-pkgname=thunar-volman
-pkgver=0.9.2
-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/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b944b4299b73d2ca79184922dfea49782e4849f5960e209def71ac700a92ff27')
-
-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 357066, thunar-volman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-30 03:31:24 UTC (rev 357067)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-volman
+pkgver=0.9.3
+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=('29309091db8b0f08c5a727625cc470673134977d7966cae0392f131300f9d5e9')
+
+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