From cb6cb4c627de80359e90e4cdcf35809596a30651 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 30 Apr 2022 11:21:46 +0100 Subject: [PATCH] Remove obsolete fixed-blix theme Fixes issue #73. --- composer.json | 1 - composer.lock | 22 ++------------- composer.patches.json | 3 -- .../themes/0065-Patch-theme-fixed-blix.patch | 28 ------------------- 4 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 patches/themes/0065-Patch-theme-fixed-blix.patch diff --git a/composer.json b/composer.json index fc40066e..56ba555d 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,6 @@ "wpackagist-theme/default": "1.7.2", "wpackagist-theme/disconnected": "1.3.0", "wpackagist-theme/elegant-grunge": "1.1", - "wpackagist-theme/fixed-blix": "^2009.08", "wpackagist-theme/fresh-editorial": "2.1", "wpackagist-theme/gone-fishing": "2.0", "wpackagist-theme/hybrid": "1.2", diff --git a/composer.lock b/composer.lock index bd39f155..1a7d6bc7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ff70a4c949ac050b5f7e3ade07961437", + "content-hash": "32bb888e821f7226ef335bbc8f4cd794", "packages": [ { "name": "bjornjohansen/wplang", @@ -1627,24 +1627,6 @@ "type": "wordpress-theme", "homepage": "https://wordpress.org/themes/ff-multipurpose/" }, - { - "name": "wpackagist-theme/fixed-blix", - "version": "2009.08.13", - "source": { - "type": "svn", - "url": "https://themes.svn.wordpress.org/fixed-blix/", - "reference": "2009.08.13" - }, - "dist": { - "type": "zip", - "url": "https://downloads.wordpress.org/theme/fixed-blix.2009.08.13.zip" - }, - "require": { - "composer/installers": "^1.0 || ^2.0" - }, - "type": "wordpress-theme", - "homepage": "https://wordpress.org/themes/fixed-blix/" - }, { "name": "wpackagist-theme/fresh-editorial", "version": "2.1", @@ -2196,5 +2178,5 @@ "php": ">=7.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.0.0" } diff --git a/composer.patches.json b/composer.patches.json index 0e392043..c32112d2 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -47,9 +47,6 @@ "wpackagist-theme/elegant-grunge": { "Theme footer": "patches/themes/0064-Patch-theme-elegant-grunge.patch" }, - "wpackagist-theme/fixed-blix": { - "Theme footer": "patches/themes/0065-Patch-theme-fixed-blix.patch" - }, "wpackagist-theme/fresh-editorial": { "Theme footer": "patches/themes/0067-Patch-theme-fresh-editorial.patch" }, diff --git a/patches/themes/0065-Patch-theme-fixed-blix.patch b/patches/themes/0065-Patch-theme-fixed-blix.patch deleted file mode 100644 index e59e2a77..00000000 --- a/patches/themes/0065-Patch-theme-fixed-blix.patch +++ /dev/null @@ -1,28 +0,0 @@ -From c73b76c0d9bf78b93df9db392f94f8f78c7bea8f Mon Sep 17 00:00:00 2001 -From: root <root@rivolta.investici.org> -Date: Tue, 7 Dec 2010 12:57:55 +0000 -Subject: [PATCH 065/229] Patch theme fixed-blix - ---- - wp-content/themes/fixed-blix/footer.php | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/wp-content/themes/fixed-blix/footer.php b/wp-content/themes/fixed-blix/footer.php -index b1af61fb..8c4003bc 100644 ---- a/wp-content/themes/fixed-blix/footer.php -+++ b/wp-content/themes/fixed-blix/footer.php -@@ -8,9 +8,8 @@ - $locale = get_locale(); - if (!$locale || $locale == 'en_US') { - ?> -- <strong>© Copyright <?php echo date('Y'), ' '; bloginfo('name'); ?>. All rights reserved.</strong><br /> --<?php } ?> -- <a href="http://lettersandscience.net/Blix/"><strong>Blix</strong></a> theme. <?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?> <?php bloginfo('version'); ?>. <?php wp_loginout(); ?> -+ <?php } ?> -+ <p> Powered by <a href='http://autistici.org/'><strong>R*</strong></a></p> <?php wp_loginout(); ?> - </p> - - <?php do_action('wp_footer'); ?> --- -2.17.1 - -- GitLab