community/epdfview: glib header fix

This commit is contained in:
Kevin Mihelich 2012-06-02 17:14:58 -04:00
parent 372a429cec
commit 4e091046a9

View file

@ -18,16 +18,19 @@ makedepends=('pkgconfig')
install='epdfview.install'
source=("http://www.emma-soft.com/projects/${pkgname}/chrome/site/releases/${pkgname}-${pkgver}.tar.bz2"
"${pkgname}.desktop.patch"
"0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch")
"0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch"
"glib.patch")
md5sums=('e50285b01612169b2594fea375f53ae4'
'fbf22bbabdbb7544db615ac5775d57e2'
'7f9ea101a41f5b4e999fd024f423d41f')
'7f9ea101a41f5b4e999fd024f423d41f'
'c3a272132093043c17445e27155a97c6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np0 -i "${srcdir}/${pkgname}.desktop.patch"
patch -Np1 -i "${srcdir}/0001-When-using-Poppler-0.17.0-I-needed-to-swap-the-blue-.patch"
patch -Np1 -i "${srcdir}/glib.patch"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make