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) arch=(any)
url="" url=""
license=(unknown) license=(unknown)
depends=('yad', depends=('yad'
'zafiro-icon-theme-git', 'zafiro-icon-theme'
'skeuos-gtk') 'skeuos-gtk')
provides=('theme-switcher') provides=('theme-switcher')
backup=() backup=()
options=(!strip) options=(!strip)
install='theme-switcher.install'
source=("theme-switcher" source=("theme-switcher"
"theme-switcher.desktop", "theme-switcher.desktop"
"theme-switcher-icons.tar.gz") "theme-switcher-icons.tar.gz")
sha256sums=('SKIP'
'SKIP'
'SKIP')
package() { package() {
# copy icons # copy icons
install -d ${pkgdir}/usr/share/theme-switcher/icons
install -Dm644 ${srcdir}/icons/* ${pkgdir}/usr/share/theme-switcher/icons install -Dm644 ${srcdir}/icons/* ${pkgdir}/usr/share/theme-switcher/icons
# copy executables # copy executables

View File

@ -1,10 +1,10 @@
[Desktop Entry] [Desktop Entry]
Version=1.0 Version=1.1
Type=Application Type=Application
Name=Theme switcher Name=TROMjaro Theme Switcher
Comment=Theme switcher application GenericName=TROMjaro Theme Switcher
Icon=system-software-install Comment=Change the theme based on TROMjaro's default theme set.
Categories=System; Icon=theme-switcher
Exec=theme-switcher Exec=theme-switcher
Terminal=false Categories=DesktopSettings;GTK;Settings;X-XFCE-PersonalSettings;X-XFCE-SettingsDialog;XFCE;
X-Desktop-File-Install-Version=0.1 Keywords=settings;layout;toggle;switch;theme;

View File

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