From 8590298b09ebad29af56370cd23105cd0931b389 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Thu, 04 Apr 2024 22:33:13 +0200
Subject: [PATCH] mpg123: update to 1.32.6

---
 transforms/actuators |   43 +++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/transforms/actuators b/transforms/actuators
index e033943..a6b7a89 100644
--- a/transforms/actuators
+++ b/transforms/actuators
@@ -20,8 +20,7 @@
 #
 
 #
-# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 
 # SFW service manifests
@@ -47,3 +46,43 @@
 # GNOME/XDG desktop files
 <transform file path=usr/share/applications/.*\.desktop$ -> \
     default restart_fmri svc:/application/desktop-cache/desktop-mime-cache:default>
+
+# GNOME/XDG icons
+<transform file path=usr/share/icons/.*$ -> \
+    default restart_fmri svc:/application/desktop-cache/icon-cache:default>
+
+# GNOME/XDG mime-types
+<transform file path=usr/share/mime/packages/.*\.xml$ -> \
+    default restart_fmri svc:/application/desktop-cache/mime-types-cache:default>
+
+# GNOME gtk Input Method modules
+<transform file path=usr/lib.*/gtk-.*/.*/immodules/.*.so$ -> \
+    default restart_fmri svc:/application/desktop-cache/input-method-cache:default>
+
+# GNOME gdk-pixbuf image loader modules
+<transform file path=usr/lib.*/gdk-pixbuf-.*/.*/loaders/.*.so$ -> \
+    default refresh_fmri svc:/application/desktop-cache/pixbuf-loaders-installer:default>
+
+# GNOME gconf schemas
+<transform file path=etc/gconf/.* ->  \
+    default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
+<transform file path=usr/share/glib-2.0/schemas/.* ->  \
+    default restart_fmri svc:/application/desktop-cache/gconf-cache:default>
+
+# GNOME GIO modules
+<transform file link hardlink path=usr/lib.*/gio/modules/.*\.so$ -> \
+    default restart_fmri svc:/application/desktop-cache/gio-module-cache:default>
+
+# Dconf databases
+<transform file path=etc/dconf/.* -> \
+    default restart_fmri svc:/application/desktop-cache/dconf-update:default>
+
+# RAD
+<transform file path=usr/lib/rad/.* -> add restart_fmri \
+    svc:/system/rad:local>
+<transform file path=usr/lib/rad/.* -> add restart_fmri \
+    svc:/system/rad:remote>
+<transform file path=usr/lib/.*libadr.so.1 -> add restart_fmri \
+    svc:/system/rad:local>
+<transform file path=usr/lib/.*libadr.so.1 -> add restart_fmri \
+    svc:/system/rad:remote>

--
Gitblit v1.9.3