dwm: 6.5
This commit is contained in:
parent
7e38f632e2
commit
2d06e67452
5 changed files with 34 additions and 0 deletions
5
REPO
5
REPO
|
@ -30,6 +30,7 @@ d:camorama
|
|||
d:qt-sudo
|
||||
d:epson-inkjet-printer-escpr
|
||||
d:ttf-font-awesome
|
||||
d:dwm
|
||||
d:tint2
|
||||
d:lf
|
||||
d:fluxbox
|
||||
|
@ -218,6 +219,10 @@ f:9672e98ab8c709bc111a362ff1477c58:ttf-font-awesome/.signature
|
|||
f:6cfae8192ae7437430248e165bb39db7:ttf-font-awesome/.md5sum
|
||||
f:5a7423bda03806dd20c0daaefedb0825:ttf-font-awesome/.footprint
|
||||
f:f35d85b741a00180e04ab42635f20a1a:ttf-font-awesome/Pkgfile
|
||||
f:865ee027fb7654dee9da6726920fb3c5:dwm/.signature
|
||||
f:8eb284693150b9fd1b109a0597f248fe:dwm/.md5sum
|
||||
f:741c1a116e5019e71222386c940489a8:dwm/.footprint
|
||||
f:3f9f8a3a4010b5a4ab486b66fc29b331:dwm/Pkgfile
|
||||
f:0d9860a908f5f551f9985e0cfeec665c:tint2/.signature
|
||||
f:ab20d15fe49d2c74ec30f62c8aee7124:tint2/.md5sum
|
||||
f:8512ace1aa0d3b72c158f9c1aa8f1a76:tint2/.footprint
|
||||
|
|
7
dwm/.footprint
Normal file
7
dwm/.footprint
Normal file
|
@ -0,0 +1,7 @@
|
|||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dwm
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/dwm.1.gz
|
1
dwm/.md5sum
Normal file
1
dwm/.md5sum
Normal file
|
@ -0,0 +1 @@
|
|||
446e84f5b151a1d4483fd72fd647e47e dwm-6.5.tar.gz
|
5
dwm/.signature
Normal file
5
dwm/.signature
Normal file
|
@ -0,0 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkEz+05qmX5yYen9R8q4WO3g/hJ3Opkdc3Af0WpIq8xogxuQD35Q7f4KFnsCfg4tOUcJp+vbQrEOWRUBQJjKyLgI=
|
||||
SHA256 (Pkgfile) = 563fe8c445d62f3efa9fb424f6be74751dcb2e79c6d7c594e32f781c68ca6081
|
||||
SHA256 (.footprint) = 5fafc2be3ed213723d4401d9318b376ceeae5c7ab3a2ab885c9ab13be1c154a6
|
||||
SHA256 (dwm-6.5.tar.gz) = 21d79ebfa9f2fb93141836c2666cb81f4784c69d64e7f1b2352f9b970ba09729
|
16
dwm/Pkgfile
Normal file
16
dwm/Pkgfile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Description: dynamic window manager from suckless
|
||||
# URL: https://dwm.suckless.org
|
||||
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
||||
# Depends on:
|
||||
|
||||
name=dwm
|
||||
version=6.5
|
||||
release=1
|
||||
source=(https://dl.suckless.org/dwm/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i 's|PREFIX = /usr/local|PREFIX = /usr|' config.mk
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue