eog-plugins: added champlain and postr dependencies.
This commit is contained in:
15
mingw-w64-eog-plugins/002-champlain.patch
Normal file
15
mingw-w64-eog-plugins/002-champlain.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- ./plugins/map/eog-map-plugin.h.orig 2014-10-19 19:10:03.188380100 +0200
|
||||
+++ ./plugins/map/eog-map-plugin.h 2014-10-19 19:12:03.720793800 +0200
|
||||
@@ -4,11 +4,10 @@
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <gtk/gtk.h>
|
||||
-#include <champlain/champlain.h>
|
||||
-#include <eog/eog-list-store.h>
|
||||
#include <eog/eog-window.h>
|
||||
#include <libpeas/peas-extension-base.h>
|
||||
#include <libpeas/peas-object-module.h>
|
||||
+#include <champlain/champlain.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
@@ -3,27 +3,32 @@
|
||||
_realname=eog-plugins
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=3.14.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('any')
|
||||
pkgdesc="Eye of GNOME graphics viewer program - plugins (mingw-w64)"
|
||||
options=(strip staticlibs)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-eog"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2"
|
||||
"${MINGW_PACKAGE_PREFIX}-libgdata"
|
||||
"${MINGW_PACKAGE_PREFIX}-libexif")
|
||||
"${MINGW_PACKAGE_PREFIX}-libexif"
|
||||
"${MINGW_PACKAGE_PREFIX}-postr"
|
||||
"${MINGW_PACKAGE_PREFIX}-libchamplain")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-gsettings-desktop-schemas")
|
||||
options=('strip' 'staticlibs')
|
||||
license=("GPL 2")
|
||||
url="http://www.gnome.org"
|
||||
source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz
|
||||
001-win.patch)
|
||||
001-win.patch
|
||||
002-champlain.patch)
|
||||
sha256sums=('761e604a5a50ccc503d600ac7a59487cca7ded773f9009a164dd87f1f90bb230'
|
||||
'8dcb1e721785460d58f32911c52de3b41ddeb23cc3326ba07f5c95ec60471818')
|
||||
'8dcb1e721785460d58f32911c52de3b41ddeb23cc3326ba07f5c95ec60471818'
|
||||
'3b7fab068ff3739fed247f72abbc18accb409b9008593e806f5c4e3df1d9b32d')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"/${_realname}-${pkgver}
|
||||
|
||||
patch -p1 -i ${srcdir}/001-win.patch
|
||||
patch -p1 -i ${srcdir}/002-champlain.patch
|
||||
|
||||
autoreconf -isf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user