From da41ec5ec702c8ee7fe0909cd25547cc46b1d8ab Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Sep 2017 14:28:39 +0200 Subject: hopefully resolve deepin-{dock,qt5integration,file-manager} dependency cycle by providing a less restrictive version of dtkwidget and a dummy of deepin-tool-kit --- build-support/deepin-tool-kit-dummy/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 build-support/deepin-tool-kit-dummy/PKGBUILD (limited to 'build-support/deepin-tool-kit-dummy/PKGBUILD') diff --git a/build-support/deepin-tool-kit-dummy/PKGBUILD b/build-support/deepin-tool-kit-dummy/PKGBUILD new file mode 100644 index 00000000..892f1da0 --- /dev/null +++ b/build-support/deepin-tool-kit-dummy/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Erich Eckner + +pkgname=deepin-tool-kit-dummy +pkgver=0.0 +pkgrel=1 +pkgdesc='empty dummy package pretending to provide deepin-tool-kit' +url='https://archlinux32.org/' +license=('GPL') +arch=('any') +source=() +sha512sums=() +conflicts=( + 'deepin-tool-kit' +) +provides=( + 'deepin-tool-kit' +) +replaces=( + 'deepin-tool-kit' +) + +package() { + install -d "${pkgdir}/etc" + printf '%s\n' \ + 'If you see this on your (production) system, you did something wrong.' \ + > \ + "${pkgdir}/etc/deepin-tool-kit.THIS-SHOULD-NEVER-BE-ON-A-PRODUCTION-SYSTEM" +} -- cgit v1.2.3-54-g00ecf