mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
Install desktop entries and icon in AUR packages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pkgbase = bearhub-git
|
||||
pkgdesc = Arch-first package manager hub (development snapshot, fork of bauh)
|
||||
pkgver = 0.10.7.r0.g0000000
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/spalencsar/bearhub
|
||||
arch = any
|
||||
license = ZLIB
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pkgname=bearhub-git
|
||||
pkgver=0.10.7.r0.g0000000
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Arch-first package manager hub (development snapshot, fork of bauh)"
|
||||
arch=('any')
|
||||
url="https://github.com/spalencsar/bearhub"
|
||||
@@ -40,4 +40,11 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/bearhub"
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
|
||||
install -Dm644 "bauh/desktop/bauh.desktop" \
|
||||
"$pkgdir/usr/share/applications/bearhub.desktop"
|
||||
install -Dm644 "bauh/desktop/bauh_tray.desktop" \
|
||||
"$pkgdir/usr/share/applications/bearhub-tray.desktop"
|
||||
install -Dm644 "bauh/view/resources/img/logo.svg" \
|
||||
"$pkgdir/usr/share/icons/hicolor/scalable/apps/bearhub.svg"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
pkgbase = bearhub
|
||||
pkgdesc = Arch-first package manager hub (community-maintained fork of bauh)
|
||||
pkgver = 0.10.7
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/spalencsar/bearhub
|
||||
arch = any
|
||||
license = ZLIB
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
pkgname=bearhub
|
||||
pkgver=0.10.7
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Arch-first package manager hub (community-maintained fork of bauh)"
|
||||
arch=('any')
|
||||
url="https://github.com/spalencsar/bearhub"
|
||||
@@ -33,4 +33,11 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-${pkgver}-bearhub.2"
|
||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||
|
||||
install -Dm644 "bauh/desktop/bauh.desktop" \
|
||||
"$pkgdir/usr/share/applications/bearhub.desktop"
|
||||
install -Dm644 "bauh/desktop/bauh_tray.desktop" \
|
||||
"$pkgdir/usr/share/applications/bearhub-tray.desktop"
|
||||
install -Dm644 "bauh/view/resources/img/logo.svg" \
|
||||
"$pkgdir/usr/share/icons/hicolor/scalable/apps/bearhub.svg"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user