--- PKGBUILD.old 2015-07-01 15:39:19.000000000 +0200 +++ PKGBUILD.new 2015-07-01 15:50:27.029941786 +0200 @@ -3,12 +3,12 @@ pkgname=freeciv pkgver=2.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="A multiuser clone of the famous Microprose game of Civilization" arch=('i686' 'x86_64') url="http://www.freeciv.org/" license=('GPL') -depends=('gtk2' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libltdl') +depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libltdl') backup=('etc/freeciv/database.lua') install=freeciv.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2 @@ -25,7 +25,7 @@ build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua \ - --enable-client=gtk2 --enable-fcdb=sqlite3 --enable-aimodules + --enable-client=gtk3 --enable-fcdb=sqlite3 --enable-aimodules --enable-fcmp=gtk3 make }