From cb2dd14b30aabf2db8082ebc501341da00559b497d88f938cd81acf7ed179714 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 23 Oct 2017 11:06:42 +0000 Subject: [PATCH 1/2] - Update to 0.12.0: * Set patch version * Don't export github templates * Improvement for notification settings, see https://github.com/lxde/lxqt/issues/744#issuecomment-138601402 * Updated Lithuanian language * Drops Qt5Core_VERSION_STRING * lxqt-config-notificationd: set Qt::AA_UseHighDpiPixmaps to true * Add a basic cli to lxqt-config-notificationd Add a basic cli to lxqt-notificationd * Added default CMAKE_BUILD_TYPE and LXQT_NOTIFICATION_PATCH_VERSION * Create lxqt-config-notificationd_pl_PL.desktop * Fixes a FTBFS in superbuild mode * Added merged autostart to CMakeLists.txt * Updated *_da.desktop files and removed *_da_DK.desktop files * Update desktop entries and Replace fr_FR by fr * Update Greek translation (el) Remove country variant from language code * CMake: Adds Runtime and Devel install COMPONENTs * Coding style changes * Updates the build system to use the Targets infrastructure * Drops hardcoded /etc/xdg paths * Updated german translation, replaced Qt4 by Qt in all xsession/translations * Updates translations infrastructure * Update the required minimum cmake version * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt * Support lxqt-session and add necessary xdg autostart desktop entry files. * Fix a typo: singals -> signals * Bump year - Remove post and postun OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-notificationd?expand=0&rev=7 --- lxqt-notificationd-0.11.1.tar.xz | 3 --- lxqt-notificationd-0.11.1.tar.xz.asc | 16 -------------- lxqt-notificationd.changes | 31 ++++++++++++++++++++++++++++ lxqt-notificationd.spec | 17 +++++---------- 4 files changed, 36 insertions(+), 31 deletions(-) delete mode 100644 lxqt-notificationd-0.11.1.tar.xz delete mode 100644 lxqt-notificationd-0.11.1.tar.xz.asc diff --git a/lxqt-notificationd-0.11.1.tar.xz b/lxqt-notificationd-0.11.1.tar.xz deleted file mode 100644 index 7a60ffa..0000000 --- a/lxqt-notificationd-0.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fc78558c030703bfd84682f4687fa3aec0a9b569991f2767b542de2f8eb4e75 -size 30464 diff --git a/lxqt-notificationd-0.11.1.tar.xz.asc b/lxqt-notificationd-0.11.1.tar.xz.asc deleted file mode 100644 index 5a47b40..0000000 --- a/lxqt-notificationd-0.11.1.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlhpfuYACgkQQsnI069e -pePVWxAAghDMpSJwENx6U5+uQ/w5YBz+Fzsk5rApr0K3f5Sc708oNxsF/z5gy6wF -Q4RQRVmx/E0FDXbvv2F2OzbW6b5vXsLceV/OREwLyLxQmY3IRitzDfxTn6jc8hGF -mFNxmvHRIezUNDywWPBDA2V5wK79T4KT103I4WQFZUwt34y7dWbT4i/AcWBHgz2H -7NmiUqSRXPgKuZdGpGGVMCFXaWZ/k9rsMm4JBAa+pCqCO03CMFivzfhIyJacRWU+ -xQlT4wu6gKzesapiCXnkJf3o/VAF+pvgAxJ9bhJT7OwUTcdmfBs0a1dlIBPxuswy -2uEuPTqXmwnp4fUYPE7++Ui1QjAuvIJRK3SFayqxpK/VczQYWEeQWseEEJ6/wC+J -k92LlAqfwKJ2y9kVZrVA7QA72XKqj2DmjwD8xnt2ZUWDjZFA+XqW9qhDA1Cyc5mb -pYqb2C8qeEP6igpDW74OKDAXFl9NHDOw/BVev63Zr7ibzB5gPXLhFc3Zg8bd2FqA -Slipc4E0anB4YE5V/c9N64tWuG30Yu1E36WGaaTno+lCeowXAhMsVoHEZOq7hKGq -f5mLE6xUMsqjGt8f8Lbosgeyi6qgTwiWeJx5AIOHN10qnd61TNDqPE1uq8AGOF8F -vRInTcFfakClVWsAYC76ufYv7swH8JKC+ekam8Ov3JuZxm0dvPw= -=h6W4 ------END PGP SIGNATURE----- diff --git a/lxqt-notificationd.changes b/lxqt-notificationd.changes index d6321bb..74f63d8 100644 --- a/lxqt-notificationd.changes +++ b/lxqt-notificationd.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Oct 23 11:05:54 UTC 2017 - mvetter@suse.com + +- Update to 0.12.0: + * Set patch version + * Don't export github templates + * Improvement for notification settings, see https://github.com/lxde/lxqt/issues/744#issuecomment-138601402 + * Updated Lithuanian language + * Drops Qt5Core_VERSION_STRING + * lxqt-config-notificationd: set Qt::AA_UseHighDpiPixmaps to true + * Add a basic cli to lxqt-config-notificationd Add a basic cli to lxqt-notificationd + * Added default CMAKE_BUILD_TYPE and LXQT_NOTIFICATION_PATCH_VERSION + * Create lxqt-config-notificationd_pl_PL.desktop + * Fixes a FTBFS in superbuild mode + * Added merged autostart to CMakeLists.txt + * Updated *_da.desktop files and removed *_da_DK.desktop files + * Update desktop entries and Replace fr_FR by fr + * Update Greek translation (el) Remove country variant from language code + * CMake: Adds Runtime and Devel install COMPONENTs + * Coding style changes + * Updates the build system to use the Targets infrastructure + * Drops hardcoded /etc/xdg paths + * Updated german translation, replaced Qt4 by Qt in all xsession/translations + * Updates translations infrastructure + * Update the required minimum cmake version + * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt + * Support lxqt-session and add necessary xdg autostart desktop entry files. + * Fix a typo: singals -> signals + * Bump year +- Remove post and postun + ------------------------------------------------------------------- Thu Feb 23 18:19:37 UTC 2017 - sfalken@opensuse.org diff --git a/lxqt-notificationd.spec b/lxqt-notificationd.spec index ed35103..f4bf897 100644 --- a/lxqt-notificationd.spec +++ b/lxqt-notificationd.spec @@ -17,14 +17,14 @@ Name: lxqt-notificationd -Version: 0.11.1 +Version: 0.12.0 Release: 0 Summary: LXQt Notification daemon License: LGPL-2.1+ Group: System/GUI/LXQt Url: http://www.lxqt.org -Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz -Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc +Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes @@ -33,10 +33,8 @@ BuildRequires: lxqt-build-tools-devel BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5Xdg) -BuildRequires: pkgconfig(lxqt) >= %{version} +BuildRequires: pkgconfig(lxqt) >= %{version} Recommends: %{name}-lang -Requires(pre): desktop-file-utils -Requires(post): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -55,17 +53,12 @@ make %{?_smp_mflags} %cmake_install %fdupes -s %{buildroot}%{_datadir} -%post -%desktop_database_post - -%postun -%desktop_database_postun - %files %defattr(-,root,root) %doc AUTHORS LICENSE README.md %{_bindir}/%{name} %{_bindir}/lxqt-config-notificationd %{_datadir}/applications/lxqt-config-notificationd.desktop +%{_sysconfdir}/xdg/autostart/lxqt-notifications.desktop %changelog From c7098eb4ca5b23f3af60f8b2cc17a2ea02727aaadd52e727f00f17baa185997b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 23 Oct 2017 12:16:56 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-notificationd?expand=0&rev=8 --- lxqt-notificationd-0.12.0.tar.xz | 3 +++ lxqt-notificationd-0.12.0.tar.xz.asc | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 lxqt-notificationd-0.12.0.tar.xz create mode 100644 lxqt-notificationd-0.12.0.tar.xz.asc diff --git a/lxqt-notificationd-0.12.0.tar.xz b/lxqt-notificationd-0.12.0.tar.xz new file mode 100644 index 0000000..870c1ef --- /dev/null +++ b/lxqt-notificationd-0.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e2e05152af7ccbb0c8779a24cf992617d27a9148b2403c2dc4c1cbc2615afb +size 32192 diff --git a/lxqt-notificationd-0.12.0.tar.xz.asc b/lxqt-notificationd-0.12.0.tar.xz.asc new file mode 100644 index 0000000..315eaf1 --- /dev/null +++ b/lxqt-notificationd-0.12.0.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlnrnY4ACgkQQsnI069e +peMJDw//eAC33oOGxJH2fBJPl+bXf9VfQWt4mQrE9gFKztIleBiEKN/bWwPQi10K +Sfyj9jk0yS1z7gLQ24F620ghIlj7kUcGJDxAGUMnTLZIfrBqOVKWeje/VbfGq0uJ +Vo44EZczKfWaQ9rKTSurfxk4TUOtxNNFZnHpe5WLU9pigz1GEH1QbPhE8uGdE99v +/VpYdSqr8NnbbxItWeCcvmTALSKsNgWsWtTfBwHnMrS53Yx3geSTqZZ1R8MqIeU6 +zQbEdBUO08rQONn/q3y0qC+MOorjwI/wGjVyYefpxxSpss95ZVOpw20KWdFH1FFF +gZyNNiyfNUCCDH1TzlfeGYqCI0xL2Oxaxr8emN+hh/Ea7wKCi25F56z8kn51Dhbv +CLdXApgUf6wrjU6Ah0ApxSLnE6GvmI/pLPRiQ0ZAD8Yj+XmX7SB09jbno2+MaS6D +LLgEBgN1eLlCRIPVnF/aS0LCNpTfqsAA0W8JOxIO1hiuwVflfU8BxBGzR4fN1e+T +dTOZbbI6zeqZGCvsgN/VLlorF1u9747LMrFl3rEixw/zIDxAi7vTbBEK3ahc3G1X +fRxHZ2gfoPFnLDGm1rngzNXaxJlz3g9zpbTLIas6Y+wOr6YJe99F8Z3tuMLijUeC +9tYcsQai2RkH9UBGOrTm3NTv2bhWt6LjXAmkqkzQfNlb6Pk2nBI= +=AGKr +-----END PGP SIGNATURE-----