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