mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
qtcurve: fix translation issue
This commit is contained in:
parent
f5f5a14ec0
commit
4f13ddaeb8
@ -5,7 +5,7 @@
|
||||
pkgbase=qtcurve
|
||||
pkgname=('qtcurve-utils' 'qtcurve-qt5' 'qtcurve-kde4')
|
||||
pkgver=1.8.18
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='A configurable set of widget styles for KDE and Gtk'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/QtCurve/qtcurve'
|
||||
@ -39,8 +39,8 @@ build() {
|
||||
package_qtcurve-utils() {
|
||||
depends=('libx11')
|
||||
cd $pkgbase-$pkgver/build
|
||||
make -C lib/utils DESTDIR="$pkgdir" install
|
||||
make -C po DESTDIR="$pkgdir" install
|
||||
make DESTDIR="$pkgdir" install
|
||||
rm -rf ${pkgdir}/usr/{share/apps,lib/kde4,lib/qt5}
|
||||
}
|
||||
|
||||
package_qtcurve-kde4() {
|
||||
|
Loading…
Reference in New Issue
Block a user