Wiki home
Editing page "
gtk+
"
Base on previous version:
0
-
220
-
341
-
388
-
390
-
523
-
893
-
1563
-
1701
-
1920
-
2557
-
2770
-
3077
-
3256
-
3293
-
3322
-
3378
-
3386
-
4051
-
4114
-
4152
-
4628
-
4855
-
5056
-
5155
-
5653
-
7130
# Note: depends on [pkg]glib[/pkg] # Note: depends on [pkg]atk[/pkg] # Note: depends on [pkg]libX11[/pkg] # Note: depends on [pkg]fontconfig[/pkg] # Note: depends on [pkg]cairo[/pkg] (needs to be built with fontconfig and libX11-support) # Note: depends on [pkg]pango[/pkg] (needs to be built with cairo-support) # Note: depends on [pkg]gdk-pixbuf[/pkg] # Note: depends on [pkg]libXi[/pkg] # Dependencies above noted for version 3.5.4 # Note: depends on [pkg]at-spi2-atk[/pkg] # Note: depends on [pkg]patch[/pkg] wget -c [link]http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.9/gtk+-3.9.12.tar.xz[/link] tar -xJf gtk+-3.9.12.tar.xz cd gtk+-3.9.12 # Minor patch for building without wayland, thanks to Saleem Abdulrasool wget --no-check-certificate -c -O without-wayland.patch 'https://git.gnome.org/browse/gtk+/patch/?id=ec26a909f69e12dee1d151c8795f62d794fe7b24' patch -p1 < without-wayland.patch mkdir -p builddir cd builddir ../configure --prefix="/usr" --sysconfdir="/etc" || ../configure --prefix="/usr" --sysconfdir="/etc" --disable-wayland-backend --enable-x11-backend make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page