new path and names
This commit is contained in:
parent
89923ccc9e
commit
0ffefb7c31
16
PKGBUILD
16
PKGBUILD
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user