Skip to content

debian: how to build from source? #69

Discussion options

You must be logged in to vote

An alternate method is to patch the gtk+3.0 source package and adding our patches (removing any existing ones that conflict). This is how it's done for Ubuntu, which is automated by this script. It's cleaner since you can re-install the original GTK+3 to revert back.

First, enable the source code repositories in Apt and downloading the package source:

apt-get source gtk+3.0

Download a copy of this repository, add our *.patch files into debian/patches and update the series file. Then, here's how to build a package. Not sure on the exact command.

Some gotchas:

  • Debian's packaging system is really picky about fuzzy quilt patches, so they might need individually refreshing first.
  • The package…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sid-the-sloth
Comment options

Answer selected by sid-the-sloth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants