--- unity-place-files-0.5.18.orig/debian/copyright +++ unity-place-files-0.5.18/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Didier Roche on +Wed, 18 Jun 2010 16:40:06 -0000. + +It was downloaded from + +Upstream Author: + + Mikkel Kamstrup Erlandsen + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + 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. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL-3' + +The Debian packaging is: + + Copyright (C) 2010 Canonical Ltd. + +and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. --- unity-place-files-0.5.18.orig/debian/watch +++ unity-place-files-0.5.18/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/unity-place-files/+download .*/unity-place-files-([0-9.]+)\.tar\.gz --- unity-place-files-0.5.18.orig/debian/control +++ unity-place-files-0.5.18/debian/control @@ -0,0 +1,28 @@ +Source: unity-place-files +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: cdbs, + debhelper (>= 7), + pkg-config, + valac (>= 0.9.4-0ubuntu1), + libglib2.0-dev (>= 2.22.2-0ubuntu1wncksync3), + libgee-dev, + libdee-dev (>= 0.4.2), + libzeitgeist-dev (>= 0.2.6), + libunity-dev (>= 0.2.29), + zeitgeist-core (>= 0.5.0-0ubuntu2), + dh-autoreconf, + libdbus-glib-1-dev +Standards-Version: 3.9.1 +Homepage: https://launchpad.net/unity-place-files + +Package: unity-place-files +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + zeitgeist-fts-extension +Description: File place for unity + This package contains the "file" place which can be used + into Unity to browse your files. + --- unity-place-files-0.5.18.orig/debian/rules +++ unity-place-files-0.5.18/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +configure/unity-place-files:: + touch po/LINGUAS --- unity-place-files-0.5.18.orig/debian/changelog +++ unity-place-files-0.5.18/debian/changelog @@ -0,0 +1,115 @@ +unity-place-files (0.5.18-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/control: build-depends on libdbus-glib-1-dev and new libunity + + -- Sebastien Bacher Thu, 26 Aug 2010 18:52:52 +0200 + +unity-place-files (0.5.16-0ubuntu3) maverick; urgency=low + + * rules: Workaround build issue do to empty files not being in the diff.gz + + -- Sebastien Bacher Tue, 24 Aug 2010 16:18:19 +0200 + +unity-place-files (0.5.16-0ubuntu2) maverick; urgency=low + + * Backport the i18n support so the place can be translated + + -- Sebastien Bacher Tue, 24 Aug 2010 11:43:09 +0200 + +unity-place-files (0.5.16-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/control: + - updated the requirement on unity + + -- Sebastien Bacher Thu, 19 Aug 2010 18:42:32 +0200 + +unity-place-files (0.5.14-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Files Place home screen should have a Recent group (LP: #607815) + * debian/control: + - bump build-dep on libdee-dev, libzeitgeist-dev, libunity-dev + - build-dep on zeitgeist-core containing the .pc file and ontology + + -- Didier Roche Fri, 13 Aug 2010 14:25:39 +0200 + +unity-place-files (0.5.12-0ubuntu3) maverick; urgency=low + + * debian/control: + - depends on new zeitgeist-fts-extension + - bump Standards-Version to latest + + -- Didier Roche Fri, 06 Aug 2010 16:37:37 +0200 + +unity-place-files (0.5.12-0ubuntu2) maverick; urgency=low + + * debian/control: + - fix typo in unity-place-files dep + + -- Didier Roche Tue, 03 Aug 2010 08:55:16 +0200 + +unity-place-files (0.5.12-0ubuntu1) maverick; urgency=low + + * New upstream release: + - Folder browsing mode (LP: #597258) + - Downloads group on front page (LP: #610370) + - Favorite Folders group on front page (gtk bookmarks) + * debian/control: + - build-dep on latest unity + - dep on patched vala + + -- Didier Roche Mon, 02 Aug 2010 15:56:19 +0200 + +unity-place-files (0.5.9-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Do not show files that are not reachable (LP: #599271) + + -- Didier Roche Thu, 22 Jul 2010 19:15:55 +0200 + +unity-place-files (0.5.8-0ubuntu1) maverick; urgency=low + + * New upstream release. + - add support when search string is empty (LP: #600732) + + -- Didier Roche Fri, 16 Jul 2010 14:46:01 +0200 + +unity-place-files (0.5.6-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/patches/01_fix_category_filter_not_working.patch: + - removed: integated upstream + + -- Didier Roche Mon, 12 Jul 2010 15:52:20 +0200 + +unity-place-files (0.5.4-0ubuntu3) maverick; urgency=low + + * debian/patches/01_fix_category_filter_not_working.patch: + - from upstream, fix category filter not working (LP: #600954) + + -- Didier Roche Fri, 02 Jul 2010 11:23:26 +0200 + +unity-place-files (0.5.4-0ubuntu2) maverick; urgency=low + + * New upstream release. + - fix buggy search filter in files and applications views (LP: #599893) + - display files thumbnails (LP: #599896) + - Take search string into account when section changes (LP: #598082) + * delete debian/patches/01_add_dbus_file.patch: + upstreamed + * debian/control: + - build-dep on libunity-dev (>= 0.2.13) + + -- Didier Roche Thu, 01 Jul 2010 19:09:30 +0200 + +unity-place-files (0.5.2-0ubuntu1) maverick; urgency=low + + * Initial Packaging + * debian/patches/01_add_dbus_file.patch: + - install the bin lib and the dbus service + * debian/control, debian/rules: build-dep and run dh_autoreconf for + taken previous patch into account + + -- Didier Roche Thu, 24 Jun 2010 20:41:14 +0200 --- unity-place-files-0.5.18.orig/debian/unity-place-files.debhelper.log +++ unity-place-files-0.5.18/debian/unity-place-files.debhelper.log @@ -0,0 +1 @@ +dh_autoreconf_clean --- unity-place-files-0.5.18.orig/debian/compat +++ unity-place-files-0.5.18/debian/compat @@ -0,0 +1 @@ +7 --- unity-place-files-0.5.18.orig/po/unity-place-files.pot +++ unity-place-files-0.5.18/po/unity-place-files.pot @@ -0,0 +1,211 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-08-23 21:08+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../src/daemon.vala:276 +msgid "All Files" +msgstr "" + +#: ../src/daemon.vala:278 +msgid "Documents" +msgstr "" + +#: ../src/daemon.vala:280 +msgid "Folders" +msgstr "" + +#: ../src/daemon.vala:282 +msgid "Images" +msgstr "" + +#: ../src/daemon.vala:284 +msgid "Audio" +msgstr "" + +#: ../src/daemon.vala:286 +msgid "Videos" +msgstr "" + +#: ../src/daemon.vala:288 +msgid "Presentations" +msgstr "" + +#: ../src/daemon.vala:290 +msgid "Other" +msgstr "" + +#: ../src/daemon.vala:309 +msgid "Top Results" +msgstr "" + +#: ../src/daemon.vala:312 +msgid "Recent" +msgstr "" + +#: ../src/daemon.vala:315 +msgid "Downloads" +msgstr "" + +#: ../src/daemon.vala:318 +msgid "Favorite Folders" +msgstr "" + +#: ../src/daemon.vala:321 +msgid "Files" +msgstr "" + +#: ../src/daemon.vala:330 +msgid "Today" +msgstr "" + +#: ../src/daemon.vala:333 +msgid "Yesterday" +msgstr "" + +#: ../src/daemon.vala:336 +msgid "This week" +msgstr "" + +#: ../src/daemon.vala:339 +msgid "Last Week" +msgstr "" + +#: ../src/daemon.vala:342 +msgid "This Month" +msgstr "" + +#: ../src/daemon.vala:345 +msgid "Past Six Months" +msgstr "" + +#: ../src/daemon.vala:348 +msgid "This Year" +msgstr "" + +#: ../src/daemon.vala:351 +msgid "Last Year" +msgstr "" + +#: ../src/daemon.vala:983 +msgid "You search did not match any files" +msgstr "" + +#: ../src/daemon.vala:993 +msgid "Search the web" +msgstr "" + +#: ../src/daemon.vala:1009 ../src/daemon.vala:1034 +msgid "files" +msgstr "" + +#: ../src/daemon.vala:1012 +msgid "documents" +msgstr "" + +#: ../src/daemon.vala:1015 +msgid "folders" +msgstr "" + +#: ../src/daemon.vala:1018 +msgid "images" +msgstr "" + +#: ../src/daemon.vala:1021 +msgid "audio files" +msgstr "" + +#: ../src/daemon.vala:1024 +msgid "videos" +msgstr "" + +#: ../src/daemon.vala:1027 +msgid "presentations" +msgstr "" + +#: ../src/daemon.vala:1030 +msgid "other files" +msgstr "" + +#: ../src/daemon.vala:1042 +msgid "There are no $section_name in your Home folder" +msgstr "" + +#: ../src/utils.vala:101 +msgid "Invalid Month" +msgstr "" + +#: ../src/utils.vala:103 +msgid "January" +msgstr "" + +#: ../src/utils.vala:105 +msgid "February" +msgstr "" + +#: ../src/utils.vala:107 +msgid "March" +msgstr "" + +#: ../src/utils.vala:109 +msgid "April" +msgstr "" + +#: ../src/utils.vala:111 +msgid "May" +msgstr "" + +#: ../src/utils.vala:113 +msgid "June" +msgstr "" + +#: ../src/utils.vala:115 +msgid "July" +msgstr "" + +#: ../src/utils.vala:117 +msgid "August" +msgstr "" + +#: ../src/utils.vala:119 +msgid "September" +msgstr "" + +#: ../src/utils.vala:121 +msgid "October" +msgstr "" + +#: ../src/utils.vala:123 +msgid "November" +msgstr "" + +#: ../src/utils.vala:125 +msgid "December" +msgstr "" + +#: ../src/main.vala:51 +msgid "" +"Another Files Place daemon appears to be running.\n" +"Bailing out." +msgstr "" + +#: ../src/main.vala:55 +#, c-format +msgid "" +"Error connecting to session bus: %s.\n" +"Bailing out." +msgstr ""