Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pixman.py « packages - github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0394a9bdfe49365aea2250fe557bdbcd28bc014 (plain)
1
2
3
4
5
6
class PixmanPackage (CairoGraphicsPackage):

    def __init__(self):
        CairoGraphicsPackage.__init__(self, 'pixman', '0.30.0')

PixmanPackage()