1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Mon, 31 Oct 2022 13:44:55 +0100
Subject: Remove obsolete appdata.xml
Forwarded: not-needed
---
contrib/Makefile.am | 3 ---
contrib/worker.appdata.xml | 31 -------------------------------
2 files changed, 34 deletions(-)
delete mode 100644 contrib/worker.appdata.xml
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 1e3c298..766050e 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -3,9 +3,6 @@
applicationsdir = $(datadir)/applications
dist_applications_DATA = worker.desktop
-appdatadir = $(datadir)/appdata
-dist_appdata_DATA = worker.appdata.xml
-
metainfodir = $(datadir)/metainfo
dist_metainfo_DATA = de.boomerangsworld.worker.metainfo.xml
diff --git a/contrib/worker.appdata.xml b/contrib/worker.appdata.xml
deleted file mode 100644
index 6923c8b..0000000
--- a/contrib/worker.appdata.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2017 Ralf Hoffmann <ralf@boomerangsworld.de> -->
-<component type="desktop-application">
- <id>worker.desktop</id>
- <metadata_license>FSFAP</metadata_license>
- <project_license>GPL-2.0+</project_license>
- <name>Worker</name>
- <summary>Worker is a two-pane file manager for the X Window System</summary>
- <description>
- <p>Worker is a two-pane file manager for the X Window System on
- UN*X. The directories and files are shown in two independent
- panels supporting a lot of advanced file manipulation
- features. The main focus is to make managing files easy with full
- keyboard control, also assisting in finding files and directories
- by using history of accessed directories, live filtering, and
- access to commands by using the keyboard.
- </p>
- </description>
- <url type="homepage">http://www.boomerangsworld.de/cms/worker/</url>
- <screenshots>
- <screenshot type="default">http://www.boomerangsworld.de/cms/worker/pics/worker-mainwindow1.png</screenshot>
- </screenshots>
- <categories>
- <category>FileManager</category>
- <category>FileTools</category>
- <category>System</category>
- </categories>
- <provides>
- <binary>worker</binary>
- </provides>
-</component>
|