Hello community,

here is the log from the commit of package clipped for openSUSE:Factory checked 
in at 2018-09-25 15:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clipped (Old)
 and      /work/SRC/openSUSE:Factory/.clipped.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clipped"

Tue Sep 25 15:43:19 2018 rev:2 rq:637748 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/clipped/clipped.changes  2018-01-19 
11:50:20.523758229 +0100
+++ /work/SRC/openSUSE:Factory/.clipped.new/clipped.changes     2018-09-25 
15:43:19.709232462 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 17:55:10 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 1.0.3:
+  * debian folder moved out to orphan branches
+  * Update Lithuanian language (#22)
+  * Fix style priority
+  * Update search entry CSS selectors
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  clipped-1.0.2.tar.gz

New:
----
  clipped-1.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clipped.spec ++++++
--- /var/tmp/diff_new_pack.heqWIb/_old  2018-09-25 15:43:20.117232026 +0200
+++ /var/tmp/diff_new_pack.heqWIb/_new  2018-09-25 15:43:20.121232022 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clipped
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           clipped
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        Clipboard Manager
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/GUI/Other
 URL:            https://github.com/davidmhewitt/clipped
 Source:         
https://github.com/davidmhewitt/clipped/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -40,7 +40,6 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xtst)
 Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
 
 %description
 Clipboard history manager for Elementary OS.
@@ -57,14 +56,11 @@
 
 %install
 %cmake_install
-
-mkdir -p %{buildroot}%{_datadir}/appdata
-mv 
%{buildroot}%{_datadir}/{metainfo,appdata}/com.github.davidmhewitt.clipped.appdata.xml
-
-%fdupes %{buildroot}%{_datadir}
-%find_lang com.github.davidmhewitt.clipped %{name}.lang
 %suse_update_desktop_file -r com.github.davidmhewitt.clipped Utility 
DesktopUtility
+%find_lang com.github.davidmhewitt.clipped %{name}.lang
+%fdupes %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} < 1500
 %post
 %icon_theme_cache_post
 %desktop_database_post
@@ -74,14 +70,16 @@
 %icon_theme_cache_postun
 %desktop_database_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
 %doc AUTHORS README*
 %{_bindir}/com.github.davidmhewitt.clipped
