diff --git a/awesome-branding-openSUSE-3.5-v0.3.tar.xz b/awesome-branding-openSUSE-3.5-v0.3.tar.xz deleted file mode 100644 index 946f24a..0000000 --- a/awesome-branding-openSUSE-3.5-v0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2db30b26f455793ee1cbc1e85309f885987f50009223bdb90862b22a0463c976 -size 717272 diff --git a/awesome-branding-openSUSE-4.0-v0.1.tar.xz b/awesome-branding-openSUSE-4.0-v0.1.tar.xz new file mode 100644 index 0000000..6577096 --- /dev/null +++ b/awesome-branding-openSUSE-4.0-v0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a5a3bdbc54c16d89c19d8d2ac47db7d98a429590995ec5e30fc992c261d754 +size 24456 diff --git a/awesome-branding-openSUSE.changes b/awesome-branding-openSUSE.changes index eb9e3cf..c9363a8 100644 --- a/awesome-branding-openSUSE.changes +++ b/awesome-branding-openSUSE.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 8 20:12:29 UTC 2017 - sor.alexei@meowr.ru + +- Bump to version 4.0-v0.1: + * awesome 4.0 compatibility. + * Replace built-in keydoc with awful.hotkeys_popup. + * Use a 22x22 openSUSE icon from + hicolor-icon-theme-branding-openSUSE for opensusegeeko.png. + * Use the openSUSE icon for the main menu. + * Drop the network widget. + ------------------------------------------------------------------- Tue Nov 10 14:07:23 UTC 2015 - sor.alexei@meowr.ru diff --git a/awesome-branding-openSUSE.spec b/awesome-branding-openSUSE.spec index 8677e5d..44d7763 100644 --- a/awesome-branding-openSUSE.spec +++ b/awesome-branding-openSUSE.spec @@ -1,7 +1,7 @@ # # spec file for package awesome-branding-openSUSE # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Togan Muftuoglu # # All modifications and additions to the file contributed by third parties @@ -17,25 +17,29 @@ # -%define _version 3.5-v0.3 -%define _name awesome +%define awesome_version %(rpm -q --queryformat '%%{VERSION}' awesome) +%define _version 4.0-v0.1 Name: awesome-branding-openSUSE -Version: 3.5 +Version: 4.0 Release: 0 Summary: openSUSE Branding for awesome License: GPL-2.0+ Group: System/GUI/Other Url: https://github.com/madanyang/awesome-branding-opensuse Source: %{name}-%{_version}.tar.xz +BuildRequires: awesome-branding-upstream >= 4.0 Requires: adwaita-icon-theme +Requires: awesome = %{awesome_version} Requires: awesome-freedesktop Requires: awesome-vicious Requires: light-locker +Requires: lua-lgi Requires: wallpaper-branding-openSUSE +Requires: typelib(Gtk) = 3.0 Recommends: awesome-shifty -Supplements: packageand(%{_name}:branding-openSUSE) -Conflicts: otherproviders(%{_name}-branding) -Provides: %{_name}-branding = %{version} +Supplements: packageand(awesome:branding-openSUSE) +Conflicts: otherproviders(awesome-branding) +Provides: awesome-branding = %{awesome_version} BuildArch: noarch %description @@ -49,12 +53,11 @@ functions and look and feel for awesome window manager. # Nothing to build. %install -install -Dm 0644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua -install -Dm 0644 calendar2.lua %{buildroot}%{_datadir}/awesome/lib/calendar2.lua -install -Dm 0644 keydoc.lua %{buildroot}%{_datadir}/awesome/lib/keydoc.lua +install -Dpm 0644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua +install -Dpm 0644 calendar2.lua %{buildroot}%{_datadir}/awesome/lib/calendar2.lua mkdir -p %{buildroot}%{_datadir}/awesome/ -cp -a themes/ %{buildroot}%{_datadir}/awesome/ +cp -a themes/ %{buildroot}%{_datadir}/awesome/ %files %defattr(-,root,root)