commit gnome-tweaks for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2020-08-12 10:20:21

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new.3399 (New)


Package is "gnome-tweaks"

Wed Aug 12 10:20:21 2020 rev:9 rq:824807 version:3.34.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2019-10-17 13:01:25.724980024 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new.3399/gnome-tweaks.changes  
2020-08-12 10:20:48.523683384 +0200
@@ -1,0 +2,7 @@
+Thu Aug  6 01:42:46 UTC 2020 - Alynx Zhou 
+
+- Added gnome-tweaks-fix-titlebar-buttons-left.patch: GNOME Tweaks
+  titlebar starts flickering when setting button placement to left,
+  this patch fixs it. (bsc#1162080, glgo#GNOME/gnome-tweaks#245)
+
+---

New:

  gnome-tweaks-fix-titlebar-buttons-left.patch



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.dzEOSq/_old  2020-08-12 10:20:49.727683977 +0200
+++ /var/tmp/diff_new_pack.dzEOSq/_new  2020-08-12 10:20:49.731683979 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-tweaks
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2011 Luis Medinas, Lisbon, Portugal.
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,6 +25,8 @@
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Tweaks
 Source0:
https://download.gnome.org/sources/gnome-tweaks/3.34/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-tweaks-fix-titlebar-buttons-left.patch bsc#1162080, 
glgo#GNOME/gnome-tweaks#245 alynx.z...@suse.com -- Fix titlebar flicker after 
setting buttons placement to left
+Patch1: gnome-tweaks-fix-titlebar-buttons-left.patch
 
 BuildRequires:  fdupes
 # GI is needed to have typelib() Requires

++ gnome-tweaks-fix-titlebar-buttons-left.patch ++
diff --git a/gtweak/tweakview.py b/gtweak/tweakview.py
index 5de11d6..c940e27 100644
--- a/gtweak/tweakview.py
+++ b/gtweak/tweakview.py
@@ -17,6 +17,7 @@ class Window(Gtk.ApplicationWindow):
application=app,
show_menubar=False)
 self.set_size_request(-1, 700)
+self.set_default_size(1100, -1)
 self.set_position(Gtk.WindowPosition.CENTER)
 self.set_icon_name("org.gnome.tweaks")
 



commit gnome-tweaks for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2019-10-17 13:01:24

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new.2352 (New)


Package is "gnome-tweaks"

Thu Oct 17 13:01:24 2019 rev:8 rq:736569 version:3.34.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2019-05-03 22:11:52.871447097 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new.2352/gnome-tweaks.changes  
2019-10-17 13:01:25.724980024 +0200
@@ -1,0 +2,18 @@
+Fri Sep 27 11:52:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.0:
+  + Update gsettings schema for the Activities Overview Hot Corner.
+  + Fix an assertion with the new libhandy integration.
+  + Updated translations.
+
+---
+Sat Aug 31 20:24:00 CDT 2019 - mgo...@suse.com
+
+- Update to version 3.33.90:
+  + Use libhandy so the app displays better on narrower screens.
+  + Drop obsolete Application Menu tweak.
+  + Update GTK+ to GTK.
+  + Adapt to GNOME 3.33/3.34 gsettings schema changes.
+  + Updated translations.
+
+---

Old:

  gnome-tweaks-3.32.0.tar.xz

New:

  gnome-tweaks-3.34.0.tar.xz



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.e3tWOQ/_old  2019-10-17 13:01:26.372978383 +0200
+++ /var/tmp/diff_new_pack.e3tWOQ/_new  2019-10-17 13:01:26.380978362 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-tweaks
-Version:3.32.0
+Version:3.34.0
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0-or-later AND CC0-1.0
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Tweaks
-Source0:
https://download.gnome.org/sources/gnome-tweaks/3.32/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-tweaks/3.34/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 # GI is needed to have typelib() Requires
@@ -55,7 +55,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 # Tiny tweak to shut up rpmlint
 sed -i 's:Pantheon:X-Pantheon:g' */org.gnome.tweaks.desktop.in

++ gnome-tweaks-3.32.0.tar.xz -> gnome-tweaks-3.34.0.tar.xz ++
 11729 lines of diff (skipped)




commit gnome-tweaks for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2019-05-03 22:11:51

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new.5148 (New)


Package is "gnome-tweaks"

