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

recipes/gui/xfce4-settings/PAGBUILD.yaml main

47 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
pkgname: 'xfce4-settings'
pkgver: '4.20.5'
pkgrel: '1'
pkgdesc: 'Settings manager for xfce'
url: 'https://docs.xfce.org/xfce/xfce4-settings/start'
arch: x86_64
depends:
- 'adwaita-icon-theme'
- colord
- 'gnome-themes-extra'

makedepends:
- exo
- libxfce4ui
- garcon
- 'xorg-libxklavier'
- 'xorg-libxkbfile'
- libcanberra
- xfconf

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

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  patch -Np1 -i ../default-xsettings-xml.patch

  ./configure --prefix=/usr \
  --sysconfdir=/etc \
  --enable-xrandr \
  --enable-xcursor \
  --enable-libnotify \
  --enable-libxklavier \
  --enable-pluggable-dialogs \
  --enable-sound-settings \
  --disable-debug

  make
  make DESTDIR=${PKGDIR} install

package: |
  true