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

recipes/gui/thunar/PAGBUILD.yaml main

44 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344
pkgname: thunar
pkgver: '4.20.9'
pkgrel: '1'
pkgdesc: 'Modern, fast and easy-to-use file manager for Xfce'
url: 'https://docs.xfce.org/xfce/thunar/start'
arch: x86_64
license:
- 'LGPL2 GPL2'

depends:
- 'desktop-file-utils'
- 'gtk-update-icon-cache'

makedepends:
- libnotify
- libexif
- exo
- libxfce4ui
- 'xfce4-panel'
- gvfs
- libpng
- libgudev
- libxfce4util

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

sha256sums:
- SKIP

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

  ./configure --prefix=/usr \
  --sysconfdir=/etc \
  --docdir=/usr/share/doc/${pkgname}-${pkgver}
  make
  make DESTDIR=${PKGDIR} install

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
  install -Dm644 COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB

package: |
  true