some fixes
This commit is contained in:
parent
5699cf6687
commit
1eefef0667
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Version=1.1
|
||||
Type=Application
|
||||
Name=Theme switcher
|
||||
Comment=Theme switcher application
|
||||
Icon=system-software-install
|
||||
Categories=System;
|
||||
Name=TROMjaro Theme Switcher
|
||||
GenericName=TROMjaro Theme Switcher
|
||||
Comment=Change the theme based on TROMjaro's default theme set.
|
||||
Icon=theme-switcher
|
||||
Exec=theme-switcher
|
||||
Terminal=false
|
||||
X-Desktop-File-Install-Version=0.1
|
||||
Categories=DesktopSettings;GTK;Settings;X-XFCE-PersonalSettings;X-XFCE-SettingsDialog;XFCE;
|
||||
Keywords=settings;layout;toggle;switch;theme;
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
pre_install() {
|
||||
}
|
Loading…
Reference in New Issue
Block a user