Enable configure options explicitly Drop source and patch for icons since it is now upstream https://trac.transmissionbt.com/wiki/Changes#version-2.30b1 * Major changes include the following: * µTP, UDP tracker, Multiscrape support * Download scarcest pieces first * The "lazy bitfield" feature has been superseded by the "Fast Extension" BEP6 * GTK: Register as a magnet link handler in the .desktop file * Web: Peer and Network preferencesepel9
parent
7a5ff087b5
commit
975afb6029
@ -1,38 +0,0 @@
|
|||||||
From 1c16f68daf8c02fcbbe091e03cca1678f05e32c4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
Date: Thu, 10 Mar 2011 17:55:30 +0000
|
|
||||||
Subject: [PATCH] Update for new icons
|
|
||||||
|
|
||||||
---
|
|
||||||
gtk/icons/Makefile.am | 8 +++++---
|
|
||||||
1 files changed, 5 insertions(+), 3 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/gtk/icons/Makefile.am b/gtk/icons/Makefile.am
|
|
||||||
index 335f5a7..fee9ead 100644
|
|
||||||
--- a/gtk/icons/Makefile.am
|
|
||||||
+++ b/gtk/icons/Makefile.am
|
|
||||||
@@ -10,6 +10,7 @@ public_icons = \
|
|
||||||
hicolor_apps_24x24_transmission.png \
|
|
||||||
hicolor_apps_32x32_transmission.png \
|
|
||||||
hicolor_apps_48x48_transmission.png \
|
|
||||||
+ hicolor_apps_256x256_transmission.png \
|
|
||||||
hicolor_apps_scalable_transmission.svg \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
@@ -17,9 +18,10 @@ private_icons = \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
noinst_DATA = \
|
|
||||||
- hicolor_apps_16x16_transmission.svg
|
|
||||||
- hicolor_apps_22x22_transmission.svg
|
|
||||||
- hicolor_apps_32x32_transmission.svg
|
|
||||||
+ hicolor_apps_16x16_transmission.svg \
|
|
||||||
+ hicolor_apps_22x22_transmission.svg \
|
|
||||||
+ hicolor_apps_32x32_transmission.svg \
|
|
||||||
+ transmission.svg \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
--
|
|
||||||
1.7.4.1
|
|
||||||
|
|
@ -1,2 +1 @@
|
|||||||
052d37d290658e87d543d0d1bafd7b06 transmission-2.22.tar.xz
|
63ffeb8990eca051e055ff5f88300b91 transmission-2.30b1.tar.xz
|
||||||
86ba89f0299c8b0cde2a0fa19338dbde icons.tar.bz2
|
|
||||||
|
Loading…
Reference in new issue