[arch-commits] Commit in dtkgui/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 15:53:00 UTC 2021
Date: Monday, July 5, 2021 @ 15:53:00
Author: felixonmars
Revision: 972376
upgpkg: dtkgui 5.5.17.1-2: remove outdated hack
Modified:
dtkgui/trunk/PKGBUILD
----------+
PKGBUILD | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 15:50:15 UTC (rev 972375)
+++ PKGBUILD 2021-07-05 15:53:00 UTC (rev 972376)
@@ -2,7 +2,7 @@
pkgname=dtkgui
pkgver=5.5.17.1
-pkgrel=1
+pkgrel=2
pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
arch=('x86_64')
url="https://github.com/linuxdeepin/dtkgui"
@@ -12,14 +12,6 @@
source=("https://github.com/linuxdeepin/dtkgui/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('15830b286ab7cec5feac76bcb11b47e00afecfd0a22e5086f64393ed31d3ef78999d9e40c136f49171ee14c07e1128060ef544733c9215ef9e50211fb3008e8f')
-prepare() {
- cd dtkgui-$pkgver
- # Patch out 5.5 suffix. The version number in dtkcore & friends never matched their tags,
- # and current version of dde-session-shell requires 5.5 explicitly. Let's make qmake and
- # cmake happy while upstream didn't react on this matter.
- find . -name '*.pro' -exec sed -i 's/dtkcore5.5/dtkcore/g;s/dtkgui5.5/dtkgui/g' {} \;
-}
-
build() {
cd dtkgui-$pkgver
qmake-qt5 PREFIX=/usr DTK_VERSION=$pkgver LIB_INSTALL_DIR=/usr/lib
More information about the arch-commits
mailing list