Accepting request 100052 from GNOME:Apps
New package: libpurple/pidgin plugin, requested by community member OBS-URL: https://build.opensuse.org/request/show/100052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin-advanced-sound-notification?expand=0&rev=1
This commit is contained in:
commit
f465faea26
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
pidgin-advanced-sound-notification-1.2.1.tar.gz
Normal file
3
pidgin-advanced-sound-notification-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49f85c6dbe4b41849a0be7502d2c8e6810be41b337deca29411f481f3ea55ba2
|
||||
size 427923
|
10
pidgin-advanced-sound-notification.changes
Normal file
10
pidgin-advanced-sound-notification.changes
Normal file
@ -0,0 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 13:06:44 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Cleanup for inclusion in Factory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 14:09:12 UTC 2011 - christoph.miebach@web.de
|
||||
|
||||
- New package (version 1.2.1).
|
||||
|
68
pidgin-advanced-sound-notification.spec
Normal file
68
pidgin-advanced-sound-notification.spec
Normal file
@ -0,0 +1,68 @@
|
||||
#
|
||||
# spec file for package pidgin-birthday-reminder
|
||||
#
|
||||
# Copyright (c) 2011, Christoph Miebach <christoph.miebach@web.de>
|
||||
#
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
Name: pidgin-advanced-sound-notification
|
||||
Version: 1.2.1
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Pidgin plugin adding sound notifications
|
||||
Url: https://launchpad.net/pidgin-advanced-sound-notification
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Source: http://launchpad.net/pidgin-advanced-sound-notification/trunk/1.2.1/+download/pidgin-advanced-sound-notification-1.2.1.tar.gz
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(pidgin) >= 2.5.2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This plugin adds sounds for some sound notifications to pidgin (e.g.
|
||||
"Incoming Filetransfer" or "Authentication requested").
|
||||
|
||||
%package -n pidgin-plugin-advanced-sound-notification
|
||||
License: GPLv2+
|
||||
Summary: Pidgin plugin adding sound notifications
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
Requires: pidgin
|
||||
Recommends: %{name}-lang
|
||||
# Nice to have since it's not the upstream name, but also required to make lang package installable
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n pidgin-plugin-advanced-sound-notification
|
||||
This plugin adds sounds for some sound notifications to pidgin (e.g.
|
||||
"Incoming Filetransfer" or "Authentication requested").
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --with-pic --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%find_lang %{name}
|
||||
|
||||
%files -n pidgin-plugin-advanced-sound-notification
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS ChangeLog COPYING
|
||||
%dir %{_datadir}/sounds/pidgin/
|
||||
%{_datadir}/sounds/pidgin/pidgin-advanced-sound-notification/
|
||||
%{_libdir}/pidgin/pidgin-advanced-sound-notification.so
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user