Skip to content

tych0/pycairo-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

This is just a repo for the files used to package python-cairo for use with
qtile. Packages are availible via:

    sudo apt-add-repository ppa:tycho-s/ppa
    sudo apt-get update
    sudo apt-get install python-cairo

To build the package:

    cd /tmp
    wget https://launchpad.net/~tycho-s/+archive/ppa/+files/pycairo_1.10.2.orig.tar.gz
    # warning, tarbomb!
    mkdir pycairo-1.10.2 && cd pycairo-1.10.2 && tar -xf pycairo_1.10.2.orig.tar.gz
    # copy the debian/ directory to where the tarball was extracted
    debuild -S -sd
    dput ppa:tycho-s/ppa *.changes

About

Utilities for packaging pycairo for use with qtile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors