Date: Wednesday, March 7, 2018 @ 07:29:43 Author: felixonmars Revision: 303487
archrelease: copy trunk to community-testing-any Added: deepin-desktop-schemas/repos/community-testing-any/ deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 303486, deepin-desktop-schemas/trunk/PKGBUILD) ----------+ PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 303486, deepin-desktop-schemas/trunk/PKGBUILD) =================================================================== --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2018-03-07 07:29:43 UTC (rev 303487) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Josip Ponjavic <josipponjavic at gmail dot com> +# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> + +pkgname=deepin-desktop-schemas +pkgver=3.2.7 +pkgrel=1 +pkgdesc='GSettings deepin desktop-wide schemas' +arch=('any') +url="https://github.com/linuxdeepin/deepin-desktop-schemas" +license=('GPL3') +depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme') +makedepends=('python') +conflicts=('deepin-artwork-themes') +replaces=('deepin-artwork-themes') +groups=('deepin') +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz") +sha512sums=('b3aa0feede22fa445cbc40300735d3e5f690dfd12dbf07dde700a75ae85932c7203bf864a8ea2e5ca45debf1a05653a46f5a4e695ffbdf49e517df2e165c3f7a') + +prepare() { + cd deepin-desktop-schemas-$pkgver + # fix default background url + sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#" overrides/common/com.deepin.wrap.gnome.desktop.override +} + +build() { + cd deepin-desktop-schemas-$pkgver + make ARCH=x86 +} + +check() { + cd deepin-desktop-schemas-$pkgver + make test +} + +package() { + cd deepin-desktop-schemas-$pkgver + make DESTDIR="$pkgdir" install +}