forked from pool/awesome-branding-openSUSE
Accepting request 449403 from home:XRevan86
- Bump to version 4.0-v0.1. OBS-URL: https://build.opensuse.org/request/show/449403 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-branding-openSUSE?expand=0&rev=11
This commit is contained in:
parent
fbafd0992a
commit
b6da6e8679
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2db30b26f455793ee1cbc1e85309f885987f50009223bdb90862b22a0463c976
|
||||
size 717272
|
3
awesome-branding-openSUSE-4.0-v0.1.tar.xz
Normal file
3
awesome-branding-openSUSE-4.0-v0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2a5a3bdbc54c16d89c19d8d2ac47db7d98a429590995ec5e30fc992c261d754
|
||||
size 24456
|
@ -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
|
||||
|
||||
|
@ -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 <toganm@opensuse.org>
|
||||
#
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user