From 80ba237acec0edc1404080d89940e05073b418c7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:31:18 +0100 Subject: [PATCH] automatic version update by autodist [release 0.1.7.1-1mamba;Fri Mar 08 2013] --- README.md | 10 ++++++++ arandr.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 arandr.spec diff --git a/README.md b/README.md index 92ddc58..398c273 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # arandr +Provide a simple visual front end for XRandR 1.2, client side X only (no xorg.conf involved, no pre-1.2 options). +Features: + * Full controll over positioning (instead of plain "left of") with edge snapping + * Saving configurations as executable shell scripts (configurations can be loaded without using this program) + * Configuration files can be edited to include additional payload (like xsetwacom commands tablet PC users need when rotating), which is preserved when editing + * Metacity keybinding integration: + * Saved configurations can be bound to arbitrary keys via metacity's custom commands. + * Several layouts can be bound to one key; they are cycled through. (Useful for "rotate" buttons on tablet PCs.) + * Main widget separated from packaged application (to facilitate integration with existing solutions) + diff --git a/arandr.spec b/arandr.spec new file mode 100644 index 0000000..4f4ee59 --- /dev/null +++ b/arandr.spec @@ -0,0 +1,71 @@ +Name: arandr +Version: 0.1.7.1 +Release: 1mamba +Summary: A simple visual front end for XRandR 1.2 +Group: Graphical Desktop/Applications/Configuration +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://christian.amsuess.com/tools/arandr/ +Source: http://christian.amsuess.com/tools/arandr/files/arandr-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Provide a simple visual front end for XRandR 1.2, client side X only (no xorg.conf involved, no pre-1.2 options). +Features: + * Full controll over positioning (instead of plain "left of") with edge snapping + * Saving configurations as executable shell scripts (configurations can be loaded without using this program) + * Configuration files can be edited to include additional payload (like xsetwacom commands tablet PC users need when rotating), which is preserved when editing + * Metacity keybinding integration: + * Saved configurations can be bound to arbitrary keys via metacity's custom commands. + * Several layouts can be bound to one key; they are cycled through. (Useful for "rotate" buttons on tablet PCs.) + * Main widget separated from packaged application (to facilitate integration with existing solutions) + +%prep + +%setup -q + +%build +%{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + --prefix=%{_prefix} \ + --root=%{buildroot} + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/arandr +%{_bindir}/unxrandr +%{_datadir}/applications/arandr.desktop +%{python_sitearch}/arandr-%{version}-py%{python_version}.egg-info +%{python_sitearch}/screenlayout/* +%{_mandir}/man1/arandr.1.gz +%{_mandir}/man1/unxrandr.1.gz +%doc COPYING README TODO + +%changelog +* Fri Mar 08 2013 Automatic Build System 0.1.7.1-1mamba +- automatic version update by autodist + +* Tue Aug 07 2012 Automatic Build System 0.1.6-1mamba +- automatic version update by autodist + +* Mon Nov 14 2011 Automatic Build System 0.1.5-1mamba +- automatic version update by autodist + +* Fri Feb 25 2011 Automatic Build System 0.1.4-1mamba +- automatic update by autodist + +* Fri May 01 2009 Automatic Build System 0.1.2-1mamba +- automatic update by autodist + +* Sat Jan 17 2009 Silvan Calarco 0.1.1-1mamba +- package created by autospec