add the app icon
This commit is contained in:
7
PKGBUILD
7
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: TROM <contact@tromsite.com>
|
||||
pkgname=tromjaro-theme-switcher
|
||||
pkgver=1.0.0
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="TROMjaro Theme switcher application"
|
||||
arch=(any)
|
||||
@ -26,4 +26,9 @@ package() {
|
||||
# copy executables
|
||||
install -Dm644 ${srcdir}/theme-switcher.desktop ${pkgdir}/usr/share/applications/tromjaro-theme-switcher.desktop
|
||||
install -Dm755 ${srcdir}/theme-switcher ${pkgdir}/usr/bin/tromjaro-theme-switcher
|
||||
|
||||
# copy the icon
|
||||
install -d ${pkgdir}/usr/share/icons/hicolor/scalable/apps
|
||||
install -Dm644 ${srcdir}/tromjaro-theme-switch.svg ${pkgdir}/usr/share/icons/hicolor/scalable/apps
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user