new path and names

This commit is contained in:
Tio TROM 2022-09-14 17:17:28 +02:00
parent 89923ccc9e
commit 0ffefb7c31
1 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=theme-switcher
# Maintainer: TROM <contact@tromsite.com>
pkgname=tromjaro-theme-switcher
pkgver=1.0.0
pkgrel=1
pkgdesc="Theme switcher application"
pkgdesc="TROMjaro Theme switcher application"
arch=(any)
url=""
license=(unknown)
depends=('yad'
'zafiro-icon-theme'
'skeuos-gtk')
provides=('theme-switcher')
provides=('tromjaro-theme-switcher')
backup=()
options=(!strip)
source=("theme-switcher"
@ -20,10 +20,10 @@ sha256sums=('SKIP'
'SKIP')
package() {
# copy icons
install -d ${pkgdir}/usr/share/theme-switcher/icons
install -Dm644 ${srcdir}/icons/* ${pkgdir}/usr/share/theme-switcher/icons
install -d ${pkgdir}/usr/share/tromjaro-theme-switcher/icons
install -Dm644 ${srcdir}/icons/* ${pkgdir}/usr/share/tromjaro-theme-switcher/icons
# copy executables
install -Dm644 ${srcdir}/theme-switcher.desktop ${pkgdir}/usr/share/applications/theme-switcher.desktop
install -Dm755 ${srcdir}/theme-switcher ${pkgdir}/usr/bin/theme-switcher
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
}