Date: Thursday, December 15, 2022 @ 13:48:42
  Author: foutrelis
Revision: 464376

archrelease: copy trunk to staging-x86_64

Added:
  thunar-volman/repos/staging-x86_64/
  thunar-volman/repos/staging-x86_64/PKGBUILD
    (from rev 464375, thunar-volman/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: thunar-volman/repos/staging-x86_64/PKGBUILD (from rev 464375, 
thunar-volman/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2022-12-15 13:48:42 UTC (rev 464376)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=thunar-volman
+pkgver=4.18.0
+pkgrel=1
+pkgdesc="Automatic management of removable drives and media for Thunar"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/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=('93b75c7ffbe246a21f4190295acc148e184be8df397e431b258d0d676e87fc65')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to