Accepting request 176987 from home:flavio_castelli:i3

Useful package for i3 WM

OBS-URL: https://build.opensuse.org/request/show/176987
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/dunst?expand=0&rev=1
This commit is contained in:
Michal Hrusecky (old before rename to _miska_)
2013-05-30 11:39:17 +00:00
committed by Git OBS Bridge
commit fffe06c918
5 changed files with 86 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@@ -0,0 +1 @@
.osc

3
dunst-1.0.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c79ef11165421a4828453a42dfe9c60a4cb9d8743f970186a90c67e277f5280
size 75306

5
dunst.changes Normal file
View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Wed May 29 15:45:37 UTC 2013 - fcastelli@suse.com
- created initial package (1.0.0)

54
dunst.spec Normal file
View File

@@ -0,0 +1,54 @@
#
# spec file for package
#
# 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: dunst
Version: 1.0.0
Release: 0
License: BSD-3-Clause
Summary: A customizable and lightweight notification-daemon
Url: http://www.knopwob.org/dunst/
Group: System/GUI/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires: dbus-1-devel libXinerama-devel libXft-devel libxdg-basedir-devel
BuildRequires: glib2-devel pango-devel cairo-devel xorg-x11-libs libXScrnSaver-devel
BuildRequires: libnotify-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Dunst is a lightweight replacement for the notification-daemons provided by most desktop environments. It's very customizable, doesn't depend on any toolkits and therefore fits in those windowmanager centric setups we all love to customize to perfection.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
make PREFIX=%{buildroot}/%{_prefix} install
sed -i.bak -e 's/Exec.*/Exec=\/usr\/bin\/dunst/' %{buildroot}/%{_datadir}/dbus-1/services/org.knopwob.dunst.service
rm %{buildroot}/%{_datadir}/dbus-1/services/org.knopwob.dunst.service.bak
%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE
%{_bindir}/dunst
%{_datadir}/dbus-1/services/org.knopwob.dunst.service
%{_datadir}/dunst
%{_mandir}/man1/dunst.1.gz
%changelog