pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse15_gtk3 suse15_gtk3: run update-mime-dat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8705baadd56
branches:  trunk
changeset: 386187:f8705baadd56
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 02 20:57:41 2022 +0000

description:
suse15_gtk3: run update-mime-database during INSTALL

Bump PKGREVISION.

diffstat:

 emulators/suse15_gtk3/INSTALL  |  3 ++-
 emulators/suse15_gtk3/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r f41a1dfc29e9 -r f8705baadd56 emulators/suse15_gtk3/INSTALL
--- a/emulators/suse15_gtk3/INSTALL     Sun Oct 02 20:21:51 2022 +0000
+++ b/emulators/suse15_gtk3/INSTALL     Sun Oct 02 20:57:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1 2022/10/02 17:17:18 wiz Exp $
+# $NetBSD: INSTALL,v 1.2 2022/10/02 20:57:41 wiz Exp $
 #
 # Initialize gtk module configuration.
 #
@@ -11,5 +11,6 @@
 
        ${ECHO} "${PKGNAME}: initializing GTK module configuration"
        ${GNOME_BINDIR}/gtk-query-immodules-3.0@BINSUFFIX@ --update-cache
+       ${GNOME_BINDIR}/update-mime-database ${PKG_PREFIX}/@EMULSUBDIR@/usr/share/mime
        ;;
 esac
diff -r f41a1dfc29e9 -r f8705baadd56 emulators/suse15_gtk3/Makefile
--- a/emulators/suse15_gtk3/Makefile    Sun Oct 02 20:21:51 2022 +0000
+++ b/emulators/suse15_gtk3/Makefile    Sun Oct 02 20:57:41 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/10/02 17:17:18 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/10/02 20:57:41 wiz Exp $
 
 PKGNAME=       suse_gtk3-${SUSE_VERSION}
+PKGREVISION=   1
 CATEGORIES=    emulators
 RPMPKGS+=      gdk-pixbuf-query-loaders-2.42.9-150400.5.6.1.${SUSE_ARCH}
 RPMPKGS+=      gtk3-immodule-xim-3.24.34-150400.3.3.1.${SUSE_ARCH}



Home | Main Index | Thread Index | Old Index