spectrwm: update to 1.0.0

This commit is contained in:
Juergen Daubert 2012-02-19 14:04:36 +01:00
parent 63dd052ddb
commit e3819698e6
3 changed files with 9 additions and 7 deletions

View File

@ -1,8 +1,9 @@
drwxr-xr-x root/root usr/
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/
-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/man1/
-rw-r--r-- root/root usr/man/man1/scrotwm.1.gz
-rw-r--r-- root/root usr/man/man1/spectrwm.1.gz

View File

@ -1 +1 @@
cf8a0ebc43d0da102db2f75037a6b5df scrotwm-0.11.0.tgz
8dd279f53f998c0543fa1ce35a9b4a13 spectrwm-1.0.0.tgz

View File

@ -1,15 +1,16 @@
# 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
# Depends on: xorg-libxt xorg-libxrandr xorg-font-misc-misc xorg-font-alias
name=scrotwm
version=0.11.0
name=spectrwm
version=1.0.0
release=1
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz)
build () {
cd $name-$version/linux
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
}