wmii: remove

python 2, abandoned upstream since either 2011 or 2014
This commit is contained in:
classabbyamp 2023-10-07 14:22:25 -04:00 committed by classabbyamp
parent 20e0054ba2
commit f27750668f
2 changed files with 1 additions and 26 deletions

View file

@ -678,6 +678,7 @@ replaces="
wicd-gtk<=1.7.4_6
wireguard-go<=0.0.20181222_2
wireshark-gtk<=3.0.7_1
wmii<=3.9.2_8
xcdroast<=1.19_1
xdebug8.0<=3.2.1_1
xlennart<=1.1.1_1

View file

@ -1,26 +0,0 @@
# Template file for 'wmii'
pkgname=wmii
version=3.9.2
revision=8
hostmakedepends="pkg-config"
makedepends="libXrandr-devel libXft-devel libXinerama-devel"
short_desc="Lightweight, dynamic window manager for X11"
maintainer="Zach L. <koni@archlinux.us>"
license="MIT"
homepage="https://code.google.com/p/wmii/"
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wmii/wmii+ixp-${version}.tbz"
checksum=0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
python_version=2
CFLAGS="-fcommon"
LDFLAGS=" -lX11 -lXrender"
do_build() {
make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB \
V=1 PREFIX=/usr ETC=/usr/share
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} ETC=/usr/share install
vlicense LICENSE
}