Commit 66f6166
6
plików
+9
dodanych
-129
usuniętych
@@ -1,24 +0,0 @@
1
-pkgname: hwdata
2
-pkgver: '0.410'
3
-pkgrel: 1
4
-pkgdesc: Hardware identification and configuration data (pci.ids, usb.ids, ...)
5
-url: 'https://github.com/vcrhonek/hwdata'
6
-arch: x86_64
7
-license:
8
-- GPL-2.0-or-later
9
-depends: []
10
-makedepends: []
11
-source:
12
-- 'https://github.com/vcrhonek/hwdata/archive/refs/tags/v${pkgver}.tar.gz'
13
-sha256sums:
14
-- 2864b061b179b8ad8cb6a7339ca07678240a183d9cedce8677a4950acaf798e0
15
-build: |
16
- cd ${pkgname}
17
-
18
- # Makefile includuje Makefile.inc — pierwszy make sam go tworzy przez
19
- # ./configure, ale czyta Makefile jeszcze bez niego i pada
20
- # ("Makefile.inc: No such file or directory"). Generujemy jawnie.
21
- ./configure
22
- make install PREFIX=/usr DESTDIR=${PKGDIR}
23
-package: |
24
- true
25
0
deleted file mode 100644
@@ -1,40 +0,0 @@
1
-pkgname: libao
2
-pkgver: '1.2.2-git'
3
-pkgrel: '2'
4
-pkgdesc: 'Cross-platform audio output library and plugins'
5
-url: 'http://xiph.org/ao/'
6
-arch: x86_64
7
-depends: []
8
-makedepends:
9
-- 'alsa-lib'
10
-- pulseaudio
11
-- git
12
-
13
-source: []
14
-sha256sums: []
15
-build: |
16
- git clone https://git.xiph.org/libao.git ${pkgname}
17
- cd ${pkgname}
18
-
19
- ./autogen.sh
20
- ./configure --prefix=/usr \
21
- --enable-alsa-mmap
22
-
23
- make
24
- make DESTDIR=${PKGDIR} install
25
-
26
- mkdir -p ${PKGDIR}/etc/
27
-
28
- cat > ${PKGDIR}/etc/libao.conf << "EOF"
29
- default_driver=alsa
30
- dev=default
31
- EOF
32
-
33
- # Obsolets libs
34
- rm -f ${PKGDIR}/usr/lib/ao/plugins-4/libalsa.la
35
- rm -f ${PKGDIR}/usr/lib/ao/plugins-4/liboss.la
36
- rm -f ${PKGDIR}/usr/lib/ao/plugins-4/libpulse.la
37
- rm -f ${PKGDIR}/usr/lib/libao.la
38
-
39
-package: |
40
- true
41
0
deleted file mode 100644
@@ -1,25 +0,0 @@
1
-pkgname: libdisplay-info
2
-pkgver: '0.4.0'
3
-pkgrel: 1
4
-pkgdesc: EDID and DisplayID parser library (wymagana przez wlroots)
5
-url: https://gitlab.freedesktop.org/emersion/libdisplay-info
6
-arch: x86_64
7
-license:
8
-- MIT
9
-depends:
10
-- xorg-libdrm
11
-makedepends:
12
-- meson
13
-- ninja
14
-source:
15
-- https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
16
-sha256sums:
17
-- SKIP
18
-build: |
19
- cd ${pkgname}
20
-
21
- meson setup build --prefix=/usr
22
- ninja -C build
23
- DESTDIR=${PKGDIR} ninja -C build install
24
-package: |
25
- true
@@ -1,6 +1,6 @@
1
1
pkgname: xfce4
2
2
pkgver: '4.20'
3
-pkgrel: '1'
3
+pkgrel: '2'
4
4
pkgdesc: 'Xfce – lekkie środowisko graficzne (meta-pakiet)'
5
5
url: 'https://www.xfce.org'
6
6
arch: x86_64
@@ -15,6 +15,7 @@ depends:
15
15
- garcon
16
16
- xfce4-panel
17
17
- xfce4-session
18
+- xfwm4
18
19
- xfce4-settings
19
20
- xfdesktop
20
21
- thunar
@@ -4,8 +4,14 @@ pkgrel: '1'
4
4
pkgdesc: 'Xfce window manager'
5
5
url: 'http://www.xfce.org/'
6
6
arch: x86_64
7
-depends: []
7
+depends:
8
+- gtk3
9
+- libxfce4ui
10
+- libxfce4util
11
+- libwnck
12
+- 'startup-notification'
8
13
makedepends:
14
+- gtk3
9
15
- libwnck
10
16
- 'xorg-libxres'
11
17
- libxfce4ui
12
18
deleted file mode 100644
@@ -1,38 +0,0 @@
1
-pkgname: seatd
2
-pkgver: '0.9.3'
3
-pkgrel: '1'
4
-pkgdesc: A minimal seat management daemon, and a universal seat management library
5
-url: 'https://git.sr.ht/~kennylevinsen/seatd/'
6
-arch: x86_64
7
-license:
8
-- MIT
9
-depends: []
10
-makedepends:
11
-- meson
12
-- python
13
-source:
14
-- 'https://git.sr.ht/~kennylevinsen/${pkgname}/archive/${pkgver}.tar.gz'
15
-sha256sums:
16
-- 302564d54d8e28191fadfd734f2675ecb0c9e0615a58011b89ef15dfa4dbaa96
17
-footprint_seatd_devel: "drwxr-xr-x\troot/root\tusr/include/\n-rw-r--r--\troot/root\tusr/include/libseat.h\ndrwxr-xr-x\troot/root\t\
18
- usr/lib/pkgconfig/\n-rw-r--r--\troot/root\tusr/lib/pkgconfig/libseat.pc\n"
19
-footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-xr-x\troot/root\tusr/bin/seatd\n-rwxr-xr-x\t\
20
- root/root\tusr/bin/seatd-launch\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libseat.so -> libseat.so.1\n\
21
- -rwxr-xr-x\troot/root\tusr/lib/libseat.so.1\ndrwxr-xr-x\troot/root\tusr/share/\ndrwxr-xr-x\troot/root\tusr/share/licenses/\n\
22
- drwxr-xr-x\troot/root\tusr/share/licenses/seatd/\n-rw-r--r--\troot/root\tusr/share/licenses/seatd/LICENSE\n"
23
-build: |
24
- cd ${pkgname}-${pkgver}
25
- mkdir build
26
- cd build
27
-
28
- meson setup .. \
29
- --prefix=/usr \
30
- --buildtype=release
31
-
32
- ninja
33
-
34
- DESTDIR=${PKGDIR} ninja install
35
-
36
- install -Dm644 ../LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
37
-package: |
38
- true