commit c48163d6707526b6418159fae11c7887009b3396ed0e00050432b1bb38726163 Author: Alexei Sorokin Date: Mon Mar 19 12:37:53 2018 +0000 OBS-URL: https://build.opensuse.org/package/show/X11:Unity/ayatana-ido?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/ayatana-ido-0.4.2.tar.gz b/ayatana-ido-0.4.2.tar.gz new file mode 100644 index 0000000..e0bca95 --- /dev/null +++ b/ayatana-ido-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627937cdc35f30aedd80b2aa03325d25bc25ed8e75a2b5c50487f81ebc6fc517 +size 120029 diff --git a/ayatana-ido.changes b/ayatana-ido.changes new file mode 100644 index 0000000..bb8d361 --- /dev/null +++ b/ayatana-ido.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Mar 12 12:43:56 UTC 2018 - sor.alexei@meowr.ru + +- Initial package. diff --git a/ayatana-ido.spec b/ayatana-ido.spec new file mode 100644 index 0000000..a61e9d6 --- /dev/null +++ b/ayatana-ido.spec @@ -0,0 +1,118 @@ +# +# spec file for package ayatana-ido +# +# Copyright (c) 2018 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/ +# + + +%define lname libayatana-ido3-0_4-0 +%define soname libayatana-ido3-0.4 +%define sover 0 +%define typelib typelib-1_0-AyatanaIdo3-0_4 +Name: ayatana-ido +Version: 0.4.2 +Release: 0 +Summary: Ayatana Indicator Display Objects +License: LGPL-3.0-only +Group: System/Libraries +URL: https://github.com/AyatanaIndicators/ayatana-ido +Source: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: baselibs.conf +BuildRequires: gcc-c++ +BuildRequires: gtk-doc +BuildRequires: mate-common +BuildRequires: pkgconfig +BuildRequires: vala >= 0.16 +BuildRequires: pkgconfig(gio-2.0) >= 2.37.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.37.0 +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(xorg-macros) + +%description +Widgets and other objects used for indicators. + +%package -n %{lname} +Summary: Shared library providing extra GTK+ menu items in system indicators +Group: System/Libraries + +%description -n %{lname} +Shared library providing extra GTK+ menu items for display in +system indicators. + +This package contains shared libraries. + +%package -n %{typelib} +Summary: Ayatana Indicator Display Objects typelib +Group: System/Libraries + +%description -n %{typelib} +Shared library providing extra GTK+ menu items for display in +system indicators. + +This package provides the GObject Introspection bindings for +Ayatana Ido. + +%package devel +Summary: Shared library providing extra GTK+ menu items in system indicators +Group: Development/Libraries/C and C++ +Requires: %{lname} = %{version} +Requires: %{typelib} = %{version} +Requires: pkgconfig(glib-2.0) >= 2.14.0 +Requires: pkgconfig(gobject-introspection-1.0) +Requires: pkgconfig(gtk+-3.0) >= 3.8.2 + +%description devel +Shared library providing extra GTK+ menu items for display in +system indicators. + +This package contains shared libraries. + +%prep +%setup -q + +%build +NOCONFIGURE=1 mate-autogen +%configure +make %{?_smp_mflags} V=1 + +%install +%make_install +find %{buildroot} -type f -name "*.la" -delete -print + +%post -n %{lname} -p /sbin/ldconfig + +%postun -n %{lname} -p /sbin/ldconfig + +%files -n %{lname} +%if 0%{?suse_version} >= 1500 +%license COPYING* +%else +%doc COPYING* +%endif +%doc AUTHORS* ChangeLog +%{_libdir}/%{soname}.so.%{sover}* + +%files -n %{typelib} +%{_libdir}/girepository-1.0/AyatanaIdo3-0.4.typelib + +%files devel +%{_includedir}/%{soname}/ +%{_libdir}/%{soname}.so +%{_libdir}/pkgconfig/%{soname}.pc +%{_datadir}/gir-1.0/AyatanaIdo3-0.4.gir +%dir %{_datadir}/vala/vapi/ +%{_datadir}/vala/vapi/AyatanaIdo3-0.4.vapi + +%changelog diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..099cf28 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libayatana-ido3-0_4-0