add the app icon

This commit is contained in:
2022-09-20 03:45:50 +02:00
parent bbfa0e9ad5
commit a67a02050b
3 changed files with 123 additions and 2 deletions

@ -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
}