← recipes

Commit edaaa6b

0
plików
+0
dodanych
-0
usuniętych
@@ -6,8 +6,6 @@ url: 'https://xorg.freedesktop.org/'
6 6 arch: x86_64
7 7 depends: []
8 8 makedepends:
9 -- python
10 -- meson
11 9 - mesa
12 10 - 'xorg-server'
13 11
@@ -18,26 +16,27 @@ sha256sums:
18 16 - SKIP
19 17
20 18 footprint: |
21 - drwxr-xr-x root/root usr/
22 - drwxr-xr-x root/root usr/lib/
23 - drwxr-xr-x root/root usr/lib/xorg/
24 - drwxr-xr-x root/root usr/lib/xorg/modules/
25 - drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
26 - -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/amdgpu_drv.so
27 - drwxr-xr-x root/root usr/share/
28 - drwxr-xr-x root/root usr/share/X11/
29 - drwxr-xr-x root/root usr/share/X11/xorg.conf.d/
30 - -rw-r--r-- root/root usr/share/X11/xorg.conf.d/10-amdgpu.conf
19 + drwxr-xr-x root/root usr/
20 + drwxr-xr-x root/root usr/lib/
21 + drwxr-xr-x root/root usr/lib/xorg/
22 + drwxr-xr-x root/root usr/lib/xorg/modules/
23 + drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
24 + -rwxr-xr-x root/root usr/lib/xorg/modules/drivers/amdgpu_drv.so
25 + drwxr-xr-x root/root usr/share/
26 + drwxr-xr-x root/root usr/share/X11/
27 + drwxr-xr-x root/root usr/share/X11/xorg.conf.d/
28 + -rw-r--r-- root/root usr/share/X11/xorg.conf.d/10-amdgpu.conf
31 29
32 30 footprint_xorg-xf86-video-amdgpu_man: |
33 - drwxr-xr-x root/root usr/share/man/
34 - drwxr-xr-x root/root usr/share/man/man4/
35 - -rw-r--r-- root/root usr/share/man/man4/amdgpu.4.gz
31 + drwxr-xr-x root/root usr/share/man/
32 + drwxr-xr-x root/root usr/share/man/man4/
33 + -rw-r--r-- root/root usr/share/man/man4/amdgpu.4.gz
36 34
37 35 build: |
38 - mv xf86-video-amdgpu-${pkgver} ${pkgname}-${pkgver}
39 - meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true ${pkgname/xorg-/}-25.0.0 builddir
40 - meson compile -C builddir
36 + cd xf86-video-amdgpu-*/
37 + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
38 + make
41 39
42 40 package: |
43 - DESTDIR="${PKGDIR}" meson install -C builddir
41 + cd xf86-video-amdgpu-*/
42 + make DESTDIR="${PKGDIR}" install