From 35a53b652f1c39bff18f7979a17b57bd4a2a9cfc Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 2 Jun 2011 23:11:09 +0200 Subject: [PATCH] gtkpod: Updated (1.0.0 -> 2.0.1) --- .../gtkpod-2.0.1-no-update-icon-cache.patch | 175 ++++++++++++++++++ x11/gtkpod/gtkpod.conf | 16 ++ x11/gtkpod/gtkpod.desc | 4 +- x11/gtkpod/no-update-icon-cache.patch | 27 --- 4 files changed, 193 insertions(+), 29 deletions(-) create mode 100644 x11/gtkpod/gtkpod-2.0.1-no-update-icon-cache.patch create mode 100644 x11/gtkpod/gtkpod.conf delete mode 100644 x11/gtkpod/no-update-icon-cache.patch diff --git a/x11/gtkpod/gtkpod-2.0.1-no-update-icon-cache.patch b/x11/gtkpod/gtkpod-2.0.1-no-update-icon-cache.patch new file mode 100644 index 000000000..718fdaca5 --- /dev/null +++ b/x11/gtkpod/gtkpod-2.0.1-no-update-icon-cache.patch @@ -0,0 +1,175 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../gtkpod/gtkpod-2.0.1-no-update-icon-cache.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- gtkpod-2.0.1/plugins/media_player/icons/Makefile.am.orig 2011-06-02 02:31:13.236004954 +0200 ++++ gtkpod-2.0.1/plugins/media_player/icons/Makefile.am 2011-06-02 02:40:32.512004949 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/cover_display/icons/Makefile.am.orig 2011-06-02 02:31:13.272004958 +0200 ++++ gtkpod-2.0.1/plugins/cover_display/icons/Makefile.am 2011-06-02 02:40:42.520004948 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/playlist_display/icons/Makefile.am.orig 2011-06-02 02:31:13.304004955 +0200 ++++ gtkpod-2.0.1/plugins/playlist_display/icons/Makefile.am 2011-06-02 02:40:47.500004949 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/core_preferences/icons/Makefile.am.orig 2011-06-02 02:31:13.344004942 +0200 ++++ gtkpod-2.0.1/plugins/core_preferences/icons/Makefile.am 2011-06-02 02:39:31.636004948 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/sorttab_display/icons/Makefile.am.orig 2011-06-02 02:31:13.376004946 +0200 ++++ gtkpod-2.0.1/plugins/sorttab_display/icons/Makefile.am 2011-06-02 02:39:38.228004948 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/photo_editor/icons/Makefile.am.orig 2011-06-02 02:31:13.420004949 +0200 ++++ gtkpod-2.0.1/plugins/photo_editor/icons/Makefile.am 2011-06-02 02:39:43.076004949 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/track_display/icons/Makefile.am.orig 2011-06-02 02:31:13.432004957 +0200 ++++ gtkpod-2.0.1/plugins/track_display/icons/Makefile.am 2011-06-02 02:39:48.312004948 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/coverweb/icons/Makefile.am.orig 2011-06-02 02:31:13.476004939 +0200 ++++ gtkpod-2.0.1/plugins/coverweb/icons/Makefile.am 2011-06-02 02:39:53.720004948 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/plugins/mserv/icons/Makefile.am.orig 2011-06-02 02:31:13.504004944 +0200 ++++ gtkpod-2.0.1/plugins/mserv/icons/Makefile.am 2011-06-02 02:39:58.672004949 +0200 +@@ -5,10 +5,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi +\ No newline at end of file ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; +--- gtkpod-2.0.1/icons/Makefile.am.orig 2011-06-02 02:31:13.548004957 +0200 ++++ gtkpod-2.0.1/icons/Makefile.am 2011-06-02 02:40:03.220004947 +0200 +@@ -10,10 +10,5 @@ + install-data-hook: update-icon-cache + uninstall-hook: update-icon-cache + update-icon-cache: +- @-if test -z "$(DESTDIR)"; then \ +- echo "Updating Gtk icon cache."; \ +- $(gtk_update_icon_cache); \ +- else \ +- echo "*** Icon cache not updated. After (un)install, run this:"; \ +- echo "*** $(gtk_update_icon_cache)"; \ +- fi ++ @-echo "*** Icon cache not updated. After (un)install, run this:"; \ ++ echo "*** $(gtk_update_icon_cache)"; diff --git a/x11/gtkpod/gtkpod.conf b/x11/gtkpod/gtkpod.conf new file mode 100644 index 000000000..067595173 --- /dev/null +++ b/x11/gtkpod/gtkpod.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../gtkpod/gtkpod.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# we patch several Makefile.am files to not run update-icon-cache +hook_add preconf 9 'autoreconf -vfi' diff --git a/x11/gtkpod/gtkpod.desc b/x11/gtkpod/gtkpod.desc index 1a6eb5443..23d108202 100644 --- a/x11/gtkpod/gtkpod.desc +++ b/x11/gtkpod/gtkpod.desc @@ -44,8 +44,8 @@ [L] GPL [S] Stable -[V] 1.0.0 +[V] 2.0.1 [P] X -----5---9 220.600 -[D] 3080810588 gtkpod-1.0.0.tar.gz http://dl.sourceforge.net/gtkpod/ +[D] 108492908 gtkpod-2.0.1.tar.gz http://dl.sourceforge.net/gtkpod/ diff --git a/x11/gtkpod/no-update-icon-cache.patch b/x11/gtkpod/no-update-icon-cache.patch deleted file mode 100644 index 4281f5c8b..000000000 --- a/x11/gtkpod/no-update-icon-cache.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../gtkpod/no-update-icon-cache.patch -# Copyright (C) 2010 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- gtkpod-0.99.14/data/icons/Makefile.in.orig 2010-08-09 16:34:57.208169537 +0200 -+++ gtkpod-0.99.14/data/icons/Makefile.in 2010-08-09 16:40:00.380336430 +0200 -@@ -527,7 +527,7 @@ - uninstall-hook - - --install-data-hook: update-icon-cache -+install-data-hook: - uninstall-hook: update-icon-cache - update-icon-cache: - @-if test -z "$(DESTDIR)"; then \