public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] pango: Generate modules cache on install and update if not present.
@ 2015-05-30 18:09 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2015-05-30 18:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

Now the modules cache automatically will be created on install or after
pango has been updated.

The module cache is required for any usage of pango.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 pango/pango.nm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/pango/pango.nm b/pango/pango.nm
index cdb457d..5d83c94 100644
--- a/pango/pango.nm
+++ b/pango/pango.nm
@@ -7,7 +7,9 @@ name       = pango
 version    = %{ver_major}.%{ver_minor}
 ver_major  = 1.36
 ver_minor  = 8
-release    = 1
+release    = 2
+
+bin_version = 1.8.0
 
 groups     = System/Libraries
 url        = http://www.pango.org/
@@ -39,10 +41,24 @@ build
 	configure_options += \
 		--enable-introspection=yes
 
+
+	install_cmds
+		touch %{BUILDROOT}%{libdir}/pango/%{bin_version}/modules.cache
+	end
 end
 
 packages
 	package %{name}
+		script postin
+			/usr/bin/pango-querymodules --update-cache || :
+		end
+
+		script postup
+			if [ ! -e "%{libdir}/pango/%{bin_version}/modules.cache" ]; then
+				/usr/bin/pango-querymodules --update-cache || :
+			fi
+		end
+	end
 
 	package %{name}-devel
 		template DEVEL
-- 
2.1.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-30 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-30 18:09 [PATCH] pango: Generate modules cache on install and update if not present Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox