summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e55e1c2da4e6552f529f6e6237e1d0d66c548afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Maintainer: artist for XLibre <artist4xlibre@proton.me>

_pkgname1=kwin-x11
_pkgname2=sonic-win
pkgname="${_pkgname2}-bin"
pkgver=6.6.4.1
pkgrel=1.1
pkgdesc="kwin-x11 with ports from kwin-wayland, bug fixes, and maybe other improvements, for XLibre"
arch=(x86_64)
url="https://github.com/Sonic-DE/${_pkgname2}"
license=('GPL-2.0-or-later')
options=(!strip)
source=("https://x11libre.net/repo/arch_based/x86_64/sonicde/${_pkgname2}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
noextract=("${_pkgname1}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
depends=(aurorae
         breeze
         gcc-libs
         glibc
         plasma-activities
         kauth
         kcmutils
         kcolorscheme
         kconfig
         kcoreaddons
         kcrash
         kdeclarative
         kdecoration
         kglobalaccel
         kglobalacceld
         kguiaddons
         ki18n
         kirigami
         kitemmodels
         knewstuff
         knotifications
         kpackage
         kquickcharts
         kscreenlocker
         kservice
         ksvg
         kwidgetsaddons
         kwindowsystem
         kxmlgui
         lcms2
         libcanberra
         libdisplay-info
         libdrm
         systemd-libs
         libepoxy
         libplasma=$_pkgver
         libqaccessibilityclient-qt6
         libx11
         libxcb
         libxi
         libxkbcommon
         libxkbcommon-x11
         mesa
         plasma-x11-session-sonic
         qt6-5compat
         qt6-base
         qt6-declarative
         qt6-sensors
         qt6-svg
         qt6-tools
         qt6-wayland
         wayland
         xcb-util-cursor
         xcb-util-keysyms
         xcb-util-wm)
provides=($_pkgname kwin-x11 "${_pkgname1}-sonic-bin")
conflicts=($_pkgname kwin-x11 "${_pkgname1}-sonic-bin")
replaces=("${_pkgname1}-sonic-bin")

sha256sums=('bd61b3ca48345d2177446271a7ed5856815fff4d466d2b27f2368484ff9a4889')

package() {
  tar -xf "${_pkgname1}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst" -C "${pkgdir}" usr
}