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

Felix Yan fyan at archlinux.org
Tue Nov 24 06:46:39 UTC 2015


    Date: Tuesday, November 24, 2015 @ 07:46:38
  Author: fyan
Revision: 147604

upgpkg: deepin-desktop-schemas 2.91.1-2

fix wallpaper location

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-24 06:43:39 UTC (rev 147603)
+++ PKGBUILD	2015-11-24 06:46:38 UTC (rev 147604)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=2.91.1
-pkgrel=1
+pkgrel=2
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
@@ -16,6 +16,12 @@
 source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver")
 sha256sums=('SKIP')
 
+prepare() {
+  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
+}
+
 build() {
   cd "${pkgname}"
   make



More information about the arch-commits mailing list