Accepting request 530954 from home:1dot75cm:branches:X11:Deepin
new package OBS-URL: https://build.opensuse.org/request/show/530954 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-account-faces?expand=0&rev=1
This commit is contained in:
commit
4160c67333
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
|
3
dde-account-faces-1.0.10.tar.gz
Normal file
3
dde-account-faces-1.0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4922536b58db603c3cbf596a60aa2afed3d263a06422794151ccb9bf1955e660
|
||||
size 1246890
|
4
deepin-account-faces.changes
Normal file
4
deepin-account-faces.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 15:29:45 UTC 2017 - sensor.wen@gmail.com
|
||||
|
||||
- Initial package.
|
47
deepin-account-faces.spec
Normal file
47
deepin-account-faces.spec
Normal file
@ -0,0 +1,47 @@
|
||||
#
|
||||
# spec file for package deepin-account-faces
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX 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/
|
||||
#
|
||||
|
||||
%global _sharedstatedir /var/lib
|
||||
%global repo dde-account-faces
|
||||
|
||||
Name: deepin-account-faces
|
||||
Version: 1.0.10
|
||||
Release: 0
|
||||
Summary: Account faces for Linux Deepin
|
||||
License: GPL-2.0+
|
||||
URL: https://github.com/linuxdeepin/dde-account-faces
|
||||
Source0: %{url}/archive/%{version}/%{repo}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Account faces for Linux Deepin.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{repo}-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_sharedstatedir}/AccountsService
|
||||
%dir %{_sharedstatedir}/AccountsService/icons
|
||||
%{_sharedstatedir}/AccountsService/icons/*
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user