mirror of
https://github.com/alrayyes/dwm.git
synced 2025-05-12 11:13:40 +00:00
use latest systray version
This commit is contained in:
parent
1a0ec2f704
commit
cf1eab2039
6 changed files with 8 additions and 1519 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -9,11 +9,11 @@ url="http://dwm.suckless.org"
|
|||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
options=(zipman)
|
||||
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st' 'dmenu' 'nerd-fonts-source-code-pro')
|
||||
depends=('libx11' 'libxinerama' 'libxft' 'freetype2' 'st' 'dmenu' 'nerd-fonts-source-code-pro' 'scrot')
|
||||
install=dwm.install
|
||||
|
||||
_patches=(
|
||||
"https://dwm.suckless.org/patches/systray/dwm-systray-20180314-3bd8466.diff"
|
||||
"https://dwm.suckless.org/patches/systray/dwm-systray-20190208-cb3f58a.diff"
|
||||
"https://dwm.suckless.org/patches/noborder/dwm-noborder-20170207-bb3bd6f.diff"
|
||||
"https://dwm.suckless.org/patches/attachaside/dwm-attachaside-20180126-db22360.diff"
|
||||
"https://dwm.suckless.org/patches/autostart/dwm-autostart-20161205-bb3bd6f.diff"
|
||||
|
@ -34,9 +34,9 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
|
|||
"${_patches[@]}")
|
||||
|
||||
md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
|
||||
'ac3797b8777cfebac73c48e9efea93a2'
|
||||
'6e2169fb1f6c640df93f3d97eeea4ce0'
|
||||
'939f403a71b6e85261d09fc3412269ee'
|
||||
'2c19f1a3db59e158c45483668f4cee24'
|
||||
'31a7569d7f3d43846f59e854ec5d1da0'
|
||||
'fbb786263f2d714b18368ff64779d669'
|
||||
'c75af619c04cfae7b9740ec140d1dc6c'
|
||||
'46ff022e2a2c6139e71399eb19d1aebb'
|
||||
|
@ -46,8 +46,8 @@ md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
|
|||
'd2781ac29048fc50e42e0f11e6cf7bce'
|
||||
'c5469c1457955a8447e05ec5118b3ce6'
|
||||
'7381051e12596394791092f0d39a2dd2'
|
||||
'd14e0938455073391cdcd3ccad083150'
|
||||
'd53207118f641b49208d4720176f26be')
|
||||
'59bff0b3c36cefc00f1dcb7ecc348474'
|
||||
'60a545c6661638af619913e2a093ebf8')
|
||||
|
||||
prepare() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue