summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryjun1232020-08-02 19:17:56 +0800
committeryjun1232020-08-02 19:17:56 +0800
commitfb9ff6097ed9ad16c8b473ebea4a2b862419f6b5 (patch)
tree0a3eaded9b398a3b2f4bb4a32fa06bdb34c1db6f /PKGBUILD
parent105817f7f3060341ae601b13cdb0a1a51ddca2e4 (diff)
downloadaur-fb9ff6097ed9ad16c8b473ebea4a2b862419f6b5.tar.gz
fixed other files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc781b309e22..2422505c678d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=quickcut-git
_pkgname=${pkgname%-git}
_gitname=QuickCut
pkgver=v1.3.0.r7.gd6eb81a
-pkgrel=2
+pkgrel=3
pkgdesc="Your most handy video processing software."
arch=('x86_64' 'i686')
url="https://github.com/HaujetZhao/QuickCut"
@@ -51,7 +51,13 @@ package() {
# icon
icotool -x icon.ico
install -Dm644 icon_*_32x32x32.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
-
+
+ # other
+ mv languages ${pkgdir}/usr/lib/${_pkgname}/
+ install -Dm666 -t ${pkgdir}/usr/lib/${_pkgname}/ alispeech.log
+ install -Dm666 -t ${pkgdir}/usr/lib/${_pkgname}/ database.db
+ install -Dm666 -t ${pkgdir}/usr/lib/${_pkgname}/ traceback.log
+ install -dm777 ${pkgdir}/usr/lib/${_pkgname}/misc
# desktop entry
cat > ${pkgdir}/usr/share/applications/${_pkgname}.desktop << EOF
@@ -61,6 +67,7 @@ Version=1.0
Name=QuickCut
Comment=video processing software
Exec=quickcut
+Path=/usr/lib/quickcut
Icon=quickcut
Terminal=false
EOF