scummvm: ->

This commit is contained in:
Thomas Penteker 2017-08-20 22:54:24 +02:00
parent a0c8601aca
commit 315bedd23f
3 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/scummvm
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/scummvm.6.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/appdata/
-rw-r--r-- root/root usr/share/appdata/scummvm.appdata.xml
@ -14,6 +11,9 @@ drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/scummvm.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man6/
-rw-r--r-- root/root usr/share/man/man6/scummvm.6.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/scummvm.xpm
drwxr-xr-x root/root usr/share/scummvm/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/U69wsdj3a/kwMciy1CFzTba1lyld2bGK8tFR3TTHdTgfn3OAIfd3bsTEValepujW+9cpRqANgW7BcKfMC50igE=
SHA256 (Pkgfile) = f2e2f8b4e8704f3edefd4739ba9f743007a585a5550350beb1e82727c7baa8bc
SHA256 (.footprint) = 102c0f4d33a1c82636943602f6db36927e03c177ea0b3bdaf0ccfe07e57f96cd
RWSE3ohX2g5d/XmXs5sk7FmIJ6PsyE8NkTO/lcQ66xYbHUeTyZ4p5vZUCAmGjDUshfWZJ4qdksSEFjh25w6bPnX7xz74miuWMQ8=
SHA256 (Pkgfile) = 4ba35154ad791c7a7950562341bbea5a731a6e5320f82aeddd3c0a8db5c292c5
SHA256 (.footprint) = 48adb8c82c6a49e3fddbb610ca3102620b25d6a7ebb22bef4df1fe095008a678
SHA256 (scummvm-1.9.0.tar.xz) = 2417edcb1ad51ca05a817c58aeee610bc6db5442984e8cf28e8a5fd914e8ae05

View File

@ -11,7 +11,7 @@ source=(http://www.scummvm.org/frs/${name}/${version}/${name}-${version}.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc