[SCM] smplayer/master: add 04-not_define_reminder_actions.patch to do not define reminder actions (Closes: #770359)

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Thu Nov 20 19:08:11 UTC 2014


The following commit has been merged in the master branch:
commit f1c7d24c0b9609e2983a24bd3c987bf240ce086d
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Thu Nov 20 20:08:20 2014 +0100

    add 04-not_define_reminder_actions.patch to do not define reminder actions (Closes: #770359)

diff --git a/debian/changelog b/debian/changelog
index 43ad09b..0d0d412 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ smplayer (14.9.0~ds0-2) UNRELEASED; urgency=medium
   * Patch working: (thanks Alf Gaida <agaida at siduction.org>) 
     - add 03-completely_disable_check_updates.patch to completely disable
     checking updates. (Closes: #770357)
+    - add 04-not_define_reminder_actions.patch to do not define reminder
+    actions (Closes: #770359)
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Thu, 20 Nov 2014 19:59:08 +0100
 
diff --git a/debian/patches/04-not_define_reminder_actions.patch b/debian/patches/04-not_define_reminder_actions.patch
new file mode 100644
index 0000000..1d97163
--- /dev/null
+++ b/debian/patches/04-not_define_reminder_actions.patch
@@ -0,0 +1,20 @@
+Description: not define reminder acitons in the project file
+  as there are enough calls for donations on the project website.
+  Tehre is no need to have anything like that in the application
+  help menu
+Author: Alf Gaida <agaida at siduction.org>
+
+---
+Last-Update: <2014-11-20>
+
+--- smplayer-14.9.0~ds0.orig/src/smplayer.pro
++++ smplayer-14.9.0~ds0/src/smplayer.pro
+@@ -23,7 +23,7 @@ DEFINES += MPCGUI
+ DEFINES += SKINS
+ #DEFINES += UPDATE_CHECKER
+ #DEFINES += CHECK_UPGRADED
+-DEFINES += REMINDER_ACTIONS
++#DEFINES += REMINDER_ACTIONS
+ #DEFINES += USE_FONTCONFIG_OPTIONS
+ DEFINES += AUTO_SHUTDOWN_PC
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 12c39e9..54cf87e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-add-mplayer2-detection.patch
 02-disable_updates.patch
 03-completely_disable_check_updates.patch
+04-not_define_reminder_actions.patch

-- 
smplayer packaging



More information about the pkg-multimedia-commits mailing list