some fixes
This commit is contained in:
12
PKGBUILD
12
PKGBUILD
@ -6,19 +6,21 @@ pkgdesc="Theme switcher application"
|
||||
arch=(any)
|
||||
url=""
|
||||
license=(unknown)
|
||||
depends=('yad',
|
||||
'zafiro-icon-theme-git',
|
||||
depends=('yad'
|
||||
'zafiro-icon-theme'
|
||||
'skeuos-gtk')
|
||||
provides=('theme-switcher')
|
||||
backup=()
|
||||
options=(!strip)
|
||||
install='theme-switcher.install'
|
||||
source=("theme-switcher"
|
||||
"theme-switcher.desktop",
|
||||
"theme-switcher.desktop"
|
||||
"theme-switcher-icons.tar.gz")
|
||||
|
||||
sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
package() {
|
||||
# copy icons
|
||||
install -d ${pkgdir}/usr/share/theme-switcher/icons
|
||||
install -Dm644 ${srcdir}/icons/* ${pkgdir}/usr/share/theme-switcher/icons
|
||||
|
||||
# copy executables
|
||||
|
Reference in New Issue
Block a user