
A few months ago (Back in December!) I decided to package Tiled for Fedora. Since then, it has seen a couple of releases but I’ve neglected the package for a while, until Bjorn reminded me today about it.
It’s been a while and a lot of things have changed. Including the location of the Tiled packages.
I’ve set up a Fedora Repository in my domain, you can view a very crappy placeholder index here.[http://repo.k3rnel.net]. The repo currently only has the Tiled-QT packages, but I’ll probably package the Java version and maybe other Android-related things up there.
One of the new things in the RPM is that it finally creates a menu item (Under Development in KDE or Programming in Gnome), so you can get started and map your game in no time.
Should you find any bugs, please report them to Tiled’s Github.
Happy Mapping!
When you said “package Tiled for Fedora” I thought you meant in the official repos
Thats the next step, yeah.
Hello, and thanks a lot for packaging Tiled!
I’ve attempted to compile it, but my knowledge doesn’t really exceed autoconf right know, and all the *.pro files scared me of at once, so you’re my only hope.
It seems that repomd.xml moved or vanished from your repo, would you please be so kind and fix it?
Thank you very much! (=
doh, I’ll fix it.
As for the pro files? I’m using qmake. If you want to learn the secrets, download the SRPM, open it using ARK or your favorite untar program, and read the spec file. It’s human-readable and contains the instructions on how the RPM was made.
Hope it helps