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

recipes/gui/xfdesktop/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: xfdesktop
pkgver: '4.20.2'
pkgrel: '2'
pkgdesc: 'A desktop manager for Xfce'
url: 'https://www.xfce.org'
arch: x86_64
depends:
- 'gtk-update-icon-cache'

makedepends:
- exo
- libwnck
- libxfce4ui
- thunar
- garcon
- 'startup-notification'
- libnotify

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

sha256sums:
- SKIP

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

  ./configure --prefix=/usr \
  --with-default-backdrop-filename=/usr/share/backgrounds/nutyx/NuTyX-XFCE4-26.06.1.png

  make
  make DESTDIR=${PKGDIR} install

package: |
  true