🔒 Repository is read-only – file editing is disabled.

recipes/gui/thunar-volman/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: 'thunar-volman'
pkgver: '4.20.0'
pkgrel: '1'
pkgdesc: 'Automatic management of removeable devices in Thunar'
url: 'https://goodies.xfce.org/projects/thunar-plugins/thunar-volman'
arch: x86_64
depends:
- 'desktop-file-utils'
- 'polkit-gnome'
- gvfs

makedepends:
- libgudev
- libnotify
- 'startup-notification'
- exo
- libxfce4ui
- gvfs

source:
- 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true