SHA256
1
0
forked from pool/qlipper

osc copypac from project:X11:LXQt:git package:qlipper revision:1

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/qlipper?expand=0&rev=1
This commit is contained in:
Michael Vetter 2018-05-20 10:23:44 +00:00 committed by Git OBS Bridge
commit ee1ae8cd77
9 changed files with 155 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

15
_service Normal file
View File

@ -0,0 +1,15 @@
<?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>

View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/pvanek/qlipper.git</param>
<param name="changesrevision">4f5c792ff64da9a45d7453122fad5b976b001580</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a886ee22e411247e2b7dd9c0c818b6b2d055f88f28a382736a2a02bfb05e515
size 485899

View File

@ -0,0 +1,19 @@
-------------------------------------------------------------------
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

View File

@ -0,0 +1,5 @@
name: qlipper
version: 5.1.1.8~git.4f5c792
mtime: 1526135093
commit: 4f5c792ff64da9a45d7453122fad5b976b001580

4
qlipper.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Wed Jan 10 18:43:48 UTC 2018 - and.november@opensuse.org
- update to version 5.1.1

81
qlipper.spec Normal file
View File

@ -0,0 +1,81 @@
#
# spec file for package qlipper
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: qlipper
Version: @SERVICE@
Release: 0
Summary: Cross-platform clipboard history applet
License: GPL-2.0+
Group: Productivity/Text/Utilities
URL: https://github.com/pvanek/qlipper
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.1.0
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: lxqt-build-tools
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Widgets)
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Lightweight and cross-platform clipboard history applet.
%lang_package
%prep
%setup -q
%build
%cmake \
-DENABLE_LXQT_AUTOSTART=ON
make %{?_smp_mflags}
%install
%cmake_install
%if 0%{?suse_version}
%suse_update_desktop_file -r -u %{name} Utility DesktopUtility
%endif
%find_lang %{name} --with-qt
%post
%icon_theme_cache_post
%postun
%icon_theme_cache_postun
%files
%defattr(-,root,root)
%doc CHANGELOG COPYING README
%{_sysconfdir}/xdg/autostart/lxqt-%{name}-autostart.desktop
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%files lang -f %{name}.lang
%defattr(-,root,root)
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations
%changelog