Fri May  3 22:11:51 2019 rev:7 rq:695700 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2018-12-19 13:47:44.375424769 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new.5148/gnome-tweaks.changes  
2019-05-03 22:11:52.871447097 +0200
@@ -1,0 +2,30 @@
+Mon Mar 11 09:07:42 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Wed Feb 20 18:08:27 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + App icon refresh.
+  + Enable F10 hotkey for app menu.
+  + Fix crash when changing any option in Additional Layout Options
+after closing the dialog at least once.
+  + Updated translations.
+
+---
+Thu Jan  3 13:51:18 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + Fix running Tweaks outside of GNOME Shell.
+  + Update menus for GNOME 3.32 recommendations.
+  + Adjust Application ID to match the .desktop.
+  + Updated translations.
+- Changes from version 3.31.1:
+  + Redesign the app icon.
+  + Mention in README that sound-theme-freedesktop is required.
+  + Code cleanup for pycodestyle compliance.
+  + Updated translations.
+
+---

Old:

  gnome-tweaks-3.30.2.tar.xz

New:

  gnome-tweaks-3.32.0.tar.xz



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.ErthF3/_old  2019-05-03 22:11:54.251449740 +0200
+++ /var/tmp/diff_new_pack.ErthF3/_new  2019-05-03 22:11:54.295449824 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-tweaks
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Luis Medinas, Lisbon, Portugal.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-tweaks
-Version:3.30.2
+Version:3.32.0
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0-or-later AND CC0-1.0
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Tweaks
-Source0:
http://download.gnome.org/sources/gnome-tweaks/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-tweaks/3.32/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 # GI is needed to have typelib() Requires

++ gnome-tweaks-3.30.2.tar.xz -> gnome-tweaks-3.32.0.tar.xz ++
 19480 lines of diff (skipped)




commit gnome-tweaks for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2018-12-19 13:47:34

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new.28833 (New)


Package is "gnome-tweaks"

Wed Dec 19 13:47:34 2018 rev:6 rq:657856 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2018-10-17 08:18:45.982931190 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new.28833/gnome-tweaks.changes 
2018-12-19 13:47:44.375424769 +0100
@@ -1,0 +2,8 @@
+Mon Dec 10 10:04:29 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.2:
+  + Fix running Tweaks outside of GNOME Shell.
+  + Mention in README that sound-theme-freedesktop is required.
+  + Updated translations.
+
+---

Old:

  gnome-tweaks-3.30.1.tar.xz

New:

  gnome-tweaks-3.30.2.tar.xz



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.02WSL6/_old  2018-12-19 13:47:50.307416504 +0100
+++ /var/tmp/diff_new_pack.02WSL6/_new  2018-12-19 13:47:50.307416504 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-tweaks
-Version:3.30.1
+Version:3.30.2
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0-or-later AND CC0-1.0

++ gnome-tweaks-3.30.1.tar.xz -> gnome-tweaks-3.30.2.tar.xz ++
 5948 lines of diff (skipped)




commit gnome-tweaks for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2018-10-17 08:18:42

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new (New)


Package is "gnome-tweaks"

Wed Oct 17 08:18:42 2018 rev:5 rq:638980 version:3.30.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2018-04-19 15:22:11.148860959 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new/gnome-tweaks.changes   
2018-10-17 08:18:45.982931190 +0200
@@ -1,0 +2,66 @@
+Thu Sep 27 14:44:12 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.1:
+  + Fix visual glitch by making rows non-activatable by default.
+  + Use dim-label for Shell extension descriptions instead of
+hardcoded color.
+  + Updated translations.
+
+---
+Fri Sep  7 17:58:29 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.30.0:
+  + Show Over-Amplification in the Pop session.
+  + Updated translations.
+- Remove lang package from recommended packages as it already
+  supplements main package.
+
+---
+Tue Aug 28 12:36:33 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.92:
+  + Fix too small window when unmaxizing.
+  + Move General panel to the top of the sidebar.
+  + Minor adjustments to order in top bar panel.
+  + Don't show Over-Amplification when running the Ubuntu or Pop
+sessions.
+  + Updated translations.
+
+---
+Mon Aug 13 08:07:12 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.91.1:
+  + Trivial URL updates.
+  + Updated translations.
+
+---
+Tue Aug  7 20:12:06 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.29.90.1:
+  + Add Weekday on/off switch for the clock in the top bar.
+- Changes from version 3.29.90:
+  + Move Animations, Power, and Sound to new General panel.
+  + Add Sound theme chooser to Appearance panel.
+  + Extend font labels for clarify ("Interface text" instead of
+"Interface", etc.).
+  + Rename "Sloppy" window focus to "Focus on Hover".
+  + Drop custom handler and use new glib per-session overrides.
+  + Updated translations.
+
+---
+Tue May 22 03:15:43 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.2:
+  + Add Center New Windows and Edge Tiling tweaks.
+  + Split Window Titlebars section to separate panel.
+  + font: Rename Window Title to Legacy Window Title
+since it doesn't affect client-side decorations.
+- Add gnome-settings-daemon, gsettings-desktop-schemas and mutter
+  BuildRequires: some missing requirements. And hicolor-icon-theme
+  BuildRequires for directory ownership.
+- Drop gsettings-desktop-schemas, gtk+-3.0 and pygobject-3.0
+  pkgconfig BuildRequirement: they are no longer required nor used.
+- Apend CC0-1.0 to License tag to comply with due software
+  licensing.
+
+---

