transset: 6

This commit is contained in:
Daniel Azevedo 2024-10-01 15:06:55 +01:00
parent ed5e37a2f3
commit 75aaeddffe
4 changed files with 24 additions and 0 deletions

2
transset-df/.footprint Normal file
View file

@ -0,0 +1,2 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/

1
transset-df/.md5sum Normal file
View file

@ -0,0 +1 @@
3375d570adc9d875d7fc476d1a50d5a5 transset-df-6.tar.gz

5
transset-df/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkJP5lreeWxVO1rMcDt0avm1rRpNdbi7fGS9oEE21Wbpl0JSINhR4F21n77LF2JoMxEMoa5HQZ4qaThe0V08u3Qg=
SHA256 (Pkgfile) = 5aadff73edf0a003a17c27923d8e0f0255bbce0288d41b545cc1169a6f4c33ff
SHA256 (.footprint) = 857fc6e527092f687cc87ddf483394782e820001929373146abaa5766075acfe
SHA256 (transset-df-6.tar.gz) = 4563c8a9883db354c58dcd63f87dd3d076c4a3ed9c55b85e8cb59c9d399fdeee

16
transset-df/Pkgfile Normal file
View file

@ -0,0 +1,16 @@
# Description: This is a patched version of xorg's transset.
# URL: https://forchheimer.se/transset-df/
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: xorg
name=transset-df
version=6
release=1
source=(https://forchheimer.se/transset-df/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir -p $PKG/usr/bin
make
make DESTDIR=$PKG install
}