]> git.pld-linux.org Git - packages/ayatana-ido.git/commitdiff
new maintained version of ido-gtk3 auto/th/ayatana-ido-0.8.2-1
authorJan Palus <atler@pld-linux.org>
Thu, 13 May 2021 11:03:38 +0000 (13:03 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 13 May 2021 11:03:38 +0000 (13:03 +0200)
ayatana-ido.spec

index ba40a56b4a88492c054dfb41773df5215994b004..958816c102dc3dd6634bc57214762ea0eec57b52 100644 (file)
@@ -1,56 +1,67 @@
-Summary:       Shared functions for Ayatana Indicator Display Objects (GTK+ 3.x version)
-Summary(pl.UTF-8):     Funkcje współdzielone dla obiektów wyświetlania wskaźników Ayatana (wersja dla GTK+ 3.x)
-Name:          ido-gtk3
-Version:       12.10.2
+Summary:       Shared functions for Ayatana Indicator Display Objects
+Summary(pl.UTF-8):     Funkcje współdzielone dla obiektów wyświetlania wskaźników Ayatana
+Name:          ayatana-ido
+Version:       0.8.2
 Release:       1
 License:       LGPL v2.1 or LGPL v3
 Group:         Libraries
-#Source0Download: https://launchpad.net/ido/+download
-Source0:       https://launchpad.net/ido/12.10/%{version}/+download/ido-%{version}.tar.gz
-# Source0-md5: 9910f4e9a3bf07a88dff08b32d048a8f
-URL:           https://launchpad.net/ido
+#Source0Download: https://github.com/AyatanaIndicators/ayatana-ido/releases
+Source0:       https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: f72ce8fb7bdedf80c20d6083fa371e19
+URL:           https://github.com/AyatanaIndicators/ayatana-ido
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
-BuildRequires: glib2-devel >= 1:2.32.0
-BuildRequires: gtk+3-devel >= 3.4.0
+BuildRequires: glib2-devel >= 1:2.37.0
+BuildRequires: gobject-introspection-devel >= 0.6.7
+BuildRequires: gtk+3-devel >= 3.8.2
 BuildRequires: gtk-doc >= 1.8
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
+BuildRequires: vala
 BuildRequires: which
-Requires:      glib2 >= 1:2.32.0
-Requires:      gtk+3 >= 3.4.0
+Requires:      glib2 >= 1:2.37.0
+Requires:      gtk+3 >= 3.8.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Shared functions for Ayatana Indicator Display Objects (GTK+ 3.x
-version).
+Shared functions for Ayatana Indicator Display Objects.
 
 %description -l pl.UTF-8
-Funkcje współdzielone dla obiektów wyświetlania wskaźników Ayatana
-(wersja dla GTK+ 3.x).
+Funkcje współdzielone dla obiektów wyświetlania wskaźników Ayatana.
 
 %package devel
-Summary:       Development files for ido library (GTK+ 3.x version)
-Summary(pl.UTF-8):     Pliki programistyczne biblioteki ido (wersja dla GTK+ 3.x)
+Summary:       Development files for ayatana-ido library
+Summary(pl.UTF-8):     Pliki programistyczne biblioteki ayatana-ido
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.32.0
-Requires:      gtk+3-devel >= 3.4.0
+Requires:      glib2-devel >= 1:2.37.0
+Requires:      gtk+3-devel >= 3.8.2
 
 %description devel
 This package contains the header files for developing applications
-that use ido library (GTK+ 3.x version).
+that use ayatana-ido library.
 
 %description devel -l pl.UTF-8
 Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji
-wykorzystujących bibliotekę ido (w wersji dla GTK+ 3.x).
+wykorzystujących bibliotekę ayatana-ido.
 
-%prep
-%setup -q -n ido-%{version}
+%package -n vala-ayatana-ido
+Summary:       Vala API for ayatana-ido library
+Summary(pl.UTF-8):     API języka Vala do biblioteki ayatana-ido
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+Requires:      vala >= 2:0.14.0
+BuildArch:     noarch
 
-# gtk+ deprecations
-%{__sed} -i -e 's|-Werror||g' src/Makefile.am
+%description -n vala-ayatana-ido
+Vala API for ayatana-ido library.
+
+%description -n vala-ayatana-ido -l pl.UTF-8
+API języka Vala do biblioteki ayatana-ido.
+
+%prep
+%setup -q
 
 %build
 %{__libtoolize}
@@ -79,11 +90,17 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS
-%attr(755,root,root) %{_libdir}/libido3-0.1.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libido3-0.1.so.0
+%attr(755,root,root) %{_libdir}/libayatana-ido3-0.4.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libayatana-ido3-0.4.so.0
+%{_libdir}/girepository-1.0/AyatanaIdo3-0.4.typelib
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libido3-0.1.so
-%{_includedir}/libido3-0.1
-%{_pkgconfigdir}/libido3-0.1.pc
+%attr(755,root,root) %{_libdir}/libayatana-ido3-0.4.so
+%{_includedir}/libayatana-ido3-0.4
+%{_datadir}/gir-1.0/AyatanaIdo3-0.4.gir
+%{_pkgconfigdir}/libayatana-ido3-0.4.pc
+
+%files -n vala-ayatana-ido
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/AyatanaIdo3-0.4.vapi
This page took 0.206802 seconds and 4 git commands to generate.