transset-df: v6, initial commit

This commit is contained in:
Stamatin Cristina 2020-11-29 14:34:18 +02:00
parent 86a3341634
commit eaedb99041
3 changed files with 25 additions and 0 deletions

3
transset-df/.footprint Normal file
View File

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

5
transset-df/.signature Normal file
View File

@ -0,0 +1,5 @@
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

17
transset-df/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
}