[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Feb 29 13:44:00 UTC 2016


    Date: Monday, February 29, 2016 @ 14:44:00
  Author: fyan
Revision: 163791

upgpkg: deepin-desktop-schemas 3.0.3-2

remove gnome overrides (FS#47963)

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-29 13:42:38 UTC (rev 163790)
+++ PKGBUILD	2016-02-29 13:44:00 UTC (rev 163791)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
@@ -23,6 +23,8 @@
   cd "${pkgname}"
   # fix default background url
   sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#" overrides/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/{org.compiz,org.gnome.desktop,other}.override
 }
 
 build() {



More information about the arch-commits mailing list