Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > e6f21f73f79305faeb01cc4af0130b09 > files > 1

awesome-plugin-shifty-3.4-0.20091109.e071ac0.1.mga1.src.rpm

%define oname shifty
%define commitdate 20091109
%define changeset e071ac0

Name:       awesome-plugin-%{oname}
Version:    3.4
Release:    %mkrel 0.%{commitdate}.%{changeset}.1
Summary:    Dynamic tagging library for awesome
License:    GPLv2
Group:      Graphical desktop/Other
URL:        https://awesome.naquadah.org/wiki/Shifty
# http://git.mercenariesguild.net/?p=awesome.git;a=shortlog;h=shifty-master
Source0:    %{oname}-%{version}.tar.xz
Source1:    https://github.com/bioe007/awesome-configs/raw/master/shifty.rc.lua
Requires:   awesome >= 3.4.4
BuildArch:  noarch

%description
Shifty is an Awesome 3 extension that implements dynamic tagging. It also
implements fine client matching configuration allowing YOU to be the master
of YOUR desktop only by setting two simple config variables and some
keybindings! Here are a few ways of how shifty makes awesome awesomer:

- on-the-fly tag creation and disposal
- advanced client matching
- easy moving of clients between tags
- tag add/rename prompt in taglist (with completion, now configurable NEW )
- reordering tags and configurable positioning
- tag name guessing, automagic no-config client grouping
- customizable keybindings per client and tag -- NEW
- simple yet powerful configuration

%prep
%setup -q -n %{oname}-%{version}
cp %{SOURCE1} .

%install
rm -rf %{buildroot}

install -d %{buildroot}%{_datadir}/awesome/lib
install -D -m644 %{oname}.lua %{buildroot}%{_datadir}/awesome/lib/

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc shifty.rc.lua
%{_datadir}/awesome/lib/%{oname}.lua


%changelog
* Sun Mar 20 2011 shikamaru <shikamaru> 3.4-0.20091109.e071ac0.1.mga1
+ Revision: 74884
- imported package awesome-plugin-shifty