Skip to content

Commit

Permalink
Several fixes for upcoming Fedora 37 theme
Browse files Browse the repository at this point in the history
  • Loading branch information
luyatshimbalanga committed Aug 7, 2022
1 parent d636ec6 commit 251b39c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDIRS = default extras
VERSION = 36.0.2
NAME = f36-backgrounds-$(VERSION)
VERSION = 37.0.0
NAME = f37-backgrounds-$(VERSION)

all:
@for i in $(SUBDIRS) ; do \
Expand Down
6 changes: 3 additions & 3 deletions default/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WP_NAME=f36
WP_BIGNAME=F36
WP_NAME=f37
WP_BIGNAME=F37
WP_DIR=$(DESTDIR)/usr/share/backgrounds/$(WP_NAME)
WP_DIR_LN=/usr/share/backgrounds/$(WP_NAME)
GNOME_BG_DIR=$(DESTDIR)/usr/share/gnome-background-properties
Expand Down Expand Up @@ -41,7 +41,7 @@ install:
$(KDE_BG_DIR)/$(WP_BIGNAME)/contents/images/$${res}.png ; \
$(LN_S) ../../../../backgrounds/$(WP_NAME)/default/$(WP_NAME)-02-night.png \
$(KDE_BG_DIR)/$(WP_BIGNAME)/contents/images_dark/$${res}.png ; \
done; \
done;
$(MKDIR) $(PLASMA_BG_DIR)/$(WP_BIGNAME)
$(INSTALL) $(WP_NAME)-metadata.desktop $(PLASMA_BG_DIR)/$(WP_BIGNAME)/metadata.desktop

Expand Down
33 changes: 0 additions & 33 deletions default/f36-metadata.desktop

This file was deleted.

0 comments on commit 251b39c

Please sign in to comment.