Package Details: berusky2 0.12-1

Git Clone URL: https://aur.archlinux.org/berusky2.git (read-only, click to copy)
Package Base: berusky2
Description: A logic game based on the puzzle game Sokoban.
Upstream URL: https://www.anakreon.cz/berusky2.html
Licenses: GPL
Submitter: ilpianista
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 6
Popularity: 0.000000
First Submitted: 2011-07-15 08:24 (UTC)
Last Updated: 2020-11-27 13:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

macxcool commented on 2011-09-20 12:32 (UTC)

@stativ: as for the 'find' line, I'd rather find a nice way to create the files with the proper permissions. It shouldn't be necessary to hack a line like that to get things to work but I guess I'll have to put it in.

macxcool commented on 2011-09-20 12:31 (UTC)

Sorry about that. I have dial-up internet and an old P4 laptop to compile things on. I was trying to implement people's suggestions quickly.

stativ commented on 2011-09-20 09:28 (UTC)

ie. package() { cd ${srcdir}/${pkgname}-${pkgver} mkdir -p ${pkgdir}/usr/share/berusky2/ cp -r {bitmap,data,game_data,materials,textures,game,items,out,Save} ${pkgdir}/usr/share/berusky2 find ${pkgdir}/usr/share/berusky2 -type f -exec chmod 644 '{}' ';' } Do you test your packages before submitting at all?

stativ commented on 2011-09-20 09:27 (UTC)

Also you still have the wrong permissions in the berusky2-data package. Why didn't you just add the find line I mentioned earlier into that package?

stativ commented on 2011-09-20 09:24 (UTC)

error: failed to commit transaction (conflicting files) berusky2: /usr/share/berusky2/berusky3d-local.ini exists in filesystem you should remove this file in one of the packages.

macxcool commented on 2011-09-19 17:53 (UTC)

I updated the 'berusky2-data' PKGBUILD. Can people update and let me know if we're good to go now?

macxcool commented on 2011-09-19 17:34 (UTC)

How's that. As for the berusky2-data changes. I'll want to make them in the berusky2-data PKGBUILD.

stativ commented on 2011-09-19 17:12 (UTC)

Please could you incorporate the following changes? # it works fine on 64bit now arch=('i686' 'x86_64') # without --with-ini-file-global-dir berusky2 can't find berusky3d.ini (BTW: the \" are important) ./configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ --with-ini-file-global-dir=\"/usr/share/berusky2\" # and finally fix the permissions in the berusky2-data package find ${pkgdir}/usr/share/berusky2 -type f -exec chmod 644 '{}' ';' With these changes berusky 2 works for me.

macxcool commented on 2011-09-17 03:01 (UTC)

I can't get the berusky2-data package to set permissions correctly (I think). Berusky2 will run as root but complains about not being able to find data files as a regular user. Can anyone tell me what I'm doing wrong. I left my previous code in the berusky2-data PKGBUILD.

stativ commented on 2011-09-08 08:14 (UTC)

BTW: it finally works on 64bit!