tweak dino
This commit is contained in:
@@ -40,6 +40,13 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname%-git}"
|
cd "${srcdir}/${pkgname%-git}"
|
||||||
make DESTDIR="${pkgdir}/" install
|
make DESTDIR="${pkgdir}/" install
|
||||||
|
mv "${pkgdir}/usr/bin/dino" "${pkgdir}/usr/bin/dino.real"
|
||||||
|
cat > "${pkgdir}/usr/bin/dino" <<EOF
|
||||||
|
#!/bin/sh
|
||||||
|
export GDK_DPI_SCALE=1.5
|
||||||
|
exec dino.real
|
||||||
|
EOF
|
||||||
|
chmod +x "${pkgdir}/usr/bin/dino"
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
Reference in New Issue
Block a user