commit 72c8cd193f30e279d59a63e67a120ebdef4e3ff881303708012eb4c34ae76c90 Author: Togan Muftuoglu Date: Wed Oct 31 18:58:27 2012 +0000 Accepting request 139880 from home:toganm:wmanager Enhancement package for awesome windowmanager OBS-URL: https://build.opensuse.org/request/show/139880 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-freedesktop?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/awesome-freedesktop-git201209061058.tar.xz b/awesome-freedesktop-git201209061058.tar.xz new file mode 100644 index 0000000..030a850 --- /dev/null +++ b/awesome-freedesktop-git201209061058.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3daa25b6092fdbccb225ec3a96a99b61a91684e21017fa30eeec6d81f5e92d +size 63652 diff --git a/awesome-freedesktop.changes b/awesome-freedesktop.changes new file mode 100644 index 0000000..df210bd --- /dev/null +++ b/awesome-freedesktop.changes @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 31 18:08:39 UTC 2012 - toganm@opensuse.org + +- Update to git version 201209061058 + Cleanup spec to guidelines + +------------------------------------------------------------------- +Fri Nov 4 18:18:28 UTC 2011 - toganm@opensuse.org + +- initial checkin via service file + diff --git a/awesome-freedesktop.spec b/awesome-freedesktop.spec new file mode 100644 index 0000000..5150591 --- /dev/null +++ b/awesome-freedesktop.spec @@ -0,0 +1,64 @@ +# +# spec file for package awesome-freedesktop +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: awesome-freedesktop +Version: git201209061058 +Release: 0 +Summary: Desktop entries and menu for awesome +License: GPL-2.0 +Group: System/GUI/Other +Url: https://github.com/terceiro/awesome-freedesktop.git +Source: %name-%version.tar.xz +Requires: awesome >= 3.4.4 +BuildArch: noarch + +%description +This project aims to add support for freedesktop.org compliant desktop entries +and menu. + +Main features +============= + + * a freedesktop.org-compliant (or almost) applications menu + * a freedesktop.org-compliant (or almost) desktop + * a (yet limited) icon lookup function. + +Icon themes +=========== + +You can choose any icon theme that's installed in /usr/share/icons/. + + +%prep +%setup -q -n %name + +%build + +%install + +install -d %{buildroot}%{_datadir}/awesome/lib/freedesktop +install -D -m644 freedesktop/*.lua %{buildroot}%{_datadir}/awesome/lib/freedesktop/. + +%files +%defattr(-,root,root,-) +%{_datadir}/awesome/lib/ +%dir %{_datadir}/awesome +%dir %{_datadir}/awesome/lib/freedesktop +%doc README TODO awesome-freedesktop.png + +%changelog