This commit is contained in:
commit
0a1f169fdd
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
|
3
tuxcursors-0.5.tar.bz2
Normal file
3
tuxcursors-0.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ed36d23b1b89ca31aed89203fb9fbcc2b62bf6858135e2e0d29723f9dd9d8a2
|
||||
size 366580
|
15
tuxcursors.changes
Normal file
15
tuxcursors.changes
Normal file
@ -0,0 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 23:43:24 CET 2008 - seife@suse.de
|
||||
|
||||
- add libpng to buildrequires, since otherwise 10.2 build fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 21:08:32 CET 2008 - seife@suse.de
|
||||
|
||||
- add stupid application cursor symlinks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 18:47:16 CET 2008 - seife@suse.de
|
||||
|
||||
- initial package submission
|
||||
|
59
tuxcursors.spec
Normal file
59
tuxcursors.spec
Normal file
@ -0,0 +1,59 @@
|
||||
#
|
||||
# spec file for package tuxcursors (Version 0.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
BuildRequires: libpng xorg-x11
|
||||
|
||||
Name: tuxcursors
|
||||
License: GPL v2 only
|
||||
Group: System/X11/Icons
|
||||
AutoReqProv: on
|
||||
Summary: Tux Cursors!
|
||||
Version: 0.5
|
||||
Release: 1
|
||||
Source: tuxcursors-0.5.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A cursor set that has nice animated penguins.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Stefan Seyfried
|
||||
|
||||
%prep
|
||||
%setup -n tuxcursors
|
||||
|
||||
%build
|
||||
./build.sh
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/share/icons
|
||||
cp -a tuxcursors $RPM_BUILD_ROOT/usr/share/icons
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/usr/share/icons/tuxcursors
|
||||
%doc LICENSE COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2008 seife@suse.de
|
||||
- add libpng to buildrequires, since otherwise 10.2 build fails
|
||||
* Tue Feb 12 2008 seife@suse.de
|
||||
- add stupid application cursor symlinks
|
||||
* Tue Feb 12 2008 seife@suse.de
|
||||
- initial package submission
|
Loading…
x
Reference in New Issue
Block a user