libgdata is a GLib-based library for accessing online service APIs using the GData protocol - most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support. this used to be part of evolution-data-server, but from e-d-s 2.28 onwards it's split into it's own library. (nothing picks it up for now, tested in a bulk build) ok ajacoutot@
16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2009/09/23 19:35:14 jasper Exp $
|
|
|
|
Ensure the translation files go into the right directory.
|
|
|
|
--- po/Makefile.in.in.orig Sun Aug 30 15:37:49 2009
|
|
+++ po/Makefile.in.in Sun Aug 30 15:38:47 2009
|
|
@@ -33,7 +33,7 @@ exec_prefix = @exec_prefix@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
libdir = @libdir@
|
|
-DATADIRNAME = @DATADIRNAME@
|
|
+DATADIRNAME = share
|
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
|
subdir = po
|
|
install_sh = @install_sh@
|