Accepting request 44853 from X11:common:Factory
Copy from X11:common:Factory/dmz-icon-theme-cursors based on submit request 44853 from user vuntz OBS-URL: https://build.opensuse.org/request/show/44853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmz-icon-theme-cursors?expand=0&rev=1
This commit is contained in:
commit
81c0702a3f
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
dmz-cursors.tar.bz2
Normal file
3
dmz-cursors.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e029f1087fab975d12a5824016ba304debb4e6ed68e2b44f1874b4745cd09be
|
||||
size 199065
|
12
dmz-icon-theme-cursors.changes
Normal file
12
dmz-icon-theme-cursors.changes
Normal file
@ -0,0 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 8 01:53:00 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Rename package from icon-theme-dmz-cursors to
|
||||
dmz-icon-theme-cursors, to follow convention used by other
|
||||
packages. Add appropriate Provides/Obsoletes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 02:42:29 CEST 2009 - abockover@novell.com
|
||||
|
||||
- created package
|
||||
|
53
dmz-icon-theme-cursors.spec
Normal file
53
dmz-icon-theme-cursors.spec
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# spec file for package dmz-icon-theme-cursors (Version 11.2.0)
|
||||
#
|
||||
# Copyright (c) 2010 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: dmz-icon-theme-cursors
|
||||
Version: 11.2.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: DMZ Cursor Theme
|
||||
Group: System/GUI/GNOME
|
||||
Source: dmz-cursors.tar.bz2
|
||||
Requires: hicolor-icon-theme
|
||||
Provides: icon-theme-dmz-cursors = %{version}
|
||||
Obsoletes: icon-theme-dmz-cursors < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package contains the DMZ cursor theme for X.
|
||||
|
||||
%prep
|
||||
%setup -q -n dmz-cursors
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/icons
|
||||
cp -a DMZ DMZ-AA %{buildroot}%{_datadir}/icons/
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/icons/DMZ
|
||||
%{_datadir}/icons/DMZ-AA
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user