some fixes

This commit is contained in:
Tio TROM 2022-09-07 05:27:45 +02:00
parent 5699cf6687
commit 1eefef0667
3 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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;

View File

@ -1,2 +0,0 @@
pre_install() {
}