ivanromanov pushed to torrent-file-editor (f22). "droped unused patch"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 12 07:08:28 UTC 2015


From 4951eb6fb4b5cc9a42aa4978837cdc3c3a5909a5 Mon Sep 17 00:00:00 2001
From: Ivan Romanov <drizt at land.ru>
Date: Tue, 12 May 2015 11:19:05 +0500
Subject: droped unused patch


diff --git a/.gitignore b/.gitignore
index 3a6eb29..8212c96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /torrent-file-editor-0.1.0.tar.gz
+/torrent-file-editor-0.2.0.tar.gz
diff --git a/sources b/sources
index e016117..67eb84a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74aa307d8809f1e77262ad4c75033f02  torrent-file-editor-0.1.0.tar.gz
+766bd824f48cf7dfcfbc86d2dee53b4c  torrent-file-editor-0.2.0.tar.gz
diff --git a/torrent-file-editor-appdata.patch b/torrent-file-editor-appdata.patch
deleted file mode 100644
index 907280d..0000000
--- a/torrent-file-editor-appdata.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-From d8833f10c67fdc436bf7af7ac4fbd7c14e34521b Mon Sep 17 00:00:00 2001
-From: Ivan Romanov <drizt at land.ru>
-Date: Sun, 25 Jan 2015 16:33:10 +0500
-Subject: [PATCH] Added AppData file
-
-AppData file allows to user to look screenshots and translaed
-descriptions before app installing.
-AppData specification: http://people.freedesktop.org/~hughsient/appdata/
-
-Fixed #1.
----
- CMakeLists.txt                  |  1 +
- torrent-file-editor.appdata.xml | 59 +++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 60 insertions(+)
- create mode 100644 torrent-file-editor.appdata.xml
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a7eb835..1fa40bf 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -115,6 +115,7 @@ add_subdirectory(translations)
- if(UNIX AND NOT APPLE)
-   install(TARGETS ${PROJECT_NAME} DESTINATION bin)
-   install(FILES torrent-file-editor.desktop DESTINATION share/applications)
-+  install(FILES torrent-file-editor.appdata.xml DESTINATION share/appdata)
-   install(FILES icons/app_16.png DESTINATION share/icons/hicolor/16x16/apps RENAME torrent-file-editor.png)
-   install(FILES icons/app_32.png DESTINATION share/icons/hicolor/32x32/apps RENAME torrent-file-editor.png)
-   install(FILES icons/app_48.png DESTINATION share/icons/hicolor/48x48/apps RENAME torrent-file-editor.png)
-diff --git a/torrent-file-editor.appdata.xml b/torrent-file-editor.appdata.xml
-new file mode 100644
-index 0000000..8f304bf
---- /dev/null
-+++ b/torrent-file-editor.appdata.xml
-@@ -0,0 +1,59 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<component type="desktop">
-+  <id>torrent-file-editor.desktop</id>
-+  <name>Torrent File Editor</name>
-+  <summary>Edit and create .torrent files</summary>
-+  <summary xml:lang="ru">Редактируйте и создавайте .torrent файлы</summary>
-+  <developer_name>Ivan Romanov</developer_name>
-+  <description>
-+  <p>
-+   Qt based GUI tool designed to create and edit .torrent files.
-+   This shows full content of .torrent file and allow to change any fields.
-+  </p>
-+  <p xml:lang="ru">
-+   Основаное на Qt приложение позволяет создавать и редактировать .torrent файлы.
-+   Оно показывает полное содержание .torrent файлов и позволяет менять любые значения.
-+  </p>
-+  <p>
-+   The main features.
-+  </p>
-+  <p xml:lang="ru">
-+   Основные возможности.
-+  </p>
-+  <ul>
-+    <li>Create .torrent file from scratch</li>
-+    <li>Edit .torrent file in user-friendly way</li>
-+    <li>Edit .torrent file in JSON format</li>
-+    <li>Add, remove and interchange files in .torrent file</li>
-+    <li>Support for codings</li>
-+    <li xml:lang="ru">Создание и редактирование .torrent файлов с нуля</li>
-+    <li xml:lang="ru">Редактирование .torrent файлов в формате древовидной структуры</li>
-+    <li xml:lang="ru">Редактирование .torrent файлов в JSON-формате</li>
-+    <li xml:lang="ru">Добавление и удаление файлов, а также изменение их порядка в .torrent файле</li>
-+    <li xml:lang="ru">Поддержка кодировок</li>
-+  </ul>
-+  </description>
-+  <metadata_license>CC0-1.0</metadata_license>
-+  <project_license>GPL-3.0+</project_license>
-+  <url type="bugtracker">https://github.com/drizt/torrent-file-editor/issues</url>
-+  <url type="homepage">https://sourceforge.net/projects/torrent-file-editor/</url>
-+  <screenshots>
-+    <screenshot type="default">
-+      <caption>The Main tab and About dialog</caption>
-+      <image height="608" width="1223">https://a.fsdn.com/con/app/proj/torrent-file-editor/screenshots/Selection_113.png</image>
-+    </screenshot>
-+    <screenshot>
-+      <caption>The Files tab</caption>
-+      <image height="608" width="1223">https://a.fsdn.com/con/app/proj/torrent-file-editor/screenshots/Selection_114.png</image>
-+    </screenshot>
-+    <screenshot>
-+      <caption>The Tree tab</caption>
-+      <image height="608" width="1223">https://a.fsdn.com/con/app/proj/torrent-file-editor/screenshots/Selection_115.png</image>
-+    </screenshot>
-+    <screenshot>
-+      <caption>The Raw tab</caption>
-+      <image height="608" width="1223">https://a.fsdn.com/con/app/proj/torrent-file-editor/screenshots/Selection_116.png</image>
-+    </screenshot>
-+  </screenshots>
-+  <updatecontact>drizt at land.ru</updatecontact>
-+</component>
--- 
-1.9.3
-
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/torrent-file-editor.git/commit/?h=f22&id=4951eb6fb4b5cc9a42aa4978837cdc3c3a5909a5


More information about the scm-commits mailing list