spectrwm: update to 1.0.0
This commit is contained in:
parent
63dd052ddb
commit
e3819698e6
@ -1,8 +1,9 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/scrotwm
|
lrwxrwxrwx root/root usr/bin/scrotwm -> spectrwm
|
||||||
|
-rwxr-xr-x root/root usr/bin/spectrwm
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rwxr-xr-x root/root usr/lib/libswmhack.so.0.0
|
-rwxr-xr-x root/root usr/lib/libswmhack.so.0.0
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
-rw-r--r-- root/root usr/man/man1/scrotwm.1.gz
|
-rw-r--r-- root/root usr/man/man1/spectrwm.1.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
cf8a0ebc43d0da102db2f75037a6b5df scrotwm-0.11.0.tgz
|
8dd279f53f998c0543fa1ce35a9b4a13 spectrwm-1.0.0.tgz
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
# Description: Minimalistic tiling window manager
|
# Description: Minimalistic tiling window manager
|
||||||
# URL: http://www.peereboom.us/scrotwm/html/scrotwm.html
|
# URL: https://opensource.conformal.com/wiki/spectrwm
|
||||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||||
# Depends on: xorg-libxt xorg-libxrandr xorg-font-misc-misc xorg-font-alias
|
# Depends on: xorg-libxt xorg-libxrandr xorg-font-misc-misc xorg-font-alias
|
||||||
|
|
||||||
name=scrotwm
|
name=spectrwm
|
||||||
version=0.11.0
|
version=1.0.0
|
||||||
release=1
|
release=1
|
||||||
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz)
|
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version/linux
|
cd $name-$version/linux
|
||||||
make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
|
make PREFIX=/usr MANDIR=/usr/man DESTDIR=$PKG install
|
||||||
rm $PKG/usr/man/man1/scrotwm_*.1
|
rm $PKG/usr/man/man1/spectrwm_*.1
|
||||||
|
ln -sf spectrwm $PKG/usr/bin/scrotwm
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user