- Update to 5.1.1:
* Support lxqt-session and add necessary xdg autostart desktop entry files. * Allow only one instance of application * Clean up dialoges * Bug fixes * Update translations * systray: Don't display clipboard items in context menu - Remove _service file - Remove icon cache update OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qlipper?expand=0&rev=2
This commit is contained in:
parent
ee1ae8cd77
commit
fcf7765183
3
5.1.1.tar.gz
Normal file
3
5.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8ff98c15407859f283d8cc20acd531e157bd0d4e575e858b2d730e5711ad57d
|
||||||
|
size 101397
|
15
_service
15
_service
@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<services>
|
|
||||||
<service name="obs_scm">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://github.com/pvanek/qlipper.git</param>
|
|
||||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@~git.%h</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
</service>
|
|
||||||
<service mode="buildtime" name="tar" />
|
|
||||||
<service mode="buildtime" name="recompress">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service mode="buildtime" name="set_version" />
|
|
||||||
</services>
|
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://github.com/pvanek/qlipper.git</param>
|
|
||||||
<param name="changesrevision">4f5c792ff64da9a45d7453122fad5b976b001580</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a886ee22e411247e2b7dd9c0c818b6b2d055f88f28a382736a2a02bfb05e515
|
|
||||||
size 485899
|
|
@ -1,19 +0,0 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun May 20 10:23:50 UTC 2018 - opensuse-packaging@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 5.1.1.8~git.4f5c792:
|
|
||||||
* Add qlipper_es.ts to CMakeLists.txt
|
|
||||||
* Add Spanish translation
|
|
||||||
* Create qlipper_da.ts
|
|
||||||
* Bufer/Buffer
|
|
||||||
* Add danish translation
|
|
||||||
* Update qlipper_lt.ts
|
|
||||||
* Update ts files to current sources
|
|
||||||
* Update Catalan translation
|
|
||||||
* Increase version (forgotten in previous release)
|
|
||||||
* travis: Fix the build
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jan 10 18:43:48 UTC 2018 - and.november@opensuse.org
|
|
||||||
|
|
||||||
- update to version 5.1.1
|
|
@ -1,5 +0,0 @@
|
|||||||
name: qlipper
|
|
||||||
version: 5.1.1.8~git.4f5c792
|
|
||||||
mtime: 1526135093
|
|
||||||
commit: 4f5c792ff64da9a45d7453122fad5b976b001580
|
|
||||||
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 20 10:25:59 UTC 2018 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Update to 5.1.1:
|
||||||
|
* Support lxqt-session and add necessary xdg autostart desktop entry files.
|
||||||
|
* Allow only one instance of application
|
||||||
|
* Clean up dialoges
|
||||||
|
* Bug fixes
|
||||||
|
* Update translations
|
||||||
|
* systray: Don't display clipboard items in context menu
|
||||||
|
- Remove _service file
|
||||||
|
- Remove icon cache update
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 10 18:43:48 UTC 2018 - and.november@opensuse.org
|
Wed Jan 10 18:43:48 UTC 2018 - and.november@opensuse.org
|
||||||
|
|
||||||
|
10
qlipper.spec
10
qlipper.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: qlipper
|
Name: qlipper
|
||||||
Version: @SERVICE@
|
Version: 5.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform clipboard history applet
|
Summary: Cross-platform clipboard history applet
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
URL: https://github.com/pvanek/qlipper
|
URL: https://github.com/pvanek/qlipper
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: https://github.com/pvanek/qlipper/archive/%{version}.tar.gz
|
||||||
BuildRequires: cmake >= 3.1.0
|
BuildRequires: cmake >= 3.1.0
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -59,12 +59,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%find_lang %{name} --with-qt
|
%find_lang %{name} --with-qt
|
||||||
|
|
||||||
%post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG COPYING README
|
%doc CHANGELOG COPYING README
|
||||||
|
Loading…
Reference in New Issue
Block a user