update to grilo-plugins-0.2.7
This commit is contained in:
parent
adeaf6c1ee
commit
a9ef99948b
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2013/04/16 12:36:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2013/05/16 18:56:29 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= plugins for Grilo
|
||||
|
||||
GNOME_PROJECT= grilo-plugins
|
||||
GNOME_VERSION= 0.2.6
|
||||
GNOME_VERSION= 0.2.7
|
||||
API= 0.2
|
||||
REVISION= 1
|
||||
|
||||
TRACKER_VERSION=0.16
|
||||
SUBST_VARS= API TRACKER_VERSION
|
||||
@ -39,7 +38,7 @@ LIB_DEPENDS= devel/libgdata \
|
||||
net/gupnp/av \
|
||||
net/quvi/libquvi \
|
||||
security/nss \
|
||||
x11/gnome/grilo>=0.2.5 \
|
||||
x11/gnome/grilo>=0.2.6 \
|
||||
x11/gnome/tracker>=0.16.0
|
||||
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/grilo-plugins-0.2.6.tar.xz) = Ap6n/bsy/1zCApW5oalD9285pn7VvwiiszsBzyh6Eic=
|
||||
SIZE (gnome/grilo-plugins-0.2.6.tar.xz) = 440444
|
||||
SHA256 (gnome/grilo-plugins-0.2.7.tar.xz) = BJWpcXGJBJwWyWtRoqrW3TSMEegr4kOpp7ZepoUHrz4=
|
||||
SIZE (gnome/grilo-plugins-0.2.7.tar.xz) = 467896
|
||||
|
16
x11/gnome/grilo-plugins/patches/patch-configure
Normal file
16
x11/gnome/grilo-plugins/patches/patch-configure
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2013/05/16 18:56:29 jasper Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Thu May 16 11:10:20 2013
|
||||
+++ configure Thu May 16 11:10:49 2013
|
||||
@@ -15797,6 +15797,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ DATADIRNAME=share
|
||||
+ ;;
|
||||
*)
|
||||
DATADIRNAME=lib
|
||||
;;
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/03/19 17:46:37 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2013/05/16 18:56:29 jasper Exp $
|
||||
lib/grilo-${API}/
|
||||
lib/grilo-${API}/grl-apple-trailers.xml
|
||||
lib/grilo-${API}/grl-bliptv.xml
|
||||
@ -45,3 +45,12 @@ share/gnome/help/grilo-plugins/C/grilo-plugins.xml
|
||||
share/gnome/help/grilo-plugins/C/legal.xml
|
||||
share/gnome/help/grilo-plugins/examples/
|
||||
share/gnome/help/grilo-plugins/examples/example-tmdb.c
|
||||
share/locale/cs/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/el/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/es/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/gl/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/pl/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/sl/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/sr/LC_MESSAGES/grilo-plugins.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/grilo-plugins.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user