transset-df: dropped

This commit is contained in:
Tim Biermann 2022-09-11 19:08:49 +02:00
parent 570666b321
commit 2a8e97fbd4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 25 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/transset-df

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ycRbGcTOl84qf0S2s7xVLOfI2cMjcixXipc09rkb52J/sn+YAHymR9e2RHeQM+5md/LFPabx4/O3zt1qXwhYws=
SHA256 (Pkgfile) = f44485340911a7e0edc26661e932c0add1cd64deeec628804849070f53ecd3df
SHA256 (.footprint) = 775f3c8eb10640f2b09a4ef2b435c08f5cad41d602e6348b872a82a4a29f1bac
SHA256 (transset-df-6.tar.gz) = 4563c8a9883db354c58dcd63f87dd3d076c4a3ed9c55b85e8cb59c9d399fdeee

View File

@ -1,17 +0,0 @@
# Description: A patched version of xorg's transset
# URL: https://forchheimer.se/transset-df
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: xorg-libxcomposite xorg-libxdamage xorg-libxrender
name=transset-df
version=6
release=1
source=(https://forchheimer.se/$name/$name-$version.tar.gz)
build() {
cd $name-$version
make CFLAGS="$CFLAGS -Wall"
install -Dm755 $name $PKG/usr/bin/$name
}