Remove package: dtkwm

This commit is contained in:
John 2020-11-11 15:38:40 +01:00 committed by John Zimmermann
parent a107541643
commit 6a79bb969d
4 changed files with 0 additions and 57 deletions

View file

@ -3490,7 +3490,6 @@ libplacebo.so.72 libplacebo-2.72.0_1
libw2xc.so waifu2x-converter-cpp-5.2_1
libnova-0.15.so.0 libnova-0.15.0_1
libcue.so.2 libcue-2.2.0_1
libdtkwm.so.2 dtkwm-2.0.6_1
libticonv.so.8 libticonv-1.1.5_1
libtifiles2.so.10 libtifiles2-1.1.7_1
libticables2.so.7 libticables2-1.3.5_1

View file

@ -1 +0,0 @@
dtkwm

View file

@ -1,23 +0,0 @@
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941055
From: Hillwood Yang <hillwood@opensuse.org>
Date: Wed, 7 Aug 2019 10:50:54 +0800
Subject: Set DTK_MODULE_NAME
Fix build on new version dtkcore ( issue#8 )
---
src/src.pro | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/src.pro b/src/src.pro
index 0a95a65..df0aa08 100644
--- src/src.pro
+++ src/src.pro
@@ -8,6 +8,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
TEMPLATE = lib
TARGET = dtkwm
+DTK_MODULE_NAME = dtkwm
DEFINES += LIBDTKWM_LIBRARY
load(dtk_build)

View file

@ -1,32 +0,0 @@
# Template file for 'dtkwm'
pkgname=dtkwm
version=2.0.12
revision=1
build_style=qmake
configure_args="VERSION=${version}"
hostmakedepends="qt5-qmake pkg-config"
makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel xcb-util-devel
dtkcore-devel"
short_desc="Deepin graphical user interface library"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/dtkwm/"
changelog="https://github.com/linuxdeepin/dtkwm/blob/${version}/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/dtkwm/archive/${version}.tar.gz"
checksum=bb6140964372a57bbb5a940d07e98aaef2f655bb1478716cad62a35eb9cf3045
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" dtkcore-devel qt5-x11extras-devel"
fi
dtkwm-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/qt5
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}