[arch-commits] Commit in easytag/trunk (PKGBUILD easytag.install)

Guillaume Alaux guillaume at archlinux.org
Tue Sep 1 08:10:42 UTC 2015


    Date: Tuesday, September 1, 2015 @ 10:10:42
  Author: guillaume
Revision: 245126

Fix FS#46158 Settings schema 'org.gnome.EasyTAG' is not installed

Modified:
  easytag/trunk/PKGBUILD
  easytag/trunk/easytag.install

-----------------+
 PKGBUILD        |    2 +-
 easytag.install |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-01 01:17:06 UTC (rev 245125)
+++ PKGBUILD	2015-09-01 08:10:42 UTC (rev 245126)
@@ -6,7 +6,7 @@
 
 pkgname=easytag
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: easytag.install
===================================================================
--- easytag.install	2015-09-01 01:17:06 UTC (rev 245125)
+++ easytag.install	2015-09-01 08:10:42 UTC (rev 245126)
@@ -1,6 +1,7 @@
 post_install() {
   xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
   update-desktop-database -q
+  glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {



More information about the arch-commits mailing list