diff --git a/.files b/.files new file mode 100644 index 0000000..cc0b6f3 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..73f70a8 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + + A simple tool which print the current working directory of the currently focused window + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..04233a1 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 842cd96433c997dd332b15e5c6bbbeb9 + 1.0 + + dimstar_suse + dep of bumblebee-status + 851804 + + diff --git a/v1.0.tar.gz b/v1.0.tar.gz new file mode 120000 index 0000000..98bae99 --- /dev/null +++ b/v1.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreibpiojvztwhkcv3pawscnr3t2mzkogzahkmiunlebajpr4kzurrn4 \ No newline at end of file diff --git a/xcwd.changes b/xcwd.changes new file mode 100644 index 0000000..81685c3 --- /dev/null +++ b/xcwd.changes @@ -0,0 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 30 01:18:26 UTC 2020 - John Vandenberg + +- Update to v1.0 + +------------------------------------------------------------------- +Fri Jul 17 05:48:36 UTC 2020 - John Vandenberg + +- Tidy spec and add .changes + +------------------------------------------------------------------- +Thu Apr 21 13:42 UTC 2016 - Kirill Pimenov + +- Initial spec for 0.0.1~git diff --git a/xcwd.spec b/xcwd.spec new file mode 100644 index 0000000..578cd14 --- /dev/null +++ b/xcwd.spec @@ -0,0 +1,48 @@ +# +# spec file for package xcwd +# +# Copyright (c) 2020 SUSE LLC +# +# 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 https://bugs.opensuse.org/ +# + + +# See also http://en.opensuse.org/openSUSE:Specfile_guidelines +Name: xcwd +Version: 1.0 +Release: 0 +Summary: X current working directory +License: BSD-3-Clause +Group: System/X11/Utilities +URL: https://github.com/schischi/xcwd +Source: https://github.com/schischi/xcwd/archive/v1.0.tar.gz +BuildRequires: libX11-devel + +%description +xcwd is a simple tool which print the current working directory of the currently focused window. + +%prep +%setup -q + +%build +%make_build + +%install +mkdir -p %{buildroot}/%{_bindir} +%make_install prefix=%{buildroot}/%{_prefix} + +%files +%doc README.md +%license LICENSE +%{_bindir}/xcwd + +%changelog