Old:

  gnome-tweaks-3.28.1.tar.xz

New:

  gnome-tweaks-3.30.1.tar.xz



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.gsIxCb/_old  2018-10-17 08:18:47.158930662 +0200
+++ /var/tmp/diff_new_pack.gsIxCb/_new  2018-10-17 08:18:47.166930659 +0200
@@ -13,32 +13,35 @@
 # 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:   gnome-tweaks
-Version:3.28.1
+Version:3.30.1
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
-License:GPL-3.0-or-later
+License:GPL-3.0-or-later AND CC0-1.0
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Tweaks
-Source0:
http://download.gnome.org/sources/gnome-tweaks/3.28/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-tweaks/3.30/%{name}-%{version}.tar.xz
+
 BuildRequires:  fdupes
-# Needed to have typelib() Requires
+# GI is needed to have typelib() Requires
 BuildRequires:  gobject-introspection
+# Hicolor is Needed for directory ownership
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.23.3
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
-BuildRequires:  

commit gnome-tweaks for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2018-04-19 15:22:07

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new (New)


Package is "gnome-tweaks"

Thu Apr 19 15:22:07 2018 rev:4 rq:596124 version:3.28.1

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2018-03-26 12:44:03.870472985 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new/gnome-tweaks.changes   
2018-04-19 15:22:11.148860959 +0200
@@ -1,0 +2,8 @@
+Sun Apr  8 17:17:00 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.1:
+  + Show Activites Overview Hot Corner switch if the gnome-shell
+gsettings schema is installed.
+  + Updated translations.
+
+---

Old:

  gnome-tweaks-3.28.0.tar.xz

New:

  gnome-tweaks-3.28.1.tar.xz



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.BzaB8N/_old  2018-04-19 15:22:11.972827739 +0200
+++ /var/tmp/diff_new_pack.BzaB8N/_new  2018-04-19 15:22:11.976827578 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-tweaks
-Version:3.28.0
+Version:3.28.1
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0-or-later

++ gnome-tweaks-3.28.0.tar.xz -> gnome-tweaks-3.28.1.tar.xz ++
 4706 lines of diff (skipped)




commit gnome-tweaks for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2018-03-26 12:44:01

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new (New)


Package is "gnome-tweaks"

Mon Mar 26 12:44:01 2018 rev:3 rq:589996 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2018-03-16 10:34:53.938729065 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new/gnome-tweaks.changes   
2018-03-26 12:44:03.870472985 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 17:17:16 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.2s3hPr/_old  2018-03-26 12:44:05.914399097 +0200
+++ /var/tmp/diff_new_pack.2s3hPr/_new  2018-03-26 12:44:05.922398808 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  gobject-introspection
 BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.23.3
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.10
@@ -43,9 +44,6 @@
 Obsoletes:  gnome-tweak-tool < 3.27.4
 Obsoletes:  gnome-tweak-tool-lang < 3.27.4
 BuildArch:  noarch
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 
 %description
 GNOME Tweak Tool is an application for changing the advanced settings
@@ -55,9 +53,7 @@
 
 %prep
 %setup -q
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 # Tiny tweak to shut up rpmlint
 sed -i 's:Pantheon:X-Pantheon:g' */org.gnome.tweaks.desktop.in
 # Tweak to fix python env




commit gnome-tweaks for openSUSE:Factory

2018-03-16 Thread root
Hello community,

here is the log from the commit of package gnome-tweaks for openSUSE:Factory 
checked in at 2018-03-16 10:34:49

