r20400 - in /desktop/unstable/gnome-screensaver/debian: changelog copyright debian-floaters.desktop debian-floaters.desktop.in po-up/ po-up/debian.pot rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Wed Jun 17 21:30:36 UTC 2009


Author: pochu-guest
Date: Wed Jun 17 21:30:36 2009
New Revision: 20400

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20400
Log:
  - Remove deprecated Encoding key and unknown Screensaver category.
* Add magic to make debian-floaters.desktop translatable. Thanks
  Josselin Mouette for the explanations.

Added:
    desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop.in
      - copied, changed from r20396, desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop
    desktop/unstable/gnome-screensaver/debian/po-up/
    desktop/unstable/gnome-screensaver/debian/po-up/debian.pot
Removed:
    desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop
Modified:
    desktop/unstable/gnome-screensaver/debian/changelog
    desktop/unstable/gnome-screensaver/debian/copyright
    desktop/unstable/gnome-screensaver/debian/rules

Modified: desktop/unstable/gnome-screensaver/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/changelog?rev=20400&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/changelog (original)
+++ desktop/unstable/gnome-screensaver/debian/changelog Wed Jun 17 21:30:36 2009
@@ -9,8 +9,10 @@
   * Standards-Version is 3.8.2, no changes needed.
   * debian/rules: install gconf-defaults file with default priority.
   * debian/debian-floaters.desktop:
-    - Remove deprecated Encoding key.
+    - Remove deprecated Encoding key and unknown Screensaver category.
     - Add full path to the Exec command, as floaters is not in PATH.
+  * Add magic to make debian-floaters.desktop translatable. Thanks
+    Josselin Mouette for the explanations.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 17 Jun 2009 22:08:42 +0200
 

Modified: desktop/unstable/gnome-screensaver/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/copyright?rev=20400&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/copyright (original)
+++ desktop/unstable/gnome-screensaver/debian/copyright Wed Jun 17 21:30:36 2009
@@ -76,14 +76,8 @@
    PURPOSE.  See the GNU Lesser General Public License for more
    details.
 
-   You should have received a copy of the GNU Lesser General
-   Public License along with this program; if not, write to the
-   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.
-
 On Debian Systems, the full text of the license can be found on
 /usr/share/common-licenses/LGPL-2
-
 
 
 savers/xdg-user-dir-lookup.[ch] are licensed under the following terms:

Copied: desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop.in (from r20396, desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop.in?rev=20400&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop (original)
+++ desktop/unstable/gnome-screensaver/debian/debian-floaters.desktop.in Wed Jun 17 21:30:36 2009
@@ -1,9 +1,9 @@
 [Desktop Entry]
-Name=Floating Debian
-Comment=Debian swirl logo around the screen
+_Name=Floating Debian
+_Comment=Debian swirl logos floating around the screen
 Exec=/usr/lib/gnome-screensaver/gnome-screensaver/floaters /usr/share/pixmaps/debian-swirl-logo.svg
 TryExec=floaters
 StartupNotify=false
 Terminal=false
 Type=Application
-Categories=GNOME;Screensaver
+Categories=GNOME;

Added: desktop/unstable/gnome-screensaver/debian/po-up/debian.pot
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/po-up/debian.pot?rev=20400&op=file
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/po-up/debian.pot (added)
+++ desktop/unstable/gnome-screensaver/debian/po-up/debian.pot Wed Jun 17 21:30:36 2009
@@ -1,0 +1,25 @@
+# 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 <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-06-17 23:27+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../../debian/debian-floaters.desktop.in.h:1
+msgid "Debian swirl logos floating around the screen"
+msgstr ""
+
+#: ../../debian/debian-floaters.desktop.in.h:2
+msgid "Floating Debian"
+msgstr ""

Modified: desktop/unstable/gnome-screensaver/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/rules?rev=20400&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/rules (original)
+++ desktop/unstable/gnome-screensaver/debian/rules Wed Jun 17 21:30:36 2009
@@ -13,3 +13,21 @@
 			--with-libgl
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+
+INFILES := $(wildcard debian/*.desktop.in)
+OUTFILES := $(INFILES:.desktop.in=.desktop)
+
+%.desktop: %.desktop.in
+	intltool-merge -d debian/po-up $< $@
+
+build/gnome-screensaver:: $(OUTFILES)
+
+clean::
+	rm -f $(OUTFILES)
+
+update-po::
+	ls $(INFILES) | sed 's#^#../#' >debian/po-up/POTFILES.in
+	cd debian/po-up && intltool-update -g debian --pot && \
+		for i in *.po; do intltool-update -g debian --dist $${i%.po}; done
+	rm -f debian/po-up/POTFILES.in




More information about the pkg-gnome-commits mailing list