diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /qpealarmclock | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'qpealarmclock')
-rw-r--r-- | qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch | 83 | ||||
-rw-r--r-- | qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch | 0 | ||||
-rw-r--r-- | qpealarmclock/qpealarmclock_1.0.4.bb | 0 |
3 files changed, 0 insertions, 83 deletions
diff --git a/qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch b/qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch deleted file mode 100644 index bd69318a5c..0000000000 --- a/qpealarmclock/qpealarmclock-1.0.4/fix-compile.patch +++ /dev/null @@ -1,83 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- qpealarmclock_V1.0.4/AlarmDetails.h~fix-compile -+++ qpealarmclock_V1.0.4/AlarmDetails.h -@@ -64,25 +64,8 @@ - WEEKDAYS_IGNORE = 0xFF // do not change any days - }; - -- static const Weekdays flags[] = -- { -- WEEKDAYS_MONDAY, -- WEEKDAYS_TUESDAY, -- WEEKDAYS_WEDNSDAY, -- WEEKDAYS_THURSDAY, -- WEEKDAYS_FRIDAY, -- WEEKDAYS_SATURDAY, -- WEEKDAYS_SUNDAY -- }; -- -- static const AlarmDetails::Weekdays weekdaysGroups[] = -- { -- AlarmDetails::WEEKDAYS_NONE, -- AlarmDetails::WEEKDAYS_ALL, -- AlarmDetails::WEEKDAYS_WORKDAYS, -- AlarmDetails::WEEKDAYS_WEEKEND, -- AlarmDetails::WEEKDAYS_IGNORE -- }; -+ static const Weekdays flags[]; -+ static const AlarmDetails::Weekdays weekdaysGroups[]; - - AlarmDetails(int alarmNumberInit); - ~AlarmDetails(); ---- qpealarmclock_V1.0.4/AlarmDetails.cpp~fix-compile -+++ qpealarmclock_V1.0.4/AlarmDetails.cpp -@@ -3,22 +3,39 @@ - * - * Copyright (C) 2002 Dafydd Walters <dwalters@users.sourceforge.net> - * Modified by Anton Maslovsky <my-zaurus@narod.ru> 2003/01/28 -- * -+ * - * This program may be modified or redistributed under the terms of the GNU -- * General Public License (GPL), version 2 or later. A copy of the GNU GPL -- * should have accompanied the source code of this program. If not, please -+ * General Public License (GPL), version 2 or later. A copy of the GNU GPL -+ * should have accompanied the source code of this program. If not, please - * write to the Free Software Foundation Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - * - * This program is distributed without any warranty. -- */ -+ */ - - #include "AlarmDetails.h" - #include <qpe/config.h> - #include <qpe/alarmserver.h> - --const AlarmDetails::Weekdays AlarmDetails::flags[]; --const AlarmDetails::Weekdays AlarmDetails::weekdaysGroups[]; -+const AlarmDetails::Weekdays AlarmDetails::flags[] = -+{ -+ WEEKDAYS_MONDAY, -+ WEEKDAYS_TUESDAY, -+ WEEKDAYS_WEDNSDAY, -+ WEEKDAYS_THURSDAY, -+ WEEKDAYS_FRIDAY, -+ WEEKDAYS_SATURDAY, -+ WEEKDAYS_SUNDAY -+}; -+ -+const AlarmDetails::Weekdays AlarmDetails::weekdaysGroups[] = -+{ -+ AlarmDetails::WEEKDAYS_NONE, -+ AlarmDetails::WEEKDAYS_ALL, -+ AlarmDetails::WEEKDAYS_WORKDAYS, -+ AlarmDetails::WEEKDAYS_WEEKEND, -+ AlarmDetails::WEEKDAYS_IGNORE -+}; - - AlarmDetails::AlarmDetails(int alarmNumberInit) : alarmNumber(alarmNumberInit) - { diff --git a/qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch b/qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/qpealarmclock/qpealarmclock-1.0.4/qpealarm.patch +++ /dev/null diff --git a/qpealarmclock/qpealarmclock_1.0.4.bb b/qpealarmclock/qpealarmclock_1.0.4.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/qpealarmclock/qpealarmclock_1.0.4.bb +++ /dev/null |