forked from pool/k4dirstat
osc copypac from project:KDE:Unstable:Extra package:k4dirstat revision:1
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/k4dirstat?expand=0&rev=1
This commit is contained in:
commit
d787790f1e
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
k4dirstat.changes
Normal file
4
k4dirstat.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 22:11:50 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Initial version (git.20101010)
|
74
k4dirstat.spec
Normal file
74
k4dirstat.spec
Normal file
@ -0,0 +1,74 @@
|
||||
#
|
||||
# spec file for package k4dirstat
|
||||
#
|
||||
# Copyright (c) 2013 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: k4dirstat
|
||||
Version: git.20101010
|
||||
Release: 0
|
||||
Summary: A graphical "du" (disk usage) display
|
||||
License: GPL-2.0 and LGPL-2.0
|
||||
Group: Productivity/File utilities
|
||||
|
||||
Url: http://grumpypenguin.org/
|
||||
# git clone http://grumpypenguin.org/~josh/kdirstat.git
|
||||
Source0: kdirstat-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libkonq-devel
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
KDirStat is a graphical disk usage utility, very much like the Unix "du"
|
||||
command. In addition to that, it comes with some cleanup facilities to reclaim
|
||||
disk space.
|
||||
|
||||
%prep
|
||||
%setup -q -n kdirstat
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
cd ..
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%suse_update_desktop_file -r k4dirstat Qt KDE Utility Filesystem
|
||||
%endif
|
||||
|
||||
%kde_post_install
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING* CREDITS README TODO
|
||||
%{_kde4_bindir}/k4dirstat
|
||||
%{_kde4_applicationsdir}/k4dirstat.desktop
|
||||
%doc %{_kde4_htmldir}/en/k4dirstat/
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/k4dirstat.png
|
||||
%{_kde4_appsdir}/k4dirstat/
|
||||
%{_kde4_sharedir}/config.kcfg/k4dirstat.kcfg
|
||||
|
||||
%changelog
|
3
kdirstat-git.20101010.tar.bz2
Normal file
3
kdirstat-git.20101010.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6286aa61ec9dc2a6d55b755af4a74e0cb2aada751080120d44866d09a9a9acd
|
||||
size 862746
|
Loading…
Reference in New Issue
Block a user