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

recipes/gui/xorg-xinit/PAGBUILD.yaml main

36 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536
pkgname: 'xorg-xinit'
pkgver: '1.4.4'
pkgrel: '2'
pkgdesc: 'The xinit package contains a usable script to start the xserver.'
url: 'https://xorg.freedesktop.org/'
arch: x86_64
depends:
- 'font-bh-ttf'
- 'xorg-server'
- 'xorg-xkbcomp'
- 'xorg-xkeyboard-config'
- 'xorg-xauth'
- 'xorg-xrdb'
- 'xorg-xmodmap'
- 'xorg-xf86-input-evdev'
- 'xorg-twm'
- 'xorg-xclock'
- 'dbus-launch'

makedepends: []
source:
- 'https://ftp.x.org/pub/individual/app/xinit-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd xinit-${pkgver}
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  --with-xinitdir=/etc/X11/app-defaults

  make
  make DESTDIR=${PKGDIR} install

package: |
  true