From 4c82d6820f590f8d1cb9edd023cb04da388f2e57 Mon Sep 17 00:00:00 2001 From: Darin Date: Sat, 6 Apr 2024 21:30:41 -0400 Subject: [PATCH] Remove -darker and -darkest themes These have been deprecated for a while. The folders only contain symlinks to the regular and -dark theme, no actual content. --- Makefile.in | 10 ---------- elementary-xfce-darker/AUTHORS | 1 - elementary-xfce-darker/CONTRIBUTORS | 1 - elementary-xfce-darker/LICENSE | 1 - elementary-xfce-darker/README.md | 1 - elementary-xfce-darker/index.theme | 9 --------- elementary-xfce-darkest/AUTHORS | 1 - elementary-xfce-darkest/CONTRIBUTORS | 1 - elementary-xfce-darkest/LICENSE | 1 - elementary-xfce-darkest/README.md | 1 - elementary-xfce-darkest/index.theme | 9 --------- 11 files changed, 36 deletions(-) delete mode 120000 elementary-xfce-darker/AUTHORS delete mode 120000 elementary-xfce-darker/CONTRIBUTORS delete mode 120000 elementary-xfce-darker/LICENSE delete mode 120000 elementary-xfce-darker/README.md delete mode 100644 elementary-xfce-darker/index.theme delete mode 120000 elementary-xfce-darkest/AUTHORS delete mode 120000 elementary-xfce-darkest/CONTRIBUTORS delete mode 120000 elementary-xfce-darkest/LICENSE delete mode 120000 elementary-xfce-darkest/README.md delete mode 100644 elementary-xfce-darkest/index.theme diff --git a/Makefile.in b/Makefile.in index 0565aa117..fac4a4ca5 100755 --- a/Makefile.in +++ b/Makefile.in @@ -13,29 +13,21 @@ install: install -d $(DESTDIR)/$(PREFIX)/share/icons cp -rf build/elementary-xfce $(DESTDIR)/$(PREFIX)/share/icons cp -rf build/elementary-xfce-dark $(DESTDIR)/$(PREFIX)/share/icons - cp -rf build/elementary-xfce-darker $(DESTDIR)/$(PREFIX)/share/icons - cp -rf build/elementary-xfce-darkest $(DESTDIR)/$(PREFIX)/share/icons @echo @echo The icon-theme cache has not yet been regenerated, which means your changes may not be visible yet. Please run 'make icon-caches' next. uninstall: rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-dark - rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-darker - rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-darkest icon-caches: gtk-update-icon-cache -f $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce gtk-update-icon-cache -f $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-dark - gtk-update-icon-cache -f $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-darker - gtk-update-icon-cache -f $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce-darkest test: builddir $(SUBDIRS) chmod +x ./svgtopng/pngtheme.sh @./svgtopng/pngtheme.sh build/elementary-xfce @./svgtopng/pngtheme.sh build/elementary-xfce-dark - @./svgtopng/pngtheme.sh build/elementary-xfce-darker - @./svgtopng/pngtheme.sh build/elementary-xfce-darkest build: test @echo == Optimizing all icon pngs @@ -45,8 +37,6 @@ builddir: mkdir -p build mkdir -p build/elementary-xfce && cp -R elementary-xfce/. build/elementary-xfce mkdir -p build/elementary-xfce-dark && cp -R elementary-xfce-dark/. build/elementary-xfce-dark - mkdir -p build/elementary-xfce-darker && cp -R elementary-xfce-darker/. build/elementary-xfce-darker - mkdir -p build/elementary-xfce-darkest && cp -R elementary-xfce-darkest/. build/elementary-xfce-darkest rm build/elementary-xfce/AUTHORS && cp AUTHORS build/elementary-xfce rm build/elementary-xfce/CONTRIBUTORS && cp CONTRIBUTORS build/elementary-xfce rm build/elementary-xfce/LICENSE && cp LICENSE build/elementary-xfce diff --git a/elementary-xfce-darker/AUTHORS b/elementary-xfce-darker/AUTHORS deleted file mode 120000 index de2326f9b..000000000 --- a/elementary-xfce-darker/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/AUTHORS \ No newline at end of file diff --git a/elementary-xfce-darker/CONTRIBUTORS b/elementary-xfce-darker/CONTRIBUTORS deleted file mode 120000 index fcf0565d9..000000000 --- a/elementary-xfce-darker/CONTRIBUTORS +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/CONTRIBUTORS \ No newline at end of file diff --git a/elementary-xfce-darker/LICENSE b/elementary-xfce-darker/LICENSE deleted file mode 120000 index 0d5326fc8..000000000 --- a/elementary-xfce-darker/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/LICENSE \ No newline at end of file diff --git a/elementary-xfce-darker/README.md b/elementary-xfce-darker/README.md deleted file mode 120000 index aa62373be..000000000 --- a/elementary-xfce-darker/README.md +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/README.md \ No newline at end of file diff --git a/elementary-xfce-darker/index.theme b/elementary-xfce-darker/index.theme deleted file mode 100644 index b7a27134c..000000000 --- a/elementary-xfce-darker/index.theme +++ /dev/null @@ -1,9 +0,0 @@ -[Icon Theme] -Name=elementary Xfce darker -Comment=Deprecated, please use elementary Xfce dark -Inherits=elementary-xfce-dark - -Example=directory-x-normal - -#Directory list -Directories= \ No newline at end of file diff --git a/elementary-xfce-darkest/AUTHORS b/elementary-xfce-darkest/AUTHORS deleted file mode 120000 index de2326f9b..000000000 --- a/elementary-xfce-darkest/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/AUTHORS \ No newline at end of file diff --git a/elementary-xfce-darkest/CONTRIBUTORS b/elementary-xfce-darkest/CONTRIBUTORS deleted file mode 120000 index fcf0565d9..000000000 --- a/elementary-xfce-darkest/CONTRIBUTORS +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/CONTRIBUTORS \ No newline at end of file diff --git a/elementary-xfce-darkest/LICENSE b/elementary-xfce-darkest/LICENSE deleted file mode 120000 index 0d5326fc8..000000000 --- a/elementary-xfce-darkest/LICENSE +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/LICENSE \ No newline at end of file diff --git a/elementary-xfce-darkest/README.md b/elementary-xfce-darkest/README.md deleted file mode 120000 index aa62373be..000000000 --- a/elementary-xfce-darkest/README.md +++ /dev/null @@ -1 +0,0 @@ -../elementary-xfce/README.md \ No newline at end of file diff --git a/elementary-xfce-darkest/index.theme b/elementary-xfce-darkest/index.theme deleted file mode 100644 index 77d9bab33..000000000 --- a/elementary-xfce-darkest/index.theme +++ /dev/null @@ -1,9 +0,0 @@ -[Icon Theme] -Name=elementary Xfce darkest -Comment=Deprecated, please use elementary Xfce -Inherits=elementary-xfce - -Example=directory-x-normal - -#Directory list -Directories= \ No newline at end of file