debian/0000755000000000000000000000000012216161374007171 5ustar debian/watch0000644000000000000000000000010011652053655010216 0ustar version=3 http://sf.net/hdateapplet/hdate-applet-(.*)\.tar\.bz2 debian/compat0000644000000000000000000000000211652053655010374 0ustar 5 debian/dirs0000644000000000000000000000000411652053655010054 0ustar usr debian/changelog0000644000000000000000000001015712216161320011036 0ustar hdate-applet (0.15.11-2) unstable; urgency=low * Stop building with evolution, no support for 3.8 (Closes: #722039) - Drop libecal0.2-dev from build-dep -- Lior Kaplan Wed, 18 Sep 2013 01:16:04 +0200 hdate-applet (0.15.11-1.1) unstable; urgency=low * Non-maintainer upload, for the GNOME 3 transition. * Disable the GNOME 2 panel applet and only build the standalone application. (Closes: #638114) - Drop Build-Depends on libpanel-applet2-dev. - Add Build-Depends on libgtk2.0-dev. - Pass --without-gnome to configure. - Add no-bonobo.patch to make the evolution support compile without the bonobo headers. -- Michael Biebl Fri, 28 Oct 2011 09:22:23 +0200 hdate-applet (0.15.11-1) unstable; urgency=low * New upstream release. * Switch to dpkg-source 3.0 (quilt) format. -- Lior Kaplan Mon, 08 Nov 2010 23:08:58 +0200 hdate-applet (0.15.10-3) unstable; urgency=low * debian/control: - Add build dependency on libgnomeui-dev (Closes: #572872, #581294) - Bump Standards-Version to 3.8.4 (no changes needed) -- Lior Kaplan Sun, 23 May 2010 00:54:02 +0300 hdate-applet (0.15.10-2.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: add library search path to CFLAGS, fixes FTBFS (Closes: #536945) -- David Paleino Fri, 18 Sep 2009 00:01:47 +0200 hdate-applet (0.15.10-2) unstable; urgency=low * Fix FTBFS due to missing execute permissions on mkinstalldirs. -- Lior Kaplan Wed, 03 Sep 2008 23:14:23 +0300 hdate-applet (0.15.10-1) unstable; urgency=low * New upstream release - Accepcts negtive timezone values (Closes: #488616) * Add mkinstalldirs script as the build with cdbs needs it. -- Lior Kaplan Wed, 03 Sep 2008 16:13:52 +0300 hdate-applet (0.15.9-1) unstable; urgency=low * New upstream release (Closes: #469118, #462782) - Patch for #429288 merged upstream. - Supports I18N. Now we can localize to other languages than Hebrew. (Closes: #349734) * Updated debian/copyright as license is now GPLv3 (also fixes copyright-without-copyright-notice lintian warning) * Merge PO template changes to the PO files, update the Hebrew translation. -- Lior Kaplan Sat, 22 Mar 2008 11:36:56 +0200 hdate-applet (0.15.6-8) unstable; urgency=low * Bump Standards-Version to 3.7.3 (no changes needed) * Fix close button in "about hdate-applet" window with patch by Jonas Schneider (Closes: #429288) -- Lior Kaplan Fri, 28 Dec 2007 15:20:56 +0200 hdate-applet (0.15.6-7) unstable; urgency=low * Fix typo in description * Add XS-Vcs-Browser and XS-Vcs-Svn tags -- Baruch Even Fri, 06 Jul 2007 15:27:53 +0300 hdate-applet (0.15.6-6) unstable; urgency=low * Fix FTBFS if built twice in a row (Closes: #424413) - It's good to have people doing QA tests on the archive... -- Lior Kaplan Sat, 19 May 2007 15:01:16 +0300 hdate-applet (0.15.6-5) unstable; urgency=low * Upgrade standards version to 3.7.2 (no changes needed) * Include Swedish translation by Daniel Nylander, although it is still not usable due to a bug (see #349734). -- Lior Kaplan Sat, 22 Jul 2006 15:51:25 +0300 hdate-applet (0.15.6-4) unstable; urgency=low * Update watch file -- Lior Kaplan Mon, 13 Feb 2006 22:38:26 +0200 hdate-applet (0.15.6-3) unstable; urgency=low * Rebuild to change dependency to libecal1.2-3 instead of libecal1.2-2. -- Baruch Even Mon, 23 Jan 2006 11:47:17 +0000 hdate-applet (0.15.6-2) unstable; urgency=low * debian/control: add myself to uploaders field. -- Lior Kaplan Thu, 15 Dec 2005 22:46:45 +0200 hdate-applet (0.15.6-1) unstable; urgency=low * New upstream release (Closes: #319502) -- Baruch Even Sun, 7 Aug 2005 21:26:59 +0100 hdate-applet (0.15.5-1) unstable; urgency=low * Initial Release. -- Baruch Even Sun, 24 Jul 2005 16:59:23 +0100 debian/source/0000755000000000000000000000000011652053655010476 5ustar debian/source/format0000644000000000000000000000001411652053655011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011652453777010636 5ustar debian/patches/desktop-file0000644000000000000000000000101511652053655013133 0ustar Description: Fix for lintain's desktop-entry-contains-encoding-key Author: Debian Hebrew Packaging Team --- a/ghcal.desktop +++ b/ghcal.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=Hdate Name[he]=לוח שנה עברי Comment=Hebrew desktop calendar @@ -8,7 +7,7 @@ Exec=ghcal Terminal=false Type=Application -Icon=accessories-calendar +Icon=gnome-calendar Categories=GNOME;GTK;Utility;Calendar; StartupNotify=false GenericName[en_US]= debian/patches/use-locale0000644000000000000000000000175011652053655012604 0ustar Description: Change "Use locale (hebrew)" to "Use locale" Author: Debian Hebrew Packaging Team --- a/src/interface.c +++ b/src/interface.c @@ -140,7 +140,7 @@ gtk_container_add (GTK_CONTAINER (vbox1), hbox_he_locale); checkbutton_heb = - gtk_check_button_new_with_mnemonic (_("Use locale (hebrew)")); + gtk_check_button_new_with_mnemonic (_("Use locale")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (checkbutton_heb), cd->use_hebrew_locale); --- a/po/he.po +++ b/po/he.po @@ -58,8 +58,8 @@ msgstr "הראה זמן שקיעה (בתיבת הטיפים)" #: src/interface.c:143 -msgid "Use locale (hebrew)" -msgstr "עברית" +msgid "Use locale" +msgstr "השתמש בלוקל" #: src/interface.c:159 msgid "Show parasha" --- a/po/hdate_applet.pot +++ b/po/hdate_applet.pot @@ -58,7 +58,7 @@ msgstr "" #: src/interface.c:143 -msgid "Use locale (hebrew)" +msgid "Use locale" msgstr "" #: src/interface.c:159 debian/patches/swedish-translation0000644000000000000000000000676211652053655014565 0ustar Description: Swedish (sv) translation Author: Daniel Nylander --- a/configure +++ b/configure @@ -6126,7 +6126,7 @@ _ACEOF -ALL_LINGUAS="he" +ALL_LINGUAS="he sv" # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[name of packgade]) dnl Add the languages which your application supports here. -ALL_LINGUAS="he" +ALL_LINGUAS="he sv" AM_GLIB_GNU_GETTEXT AC_OUTPUT([ --- /dev/null +++ b/po/sv.po @@ -0,0 +1,116 @@ +# Swedish translation of hdate-applet. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the hdate-applet package. +# Daniel Nylander , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: hdate-applet 0.15.6-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-02-25 21:00+0200\n" +"PO-Revision-Date: 2006-01-24 20:30+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/hdate_applet.c:49 +msgid "_Properties" +msgstr "_Egenskaper" + +#: src/hdate_applet.c:49 +msgid "_Copy date" +msgstr "_Kopiera datum" + +#: src/hdate_applet.c:49 +msgid "C_opy date (En)" +msgstr "K_opiera datum (En)" + +#: src/hdate_applet.c:50 +msgid "About" +msgstr "Om" + +#: src/interface.c:74 +msgid "Hdate applet properties" +msgstr "Egenskaper för Hdate-applet" + +#: src/interface.c:89 +msgid "Show moon image" +msgstr "Visa månbild" + +#: src/interface.c:98 +msgid "Show hebrew date" +msgstr "Visa hebreiska datum" + +#: src/interface.c:108 +msgid "Show Greg. date (in tooltip)" +msgstr "Visa gregorianska datum (i verktygstips)" + +#: src/interface.c:119 +msgid "Show the Greg. date using long format (in tooltip)" +msgstr "Visa gregorianska datum med långt format (i verktygstips)" + +#: src/interface.c:130 +msgid "Show sunset/rise time (in tooltip)" +msgstr "Visa tid för solnedgång/soluppgång (i verktygstips)" + +#: src/interface.c:143 +msgid "Use locale" +msgstr "Använd lokalinställning" + +#: src/interface.c:159 +msgid "Show parasha" +msgstr "Visa parasha" + +#: src/interface.c:170 +msgid "Use diaspra holidays and parashot" +msgstr "Använd diasporahelger och parashot" + +#: src/interface.c:179 +msgid "Label format" +msgstr "Etikettformat" + +#: src/interface.c:192 +msgid "Use Theme:" +msgstr "Använd tema:" + +#: src/interface.c:216 +msgid "Image theme" +msgstr "Bildtema" + +#: src/interface.c:229 +msgid "Latitude (decimal degrees):" +msgstr "Latitud (decimala grader):" + +#: src/interface.c:237 +msgid "Longitude (decimal degrees):" +msgstr "Longitud (decimala grader):" + +#: src/interface.c:245 +msgid "Time zone:" +msgstr "Tidszon:" + +#: src/interface.c:256 +msgid "Use summenr clock (+one hour)" +msgstr "Använd sommartid (+en timma)" + +#: src/interface.c:289 +msgid "Location" +msgstr "Plats" + +#: src/interface.c:366 +msgid "hdate-applet" +msgstr "hdate-applet" + +#: src/interface.c:369 +msgid "Hdate Applet displays the current Hebrew date" +msgstr "Hdate-applet visar aktuellt hebreiskt datum" + +#: src/interface.c:372 +msgid "translator_credits" +msgstr "Daniel Nylander " + +#: src/ghcal-interface.c:78 +msgid "gHcal - Hebrew Calendar" +msgstr "gHcal - Hebreisk kalender" debian/patches/no-bonobo.patch0000644000000000000000000000075611652453777013557 0ustar Index: hdate-applet-0.15.11/src/ghcal-callbacks.c =================================================================== --- hdate-applet-0.15.11.orig/src/ghcal-callbacks.c 2011-10-28 09:21:01.138876903 +0200 +++ hdate-applet-0.15.11/src/ghcal-callbacks.c 2011-10-28 09:21:31.082500460 +0200 @@ -22,7 +22,6 @@ /* for the evolution calendar */ #ifdef WITH_EVOLUTION - #include #include #include #include debian/patches/series0000644000000000000000000000011711652453757012050 0ustar desktop-file hebrew-translation swedish-translation use-locale no-bonobo.patch debian/patches/hebrew-translation0000644000000000000000000000452011652053655014361 0ustar Description: Hebrew (he) translation update Author: Lior Kaplan --- a/po/he.po +++ b/po/he.po @@ -39,7 +39,7 @@ #: src/interface.c:89 msgid "Show moon image" -msgstr "הראה ירח" +msgstr "הראה תמונת ירח" #: src/interface.c:98 msgid "Show hebrew date" @@ -47,15 +47,15 @@ #: src/interface.c:108 msgid "Show Greg. date (in tooltip)" -msgstr "הראה תאריך לועזי" +msgstr "הראה תאריך לועזי (בתיבת טיפים)" #: src/interface.c:119 msgid "Show the Greg. date using long format (in tooltip)" -msgstr "הראה תאריך לועזי" +msgstr "הראה תאריך לועזי, עם פורמט ארוך (בתיבת טיפים)" #: src/interface.c:130 msgid "Show sunset/rise time (in tooltip)" -msgstr "הראה זמן שקיעה" +msgstr "הראה זמן שקיעה (בתיבת הטיפים)" #: src/interface.c:143 msgid "Use locale (hebrew)" @@ -71,31 +71,31 @@ #: src/interface.c:179 msgid "Label format" -msgstr "תבנית" +msgstr "מבנה תבנית" #: src/interface.c:192 msgid "Use Theme:" -msgstr "תמונות" +msgstr "השתמש בערכת נושא:" #: src/interface.c:216 msgid "Image theme" -msgstr "תמונות" +msgstr "תמונות ערכת נושא" #: src/interface.c:229 msgid "Latitude (decimal degrees):" -msgstr "קו רוחב" +msgstr "קו רוחב (מעלות עשרוניות):" #: src/interface.c:237 msgid "Longitude (decimal degrees):" -msgstr "קו אורך" +msgstr "קו אורך (מעלות עשרוניות):" #: src/interface.c:245 msgid "Time zone:" -msgstr "אזור זמן" +msgstr "אזור זמן:" #: src/interface.c:256 msgid "Use summenr clock (+one hour)" -msgstr "שעון קיץ" +msgstr "השתמש בשעון קיץ (+ שעה אחת)" #: src/interface.c:289 msgid "Location" @@ -103,15 +103,15 @@ #: src/interface.c:366 msgid "hdate-applet" -msgstr "" +msgstr "ישומון תאריך עברי" #: src/interface.c:369 msgid "Hdate Applet displays the current Hebrew date" -msgstr "ישומון תאריך עברי" +msgstr "ישומון תאריך עברי מראה את התאריך העברי הנוכחי" #: src/interface.c:372 msgid "translator_credits" -msgstr "קובי זמיר" +msgstr "קובי זמיר, ליאור קפלן" #: src/ghcal-interface.c:78 msgid "gHcal - Hebrew Calendar" debian/docs0000644000000000000000000000000711652053655010046 0ustar README debian/control0000644000000000000000000000160312216160730010567 0ustar Source: hdate-applet Section: gnome Priority: optional Maintainer: Debian Hebrew Packaging Team Uploaders: Baruch Even , Lior Kaplan , Shachar Shemesh , Tzafrir Cohen Build-Depends: debhelper (>= 5.0.0), cdbs, libhdate-dev, libgtk2.0-dev Standards-Version: 3.9.1 Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/hdate-applet/trunk/ Vcs-Svn: svn://svn.debian.org/debian-hebrew/pkg/hdate-applet/trunk/ Homepage: http://hdateapplet.sourceforge.net/ Package: hdate-applet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Hebrew calendar applet A GNOME desktop applet providing an Hebrew calendar that gives the user easy access to the Jewish calendar (including Hebrew date, parasha, sunset and sunrise times, holydays and moon phase). debian/rules0000755000000000000000000000047312216161352010251 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS := --without-systray --without-gnome --without-evolution clean:: rm -f po/*.gmo config.log hdate-applet.server po/Makefile.in po/POTFILES chmod +x mkinstalldirs debian/copyright0000644000000000000000000000225011652053655011130 0ustar This package was debianized by kobi on Sun, 20 Mar 2005 19:42:55 +0200. It was downloaded from http://hdateapplet.sf.net Upstream Author: Yaacov Zamir Copyright: Copyright (C) 2004-2010 Yaacov Zamir License: 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, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is Copyright (C) 2008-2010, Lior Kaplan and is licensed under the GPL, see above.