debian/0000775000000000000000000000000012240675504007175 5ustar debian/glabels-dev.install0000664000000000000000000000022312240007742012740 0ustar usr/include/libglbarcode-3.0/ /usr/include/ usr/include/libglabels-3.0/ /usr/include/ usr/lib/*.a usr/lib/pkgconfig usr/lib/*.so usr/share/gtk-doc debian/compat0000664000000000000000000000000212240007742010364 0ustar 5 debian/menu0000664000000000000000000000046212240007742010057 0ustar ?package(glabels): \ needs="X11" \ section="Applications/Graphics" \ title="gLabels" \ command="/usr/bin/glabels-3" \ hints="Desktop Publishing" \ icon="/usr/share/pixmaps/glabels.xpm" \ longtitle="gLabels Label Designer" \ description="Create labels, business cards and media covers." debian/glabels.preinst0000664000000000000000000000035312240007742012206 0ustar #!/bin/sh set -e if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl "2.2.7-2" then # Remove fucking symlink if [ -L /usr/share/doc/glabels ] then rm /usr/share/doc/glabels fi fi #DEBHELPER# exit 0 debian/patches/0000775000000000000000000000000012240007742010615 5ustar debian/patches/0001-menu.patch0000664000000000000000000000131212240007742013155 0ustar From: Debian QA Group Date: Sun, 11 Mar 2012 23:52:33 +0100 Subject: menu Bug: https://sourceforge.net/tracker/?func=detail&aid=3515887&group_id=46122&atid=445116 Make lintian happy removing useless Encoding in dektop menu entry --- data/desktop/glabels-3.0.desktop.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/data/desktop/glabels-3.0.desktop.in b/data/desktop/glabels-3.0.desktop.in index 4d7d579..1c89039 100644 --- a/data/desktop/glabels-3.0.desktop.in +++ b/data/desktop/glabels-3.0.desktop.in @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 _Name=gLabels Label Designer 3 _Comment=Create labels, business cards and media covers Exec=glabels-3 %F debian/patches/series0000664000000000000000000000022312240007742012027 0ustar 0001-menu.patch 0002-manpage.patch 0003-Ignore-license.page.patch 0004-unbreak-with-evolution-data-server-3.6.0.patch 0005-fix-pl.po-encoding.diff debian/patches/0004-unbreak-with-evolution-data-server-3.6.0.patch0000664000000000000000000000500712240007742021520 0ustar From: Jasper Lievisse Adriaanse Date: Mon, 1 Apr 2013 10:53:59 +0200 Subject: unbreak with evolution-data-server >= 3.6.0 https://bugzilla.gnome.org/show_bug.cgi?id=685130 --- src/merge-evolution.c | 31 ++++++++++++++++++++++++++++--- src/merge-vcard.c | 2 +- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/src/merge-evolution.c b/src/merge-evolution.c index bd14483..c3c2639 100644 --- a/src/merge-evolution.c +++ b/src/merge-evolution.c @@ -29,7 +29,7 @@ #include "merge-evolution.h" -#include +#include #include #include #include @@ -297,6 +297,31 @@ static gint sort_contact_by_file_as(gconstpointer *a, gconstpointer *b) /*--------------------------------------------------------------------------*/ /* Open merge source. */ /*--------------------------------------------------------------------------*/ +static EBook * +gl_open_system_addressbook (GError **error) +{ + ESourceRegistry *registry; + EBook *book = NULL; + ESource *source; + + registry = e_source_registry_new_sync (NULL, error); + if (!registry) + return NULL; + + source = e_source_registry_ref_builtin_address_book (registry); + if (!source) { + g_object_unref (registry); + return NULL; + } + + book = e_book_new (source, error); + + g_object_unref (source); + g_object_unref (registry); + + return book; +} + static void gl_merge_evolution_open (glMerge *merge) { @@ -317,12 +342,12 @@ gl_merge_evolution_open (glMerge *merge) return; } - merge_evolution->priv->book = e_book_new_system_addressbook(&error); + merge_evolution->priv->book = gl_open_system_addressbook(&error); if (!merge_evolution->priv->book) { g_warning ("Couldn't open addressbook."); if (error) { - g_warning ("e_book_new_system_addressbook: %s", error->message); + g_warning ("gl_open_system_addressbook: %s", error->message); g_error_free (error); } e_book_query_unref(query); diff --git a/src/merge-vcard.c b/src/merge-vcard.c index da1deff..6554015 100644 --- a/src/merge-vcard.c +++ b/src/merge-vcard.c @@ -27,7 +27,7 @@ #include "merge-vcard.h" -#include +#include #include #include #include debian/patches/0003-Ignore-license.page.patch0000664000000000000000000000073612240007742016002 0ustar From: Jakob Haufe Date: Mon, 9 Apr 2012 18:40:04 +0200 Subject: Ignore license.page Forwarded: not-needed --- help/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/help/Makefile.am b/help/Makefile.am index 1185a90..1427128 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -34,7 +34,6 @@ DOC_PAGES = \ editprop.page \ index.page \ labelprop.page \ - license.page \ mancreate.page \ merge-ex1.page \ merge-ex2.page \ debian/patches/0005-fix-pl.po-encoding.diff0000664000000000000000000005664212240007742015446 0ustar From: Jakub Wilk Date: Sun, 21 Oct 2012 13:21:15 +0200 Subject: Fix incorrectly encoded po/pl.po --- a/po/pl.po +++ b/po/pl.po @@ -346,7 +346,7 @@ #: ../src/bc.c:342 #, fuzzy msgid "Telepen" -msgstr "Usuñ" +msgstr "Usuń" #: ../src/bc.c:345 msgid "Telepen Numeric" @@ -371,7 +371,7 @@ #: ../src/color-combo-button.c:198 ../src/color-combo.c:178 #, fuzzy msgid "Default Color" -msgstr "Usuñ" +msgstr "Usuń" #: ../src/color-combo-menu.c:83 msgid "Dark Red" @@ -543,7 +543,7 @@ #: ../src/file.c:175 ../src/label.c:587 ../src/label.c:631 #, fuzzy msgid "Label properties" -msgstr "W³a¶ciwo¶ci tekstu" +msgstr "Właściwości tekstu" #: ../src/file.c:267 ../src/file.c:557 msgid "All files" @@ -570,7 +570,7 @@ #: ../src/file.c:410 #, fuzzy, c-format msgid "Could not open file \"%s\"" -msgstr "Nie mo¿na otworzyæ pliku" +msgstr "Nie można otworzyć pliku" #: ../src/file.c:413 msgid "Not a supported file format" @@ -579,7 +579,7 @@ #: ../src/file.c:491 ../src/file.c:670 #, fuzzy, c-format msgid "Could not save file \"%s\"" -msgstr "Nie mo¿na zapisaæ pliku" +msgstr "Nie można zapisać pliku" #: ../src/file.c:495 ../src/file.c:674 msgid "Error encountered during save. The file is still not saved." @@ -588,12 +588,12 @@ #: ../src/file.c:535 #, fuzzy, c-format msgid "Save \"%s\" as" -msgstr "Zapisz etykietê jako" +msgstr "Zapisz etykietę jako" #: ../src/file.c:623 #, fuzzy msgid "Please supply a valid file name" -msgstr "Nale¿y podaæ nazwê pliku" +msgstr "Należy podać nazwę pliku" #: ../src/file.c:644 #, c-format @@ -668,7 +668,7 @@ #: ../src/glabels-batch.c:53 #, fuzzy msgid "set output filename (default=\"output.pdf\")" -msgstr "okre¶l nazwê pliku wyj¶ciowego (domy¶lnie=\"output.ps\")" +msgstr "określ nazwę pliku wyjściowego (domyślnie=\"output.ps\")" #: ../src/glabels-batch.c:53 ../src/glabels-batch.c:67 msgid "filename" @@ -676,7 +676,7 @@ #: ../src/glabels-batch.c:55 msgid "number of sheets (default=1)" -msgstr "liczba arkuszy (domy¶lnie=1)" +msgstr "liczba arkuszy (domyślnie=1)" #: ../src/glabels-batch.c:55 msgid "sheets" @@ -684,7 +684,7 @@ #: ../src/glabels-batch.c:57 msgid "number of copies (default=1)" -msgstr "liczba kopii (domy¶lnie=1)" +msgstr "liczba kopii (domyślnie=1)" #: ../src/glabels-batch.c:57 msgid "copies" @@ -693,7 +693,7 @@ #: ../src/glabels-batch.c:59 #, fuzzy msgid "first label on first sheet (default=1)" -msgstr "liczba arkuszy (domy¶lnie=1)" +msgstr "liczba arkuszy (domyślnie=1)" #: ../src/glabels-batch.c:59 msgid "first" @@ -733,12 +733,12 @@ #: ../src/glabels-batch.c:151 #, fuzzy, c-format msgid "cannot perform document merge with glabels file %s\n" -msgstr "nie mo¿na otworzyæ pliku glabels o nazwie %s\n" +msgstr "nie można otworzyć pliku glabels o nazwie %s\n" #: ../src/glabels-batch.c:186 #, c-format msgid "cannot open glabels file %s\n" -msgstr "nie mo¿na otworzyæ pliku glabels o nazwie %s\n" +msgstr "nie można otworzyć pliku glabels o nazwie %s\n" #: ../src/glabels.c:81 msgid "Launch gLabels label and business card designer." @@ -756,7 +756,7 @@ #: ../src/label-barcode.c:263 #, fuzzy msgid "Barcode property" -msgstr "Modyfikacja w³a¶ciwo¶ci kodu paskowego" +msgstr "Modyfikacja właściwości kodu paskowego" #: ../src/label-barcode.c:485 #, fuzzy @@ -795,11 +795,11 @@ #: ../src/label.c:705 ../src/ui.c:422 #, fuzzy msgid "Merge properties" -msgstr "W³a¶ciwo¶ci z³±czania" +msgstr "Właściwości złączania" #: ../src/label.c:1197 ../src/ui.c:215 msgid "Delete" -msgstr "Usuñ" +msgstr "Usuń" #: ../src/label.c:1230 ../src/ui.c:324 #, fuzzy @@ -809,22 +809,22 @@ #: ../src/label.c:1266 ../src/ui.c:331 #, fuzzy msgid "Send to back" -msgstr "Przesuñ w dó³" +msgstr "Przesuń w dół" #: ../src/label.c:1307 #, fuzzy msgid "Rotate" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/label.c:1342 ../src/ui.c:338 #, fuzzy msgid "Rotate left" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/label.c:1375 ../src/ui.c:345 #, fuzzy msgid "Rotate right" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/label.c:1410 ../src/ui.c:352 msgid "Flip horizontally" @@ -876,7 +876,7 @@ #: ../src/label-ellipse.c:160 #, fuzzy msgid "Create ellipse object" -msgstr "Tworzy liniê" +msgstr "Tworzy linię" #: ../src/label-image.c:200 ../src/ui.c:312 msgid "Create image object" @@ -889,7 +889,7 @@ #: ../src/label-line.c:147 ../src/ui.c:298 msgid "Create line object" -msgstr "Tworzy liniê" +msgstr "Tworzy linię" #: ../src/label-object.c:383 ../src/label-object.c:416 msgid "Move" @@ -937,7 +937,7 @@ #: ../src/label-text.c:655 #, fuzzy msgid "Font weight" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/label-text.c:688 ../data/ui/property-bar.ui.h:6 msgid "Italic" @@ -1020,12 +1020,12 @@ #: ../src/merge-evolution.c:322 ../src/merge-evolution.c:333 #, fuzzy msgid "Couldn't open addressbook." -msgstr "Nie mo¿na otworzyæ pliku" +msgstr "Nie można otworzyć pliku" #: ../src/merge-evolution.c:348 #, fuzzy msgid "Couldn't list available fields." -msgstr "Nie mo¿na zapisaæ pliku" +msgstr "Nie można zapisać pliku" #: ../src/merge-evolution.c:384 msgid "Couldn't get contacts." @@ -1066,7 +1066,7 @@ #: ../src/merge-init.c:119 #, fuzzy msgid "Evolution Addressbook" -msgstr "Nie mo¿na otworzyæ pliku" +msgstr "Nie można otworzyć pliku" #: ../src/merge-init.c:125 msgid "VCards" @@ -1075,11 +1075,11 @@ #: ../src/merge-properties-dialog.c:282 #, fuzzy msgid "Merge Properties" -msgstr "W³a¶ciwo¶ci z³±czania" +msgstr "Właściwości złączania" #: ../src/merge-properties-dialog.c:308 ../src/merge-properties-dialog.c:424 msgid "Select merge-database source" -msgstr "Wybierz Œród³o bazy danych z³±czania " +msgstr "Wybierz źródło bazy danych złączania " #: ../src/merge-properties-dialog.c:319 ../src/merge-properties-dialog.c:450 msgid "N/A" @@ -1129,52 +1129,52 @@ #: ../src/ui-property-bar.c:280 #, fuzzy msgid "Default" -msgstr "Usuñ" +msgstr "Usuń" #: ../src/object-editor.c:159 ../src/object-editor.c:460 #, fuzzy msgid "Object properties" -msgstr "W³a¶ciwo¶ci tekstu" +msgstr "Właściwości tekstu" #: ../src/object-editor.c:309 #, fuzzy msgid "Box object properties" -msgstr "Modyfikacja w³a¶ciwo¶ci skrzynki" +msgstr "Modyfikacja właściwości skrzynki" #: ../src/object-editor.c:328 #, fuzzy msgid "Ellipse object properties" -msgstr "Modyfikacja w³a¶ciwo¶ci elipsy" +msgstr "Modyfikacja właściwości elipsy" #: ../src/object-editor.c:347 #, fuzzy msgid "Line object properties" -msgstr "Modyfikacja w³a¶ciwo¶ci skrzynki" +msgstr "Modyfikacja właściwości skrzynki" #: ../src/object-editor.c:364 #, fuzzy msgid "Image object properties" -msgstr "Modyfikacja w³a¶ciwo¶ci obrazu" +msgstr "Modyfikacja właściwości obrazu" #: ../src/object-editor.c:381 #, fuzzy msgid "Text object properties" -msgstr "Modyfikacja w³a¶ciwo¶ci skrzynki" +msgstr "Modyfikacja właściwości skrzynki" #: ../src/object-editor.c:403 #, fuzzy msgid "Barcode object properties" -msgstr "Modyfikacja w³a¶ciwo¶ci kodu paskowego" +msgstr "Modyfikacja właściwości kodu paskowego" #: ../src/object-editor-edit-page.c:76 msgid "Insert merge field" -msgstr "Wstaw pole z³±czenia" +msgstr "Wstaw pole złączenia" #: ../src/object-editor-fill-page.c:79 ../src/prefs-dialog.c:345 #: ../src/ui-property-bar.c:292 #, fuzzy msgid "No Fill" -msgstr "Wype³nienie" +msgstr "Wypełnienie" #: ../src/object-editor-image-page.c:278 msgid "All Files" @@ -1246,12 +1246,12 @@ #: ../src/stock.c:77 #, fuzzy msgid "_Merge Properties" -msgstr "W³a¶ciwo¶ci z³±czania" +msgstr "Właściwości złączania" #: ../src/stock.c:78 #, fuzzy msgid "Object _Properties" -msgstr "W³a¶ciwo¶ci tekstu" +msgstr "Właściwości tekstu" #: ../src/stock.c:79 #, fuzzy @@ -1261,17 +1261,17 @@ #: ../src/stock.c:80 #, fuzzy msgid "Send to _Back" -msgstr "Przesuñ w dó³" +msgstr "Przesuń w dół" #: ../src/stock.c:81 #, fuzzy msgid "Rotate _Left" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/stock.c:82 #, fuzzy msgid "Rotate _Right" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/stock.c:83 msgid "Flip _Horizontally" @@ -1296,7 +1296,7 @@ #: ../src/stock.c:88 #, fuzzy msgid "_Tops" -msgstr "_Narzêdzia" +msgstr "_Narzędzia" #: ../src/stock.c:89 msgid "Bottoms" @@ -1364,7 +1364,7 @@ #: ../src/template-designer.c:1000 #, fuzzy msgid "Layout(s)" -msgstr "Wygl±d:" +msgstr "Wygląd:" #: ../src/template-designer.c:1105 msgid "Design Completed" @@ -1382,7 +1382,7 @@ #: ../src/ui.c:93 #, fuzzy msgid "_File" -msgstr "Wype³nienie" +msgstr "Wypełnienie" #: ../src/ui.c:94 #, fuzzy @@ -1426,7 +1426,7 @@ #: ../src/ui.c:103 #, fuzzy msgid "_Rotate/Flip" -msgstr "Obróæ" +msgstr "Obróć" #: ../src/ui.c:104 msgid "Align _Horizontal" @@ -1452,7 +1452,7 @@ #: ../src/ui.c:117 #, fuzzy msgid "Create a new file" -msgstr "Tworzy liniê" +msgstr "Tworzy linię" #: ../src/ui.c:122 #, fuzzy @@ -1471,7 +1471,7 @@ #: ../src/ui.c:131 #, fuzzy msgid "Save current file" -msgstr "Zapisuje bie¿±cy plik" +msgstr "Zapisuje bieżący plik" #: ../src/ui.c:136 #, fuzzy @@ -1481,7 +1481,7 @@ #: ../src/ui.c:138 #, fuzzy msgid "Save the current file to a different name" -msgstr "Zapisuje bie¿±cy plik" +msgstr "Zapisuje bieżący plik" #: ../src/ui.c:143 #, fuzzy @@ -1491,17 +1491,17 @@ #: ../src/ui.c:145 #, fuzzy msgid "Print the current file" -msgstr "Drukuje bie¿±cy plik" +msgstr "Drukuje bieżący plik" #: ../src/ui.c:150 #, fuzzy msgid "Properties..." -msgstr "W³a¶ciwo¶ci tekstu" +msgstr "Właściwości tekstu" #: ../src/ui.c:152 #, fuzzy msgid "Modify document properties" -msgstr "Modyfikacja w³a¶ciwo¶ci z³±czania dokumentów" +msgstr "Modyfikacja właściwości złączania dokumentów" #: ../src/ui.c:157 msgid "Template _Designer..." @@ -1510,7 +1510,7 @@ #: ../src/ui.c:159 #, fuzzy msgid "Create a custom template" -msgstr "Tworzy liniê" +msgstr "Tworzy linię" #: ../src/ui.c:164 msgid "_Close" @@ -1519,7 +1519,7 @@ #: ../src/ui.c:166 #, fuzzy msgid "Close the current file" -msgstr "Zapisuje bie¿±cy plik" +msgstr "Zapisuje bieżący plik" #: ../src/ui.c:171 msgid "_Quit" @@ -1571,7 +1571,7 @@ #: ../src/ui.c:224 #, fuzzy msgid "Select all objects" -msgstr "Wybierz, przeno¶ i modyfikuj obiekty" +msgstr "Wybierz, przenoś i modyfikuj obiekty" #: ../src/ui.c:229 #, fuzzy @@ -1594,7 +1594,7 @@ #: ../src/ui.c:245 #, fuzzy msgid "Zoom in" -msgstr "Powiêksz" +msgstr "Powiększ" #: ../src/ui.c:247 msgid "Increase magnification" @@ -1612,7 +1612,7 @@ #: ../src/ui.c:259 #, fuzzy msgid "Zoom 1 to 1" -msgstr "Powiêkszenie 1:1" +msgstr "Powiększenie 1:1" #: ../src/ui.c:261 msgid "Restore scale to 100%" @@ -1621,7 +1621,7 @@ #: ../src/ui.c:266 #, fuzzy msgid "Zoom to fit" -msgstr "Powiêksza 1:1" +msgstr "Powiększa 1:1" #: ../src/ui.c:268 msgid "Set scale to fit window" @@ -1634,7 +1634,7 @@ #: ../src/ui.c:277 msgid "Select, move and modify objects" -msgstr "Wybierz, przeno¶ i modyfikuj obiekty" +msgstr "Wybierz, przenoś i modyfikuj obiekty" #: ../src/ui.c:282 ../src/view-text.c:102 ../data/ui/object-editor.ui.h:28 #: ../data/ui/prefs-dialog.ui.h:17 @@ -1648,7 +1648,7 @@ #: ../src/ui.c:291 msgid "Create box/rectangle object" -msgstr "Tworzy skrzynkê/prostok±t" +msgstr "Tworzy skrzynkę/prostokąt" #: ../src/ui.c:296 ../data/ui/object-editor.ui.h:17 #: ../data/ui/prefs-dialog.ui.h:9 @@ -1662,7 +1662,7 @@ #: ../src/ui.c:305 msgid "Create ellipse/circle object" -msgstr "Tworzy elipsê/okr±g" +msgstr "Tworzy elipsę/okrąg" #: ../src/ui.c:310 ../data/ui/object-editor.ui.h:14 msgid "Image" @@ -1712,7 +1712,7 @@ #: ../src/ui.c:389 #, fuzzy msgid "Align objects to top edges" -msgstr "Modyfikacja w³a¶ciwo¶ci skrzynki" +msgstr "Modyfikacja właściwości skrzynki" #: ../src/ui.c:396 msgid "Align objects to bottom edges" @@ -1732,7 +1732,7 @@ #: ../src/ui.c:424 msgid "Edit merge properties" -msgstr "Modyfikuje w³a¶ciwo¶ci z³±czania" +msgstr "Modyfikuje właściwości złączania" #: ../src/ui.c:431 msgid "Contents" @@ -1741,7 +1741,7 @@ #: ../src/ui.c:433 #, fuzzy msgid "Open glabels manual" -msgstr "Otwórz etykietê" +msgstr "Otwórz etykietę" #: ../src/ui.c:438 msgid "About..." @@ -1826,14 +1826,14 @@ msgstr "" "Program do tworzenia etykiet i wizytówek dla GNOME.\n" "\n" -"Glabels jest oprogramowaniem wolnodostêpnym, mo¿na rozpowszechniaæ go lub/" -"imodyfikowaæ na zasadach Licencji Publicznej GNU opublikowanej przez Free " +"Glabels jest oprogramowaniem wolnodostępnym, można rozpowszechniać go lub/" +"imodyfikować na zasadach Licencji Publicznej GNU opublikowanej przez Free " "Software Foundation; zarówno w wersji 2 tej licencji, jak (do wyboru) i " -"dowolnej póŒniejszej wersji.\n" +"dowolnej późniejszej wersji.\n" "\n" -"Ten program jest rozpowszechniany w nadziei u¿yteczno¶ci, lecz BEZ ¯ADNEJ " -"GWARANCJI; nawet wynikaj±cej z RÊKOJMI lub U¯YWANIA W OKREŠLONYM CELU. " -"Zajrzyj do Licencji Publicznej GNU aby uzyskaæ wiêcej szczegó³ów.\n" +"Ten program jest rozpowszechniany w nadziei użyteczności, lecz BEZ ŻADNEJ " +"GWARANCJI; nawet wynikającej z RĘKOJMI lub UŻYWANIA W OKREŚLONYM CELU. " +"Zajrzyj do Licencji Publicznej GNU aby uzyskać więcej szczegółów.\n" #: ../src/ui-commands.c:1190 #, fuzzy @@ -1856,20 +1856,20 @@ #: ../src/xml-label-04.c:75 ../src/xml-label.c:333 #, c-format msgid "Bad root node = \"%s\"" -msgstr "Niepoprawny wêze³ g³ówny = \"%s\"" +msgstr "Niepoprawny węzeł główny = \"%s\"" #: ../src/xml-label-04.c:123 ../src/xml-label.c:416 #, c-format msgid "bad node = \"%s\"" -msgstr "niepoprawny wêze³ = \"%s\"" +msgstr "niepoprawny węzeł = \"%s\"" #: ../src/xml-label.c:199 ../src/xml-label.c:237 msgid "xmlParseFile error" -msgstr "b³±d przetwarzania pliku xml" +msgstr "błąd przetwarzania pliku xml" #: ../src/xml-label.c:274 msgid "No document root" -msgstr "Brak g³ównego dokumentu" +msgstr "Brak głównego dokumentu" #: ../src/xml-label.c:282 msgid "Importing from glabels 0.1 format" @@ -1888,12 +1888,12 @@ #: ../src/xml-label.c:370 #, fuzzy, c-format msgid "bad node in Document node = \"%s\"" -msgstr "Niepoprawny wêze³ g³ówny = \"%s\"" +msgstr "Niepoprawny węzeł główny = \"%s\"" #: ../src/xml-label.c:868 #, fuzzy, c-format msgid "bad node in Data node = \"%s\"" -msgstr "niepoprawny wêze³ = \"%s\"" +msgstr "niepoprawny węzeł = \"%s\"" #: ../src/xml-label.c:944 #, c-format @@ -1920,7 +1920,7 @@ #: ../libglabels/db.c:279 #, fuzzy msgid "User defined" -msgstr "Wstaw pole z³±czenia" +msgstr "Wstaw pole złączenia" #: ../libglabels/db.c:665 msgid "" @@ -2045,7 +2045,7 @@ #: ../data/ui/merge-properties-dialog.ui.h:2 msgid "Location:" -msgstr "Po³o¿enie:" +msgstr "Położenie:" #: ../data/ui/merge-properties-dialog.ui.h:3 msgid "Record selection/preview" @@ -2059,7 +2059,7 @@ #: ../data/ui/merge-properties-dialog.ui.h:5 #, fuzzy msgid "Source" -msgstr "¬ród³o" +msgstr "Źródło" #: ../data/ui/merge-properties-dialog.ui.h:6 #, fuzzy @@ -2077,7 +2077,7 @@ #: ../data/ui/media-select.ui.h:3 #, fuzzy msgid "Custom" -msgstr "W³asny klucz pola" +msgstr "Własny klucz pola" #: ../data/ui/media-select.ui.h:4 ../data/ui/new-label-dialog.ui.h:6 #: ../data/ui/template-designer.ui.h:42 @@ -2109,7 +2109,7 @@ #: ../data/ui/new-label-dialog.ui.h:4 msgid "Layout:" -msgstr "Wygl±d:" +msgstr "Wygląd:" #: ../data/ui/new-label-dialog.ui.h:5 #, fuzzy @@ -2127,7 +2127,7 @@ #: ../data/ui/new-label-dialog.ui.h:9 #, fuzzy msgid "Rotated" -msgstr "Obróæ" +msgstr "Obróć" #: ../data/ui/new-label-dialog.ui.h:10 msgid "Select orientation of label content." @@ -2156,7 +2156,7 @@ #: ../data/ui/object-editor.ui.h:5 msgid "Angle:" -msgstr "K±t" +msgstr "Kąt" #: ../data/ui/object-editor.ui.h:6 msgid "Checksum" @@ -2173,20 +2173,20 @@ #: ../data/ui/object-editor.ui.h:10 #, fuzzy msgid "Family:" -msgstr "Wype³nienie" +msgstr "Wypełnienie" #: ../data/ui/object-editor.ui.h:11 #, fuzzy msgid "File:" -msgstr "Wype³nienie" +msgstr "Wypełnienie" #: ../data/ui/object-editor.ui.h:12 ../data/ui/prefs-dialog.ui.h:5 msgid "Fill" -msgstr "Wype³nienie" +msgstr "Wypełnienie" #: ../data/ui/object-editor.ui.h:13 ../data/ui/template-designer.ui.h:30 msgid "Height:" -msgstr "Wysoko¶æ:" +msgstr "Wysokość:" #: ../data/ui/object-editor.ui.h:15 msgid "Key:" @@ -2194,7 +2194,7 @@ #: ../data/ui/object-editor.ui.h:16 msgid "Length:" -msgstr "D³ugo¶æ:" +msgstr "Długość:" #: ../data/ui/object-editor.ui.h:18 ../data/ui/prefs-dialog.ui.h:10 msgid "Line Spacing:" @@ -2202,7 +2202,7 @@ #: ../data/ui/object-editor.ui.h:19 msgid "Literal:" -msgstr "Litera³:" +msgstr "Literał:" #: ../data/ui/object-editor.ui.h:20 msgid "Opacity:" @@ -2242,7 +2242,7 @@ #: ../data/ui/object-editor.ui.h:29 ../data/ui/prefs-dialog.ui.h:20 #: ../data/ui/template-designer.ui.h:61 msgid "Width:" -msgstr "Szeroko¶æ:" +msgstr "Szerokość:" #: ../data/ui/object-editor.ui.h:30 msgid "X Offset:" @@ -2283,7 +2283,7 @@ #: ../data/ui/prefs-dialog.ui.h:4 msgid "Default page size" -msgstr "Domy¶lny rozmiar strony" +msgstr "Domyślny rozmiar strony" #: ../data/ui/prefs-dialog.ui.h:6 msgid "Font:" @@ -2370,12 +2370,12 @@ #: ../data/ui/template-designer.ui.h:6 #, fuzzy msgid "1. Width:" -msgstr "Szeroko¶æ:" +msgstr "Szerokość:" #: ../data/ui/template-designer.ui.h:7 #, fuzzy msgid "2. Height:" -msgstr "Wysoko¶æ:" +msgstr "Wysokość:" #: ../data/ui/template-designer.ui.h:8 msgid "2. Inner radius:" @@ -2460,12 +2460,12 @@ #: ../data/ui/template-designer.ui.h:37 #, fuzzy msgid "Layout #1" -msgstr "Wygl±d:" +msgstr "Wygląd:" #: ../data/ui/template-designer.ui.h:38 #, fuzzy msgid "Layout #2" -msgstr "Wygl±d:" +msgstr "Wygląd:" #: ../data/ui/template-designer.ui.h:39 msgid "Number across (nx):" @@ -2547,7 +2547,7 @@ #: ../data/ui/print-op-dialog-custom-widget.ui.h:1 msgid "Collate" -msgstr "Uk³adanie" +msgstr "Układanie" #: ../data/ui/print-op-dialog-custom-widget.ui.h:2 #, fuzzy @@ -2561,7 +2561,7 @@ #: ../data/ui/print-op-dialog-custom-widget.ui.h:5 #, fuzzy msgid "Merge Control" -msgstr "Kontrola z³±czania dokumentów" +msgstr "Kontrola złączania dokumentów" #: ../data/ui/print-op-dialog-custom-widget.ui.h:6 #, fuzzy @@ -2599,7 +2599,7 @@ #: ../data/mime/glabels-3.0.xml.in.h:1 #, fuzzy msgid "gLabels Project File" -msgstr "W³a¶ciwo¶ci tekstu" +msgstr "Właściwości tekstu" #. Envelopes #: ../templates/paper-sizes.xml.h:2 @@ -2729,7 +2729,7 @@ #: ../templates/categories.xml.h:2 #, fuzzy msgid "Any label" -msgstr "Otwórz etykietê" +msgstr "Otwórz etykietę" #. =================================================================== #: ../templates/categories.xml.h:3 ../templates/pearl-iso-templates.xml.h:8 @@ -2983,7 +2983,7 @@ #: ../templates/avery-iso-templates.xml.h:28 #, fuzzy msgid "Shipping labels" -msgstr "Otwórz etykietê" +msgstr "Otwórz etykietę" #: ../templates/brother-other-templates.xml.h:1 msgid "Multi Purpose Labels 17mm x 54mm" @@ -2992,7 +2992,7 @@ #: ../templates/brother-other-templates.xml.h:2 #, fuzzy msgid "Shipping Labels 62mm x 100mm" -msgstr "Otwórz etykietê" +msgstr "Otwórz etykietę" #. #. ********************************************************************* @@ -3040,7 +3040,7 @@ #: ../templates/dymo-other-templates.xml.h:14 #, fuzzy msgid "Shipping Address Labels" -msgstr "Otwórz etykietê" +msgstr "Otwórz etykietę" #. =================================================================== #: ../templates/misc-us-templates.xml.h:2 @@ -3388,11 +3388,11 @@ #, fuzzy #~ msgid "Media type" -#~ msgstr "Typ no¶nika" +#~ msgstr "Typ nośnika" #, fuzzy #~ msgid "Label orientation" -#~ msgstr "U³o¿enie etykiety" +#~ msgstr "Ułożenie etykiety" #~ msgid "%s x %s %s" #~ msgstr "%s x %s %s" @@ -3405,10 +3405,10 @@ #~ msgstr "Kopie" #~ msgid "print this message" -#~ msgstr "wy¶wietla ten komunikat" +#~ msgstr "wyświetla ten komunikat" #~ msgid "print the version of glabels-batch being used" -#~ msgstr "wy¶wietla aktualnie u¿ywan± wersjê glabel-batch" +#~ msgstr "wyświetla aktualnie używaną wersję glabel-batch" #~ msgid "[OPTION...] GLABELS_FILE..." #~ msgstr "[OPCJA...] PLIK_GLABELS..." @@ -3421,14 +3421,14 @@ #, fuzzy #~ msgid "_Delete" -#~ msgstr "Usuñ" +#~ msgstr "Usuń" #, fuzzy #~ msgid "P_rinter" #~ msgstr "Wydrukuj" #~ msgid "Print preview" -#~ msgstr "Podgl±d wydruku" +#~ msgstr "Podgląd wydruku" #, fuzzy #~ msgid "magenta" @@ -3440,7 +3440,7 @@ #, fuzzy #~ msgid "Customize" -#~ msgstr "W³asny klucz pola" +#~ msgstr "Własny klucz pola" #, fuzzy #~ msgid "Font selector" @@ -3452,7 +3452,7 @@ #, fuzzy #~ msgid "Object property editor" -#~ msgstr "W³a¶ciwo¶ci tekstu" +#~ msgstr "Właściwości tekstu" #, fuzzy #~ msgid "Pr_eferences..." @@ -3460,7 +3460,7 @@ #, fuzzy #~ msgid "Properties" -#~ msgstr "W³a¶ciwo¶ci tekstu" +#~ msgstr "Właściwości tekstu" #, fuzzy #~ msgid "Save" @@ -3479,23 +3479,23 @@ #, fuzzy #~ msgid "_Merge Properties..." -#~ msgstr "W³a¶ciwo¶ci z³±czania" +#~ msgstr "Właściwości złączania" #, fuzzy #~ msgid "Object _Properties..." -#~ msgstr "W³a¶ciwo¶ci tekstu" +#~ msgstr "Właściwości tekstu" #~ msgid "Display units" -#~ msgstr "Jednostki wy¶wietlania" +#~ msgstr "Jednostki wyświetlania" #~ msgid "Outline" #~ msgstr "Ramka" #~ msgid "Edit line object properties" -#~ msgstr "Modyfikacja w³a¶ciwo¶ci linii" +#~ msgstr "Modyfikacja właściwości linii" #~ msgid "Edit text object properties" -#~ msgstr "Modyfikacja w³a¶ciowo¶ci tekstu" +#~ msgstr "Modyfikacja właściowości tekstu" #~ msgid "Maintain current aspect ratio" #~ msgstr "Utrzymywanie aktualnych proporcji" @@ -3505,49 +3505,49 @@ #~ msgstr "Otwórz" #~ msgid "Revert to saved copy of %s?" -#~ msgstr "Przywróciæ zapisan± kopiê pliku %s?" +#~ msgstr "Przywrócić zapisaną kopię pliku %s?" #~ msgid "Unknown media type. Using default." -#~ msgstr "Nieznany typ no¶nika. U¿yto warto¶ci domy¶lnych." +#~ msgstr "Nieznany typ nośnika. Użyto wartości domyślnych." #~ msgid "" #~ "``%s'' has been modified.\n" #~ "\n" #~ "Do you wish to save it?" #~ msgstr "" -#~ "Plik \"%s\" zosta³ zmodyfikowany.\n" +#~ "Plik \"%s\" został zmodyfikowany.\n" #~ "\n" -#~ "Czy chcesz go zapisaæ?" +#~ "Czy chcesz go zapisać?" #~ msgid "Close / Save label as" -#~ msgstr "Zamyka / Zapisuje etykietê jako" +#~ msgstr "Zamyka / Zapisuje etykietę jako" #~ msgid "Label no longer valid!" -#~ msgstr "Etykieta nie jest ju¿ poprawna!" +#~ msgstr "Etykieta nie jest już poprawna!" #~ msgid "Error writing file" -#~ msgstr "B³±d podczas zapisu pliku" +#~ msgstr "Błąd podczas zapisu pliku" #~ msgid "Edit properties..." -#~ msgstr "Modyfikuj w³a¶ciwo¶ci..." +#~ msgstr "Modyfikuj właściwości..." #~ msgid "Appearance" -#~ msgstr "Wygl±d" +#~ msgstr "Wygląd" #~ msgid "Position/Size" #~ msgstr "Pozycja/Rozmiar" #~ msgid "Image format not currently supported" -#~ msgstr "Format obrazu aktualnie nie jest obs³ugiwany" +#~ msgstr "Format obrazu aktualnie nie jest obsługiwany" #~ msgid "Show text with barcode" -#~ msgstr "Wy¶wietlanie tekstu z kodem paskowym" +#~ msgstr "Wyświetlanie tekstu z kodem paskowym" #~ msgid "Column" #~ msgstr "Kolumna" #~ msgid "Make a new, empty label" -#~ msgstr "Tworzy now±, pust± etykietê" +#~ msgstr "Tworzy nową, pustą etykietę" #~ msgid " New " #~ msgstr " Nowa " debian/patches/0002-manpage.patch0000664000000000000000000000255112240007742013630 0ustar From: Debian QA Group Date: Sun, 11 Mar 2012 23:52:33 +0100 Subject: manpage Bug: https://sourceforge.net/tracker/?func=detail&aid=2964354&group_id=46122&atid=445116 Document a couple of missing options in the manpage. --- data/man/glabels-3.1 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/data/man/glabels-3.1 b/data/man/glabels-3.1 index 5b5b434..c255d7c 100644 --- a/data/man/glabels-3.1 +++ b/data/man/glabels-3.1 @@ -42,6 +42,10 @@ Print program version information. \fB\-o\fR \fIfilename\fR, \fB\-\-output\fR=\fIfilename\fR Set output filename to \fIfilename\fR. (default="output.ps") .TP +\fB\-i\fR \fIfilename\fR, \fB\-\-input\fR=\fIfilename\fR +Set name of file with data to be merged to \fIfilename\fR. Typically +this is a .csv file containing values to be printed on the labels. +.TP \fB\-s\fR \fIn\fR, \fB\-\-sheets\fR=\fIn\fR Set number of sheets to \fIn\fR. (default=1) .TP @@ -55,6 +59,9 @@ Set label on first sheet to start printing from to \fIn\fR. (default=1) Print outlines around labels. This is useful for testing printer alignment or printing proof sheets. .TP +\fB\-C\fR, \fB\-\-cropmarks\fR +Print crop marks. Helpful for cutting up sheets. +.TP \fB\-r\fR, \fB\-\-reverse\fR Print mirror image of labels. This is useful for clear labels intended to be seen from the back through glass. debian/glabels-dev.preinst0000664000000000000000000000036312240007742012763 0ustar #!/bin/sh set -e if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl "2.2.7-2" then # Remove fucking symlink if [ -L /usr/share/doc/glabels-dev ] then rm /usr/share/doc/glabels-dev fi fi #DEBHELPER# exit 0 debian/glabels-data.install0000664000000000000000000000042012240007742013072 0ustar usr/share/gnome usr/share/locale usr/share/mime usr/share/icons/hicolor usr/share/glabels-3.0/icons/hicolor /usr/share/icons usr/share/glabels-3.0/pixmaps/ usr/share/glabels-3.0/ui usr/share/libglabels-3.0/templates usr/share/libglabels-3.0/dtd usr/share/glib-2.0/schemas debian/rules0000775000000000000000000000163712240007742010255 0ustar #!/usr/bin/make -f # ==================================================================== # debian/rules for gLabels # Common Debian Build System: (C) 2002 Colin Walters # # Author: Andrew Lau # $Id: rules 23938 2010-04-21 17:43:11Z didrocks-guest $ # ==================================================================== # Remove excess dependencies export DEB_LDFLAGS_MAINT_APPEND += -Wl,--as-needed # Hardening flags export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall include /usr/share/dpkg/buildflags.mk # CDBS classes & rules include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk # Compilation options DEB_CONFIGURE_EXTRA_FLAGS := --with-libebook # Debhelper arguments DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp --list-missing post-patches:: mkdir -p m4 autoreconf -i debian/symbols0000664000000000000000000001312212240007742010600 0ustar libglabels-3.0.so.8 #PACKAGE# #MINVER# _lgl_db_register_template_internal@Base 3.0.1 lgl_category_dup@Base 3.0.1 lgl_category_free@Base 3.0.1 lgl_category_new@Base 3.0.1 lgl_db_delete_template_by_brand_part@Base 3.0.1 lgl_db_delete_template_by_name@Base 3.0.1 lgl_db_does_template_exist@Base 3.0.1 lgl_db_does_template_name_exist@Base 3.0.1 lgl_db_free_brand_list@Base 3.0.1 lgl_db_free_category_id_list@Base 3.0.1 lgl_db_free_category_name_list@Base 3.0.1 lgl_db_free_paper_id_list@Base 3.0.1 lgl_db_free_paper_name_list@Base 3.0.1 lgl_db_free_template_name_list@Base 3.0.1 lgl_db_free_vendor_name_list@Base 3.0.1 lgl_db_get_brand_list@Base 3.0.1 lgl_db_get_category_id_list@Base 3.0.1 lgl_db_get_category_name_list@Base 3.0.1 lgl_db_get_paper_id_list@Base 3.0.1 lgl_db_get_paper_name_list@Base 3.0.1 lgl_db_get_similar_template_name_list@Base 3.0.1 lgl_db_get_template_name_list_all@Base 3.0.1 lgl_db_get_vendor_name_list@Base 3.0.1 lgl_db_init@Base 3.0.1 lgl_db_is_category_id_known@Base 3.0.1 lgl_db_is_paper_id_known@Base 3.0.1 lgl_db_is_paper_id_other@Base 3.0.1 lgl_db_is_vendor_name_known@Base 3.0.1 lgl_db_lookup_category_from_id@Base 3.0.1 lgl_db_lookup_category_from_name@Base 3.0.1 lgl_db_lookup_category_id_from_name@Base 3.0.1 lgl_db_lookup_category_name_from_id@Base 3.0.1 lgl_db_lookup_paper_from_id@Base 3.0.1 lgl_db_lookup_paper_from_name@Base 3.0.1 lgl_db_lookup_paper_id_from_name@Base 3.0.1 lgl_db_lookup_paper_name_from_id@Base 3.0.1 lgl_db_lookup_template_from_brand_part@Base 3.0.1 lgl_db_lookup_template_from_name@Base 3.0.1 lgl_db_lookup_vendor_from_name@Base 3.0.1 lgl_db_model_get_type@Base 3.0.1 lgl_db_model_new@Base 3.0.1 lgl_db_notify_add@Base 3.0.1 lgl_db_notify_remove@Base 3.0.1 lgl_db_print_known_categories@Base 3.0.1 lgl_db_print_known_papers@Base 3.0.1 lgl_db_print_known_templates@Base 3.0.1 lgl_db_print_known_vendors@Base 3.0.1 lgl_db_register_template@Base 3.0.1 lgl_paper_dup@Base 3.0.1 lgl_paper_free@Base 3.0.1 lgl_paper_new@Base 3.0.1 lgl_str_format_fraction@Base 3.0.1 lgl_str_part_name_cmp@Base 3.0.1 lgl_str_utf8_casecmp@Base 3.0.1 lgl_template_add_category@Base 3.0.1 lgl_template_add_frame@Base 3.0.1 lgl_template_are_templates_identical@Base 3.0.1 lgl_template_do_templates_match@Base 3.0.1 lgl_template_does_brand_match@Base 3.0.1 lgl_template_does_category_match@Base 3.0.1 lgl_template_does_page_size_match@Base 3.0.1 lgl_template_dup@Base 3.0.1 lgl_template_frame_add_layout@Base 3.0.1 lgl_template_frame_add_markup@Base 3.0.1 lgl_template_frame_cd_new@Base 3.0.1 lgl_template_frame_dup@Base 3.0.1 lgl_template_frame_ellipse_new@Base 3.0.1 lgl_template_frame_free@Base 3.0.1 lgl_template_frame_get_layout_description@Base 3.0.1 lgl_template_frame_get_n_labels@Base 3.0.1 lgl_template_frame_get_origins@Base 3.0.1 lgl_template_frame_get_size@Base 3.0.1 lgl_template_frame_get_size_description@Base 3.0.1 lgl_template_frame_rect_new@Base 3.0.1 lgl_template_frame_round_new@Base 3.0.1 lgl_template_free@Base 3.0.1 lgl_template_get_name@Base 3.0.1 lgl_template_layout_dup@Base 3.0.1 lgl_template_layout_free@Base 3.0.1 lgl_template_layout_new@Base 3.0.1 lgl_template_markup_circle_new@Base 3.0.1 lgl_template_markup_dup@Base 3.0.1 lgl_template_markup_ellipse_new@Base 3.0.1 lgl_template_markup_free@Base 3.0.1 lgl_template_markup_line_new@Base 3.0.1 lgl_template_markup_margin_new@Base 3.0.1 lgl_template_markup_rect_new@Base 3.0.1 lgl_template_new@Base 3.0.1 lgl_template_new_from_equiv@Base 3.0.1 lgl_template_print@Base 3.0.1 lgl_units_from_id@Base 3.0.1 lgl_units_from_name@Base 3.0.1 lgl_units_get_id@Base 3.0.1 lgl_units_get_name@Base 3.0.1 lgl_units_get_points_per_unit@Base 3.0.1 lgl_units_get_units_per_point@Base 3.0.1 lgl_vendor_dup@Base 3.0.1 lgl_vendor_free@Base 3.0.1 lgl_vendor_new@Base 3.0.1 lgl_xml_category_parse_categories_doc@Base 3.0.1 lgl_xml_category_parse_category_node@Base 3.0.1 lgl_xml_category_read_categories_from_file@Base 3.0.1 lgl_xml_get_node_content@Base 3.0.1 lgl_xml_get_prop_boolean@Base 3.0.1 lgl_xml_get_prop_double@Base 3.0.1 lgl_xml_get_prop_i18n_string@Base 3.0.1 lgl_xml_get_prop_int@Base 3.0.1 lgl_xml_get_prop_length@Base 3.0.1 lgl_xml_get_prop_string@Base 3.0.1 lgl_xml_get_prop_uint@Base 3.0.1 lgl_xml_is_node@Base 3.0.1 lgl_xml_paper_parse_paper_node@Base 3.0.1 lgl_xml_paper_parse_papers_doc@Base 3.0.1 lgl_xml_paper_read_papers_from_file@Base 3.0.1 lgl_xml_set_default_units@Base 3.0.1 lgl_xml_set_prop_boolean@Base 3.0.1 lgl_xml_set_prop_double@Base 3.0.1 lgl_xml_set_prop_int@Base 3.0.1 lgl_xml_set_prop_length@Base 3.0.1 lgl_xml_set_prop_string@Base 3.0.1 lgl_xml_set_prop_uint_hex@Base 3.0.1 lgl_xml_template_create_template_node@Base 3.0.1 lgl_xml_template_parse_template_node@Base 3.0.1 lgl_xml_template_parse_templates_doc@Base 3.0.1 lgl_xml_template_read_templates_from_file@Base 3.0.1 lgl_xml_template_write_template_to_file@Base 3.0.1 lgl_xml_template_write_templates_to_file@Base 3.0.1 lgl_xml_vendor_parse_vendor_node@Base 3.0.1 lgl_xml_vendor_parse_vendors_doc@Base 3.0.1 lgl_xml_vendor_read_vendors_from_file@Base 3.0.1 libglbarcode-3.0.so.0 #PACKAGE# #MINVER# create_func@Base 3.0.1 lgl_barcode_add_box@Base 3.0.1 lgl_barcode_add_char@Base 3.0.1 lgl_barcode_add_hexagon@Base 3.0.1 lgl_barcode_add_line@Base 3.0.1 lgl_barcode_add_ring@Base 3.0.1 lgl_barcode_add_string@Base 3.0.1 lgl_barcode_code39_new@Base 3.0.1 lgl_barcode_create@Base 3.0.1 lgl_barcode_free@Base 3.0.1 lgl_barcode_new@Base 3.0.1 lgl_barcode_onecode_new@Base 3.0.1 lgl_barcode_postnet_new@Base 3.0.1 lgl_barcode_render_to_cairo@Base 3.0.1 lgl_barcode_render_to_cairo_path@Base 3.0.1 debian/glabels.install0000664000000000000000000000021012240007742012160 0ustar ../../debian/glabels.xpm usr/share/pixmaps usr/bin usr/lib/*.so.* ../../debian/glabels-3.0.desktop usr/share/applications usr/share/man debian/source/0000775000000000000000000000000012240007742010466 5ustar debian/source/format0000664000000000000000000000001412240007742011674 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000010312240007742010211 0ustar version=3 http://www.glabels.org/download/ .*glabels-(.*)\.tar\..* debian/control0000664000000000000000000000464612240007742010603 0ustar Source: glabels Section: gnome Priority: optional Maintainer: Jakob Haufe Build-Depends: autotools-dev, cdbs, dpkg-dev (>= 1.16.1~), debhelper (>= 5.0), intltool (>= 0.21), gnome-doc-utils (>= 0.3.2), gtk-doc-tools (>= 1.0), libglib2.0-dev (>= 2.28.2), libgtk-3-dev (>= 3.0.9), libxml2-dev (>= 2.7.8), librsvg2-dev (>= 2.32.0), libcairo2-dev (>= 1.10.0), libpango1.0-dev (>= 1.28.1), libebook1.2-dev (>= 3.6.0), barcode (>= 0.98), libqrencode-dev (>= 3.1.0), libiec16022-dev (>= 0.2.4) Standards-Version: 3.9.4 Homepage: http://glabels.sourceforge.net/ Package: glabels Architecture: any Pre-Depends: dpkg (>= 1.15.6~) Depends: glabels-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Recommends: evince Suggests: evolution-data-server Provides: libglabels5 Description: label, business card and media cover creation program for GNOME gLabels is a lightweight program for creating labels, barcodes, business cards and media covers for the GNOME desktop environment. It is designed to work with various laser/ink-jet peel-off label and business card sheets that you'll find at most office supply stores. . gLabels also supports mail merge from sources such as CSV files, vCards and Evolution data servers. Package: glabels-data Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: gnome-desktop3-data, ${misc:Depends} Description: data files for gLabels gLabels is a lightweight program for creating labels, barcodes, business cards and media covers for the GNOME desktop environment. . This package contains gLabel's default set of label, business card and media cover templates. Package: glabels-dev Section: devel Architecture: any Pre-Depends: dpkg (>= 1.15.6~) Depends: glabels (= ${binary:Version}), glabels-data (= ${source:Version}), libglib2.0-dev, libxml2-dev, ${misc:Depends} Description: development documentation and library files for gLabels gLabels is a lightweight program for creating labels, barcodes, business cards and media covers for the GNOME desktop environment. . This package provides the development environment for libglabels, which is meant to facilitate 3rd party use of glabels templates. debian/glabels.xpm0000664000000000000000000000505512240007742011332 0ustar /* XPM */ static char *glabels[] = { /* columns rows colors chars-per-pixel */ "32 32 90 1", " c black", ". c #0D0D0D", "X c #1C1C1A", "o c #34332A", "O c #343434", "+ c #3F3E32", "@ c #3C3C3C", "# c #49473B", "$ c #484745", "% c #4F4F4E", "& c #52524F", "* c #555555", "= c #676555", "- c #747474", "; c #787878", ": c #807E6B", "> c #868370", ", c #8F8C77", "< c #8E8D83", "1 c #959494", "2 c #A5A285", "3 c #A4A28B", "4 c #A5A391", "5 c #A5A49F", "6 c #AEAA93", "7 c #B6B396", "8 c #B5B29C", "9 c #BAB69D", "0 c #AAAAAA", "q c #B1B0A4", "w c #B8B5A2", "e c #B8B7A8", "r c #BEBCA6", "t c #BDBCAB", "y c #B8B7B0", "u c #BEBDB4", "i c #BABABA", "p c #C4C2AC", "a c #CAC6AC", "s c #CCC9AD", "d c #C3C2B4", "f c #C2C1BA", "g c #C9C6B1", "h c #C8C7BD", "j c #CCCAB4", "k c #CCCABC", "l c #D1CDAD", "z c #D1CEB4", "x c #D0CEBC", "c c #D6D2B3", "v c #D5D2BC", "b c #D9D5B2", "n c #DDD9B6", "m c #DCD9BD", "M c #E2DEBB", "N c #E4E0BE", "B c #CAC9C1", "V c #D0CFC3", "C c #D5D3C4", "Z c #D4D3CA", "A c #D9D7CC", "S c #DCDAC5", "D c #DCDACB", "F c #D7D6D3", "G c #DDDCD5", "H c #DADADA", "J c #E2DFC3", "K c #E1DFCE", "L c #E6E2C4", "P c #E5E2CA", "I c #E9E6CB", "U c #EBE8CF", "Y c #E4E3D5", "T c #E6E4DC", "R c #E9E6D2", "E c #E8E7D8", "W c #ECE9D3", "Q c #ECEADA", "! c #F0EEDD", "~ c #E5E5E3", "^ c #EBEAE2", "/ c #EBEBEB", "( c #F3F1E4", ") c #F6F5EB", "_ c #F8F7EF", "` c #F5F5F5", "' c #F8F7F0", "] c #FAF9F4", "[ c #FBFBFA", "{ c None", /* pixels */ "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{ {{{{{{{", " O%&&&*&&&&&&&&&&&&&*.. {{{{{", " OF())(((((!!!!QQWWWIR@- {{{{", " 1')^QQ(QKWQSSSPILLLNN*~-. {{{", " 5''GufuAddkeggwppjmmN*`H; {{", " 5''TBAAVdkkCvgjpvsLNM%[`~-. {", " 5]''))(((!!QQWWIIILLLOH[/F- ", " 5]]TyZfVkA!guSjvrmLS6>$1001O ", " 5]]TfZZCAC(kgvkj4gzLa6,>=#oX ", " 5[]]')))(((!QQWWRIIILLNNl72+ ", " 5[]^G_)TQYY!CKSWWPvmzzcccnb< ", " 5[[^ffFhuhd!kekPIPzz8939lMN5 ", " 5[]`~^Q/QQY(ERWPRRPLSmvcnNn5 ", " ;[[[]]'))(((!!!QQWWUILLLNNN; ", " Xi)''''_)__)))()((((((((!EqX ", " ", " ", " ", "{ ", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{", "{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{" }; debian/glabels-3.0.desktop0000664000000000000000000000403612240007742012473 0ustar [Desktop Entry] Name=gLabels GenericName=Label Designer GenericName[ca]=Dissenyador d'etiquetes GenericName[cs]=Návrhář etiket GenericName[da]=Etiketdesigner GenericName[de]=Etiketten-Designer GenericName[eo]=Designer di etichetta GenericName[es]=Diseñador de etiquetas GenericName[fr]=Créateur d'étiquettes GenericName[it]=Designer di etichetta GenericName[ja]=ラベル・デザイナ GenericName[ko]=라벨 디자이너 GenericName[pt]=Editor de etiquetas GenericName[ru]=Дизайнер этикеток GenericName[sl]=Snovalnik nalepk GenericName[sv]=Etikettdesignern GenericName[zh_CN]=标签设计工具 Comment=Create labels, business cards and media covers Comment[ca]=Crea etiquetes, targetes de visita i caràtules de suports multimèdia Comment[ca@valencia]=Crea etiquetes, targetes de visita i caràtules de suports multimèdia Comment[cs]=Vytvářejte etikety, vizitky a obaly médií Comment[da]=Opret etiketter, forretningskort og mediecovere Comment[de]=Erstellen von Etiketten, Visitenkarten und Medien-Covern Comment[eo]=Kreu etikedojn, vizitkartojn kaj kovrilojn de plurmediaĵoj Comment[es]=Crear etiquetas, tarjetas de visita y portadas Comment[fr]=Crée des étiquettes et des cartes de visite Comment[it]=Crea etichette, biglietti da visita e copertine Comment[ja]=ラベルや名刺、メディアのジャケットをデザインします Comment[ko]=라벨, 명함 그리고 미디어 커버 만들기 Comment[nl]=Etiketten, visitekaartjes en hoesjes aanmaken Comment[pt]=Criar etiquetas, cartões de visita e capas de media Comment[pt_BR]=Crie etiquetas, cartões de visita e capas para mídias Comment[ru]=Создание этикеток, визитных карточек и вкладышей для дисков Comment[sl]=Ustvarjanje nalepk, poslovnih vizitk in medijskih platnic Comment[sv]=Skapa etiketter, visitkort och skivomslag Comment[zh_CN]=制作标签,名片和光盘盒封面 Exec=glabels-3 %F Icon=glabels-3.0.png Terminal=false Type=Application Categories=GTK;Office; StartupNotify=true MimeType=application/x-glabels; debian/copyright0000664000000000000000000001220412240007742011120 0ustar This package was debianized by Andrew Lau on Sun Nov 9 00:54:51 EST 2003 It was downloaded from: ========================================== Upstream Author and Copyright information ========================================== gLabels Author ============== Jim Evins Acknowledgments =============== - Glabels includes a modified version of the gimpchainbutton widget from the gimp, as well as several stock icons from the gimp's default theme. These are copyright: * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * Copyright (C) 1999-2000 Sven Neumann Glabels includes contributions from: Frederic Ruaudel Emmanuel Pacaud Wayne Schuller Austin Henry -- EDS and vcard backends nestor di -- excellent splash screen that first appeared in 0.4.3: Darren Warner Javier Donaire Segarra Alessandro Zummo José Dapena Paz Akkana Dag Wieers Mário Meyer Peter Cherriman Translations: Olivier Berger -- French (original) Florent Morel -- French (2.0.2) Claude Paroz -- French (2.1.4) Marcus Bauer -- German (original) Christian Neumair -- German (1.89.1) Mario Blättermann -- German (2.2.5) Takeshi AIHANA -- Japanese Paulo Rogério Ormenese -- Brazilian Portuguese Víctor Moral -- Spanish translations sergio rivadero -- Spanish Translations (2.0.3) Vitaly Lipatov -- Russian translations Shell, Hin-lik Hung -- Chinese Translations Arkadiusz Lipiec -- Polish Translations David Makovský (Yakeen) -- Czech Translations Zbynek Mrkvicka -- Czech Translations (2.0.3) Mancio -- Italian Translations Daniele Medri -- Italian Translations (2.0.3) Antonio C. Codazzi "la Filozofo" -- Esperanto The following people have submitted label templates or information about particular products (I apologize if I have missed anybody): Hap Olivier Berger Marcus Bauer Jochen Hein Jonathan Buzzard Jeff Davis Ludger Solbach Darren Ross George Mitchell Douglas Bollinger Tim Jackson John Stoffel Dany De Bontridder Andy Longton Bostjan Muller John Helms no-exit Mozilla from marela Holger Bill Tihen Dan Gray Keith Hudson Tamas Bondar George Mitchell Erich Pfennig Gwen Patton Miek Gieben Joerg Schmitz-Linneweber David Makovský Oliver Schwank Akkana Ted Poe hans-helmut.belter Uli Wachowitz Stephan Hegel Holger Reinmann Michael Wojciechowski Jim Mueller Mark Fullalove Zamiel Al'Shaitan Philip Paeps Bryan Fields Martin Klaffenboeck Lauri Ampuja Allan Wind Mark S Burgunder Christian Holländer Marvin P. Dickens Julien BLACHE James D Strandboge Linas Jakucionis Henrik Brix Andersen Nigel Titley Sean 'Shaleh' Perry Anthony Brockman Thorsten Hirsch John Ross Mike Machado Rob Elshire Niels Ernst W. Winter regis rampnoux Sven Salzwedel Dick Middleton Ian Peake Wayne Schuller Thomas Vill Fred Bacon JBadger Frank Altpeter Matthew J. Lockner Larry Harriman Juan Carlos Valero Nick Hill Ali Akcaagac Dan Clark Peter L. Berghold Vitaly Lipatov Steve Saxon Roman Kreisel Steve Reppucci Lionel CONS Richard Lance Anand Kumria Alexandre Sauvé Ironblade Matthias Mailänder Bernhard Walle Stephen Hilliard Alessandro Zummo Herbert Straub Dennis Böckmann Anon D. Leitner Georg Ostertag Manuel Siggen David Huber Harald Welte Richard Rothwell Gernot Hassenpflug Pau Ruŀlan Ferragut Richard Hurt Phil Endecott Koen Wybo Mark Moeller Bertus W. Oliver Friedrich ======= License ======= This package 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 2 of the License, or (at your option) any later version. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000004024512240675503011053 0ustar glabels (3.0.1-4build1) trusty; urgency=low * No-change rebuild for new e-d-s -- Iain Lane Wed, 13 Nov 2013 13:14:43 +0000 glabels (3.0.1-4) unstable; urgency=low * Upload to unstable as evolution-data-server 3.8 has arrived there * Add symbols control file * Add & update lintian overrides: - icon-size-and-directory-name-mismatch Size is correct, images are just not square - package-name-doesnt-match-sonames No external users of that library yet - hardening-no-fortify-functions False positive, thanks to Antonio Ospite for helping me understanding this - desktop-entry-lacks-keywords-entry No useful keywords to be added -- Jakob Haufe Sun, 10 Nov 2013 20:16:13 +0100 glabels (3.0.1-3) experimental; urgency=low * Refresh debian/patches * Cherry-pick 6b7d7e831e5542b6ea3c15802fa882a42399fc15 from upstream as 0004-unbreak-with-evolution-data-server-3.6.0.patch (Closes: #722033) * Bump Standards-Version (no changes needed) * Change dependency to gnome-desktop3-data (Closes: #707961) * Add patch from Jakub Wilk to fix Polish translation (Closes: #691089) -- Jakob Haufe Tue, 10 Sep 2013 20:44:01 +0200 glabels (3.0.1-2) experimental; urgency=low * Pre-depend on dpkg >= 1.15.6~ as we are using xz. -- Jakob Haufe Sat, 17 Nov 2012 20:51:30 +0100 glabels (3.0.1-1) experimental; urgency=low * Enable hardening buildflags * Update watchfile as SF has no current versions anymore * New upstream version (Closes: #691958) * Drop patches applied upstream: - 0003-libglbarcode-uses-pangocairo-not-plain-pango.patch - 0004-libglabels-silently-uses-gobject-fix-linkage.patch - 0005-Ignore-unused-screenshot.patch - 0006-Fix-schema-references.patch * Fix typo (Closes: #669228) -- Jakob Haufe Fri, 16 Nov 2012 12:23:15 +0100 glabels (3.0.0-3) unstable; urgency=low * Remove obsolete configure options * Remove broken man page symlink * Remove Replaces for glabels 2.0 transition * Depend on gnome-desktop-data for licenses in GNOME help * New patches: - 0006-Fix-schema-references.patch - 0007-Ignore-license.page.patch -- Jakob Haufe Mon, 09 Apr 2012 18:02:07 +0200 glabels (3.0.0-2) unstable; urgency=low * Bump Standards-Version (no changes needed) -- Jakob Haufe Sun, 08 Apr 2012 20:48:09 +0200 glabels (3.0.0-1) unstable; urgency=low * New upstream release (Closes: #665535) * Recreate debian/patches/* for 3.0.0 - Names changed due to use of gbp-pq - Drop 30_Werror-format-security.patch as glables now uses external barcode - Drop 40_linker.patch (Change adopted upstream) * New patches: - 0003-libglbarcode-uses-pangocairo-not-plain-pango.patch - 0004-libglabels-silently-uses-gobject-fix-linkage.patch - 0005-Ignore-unused-screenshot.patch * Update lintian override for 3.0.0 * Update debian/copyright for 3.0.0 * Recommend evince (Closes: #560899) * Temporarily ship own .desktop file (Closes: #660642) * Adopt package (Closes: #569335) -- Jakob Haufe Mon, 12 Mar 2012 00:11:13 +0100 glabels (2.2.8-3) unstable; urgency=low * QA upload. * Fix "FTBFS: plessey.c:151:9: error: format not a string literal and no format arguments [-Werror=format-security]": new patch 30_Werror-format-security.patch: add format argument to sprintf call. (Closes: #643390) * New patch 40_linker.patch: add '-lm' to linker arguments, otherwise the build fails with binutils-gold or --no-add-needed. -- gregor herrmann Mon, 19 Dec 2011 19:00:44 +0100 glabels (2.2.8-2) unstable; urgency=low [ Olivier Berger ] * QA upload. * Updated Standards-Version * Added several small changes to get rid of some lintian warnings [ Neil Williams ] * Tweak standards version. Apply QA changes from 569335. Thanks to Olivier Berger * Move to collab-maint to make it easier for QA work. * Drop shlib:Depends variable from -dev package, not used. * Drop uploaders rule, not used by QA. -- Neil Williams Sat, 14 May 2011 19:24:23 +0100 glabels (2.2.8-1) unstable; urgency=low * New upstream release: - Fix crash caused by new g_new macros in glib-2.24.0 - Removed extra padding in "New label" dialog - Updated translations - New templates * Switch to dpkg-source 3.0 (quilt) format -- Didier Roche Wed, 21 Apr 2010 11:46:13 +0200 glabels (2.2.7-2) unstable; urgency=low * debian/control.in, debian/rules: - Stop calling dh_buildinfo, nobody has ever looked at it. * debian/glabels.postinst, debian/glabels-dev.postinst, debian/glabels.preinst, debian/glabels-dev.preinst, debian/glabels.links, debian/glabels-dev.links, debian/rules: - Stop symlinking the doc directories. Closes: #574305. -- Emilio Pozuelo Monfort Thu, 18 Mar 2010 00:26:34 +0100 glabels (2.2.7-1) unstable; urgency=low * 2.2.7-1 New upstream release. - debian/control.in: + Bump libxml2-dev build dependency. * debian/patches/10_manpage.patch: - Forwarded, add headers. * debian/glabels.dirs: - Removed, unneeded. * debian/control.in: - Stop mentioning the upstream author in the long description. He's already listed in the proper place -- debian/copyright. -- Emilio Pozuelo Monfort Fri, 05 Mar 2010 19:13:12 +0100 glabels (2.2.6-1) unstable; urgency=low * debian/glabels-data.post{inst,rm}: - Removed, update-{desktop,mime}-database are now triggerized so there's no need to call them. Closes: #559506. * New upstream release. * debian/watch: don't uupdate. * debian/control.in: - Build depend on gnome-doc-utils. - Standards-Version is 3.8.4, no changes needed. -- Emilio Pozuelo Monfort Thu, 11 Feb 2010 13:36:08 +0100 glabels (2.2.5-1) unstable; urgency=low [ Rodolphe Pelloux-Prayer ] * New upstream release. + Closes: #457970 and #515335. + Add new template. Closes: #499459. * debian/patches/: + 01_null_strlen.patch: removed. + 11_cepnet.patch: removed, applied upstream. * debian/control: + Standards-Version is 3.8.2, no changes needed. + Added Vcs-Browser and Vcs-Svn fields. + Remove libgnomeprintui dependency. + Update libebook, libgnomeui dependencies. + Add missing build-dependencies. Closes: #536923. [ Josselin Mouette ] * watch: use sf.net virtual address to make uupdate work, thanks Raphael Geissert. Closes: #449720. [ Sven Arvidsson ] * Mention barcode functionality in the long description, thanks Dieter Faulbaum. (Closes: #466816) * Fix Homepage field in debian/control. [ Loic Minier ] * Add ${misc:Depends} and ${shlibs:Depends}. * Use UTF-8 for debian/copyright. * Use Applications instead of Apps in menu file. [ Emilio Pozuelo Monfort ] * debian/copyright: updated for the new version. * Ship the desktop file in the glabels package. * Remove unneeded Section field from glables-data. * Upload to unstable. -- Emilio Pozuelo Monfort Tue, 11 Aug 2009 23:27:06 +0200 glabels (2.1.3-3) unstable; urgency=low * 01_null_strlen.patch: fix strlen(NULL) causing segmentation fault. Closes: #444822. -- Josselin Mouette Mon, 01 Oct 2007 12:45:28 +0200 glabels (2.1.3-2) unstable; urgency=low [ Kilian Krause ] * Add get-orig-source target. [ Loic Minier ] * Set maintainer to Debian GNOME Maintainers. * Wrap build-deps and deps. [ Otavio Salvador ] * Add support to CEPNet. Thanks to Mário Meyer for the patch (closes: #436288) -- Otavio Salvador Mon, 06 Aug 2007 17:01:07 -0300 glabels (2.1.3-1) unstable; urgency=low [ Oystein Gisnas ] * New upstream version - Fix crash when grid is disabled (closes: #368241) - Add shadow attribute to label objects - Fix color groups in color combo widgets - Fix several bugs and crashers * Add missing options to manpage. Thanks to Ralph Aichinger (closes: #357046) * Update watch file to version 3 * debian/patches/70_relibtoolize.patch: Obsolete * Add --as-needed ld flag [ Loic Minier ] * Ship full copyright information. -- Loic Minier Wed, 5 Jul 2006 20:50:20 +0200 glabels (2.1.2-4) unstable; urgency=low * Stop shipping *.la files in glabels-dev. [debian/glabels-dev.install] * Make the package binNMU-safe. - Build-depend on dpkg-dev 1.13.19. [debian/control, debian/control.in] - Use ${source:Version} and ${binary:Version} for inter-package dependencies. [debian/control, debian/control.in] * Bump up Standards-Version to 3.7.2. [debian/control, debian/control.in] -- Loic Minier Fri, 12 May 2006 15:39:40 +0200 glabels (2.1.2-3) unstable; urgency=medium * [debian/control.in]: - Remove version from glabels-data dependency. (closes: #338675) - Expand description. - Update build-dependencies to support Evolution 2.4. * [debian/rules]: - Use util.mk to safeguard against dh_install missing files. -- Andrew Lau Tue, 10 Jan 2006 18:40:28 +1100 glabels (2.1.2-2) unstable; urgency=low * Relibtoolize. [debian/patches/70_relibtoolize.patch] -- Loic Minier Mon, 9 Jan 2006 18:59:28 +0100 glabels (2.1.2-1) unstable; urgency=low * New upstream version. - Evolution Data Server support. - Respects default printer setting (closes: #323145) - Fix crash when handling image objects. (closes: #343979) - Fix merge properties crash. (closes: #345634) - Rebuild against libgnomeprintui2.2-0 (2.12). (closes: #346118) - Patch merged: 50_fix-avery-32015-label.patch * [debian/rules]: - Revert usage of ld's --as-needed option. * Debian Standards-Version: 3.6.2.2 * Debhelper compatibility: 5 -- Andrew Lau Mon, 9 Jan 2006 02:50:54 +1100 glabels (2.1.1-3) unstable; urgency=low * Change dependencies to = Source-Version: yes that sucks, but it breaks more often if one has to manually update it than binNMUs. [debian/control, debian/control.in] -- Loic Minier Fri, 11 Nov 2005 14:12:56 +0100 glabels (2.1.1-2) unstable; urgency=low * Add extra glabels-data >= 2.1.1 dependencies to glabels until dpkg supports = Source-Version deps correctly. (Closes: #338074) [debian/control, debian/control.in] * Remove weird Replaces: glabels-data (<< 2.1.1) in glabels. [debian/control, debian/control.in] * New patch by Anand Kumria to fix naming of a label. (Closes: #330629) [debian/patches/50_fix-avery-32015-label.patch] -- Loic Minier Wed, 9 Nov 2005 18:42:45 +0100 glabels (2.1.1-1) unstable; urgency=low * New upstream development release. - Patch merged: 00_print-dialog.patch * Debian Standards-Version to 3.6.2 * [debian/control.in]: - Update build dependencies for GNOME 2.10. * [debian/rules]: - Record compile-time dependency versions using dh_buildinfo. * Symlink all documentation dirs to /usr/share/doc/glabels-common -- Andrew Lau Sat, 9 Jul 2005 03:17:49 +1000 glabels (2.0.2-3) unstable; urgency=medium * [debian/rules]: - FTBFS fix: disable execution of update-desktop-database. (closes: #300556) -- Andrew Lau Mon, 21 Mar 2005 01:07:25 +1100 glabels (2.0.2-2) unstable; urgency=medium * [debian/rules]: - Deflate dependencies via ld's --as-needed option. This also removes dependency against non-free libhowl0. * Set print-dialog to the correct size. + [debian/patches/00_print-dialog.patch] (closes: #295274) * Text object properties now display. (closes: #296846) -- Andrew Lau Wed, 16 Mar 2005 15:47:19 +1100 glabels (2.0.2-1) unstable; urgency=medium * New upstream release. * [debian/rules]: - x-glabels.xml restored to package fixing GNOME program association. (closes: #281758) * Split files off into two new packages: - glabels-data: common files - glabels-dev: development library files -- Andrew Lau Fri, 28 Jan 2005 01:06:03 +1100 glabels (2.0.1-1) unstable; urgency=medium * New upstream release. * Remove locally generated shared-mime-info files during build which break the system MIME database. Run update-mime-database in postinst/postrm. (closes: #266085) -- Andrew Lau Thu, 19 Aug 2004 03:33:58 +1000 glabels (2.0.0-1) unstable; urgency=medium * New upstream release. (closes: #264864) - Properly handles old templates (closes: #227886) - Release critical 64-bit fixes (closes: #231850) - Manpage now included (closes: #250810) * Patches regenerated: - 00_relibtoolize.patch -- Andrew Lau Wed, 11 Aug 2004 18:44:51 +1000 glabels (1.93.3-2) unstable; urgency=low * Relibtoolize and rebuild to get rid of the gnutls7 dependency. * debian/control: + Add me to Uploaders (gnome-pkg-tools is still in incoming) + Add libxml-parser-perl to Build-Depends -- Marc 'HE' Brockschmidt Thu, 17 Jun 2004 17:42:22 +0200 glabels (1.93.3-1) unstable; urgency=low * New upstream release. -- Andrew Lau Wed, 10 Mar 2004 10:44:28 +1100 glabels (1.93.2-2) unstable; urgency=low * Restored scrollkeeper to Build-Depends. (closes: #229473, #229476) -- Andrew Lau Mon, 26 Jan 2004 23:18:13 +1100 glabels (1.93.1-3) unstable; urgency=low * In fact scrollkeeper was added to Depends and not Build-Depends, and is moved to Suggests now since it seems to not be necessary. * debian/rules: + dh_scrollkeeper should not generate postinst and postrm scripts * debian/postinst, debian/postrm: + new scripts since we don't use dh_scrollkeeper to manage them. -- Sebastien Bacher Sun, 28 Dec 2003 18:53:41 +0100 glabels (1.93.1-2) unstable; urgency=low * Added scrollkeeper to Build-Depends (Closes: #225268). -- Sebastien Bacher Sun, 28 Dec 2003 14:55:24 +0100 glabels (1.93.1-1) unstable; urgency=low * New upstream release. + Print dialog now tracks settings separately for each label/window (Closes: #17631). * debian/patches/00_destdir.patch: + removed since the changes are in the new version. * Gnome Team Upload. -- Sebastien Bacher Fri, 26 Dec 2003 21:04:44 +0100 glabels (1.92.3-1) unstable; urgency=low * New upstream version. -- Andrew Lau Mon, 10 Nov 2003 19:28:11 +1100 glabels (1.92.2-1) unstable; urgency=low * Initial Debian Release of GNOME 2 branch. Thanks to Shell Hung for maintaining GNOME 1.x branch. (closes: #195861) * Patches: - 00_destdir.patch: Fixed installation path for data files. -- Andrew Lau Mon, 10 Nov 2003 15:30:04 +1100 glabels (0.4.6-1) unstable; urgency=low * New upstream release -- Shell Hung Wed, 9 Oct 2002 18:13:24 +0800 glabels (0.4.4-2) unstable; urgency=low * Add glabels.menu (Closes: #149413) -- Shell Hung Mon, 15 Jul 2002 14:09:31 +0800 glabels (0.4.4-1) unstable; urgency=low * New upstream release -- Shell Hung Sun, 14 Jul 2002 18:19:01 +0800 glabels (0.4.3-3) unstable; urgency=low * Add libzvt-dev and libgtkxmhtml-dev in build-dep * Fixed a stripped bug (Closes: #143807) * Report by Helge Kreutzmann * Fixed by upstream author Jim Evins -- Shell Hung Sat, 27 Apr 2002 13:15:22 +0800 glabels (0.4.3-2) unstable; urgency=low * Add gawk to build-dep * link man page -- Shell Hung Fri, 12 Apr 2002 10:50:35 +0800 glabels (0.4.3-1) unstable; urgency=low * Initial release. (Closes: #140840) -- Shell Hung Thu, 11 Apr 2002 13:18:26 +0800 debian/glabels-data.lintian-overrides0000664000000000000000000000015712240007742015071 0ustar # The size is correct, the images are just not square ones glabels-data: icon-size-and-directory-name-mismatch debian/glabels.lintian-overrides0000664000000000000000000000055712240007742014166 0ustar # We have no external users of those libraries yet glabels: package-name-doesnt-match-sonames libglabels-3.0-8 libglbarcode-3.0-0 # All hardening flags are present, unsolvable ATM glabels: hardening-no-fortify-functions usr/bin/glabels-3 # No reasonable keywords to be added here glabels: desktop-entry-lacks-keywords-entry usr/share/applications/glabels-3.0.desktop