mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
octopi fix qt5 version and general cleanup
This commit is contained in:
parent
700902b3e0
commit
b7161ca8e3
@ -4,7 +4,7 @@
|
||||
pkgbase=octopi
|
||||
pkgname=('octopi' 'octopi-notifier' 'octopi-qt5' 'octopi-notifier-qt5')
|
||||
pkgver=0.4.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://octopiproject.wordpress.com/"
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
@ -76,8 +76,6 @@ build() {
|
||||
package_octopi() {
|
||||
pkgdesc="Octopi, a powerful Pacman frontend using Qt libs"
|
||||
depends+=('qt')
|
||||
provides+=('octopi')
|
||||
conflicts+=('octopi')
|
||||
|
||||
# start package
|
||||
cd ${srcdir}/${pkgbase}
|
||||
@ -91,7 +89,6 @@ package_octopi() {
|
||||
package_octopi-notifier() {
|
||||
pkgdesc="Octopi system tray notification"
|
||||
depends+=('qt')
|
||||
conflicts+=('octopi-notifier')
|
||||
|
||||
# main application
|
||||
cd "${srcdir}/${pkgbase}"
|
||||
@ -131,10 +128,9 @@ package_octopi-notifier-qt5() {
|
||||
|
||||
# main application
|
||||
cd "${srcdir}/${pkgbase}-qt5"
|
||||
install -Dm755 notifier/bin/octopi-notifier ${pkgdir}/usr/bin/${pkgname}
|
||||
install -Dm755 notifier/bin/octopi-notifier ${pkgdir}/usr/bin/octopi-notifier
|
||||
install -Dm644 octopi-notifier.desktop ${pkgdir}/usr/share/applications/octopi-notifier.desktop
|
||||
install -Dm644 resources/images/octopi_red.png ${pkgdir}/usr/share/icons/${pkgname}.png
|
||||
|
||||
install -Dm644 resources/images/octopi_red.png ${pkgdir}/usr/share/icons/octopi-notifier.png
|
||||
|
||||
#Pacmanhelper service files
|
||||
install -Dm755 notifier/bin/pacmanhelper ${pkgdir}/usr/lib/octopi/pacmanhelper
|
||||
|
Loading…
Reference in New Issue
Block a user