Accepting request 207705 from home:dimstar:branches:GNOME:Factory
Addition - safe, even if it's a 3.11 tree OBS-URL: https://build.opensuse.org/request/show/207705 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=1
This commit is contained in:
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
polari-3.11.2.tar.xz
Normal file
3
polari-3.11.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:138fca388b8af853635ea6db93159ddc457590cefab6530fcebaf912b6f34859
|
||||||
|
size 351832
|
5
polari.changes
Normal file
5
polari.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 14 11:23:20 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Initial package, version 3.11.2.
|
||||||
|
|
97
polari.spec
Normal file
97
polari.spec
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
#
|
||||||
|
# spec file for package polari
|
||||||
|
#
|
||||||
|
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||||
|
#
|
||||||
|
# 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: polari
|
||||||
|
Version: 3.11.2
|
||||||
|
Release: 0
|
||||||
|
Summary: An IRC Client for GNOME
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: Productivity/Networking/IRC
|
||||||
|
Url: http://wiki.gnome.org/Apps/Polari
|
||||||
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/polari/3.11/%{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: intltool >= 0.50.0
|
||||||
|
BuildRequires: gjs
|
||||||
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
|
||||||
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.12
|
||||||
|
BuildRequires: pkgconfig(telepathy-glib)
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
|
%description
|
||||||
|
Polari is a simple IRC Client that is designed to integrate seamlessly
|
||||||
|
with GNOME 3.
|
||||||
|
|
||||||
|
%package -n typelib-1_0-Polari-1_0
|
||||||
|
Summary: Client library for interacting with the Polari -- Introspection bindings
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n typelib-1_0-Polari-1_0
|
||||||
|
Polari is a simple IRC Client that is designed to integrate seamlessly
|
||||||
|
with GNOME 3.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%makeinstall
|
||||||
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
|
%suse_update_desktop_file org.gnome.Polari
|
||||||
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
|
%post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
%desktop_database_postun
|
||||||
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS COPYING NEWS
|
||||||
|
%{_bindir}/polari
|
||||||
|
%dir %{_datadir}/appdata
|
||||||
|
%{_datadir}/appdata/org.gnome.Polari.appdata.xml
|
||||||
|
%{_datadir}/applications/org.gnome.Polari.desktop
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.Polari.service
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.polari.gschema.xml
|
||||||
|
%{_datadir}/polari/
|
||||||
|
%dir %{_datadir}/icons/hicolor/512x512
|
||||||
|
%dir %{_datadir}/icons/hicolor/512x512/apps
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
%{_libdir}/polari/libpolari-1.0.so
|
||||||
|
|
||||||
|
%files -n typelib-1_0-Polari-1_0
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_libdir}/polari
|
||||||
|
%dir %{_libdir}/polari/girepository-1.0
|
||||||
|
%{_libdir}/polari/girepository-1.0/Polari-1.0.typelib
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%changelog
|
Reference in New Issue
Block a user