Comparing /work/SRC/openSUSE:Factory/gnome-tweaks (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-tweaks.new (New)


Package is "gnome-tweaks"

Fri Mar 16 10:34:49 2018 rev:2 rq:587483 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweaks/gnome-tweaks.changes
2018-03-14 19:25:24.278252191 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-tweaks.new/gnome-tweaks.changes   
2018-03-16 10:34:53.938729065 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 15:27:30 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+---

Old:

  gnome-tweaks-3.27.92.tar.xz

New:

  gnome-tweaks-3.28.0.tar.xz



Other differences:
--
++ gnome-tweaks.spec ++
--- /var/tmp/diff_new_pack.gOVz2q/_old  2018-03-16 10:34:56.102651150 +0100
+++ /var/tmp/diff_new_pack.gOVz2q/_new  2018-03-16 10:34:56.110650862 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   gnome-tweaks
-Version:3.27.92
+Version:3.28.0
 Release:0
 Summary:A tool to customize advanced GNOME 3 options
 License:GPL-3.0-or-later
 Group:  System/GUI/GNOME
 URL:https://wiki.gnome.org/Apps/Tweaks
-Source0:
http://download.gnome.org/sources/gnome-tweaks/3.27/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-tweaks/3.28/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed to have typelib() Requires
 BuildRequires:  gobject-introspection

++ gnome-tweaks-3.27.92.tar.xz -> gnome-tweaks-3.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-tweaks-3.27.92/NEWS 
new/gnome-tweaks-3.28.0/NEWS
--- old/gnome-tweaks-3.27.92/NEWS   2018-03-07 15:52:19.0 +0100
+++ new/gnome-tweaks-3.28.0/NEWS2018-03-12 13:36:01.0 +0100
@@ -1,3 +1,10 @@
+3.28.0
+==
+Stable release.
+
+Translations:
+ Rūdolfs Mazurs [lv],  Anders Jonsson [sv]
+
 3.27.92
 ===
 Release candidate.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-tweaks-3.27.92/meson.build 
new/gnome-tweaks-3.28.0/meson.build
--- old/gnome-tweaks-3.27.92/meson.build2018-03-07 15:52:19.0 
+0100
+++ new/gnome-tweaks-3.28.0/meson.build 2018-03-12 13:36:01.0 +0100
@@ -1,5 +1,5 @@
 project('gnome-tweaks',
-  version: '3.27.92',
+  version: '3.28.0',
   meson_version: '>= 0.40.0'
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-tweaks-3.27.92/po/lv.po 
new/gnome-tweaks-3.28.0/po/lv.po
--- old/gnome-tweaks-3.27.92/po/lv.po   2018-03-07 15:52:19.0 +0100
+++ new/gnome-tweaks-3.28.0/po/lv.po2018-03-12 13:36:01.0 +0100
@@ -3,14 +3,13 @@
 #
 #
 # Rūdofls Mazurs , 2011, 2012, 2013, 2014.
-# Rūdolfs Mazurs , 2014, 2015, 2016, 2017.
+# Rūdolfs Mazurs , 2014, 2015, 2016, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: 
https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-t;
-"weak-tool=I18N+L10N=general\n"
-"POT-Creation-Date: 2017-08-10 23:06+\n"
-"PO-Revision-Date: 2017-08-28 22:09+0200\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-tweaks/issues\n;
+"POT-Creation-Date: 2018-02-20 23:09+\n"
+"PO-Revision-Date: 2018-03-09 18:03+0200\n"
 "Last-Translator: Rūdolfs Mazurs \n"
 "Language-Team: Latvian \n"
 "Language: lv\n"
@@ -21,22 +20,24 @@
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
 " 2);\n"
 
-#: data/gnome-tweak-tool.appdata.xml.in:6 gtweak/app.py:36 gtweak/utils.py:311
-#: gtweak/utils.py:327
-#| msgid "GNOME Tweak Tool"
+#: data/org.gnome.tweaks.appdata.xml.in:7
+msgid "The GNOME Project"
+msgstr "GNOME projekts"
+
+#: data/org.gnome.tweaks.appdata.xml.in:9 gtweak/app.py:23 gtweak/utils.py:315
+#: gtweak/utils.py:331
 msgid "GNOME Tweaks"
 msgstr "GNOME piedare"
 
-#: data/gnome-tweak-tool.appdata.xml.in:7 data/gnome-tweak-tool.desktop.in:4
+#: data/org.gnome.tweaks.appdata.xml.in:10 data/org.gnome.tweaks.desktop.in:4
 msgid "Tweak advanced GNOME 3 settings"
 msgstr "Pieregulēt paplašinātos GNOME 3 iestatījumus"
 
-#: data/gnome-tweak-tool.appdata.xml.in:9
-#| msgid "GNOME Tweak Tool allows adjusting advanced GNOME options."
+#: data/org.gnome.tweaks.appdata.xml.in:12
 msgid "GNOME Tweaks allows adjusting advanced GNOME options."
 msgstr "GNOME piedare ļauj pielāgot paplašinātas GNOME