-%{_datadir}/appdata/com.github.davidmhewitt.clipped.appdata.xml
 %{_datadir}/applications/com.github.davidmhewitt.clipped.desktop
 %{_datadir}/glib-2.0/schemas/com.github.davidmhewitt.clipped.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/com.github.davidmhewitt.clipped.??g
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/com.github.davidmhewitt.clipped.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ clipped-1.0.2.tar.gz -> clipped-1.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/.travis.yml 
new/clipped-1.0.3/.travis.yml
--- old/clipped-1.0.2/.travis.yml       1970-01-01 01:00:00.000000000 +0100
+++ new/clipped-1.0.3/.travis.yml       2018-09-15 17:10:20.000000000 +0200
@@ -0,0 +1,28 @@
+---
+
+language: node_js
+
+node_js:
+  - lts/*
+
+sudo: required
+
+services:
+  - docker
+
+addons:
+  apt:
+    sources:
+      - ubuntu-toolchain-r-test
+    packages:
+      - libstdc++-5-dev
+
+cache:
+  directories:
+    - /tmp/liftoff
+
+install:
+  - npm install @elementaryos/houston
+
+script:
+  - houston ci
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/README.md new/clipped-1.0.3/README.md
--- old/clipped-1.0.2/README.md 2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/README.md 2018-09-15 17:10:20.000000000 +0200
@@ -12,6 +12,7 @@
 * libgtk-3-dev
 * valac
 * libsqlite3-dev
+* libgee-0.8-dev
 
 
 ## How To Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.appdata.xml 
new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.appdata.xml
--- old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.appdata.xml  
2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.appdata.xml  
2018-09-15 17:10:20.000000000 +0200
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2017 David Hewitt <[email protected]> -->
 <component type="desktop">
-  <id>com.github.davidmhewitt.clipped.desktop</id>
+  <id>com.github.davidmhewitt.clipped</id>
   <metadata_license>CC0</metadata_license>
+  <project_license>GPL-2.0</project_license>
   <name>Clipped</name>
   <summary>Manage your clipboard with ease</summary>
   <description>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.desktop 
new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.desktop
--- old/clipped-1.0.2/data/com.github.davidmhewitt.clipped.desktop      
2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/data/com.github.davidmhewitt.clipped.desktop      
2018-09-15 17:10:20.000000000 +0200
@@ -1,7 +1,11 @@
 [Desktop Entry]
 Name=Clipped
 GenericName=Clipboard Manager
+GenericName[lt]=Iškarpinės tvarkytuvė
+GenericName[pt_BR]=Gerente da Prancheta Virtual
 Comment=Manage and paste clipboard history
+Comment[lt]=Tvarkyti ir įdėti iškarpinės istoriją
+Comment[pt_BR]=Gerencie e cole a história da sua prancheta virtual
 Categories=Office;Utility;TextTools;
 Exec=com.github.davidmhewitt.clipped
 Icon=com.github.davidmhewitt.clipped
@@ -9,8 +13,11 @@
 Type=Application
 X-GNOME-Gettext-Domain=clipped
 Keywords=Clipboard;Manager;History;Copy;Paste;
+Keywords[lt]=Iškarpinė;Tvarkytuvė;Istorija;Kopijuoti;Įdėti;
 Actions=Preferences;
 
 [Desktop Action Preferences]
 Name=Clipped Preferences
+Name[lt]=Clipped nuostatos
+Name[pt_BR]=Preferências do Clipped
 Exec=com.github.davidmhewitt.clipped --preferences
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/debian/changelog 
new/clipped-1.0.3/debian/changelog
--- old/clipped-1.0.2/debian/changelog  2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/changelog  1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-com.github.davidmhewitt.clipped (1.0.0) xenial; urgency=low
-
-  * Initial release.
-
- -- David Hewitt <[email protected]>  Sat, 15 Jul 2017 20:23:58 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/debian/compat 
new/clipped-1.0.3/debian/compat
--- old/clipped-1.0.2/debian/compat     2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/compat     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/debian/control 
new/clipped-1.0.3/debian/control
--- old/clipped-1.0.2/debian/control    2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/control    1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-Source: com.github.davidmhewitt.clipped
-Section: utils
-Priority: optional
-Maintainer: David Hewitt <[email protected]>
-Build-Depends: cmake (>= 2.8),
-               debhelper (>= 9),
-               libgtk-3-dev,
-               valac (>= 0.26),
-               libsqlite3-dev,
-               libgee-0.8-dev
-Standards-Version: 3.9.3
-
-Package: com.github.davidmhewitt.clipped
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Clipboard manager
- Clipboard history manager for elementary OS.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/debian/copyright 
new/clipped-1.0.3/debian/copyright
--- old/clipped-1.0.2/debian/copyright  2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/copyright  1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-Format: http://dep.debian.net/deps/dep5
-Upstream-Name: com.github.davidmhewitt.torrential
-Source: https://github.com/davidmhewitt/torrential
-
-Files: *
-Copyright: 2017 David Hewitt
-License: GPL-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/debian/rules 
new/clipped-1.0.3/debian/rules
--- old/clipped-1.0.2/debian/rules      2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/debian/rules      1970-01-01 01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
-       dh $@ 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/debian/source/format 
new/clipped-1.0.3/debian/source/format
--- old/clipped-1.0.2/debian/source/format      2017-08-06 23:06:33.000000000 
+0200
+++ new/clipped-1.0.3/debian/source/format      1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-3.0 (native)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/po/de.po new/clipped-1.0.3/po/de.po
--- old/clipped-1.0.2/po/de.po  2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/de.po  2018-09-15 17:10:20.000000000 +0200
@@ -8,56 +8,55 @@
 
 #: ../src/Settings/Shortcut.vala:37
 msgid "Disabled"
-msgstr ""
+msgstr "Deaktiviert"
 
 #: ../src/Settings/Shortcut.vala:46
 msgid "Ctrl"
-msgstr ""
+msgstr "Strg"
 
 #: ../src/MainWindow.vala:54
 msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Durchsuche Verlauf der Zwischenablage…"
 
 #: ../src/MainWindow.vala:88
 msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Keine Ergebnisse in der Zwischenablage gefunden"
 
 #: ../src/MainWindow.vala:178
 msgid "Try changing search terms."
-msgstr ""
+msgstr "Versuchen Sie es mit einem anderen Suchbegriff."
 
 #: ../src/MainWindow.vala:180
 msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Es müssen erst Texte kopiert werden, bevor diese in Clipped erscheinen"
 
 #: ../src/PreferencesWindow.vala:27
 msgid "Preferences"
-msgstr ""
+msgstr "Einstellungen"
 
 #: ../src/PreferencesWindow.vala:32
 msgid "Close"
-msgstr ""
+msgstr "Schließen"
 
 #: ../src/PreferencesWindow.vala:51
-msgid ""
-"<b>Note:</b> From now on, Clipped will automatically start in the background "
+msgid "<b>Note:</b> From now on, Clipped will automatically start in the 
background "
 "when you log in."
-msgstr ""
+msgstr "<b>Hinweis:</b> Clipped startet ab sofort automatisch im Hintergrund, "
+"wenn Sie sich anmelden."
 
 #: ../src/PreferencesWindow.vala:52
-msgid ""
-"If you wish to change this behaviour, visit <a href=\"settings://"
+msgid "If you wish to change this behaviour, visit <a href=\"settings://"
 "applications/startup\">Application Settings…</a>"
-msgstr ""
+msgstr "Sie können diese Eigenschaft in den <a 
href=\"settings://applications/startup\">Anwendungseinstellungen</a> ändern"
 
 #: ../src/PreferencesWindow.vala:66
 msgid "General Settings"
-msgstr ""
+msgstr "Allgemeine Einstellungen"
 
 #: ../src/PreferencesWindow.vala:79
 msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Tastenkombination einfügen:"
 
 #: ../src/PreferencesWindow.vala:87
 msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Anzahl der Tage zur Speicherung von selten genutzten Einträgen:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/po/fr.po new/clipped-1.0.3/po/fr.po
--- old/clipped-1.0.2/po/fr.po  2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/fr.po  2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,69 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Plural-Forms: nplurals=2; plural=n>1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"X-Generator: Poedit 1.8.7.1\n"
 
 #: ../src/Settings/Shortcut.vala:37
 msgid "Disabled"
-msgstr ""
+msgstr "Désactivé"
 
 #: ../src/Settings/Shortcut.vala:46
 msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
 
 #: ../src/MainWindow.vala:54
 msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Rechercher dans l'historique du presse-papier"
 
 #: ../src/MainWindow.vala:88
 msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Aucune entrée trouvée"
 
 #: ../src/MainWindow.vala:178
 msgid "Try changing search terms."
-msgstr ""
+msgstr "Essayez une autre recherche."
 
 #: ../src/MainWindow.vala:180
 msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Les entrées doivent être copiées pour apparaître dans Clipped"
 
 #: ../src/PreferencesWindow.vala:27
 msgid "Preferences"
-msgstr ""
+msgstr "Préférences"
 
 #: ../src/PreferencesWindow.vala:32
 msgid "Close"
-msgstr ""
+msgstr "Fermer"
 
 #: ../src/PreferencesWindow.vala:51
 msgid ""
 "<b>Note:</b> From now on, Clipped will automatically start in the background "
 "when you log in."
 msgstr ""
+"<b>Note :</b> Clipped sera lancé automatiquement à l'ouverture de session."
 
 #: ../src/PreferencesWindow.vala:52
 msgid ""
 "If you wish to change this behaviour, visit <a href=\"settings://"
 "applications/startup\">Application Settings…</a>"
 msgstr ""
+"Pour désactiver cette option, accédez au <a href=\"settings://applications/"
+"startup\">paramétrage de l'application…</a>"
 
 #: ../src/PreferencesWindow.vala:66
 msgid "General Settings"
-msgstr ""
+msgstr "Paramètres généraux"
 
 #: ../src/PreferencesWindow.vala:79
 msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Raccourci pour coller :"
 
 #: ../src/PreferencesWindow.vala:87
 msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Jours de conservation des entrées peu utilisées : "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/po/fr_CA.po 
new/clipped-1.0.3/po/fr_CA.po
--- old/clipped-1.0.2/po/fr_CA.po       2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/fr_CA.po       2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,69 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Plural-Forms: nplurals=2; plural=n>1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
+"X-Generator: Poedit 1.8.7.1\n"
 
 #: ../src/Settings/Shortcut.vala:37
 msgid "Disabled"
-msgstr ""
+msgstr "Désactivé"
 
 #: ../src/Settings/Shortcut.vala:46
 msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
 
 #: ../src/MainWindow.vala:54
 msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Rechercher dans l'historique du presse-papier"
 
 #: ../src/MainWindow.vala:88
 msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Aucune entrée trouvée"
 
 #: ../src/MainWindow.vala:178
 msgid "Try changing search terms."
-msgstr ""
+msgstr "Essayez une autre recherche."
 
 #: ../src/MainWindow.vala:180
 msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Les entrées doivent être copiées pour apparaître dans Clipped"
 
 #: ../src/PreferencesWindow.vala:27
 msgid "Preferences"
-msgstr ""
+msgstr "Préférences"
 
 #: ../src/PreferencesWindow.vala:32
 msgid "Close"
-msgstr ""
+msgstr "Fermer"
 
 #: ../src/PreferencesWindow.vala:51
 msgid ""
 "<b>Note:</b> From now on, Clipped will automatically start in the background "
 "when you log in."
 msgstr ""
+"<b>Note :</b> Clipped sera lancé automatiquement à l'ouverture de session."
 
 #: ../src/PreferencesWindow.vala:52
 msgid ""
 "If you wish to change this behaviour, visit <a href=\"settings://"
 "applications/startup\">Application Settings…</a>"
 msgstr ""
+"Pour désactiver cette option, accédez au <a href=\"settings://applications/"
+"startup\">paramétrage de l'application…</a>"
 
 #: ../src/PreferencesWindow.vala:66
 msgid "General Settings"
-msgstr ""
+msgstr "Paramètres généraux"
 
 #: ../src/PreferencesWindow.vala:79
 msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Raccourci pour coller :"
 
 #: ../src/PreferencesWindow.vala:87
 msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Jours de conservation des entrées peu utilisées : "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/po/lt.po new/clipped-1.0.3/po/lt.po
--- old/clipped-1.0.2/po/lt.po  2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/lt.po  2018-09-15 17:10:20.000000000 +0200
@@ -1,64 +1,82 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Moo, 2017.
+#
 msgid ""
 msgstr ""
+"Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-07-15 18:27+0100\n"
+"POT-Creation-Date: 2017-12-04 15:34+0200\n"
+"PO-Revision-Date: 2017-12-04 15:39+0200\n"
+"Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
-"%100<10 || n%100>=20) ? 1 : 2;\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.8.7.1\n"
+"Last-Translator: Moo\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2);\n"
+"Language: lt\n"
 
 #: ../src/Settings/Shortcut.vala:37
 msgid "Disabled"
-msgstr ""
+msgstr "Išjungta"
 
 #: ../src/Settings/Shortcut.vala:46
 msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl(Vald)"
 
 #: ../src/MainWindow.vala:54
 msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Ieškoti iškarpinės istorijoje…"
 
 #: ../src/MainWindow.vala:88
 msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Nerasta jokių iškarpinės elementų"
 
 #: ../src/MainWindow.vala:178
 msgid "Try changing search terms."
-msgstr ""
+msgstr "Pabandykite pakeisti paieškos žodžius."
 
 #: ../src/MainWindow.vala:180
 msgid "Items must be copied before they appear in Clipped"
 msgstr ""
+"Prieš elementams atsirandant Clipped programoje, jie, iš pradžių, privalo "
+"būti nukopijuoti"
 
 #: ../src/PreferencesWindow.vala:27
 msgid "Preferences"
-msgstr ""
+msgstr "Nuostatos"
 
 #: ../src/PreferencesWindow.vala:32
 msgid "Close"
-msgstr ""
+msgstr "Užverti"
 
 #: ../src/PreferencesWindow.vala:51
 msgid ""
 "<b>Note:</b> From now on, Clipped will automatically start in the background "
 "when you log in."
 msgstr ""
+"<b>Pastaba:</b> Nuo šiol, jums prisijungus, Clipped automatiškai pasileis "
+"fone."
 
 #: ../src/PreferencesWindow.vala:52
 msgid ""
 "If you wish to change this behaviour, visit <a href=\"settings://"
 "applications/startup\">Application Settings…</a>"
 msgstr ""
+"Norėdami pakeisti šią elgseną, pereikite į <a href=\"settings://applications/"
+"startup\">Programų nustatymus…</a>"
 
 #: ../src/PreferencesWindow.vala:66
 msgid "General Settings"
-msgstr ""
+msgstr "Bendri nustatymai"
 
 #: ../src/PreferencesWindow.vala:79
 msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Įdėjimo trumpinys:"
 
 #: ../src/PreferencesWindow.vala:87
 msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Kiek dienų laikyti retai naudojamus elementus:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/po/nl.po new/clipped-1.0.3/po/nl.po
--- old/clipped-1.0.2/po/nl.po  2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/nl.po  2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,70 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: Heimen Stoffels <[email protected]>\n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: nl\n"
+"X-Generator: Poedit 2.0.6\n"
 
 #: ../src/Settings/Shortcut.vala:37
 msgid "Disabled"
-msgstr ""
+msgstr "Uitgeschakeld"
 
 #: ../src/Settings/Shortcut.vala:46
 msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
 
 #: ../src/MainWindow.vala:54
 msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Zoeken door klembordgeschiedenis…"
 
 #: ../src/MainWindow.vala:88
 msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Geen klemborditems gevonden"
 
 #: ../src/MainWindow.vala:178
 msgid "Try changing search terms."
-msgstr ""
+msgstr "Probeer andere zoektermen te gebruiken."
 
 #: ../src/MainWindow.vala:180
 msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Items moeten worden gekopieerd voordat ze verschijnen in Clipped"
 
 #: ../src/PreferencesWindow.vala:27
 msgid "Preferences"
-msgstr ""
+msgstr "Voorkeuren"
 
 #: ../src/PreferencesWindow.vala:32
 msgid "Close"
-msgstr ""
+msgstr "Sluiten"
 
 #: ../src/PreferencesWindow.vala:51
 msgid ""
 "<b>Note:</b> From now on, Clipped will automatically start in the background "
 "when you log in."
 msgstr ""
+"<b>Opmerking:</b> Clipped wordt voortaan automatisch gestart op de "
+"achtergrond als u inlogt."
 
 #: ../src/PreferencesWindow.vala:52
 msgid ""
 "If you wish to change this behaviour, visit <a href=\"settings://"
 "applications/startup\">Application Settings…</a>"
 msgstr ""
+"Als u dit wilt wijzigen, ga dan naar de <a href=\"settings://applications/"
+"startup\">Applicatie-instellingen…</a>"
 
 #: ../src/PreferencesWindow.vala:66
 msgid "General Settings"
-msgstr ""
+msgstr "Algemene instellingen"
 
 #: ../src/PreferencesWindow.vala:79
 msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Sneltoets voor plakken:"
 
 #: ../src/PreferencesWindow.vala:87
 msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Aantal dagen dat niet-frequent gebruikte items worden bewaard:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/po/pt_BR.po 
new/clipped-1.0.3/po/pt_BR.po
--- old/clipped-1.0.2/po/pt_BR.po       2017-08-06 23:06:33.000000000 +0200
+++ new/clipped-1.0.3/po/pt_BR.po       2018-09-15 17:10:20.000000000 +0200
@@ -5,59 +5,70 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Plural-Forms: nplurals=2; plural=n>1;\n"
+"Project-Id-Version: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: Paulo Galardi <[email protected]>\n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
+"X-Generator: Poedit 1.8.7.1\n"
 
 #: ../src/Settings/Shortcut.vala:37
 msgid "Disabled"
-msgstr ""
+msgstr "Desabilitado"
 
 #: ../src/Settings/Shortcut.vala:46
 msgid "Ctrl"
-msgstr ""
+msgstr "Ctrl"
 
 #: ../src/MainWindow.vala:54
 msgid "Search Clipboard History…"
-msgstr ""
+msgstr "Procurar a História da Prancheta Virtual…"
 
 #: ../src/MainWindow.vala:88
 msgid "No Clipboard Items Found"
-msgstr ""
+msgstr "Sem Items Encontrados"
 
 #: ../src/MainWindow.vala:178
 msgid "Try changing search terms."
-msgstr ""
+msgstr "Tente mudar os termos da pesquisa"
 
 #: ../src/MainWindow.vala:180
 msgid "Items must be copied before they appear in Clipped"
-msgstr ""
+msgstr "Items devem ser copiados antes de estarem no Clipped"
 
 #: ../src/PreferencesWindow.vala:27
 msgid "Preferences"
-msgstr ""
+msgstr "Preferências"
 
 #: ../src/PreferencesWindow.vala:32
 msgid "Close"
-msgstr ""
+msgstr "Copiar"
 
 #: ../src/PreferencesWindow.vala:51
 msgid ""
 "<b>Note:</b> From now on, Clipped will automatically start in the background "
 "when you log in."
 msgstr ""
+"<b>Nota:</b> De agora em diante, Clipped vai automaticamente começar no "
+"plano de fundo quando você entrar na sua sessão."
 
 #: ../src/PreferencesWindow.vala:52
 msgid ""
 "If you wish to change this behaviour, visit <a href=\"settings://"
 "applications/startup\">Application Settings…</a>"
 msgstr ""
+"Se quiser mudar este comportamento, visite as <a href=\"settings://"
+"applications/startup\">Preferências do Aplicativo…</a>"
 
 #: ../src/PreferencesWindow.vala:66
 msgid "General Settings"
-msgstr ""
+msgstr "Preferências Gerais"
 
 #: ../src/PreferencesWindow.vala:79
 msgid "Paste Shortcut:"
-msgstr ""
+msgstr "Atalho de Cola:"
 
 #: ../src/PreferencesWindow.vala:87
 msgid "Days to keep infrequently used items:"
-msgstr ""
+msgstr "Dias para manter items não-frequentemente usados:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clipped-1.0.2/src/MainWindow.vala 
new/clipped-1.0.3/src/MainWindow.vala
--- old/clipped-1.0.2/src/MainWindow.vala       2017-08-06 23:06:33.000000000 
+0200
+++ new/clipped-1.0.3/src/MainWindow.vala       2018-09-15 17:10:20.000000000 
+0200
@@ -26,7 +26,7 @@
 
     private const string SEARCH_CSS =
     """
-        .entry {
+        .large-search-entry {
             font-size: 175%;
         }
     """;
@@ -72,7 +72,9 @@
         } catch (Error e) {
             warning ("Failed to load CSS style for search box: %s", e.message);
         }
-        search_headerbar.get_style_context ().add_provider 
(font_size_provider, Gtk.STYLE_PROVIDER_PRIORITY_USER);
+        var style_context = search_headerbar.get_style_context ();
+        style_context.add_provider (font_size_provider, 
Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
+        style_context.add_class ("large-search-entry");
 
         var background_provider = new Gtk.CssProvider ();
         try {
@@ -80,7 +82,7 @@
         } catch (Error e) {
             warning ("Failed to load CSS style for search window background");
         }
-        get_style_context ().add_provider (background_provider, 
Gtk.STYLE_PROVIDER_PRIORITY_USER);
+        get_style_context ().add_provider (background_provider, 
Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
 
         var list_box_scroll = new Gtk.ScrolledWindow (null, null);
         list_box_scroll.vexpand = true;


Reply via email to