Add patch for nord color theme
This commit is contained in:
8
PKGBUILD
8
PKGBUILD
@@ -11,15 +11,19 @@ depends=('libxft' 'libxext' 'xorg-fonts-misc')
|
||||
makedepends=('ncurses')
|
||||
url="http://st.suckless.org"
|
||||
source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz
|
||||
config.h)
|
||||
config.h
|
||||
https://gitlab.com/SirJson/nord-st-unofficial/raw/master/nord-theme.patch)
|
||||
sha256sums=('c4fb0fe2b8d2d3bd5e72763e80a8ae05b7d44dbac8f8e3bb18ef0161c7266926'
|
||||
'bed7977c855f02e3968a754e813015e4214b52102e3c54712d8a52245bcceeec')
|
||||
'9ff04c071056be99ad9fc32092348a5a7601e23a60fdd9f0ff68eb70fee3afd4'
|
||||
'6393617bdbc396e7e0cbb59b9c7fefe2b0525bd6c4241c7a4a0642f6f9b66bea')
|
||||
|
||||
prepare() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
# skip terminfo which conflicts with nsurses
|
||||
sed -i '/tic /d' Makefile
|
||||
cp $srcdir/config.h config.h
|
||||
# apply patches
|
||||
patch -p0 config.h $srcdir/nord-theme.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user