From d6fa0359b7e2592e91cf3c0a5daf75ba1fd003a9aa508c41fdf047f2f45b7bfa Mon Sep 17 00:00:00 2001 From: Shawn Dunn Date: Wed, 30 Oct 2024 18:41:13 +0000 Subject: [PATCH] - Change BuildRequires from lxqt-build-tools-devel to cmake(lxqt-build-tools) OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/obconf-qt?expand=0&rev=28 --- .gitattributes | 23 +++++ .gitignore | 1 + obconf-qt-0.16.4.tar.xz | 3 + obconf-qt-0.16.4.tar.xz.asc | 17 ++++ obconf-qt.changes | 187 ++++++++++++++++++++++++++++++++++++ obconf-qt.keyring | 52 ++++++++++ obconf-qt.spec | 100 +++++++++++++++++++ 7 files changed, 383 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 obconf-qt-0.16.4.tar.xz create mode 100644 obconf-qt-0.16.4.tar.xz.asc create mode 100644 obconf-qt.changes create mode 100644 obconf-qt.keyring create mode 100644 obconf-qt.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/obconf-qt-0.16.4.tar.xz b/obconf-qt-0.16.4.tar.xz new file mode 100644 index 0000000..7a0adba --- /dev/null +++ b/obconf-qt-0.16.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37d94ff5e3ae527f83e26e970a736775f27749b0946bf6b6cf4c3ac7047a997 +size 118780 diff --git a/obconf-qt-0.16.4.tar.xz.asc b/obconf-qt-0.16.4.tar.xz.asc new file mode 100644 index 0000000..c4d0de3 --- /dev/null +++ b/obconf-qt-0.16.4.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- + +iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmWjwKYVHHRzdWphbjIw +MDBAZ21haWwuY29tAAoJEL55MAetIt9+2fMP/0LESc/GLy0iSfiXASGOy21MnvHL +gVbqwclLNJfAPHKW4epE9e+9RERji5CrwxJYRo/5to9Py/2BKQhuC2aoWecRtolr +xyhCutl3yy+ISUHen1k3Fx1z450HMXLIwwU8Ym9p/CRPG9ulqlL5TbFP4ZcrV4nH +VGBeLjxFRaKC3JMP/ukc2rt0L2YEEDbeVO9uxzPuEY/Q/2p9e9Xy6Zxy+At9qg2L +PWrk7W0So5GIXU+bflw0TCef8DDdT72KBvnS6MgCiFN/1fXWkZpuisJ2/GPQXFyx +5UPYrJWvT0Acfk87D1tc2MH6eYQyGjkEQgzd/eYhE7rGqm+PArEG84OC89T8hgul +75FONbgvVf+DrdA4S7CHqNDXkfp6WZgVJdkyCBjCU5Azu1iHZUpjaWTRH2F4wjbh +LPhbKxlvCgJbv+8mT4WUV5BRTOsnKC+sqSXyDWfJF8Vn3kDd1/YnDeGSMPGooRed +ngjEHQrlO6rzyCo80ykn30FeHz+ZyMU5p4pWM+a++AiFPqQ5Be/Y3yKTUgv96Do1 +0DSX1Heju3nXxGVgvGrJ3Fj6TWjoNBFpl4WNy+LELwdshxcce0Gphsxbi8+Z3N4p +Ruy0PpjOWvKkJNRsFAZd59K7qcirloXR91HQ2De8ApkqGolhVua/P9MpRPqKKRPS +U++YW6l/Zzdzidd2 +=XvKl +-----END PGP SIGNATURE----- diff --git a/obconf-qt.changes b/obconf-qt.changes new file mode 100644 index 0000000..151c6c1 --- /dev/null +++ b/obconf-qt.changes @@ -0,0 +1,187 @@ +------------------------------------------------------------------- +Wed Oct 30 18:40:44 UTC 2024 - Shawn Dunn + +- Change BuildRequires from lxqt-build-tools-devel to + cmake(lxqt-build-tools) + +------------------------------------------------------------------- +Sun Jan 14 17:01:54 UTC 2024 - Shawn Dunn + +- Update to 0.16.4: + * Fixed Compilation. + +------------------------------------------------------------------- +Thu Aug 17 07:30:58 UTC 2023 - Michael Vetter + +- Update to 0.16.3: + * Added missing copyright info. + * Bumped the minimum required version of cmake to 3.5.0 (to silence a compilation warning). + * Translation updates. + +------------------------------------------------------------------- +Fri Mar 11 19:51:57 UTC 2022 - Michael Vetter + +- Update to 0.16.2: + * Fixed the option for centering window on opening. + * Prevented elided text in left pane. + * Updated translations. + +------------------------------------------------------------------- +Tue May 18 18:21:36 UTC 2021 - Ferdinand Thiessen + +- Update to 0.16.1 + * Translation updates + +------------------------------------------------------------------- +Wed Nov 4 14:17:31 UTC 2020 - Michael Vetter + +- Update to 0.16.0: + * Bumped version to 0.16.0. + * Translation updates. + +------------------------------------------------------------------- +Mon Apr 27 11:05:46 UTC 2020 - Callum Farmer + +- Changed obconf-qt.keyring to tsujan's key + +------------------------------------------------------------------- +Fri Apr 24 21:16:50 UTC 2020 - Callum Farmer + +- Update to version 0.15.0 + * Code cleanup and small fixes. + +------------------------------------------------------------------- +Fri Mar 1 10:08:49 UTC 2019 - mvetter@suse.com + +- Update to 0.14.1: + * Only translations was changed + +------------------------------------------------------------------- +Thu Jan 31 10:36:45 UTC 2019 - Michael Vetter + +- Update to 0.14.0: + * Fixed dysfunctional *.obt Archive generation +- Move translation from lxqt-l10n into package + +------------------------------------------------------------------- +Tue May 22 14:32:49 UTC 2018 - mvetter@suse.com + +- Update to 0.13.0: + * Bumped minor version to 13 + * Spanish translation update + * CMake: Prevent in-source builds + * fixed lxde mentions + * Add Traditional Chinese translation + * Add Traditional Chinese translation + * Add Simplified Chinese translation + * Fixes Qt4 build + * cmake: Use LXQtCompilerSettings + * cmake: Handle CMP0071 + * cmake: Make it compile with Qt4 + * cmake: Update CMake minimum required version + +------------------------------------------------------------------- +Mon Oct 23 11:48:48 UTC 2017 - mvetter@suse.com + +- Update to 0.12.0: + * Bump version to 0.12.0 + * Don't export github templates + * Added Lithuanian language + * liblxqt dont make sense here + * Copied issue template + * Drops Qt5Core_VERSION_STRING + * set Qt::AA_UseHighDpiPixmaps to true + * Added default CMAKE_BUILD_TYPE and versioning (#29) + * added Polish translation + * Add obconf-qt_ca.desktop (Catalan) + * Update AUTHORS + * Added *da.desktop + +------------------------------------------------------------------- +Fri Feb 24 19:30:23 UTC 2017 - sfalken@opensuse.org + +- Update to 0.11.1: + * Create obconf-qt_fr.desktop + * Use the LXQtCompilerSettings + * Use lxqt-build-tools translation modules + * Use the new lxqt-build-tools package + * Remove cpack (#22) + * README.md: Update dependencies + +------------------------------------------------------------------- +Sat Sep 24 22:59:28 UTC 2016 - mvetter@suse.com + +- Update to 0.11.0: + * Bump version to 0.2.0 (#20) + * Extend README.md + * occured -> occurred + * build: Use external translations + * ts-files removal + * Bump year + * Work around grep 2.23 new behaviour + * Don't track $IDE settings + * Japanese translation update + * Reflect replacement README --> README.md in CMakeLists.txt + * Use markdown for README + * Update translations + * Fix license file + * Hungarian translations added + * src/CMakeLists.txt: do not completely overwrite CMAKE_CXX_FLAGS + * Use GNUInstallDirs + * Small build fix (themes dir path) + * Update German translation + * Update translations. + * Update the About dialog. + * Port missing "Dock" options from obconf gtk+ version. + * Support changing the name of desktops. + * German translation + * Default to Qt5 +- Remove obconf-qt-0.1.0_qt5-support.patch + +------------------------------------------------------------------- +Sun Jan 25 18:37:24 UTC 2015 - sfalken@opensuse.org + +- Added conditionals and BuildRequires for building on Fedora + +------------------------------------------------------------------- +Wed May 14 07:28:55 UTC 2014 - andrea@opensuse.org + +- spec file cleanup for factory + +------------------------------------------------------------------- +Tue May 13 17:46:13 UTC 2014 - sfalken@opensuse.org + +- Specfile cleanup + +------------------------------------------------------------------- +Mon May 12 16:29:17 UTC 2014 - sfalken@opensuse.org + +- Removed fedora specfile, split into subproject + Del: obconf-qt-Fedora_20.spec + +------------------------------------------------------------------- +Sat May 10 21:31:01 UTC 2014 - sfalken@opensuse.org + +- Ran spec-cleaner on openSUSE specfile + +------------------------------------------------------------------- +Fri May 9 23:12:09 UTC 2014 - sfalken@opensuse.org + +- Added specfile for Fedora_20 + Add: obconf-qt-Fedora_20.spec + +------------------------------------------------------------------- +Fri May 9 20:39:24 UTC 2014 - sfalken@opensuse.org + +- Added tarball for new stable release + Add: obconf-qt-0.1.0.tar.xz + Del: _service + +------------------------------------------------------------------- +Fri Apr 4 03:36:07 UTC 2014 - sfalken@opensuse.org + +- Initial Source Upload + Add: _service + Add: obconf-qt.spec + Add: obconf-qt.changes + diff --git a/obconf-qt.keyring b/obconf-qt.keyring new file mode 100644 index 0000000..35388e4 --- /dev/null +++ b/obconf-qt.keyring @@ -0,0 +1,52 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +sw== +=gSIv +-----END PGP PUBLIC KEY BLOCK----- \ No newline at end of file diff --git a/obconf-qt.spec b/obconf-qt.spec new file mode 100644 index 0000000..4a5cbc6 --- /dev/null +++ b/obconf-qt.spec @@ -0,0 +1,100 @@ +# +# spec file for package obconf-qt +# +# Copyright (c) 2024 SUSE LLC +# +# 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 https://bugs.opensuse.org/ +# + + +Name: obconf-qt +Version: 0.16.4 +Release: 0 +Summary: OpenBox window manager configuration tool +License: GPL-2.0-or-later AND LGPL-2.1-or-later +Group: System/GUI/LXQt +URL: http://www.lxqt.org +Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source2: %{name}.keyring +BuildRequires: cmake >= 3.5.0 +BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(lxqt-build-tools) >= 0.8.0 +BuildRequires: cmake(Qt5LinguistTools) +BuildRequires: pkgconfig(Qt5Widgets) >= 5.12.0 +BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 +BuildRequires: pkgconfig(lxqt) +BuildRequires: pkgconfig(obrender-3.5) +BuildRequires: pkgconfig(obt-3.5) +Requires(post): desktop-file-utils +Requires(post): update-alternatives +Requires(postun):update-alternatives +Requires(pre): desktop-file-utils +Recommends: %{name}-lang +Conflicts: obconf + +%description +Configuration tool for the OpenBox Window Manager. +This tool is used by LXQt to configure OpenBox, since it is +used as the default WindowManager in LXQt. + +%lang_package + +%prep +%setup -q + +%build +%cmake \ + -DPULL_TRANSLATIONS=OFF +%make_jobs + +%install +%cmake_install +install -dm 755 %{buildroot}%{_sysconfdir}/alternatives/ +touch %{buildroot}%{_sysconfdir}/alternatives/obconf +ln -s %{_sysconfdir}/alternatives/obconf \ + %{buildroot}%{_bindir}/obconf + +%find_lang %{name} --with-qt + +%post +%{_sbindir}/update-alternatives --install \ + %{_bindir}/obconf \ + obconf \ + %{_bindir}/%{name} \ + 40 + +%postun +if [ $1 -eq 0 ]; then + %{_sbindir}/update-alternatives --remove obconf \ + %{_bindir}/%{name} +fi + +%files +%license COPYING +%doc AUTHORS README.md +%{_bindir}/obconf +%{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.??g +%ghost %{_sysconfdir}/alternatives/obconf + +%files lang -f %{name}.lang +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/translations +%{_datadir}/%{name}/translations/* + +%changelog