f.lux: introduces post-install, fixes gschemas footprint
This commit is contained in:
parent
a67d48dc0e
commit
12ba8f8621
@ -26,7 +26,6 @@ drwxr-xr-x root/root usr/share/applications/
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/schemas/
|
||||
-rw-rw-r-- root/root usr/share/glib-2.0/schemas/apps.fluxgui.gschema.xml
|
||||
-rw-r--r-- root/root usr/share/glib-2.0/schemas/gschemas.compiled
|
||||
drwxr-xr-x root/root usr/share/icons/
|
||||
drwxr-xr-x root/root usr/share/icons/Adwaita/
|
||||
drwxr-xr-x root/root usr/share/icons/Adwaita/16x16/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30brFLBQza7Oxk8QvSEz6nrWSxdhbCcEoQe5k9WI9g57BxD1N0YixehbDg9jsXAlSXtiuR5qlZDsGl9qtX5pYQ8=
|
||||
SHA256 (Pkgfile) = 5f6323c6e3adf32d76b6cfdfa3aeaa4ecceb6a80ef9e564a2dee3c325b267298
|
||||
SHA256 (.footprint) = 3e5459eaf4d0065bfada590b636fe02e2eadb0ba76f9a36e85c920746fc00073
|
||||
RWSagIOpLGJF36HYFOEoQS/IS4NzldFe8EMQ8B9OdnDul6SBoUbQyhp0AHxs7Eno6OcL3JGonMs1UA68VuMjieYowBrjheO1Ogw=
|
||||
SHA256 (Pkgfile) = da7e653ce6df317302227e34f0b83452476a78ac269dfb3e4c7374bb886be438
|
||||
SHA256 (.footprint) = 1ea8e8ce1906fd22581c50e8a7abc613b5280825c84de4ffd35c2d3f06b1638e
|
||||
SHA256 (f.lux-1.2.0.tar.gz) = 3c230fa7fd5515996849ee775675aad86cb95fdbb824c18425fbdceb076bce63
|
||||
|
@ -15,4 +15,5 @@ build() {
|
||||
# fix possible umask issues
|
||||
find $PKG/usr -type f -exec chmod a+r '{}' \;
|
||||
find $PKG/usr/bin $PKG/usr/share/applications -type f -exec chmod a+rx '{}' \;
|
||||
rm -r $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
|
||||
}
|
||||
|
2
f.lux/post-install
Normal file
2
f.lux/post-install
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
|
Loading…
x
Reference in New Issue
Block a user