mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/epdfview: glib header fix
This commit is contained in:
parent
372a429cec
commit
4e091046a9
1 changed files with 5 additions and 2 deletions
|
@ -18,16 +18,19 @@ makedepends=('pkgconfig')
|
||||||
install='epdfview.install'
|
install='epdfview.install'
|
||||||
source=("http://www.emma-soft.com/projects/${pkgname}/chrome/site/releases/${pkgname}-${pkgver}.tar.bz2"
|
source=("http://www.emma-soft.com/projects/${pkgname}/chrome/site/releases/${pkgname}-${pkgver}.tar.bz2"
|
||||||
"${pkgname}.desktop.patch"
|
"${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'
|
md5sums=('e50285b01612169b2594fea375f53ae4'
|
||||||
'fbf22bbabdbb7544db615ac5775d57e2'
|
'fbf22bbabdbb7544db615ac5775d57e2'
|
||||||
'7f9ea101a41f5b4e999fd024f423d41f')
|
'7f9ea101a41f5b4e999fd024f423d41f'
|
||||||
|
'c3a272132093043c17445e27155a97c6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
||||||
patch -Np0 -i "${srcdir}/${pkgname}.desktop.patch"
|
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}/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
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue