mirror of
https://abf.rosa.ru/djam/ayatana-ido.git
synced 2025-02-23 15:52:55 +00:00
Update version to 0.10.1
This commit is contained in:
parent
ad5563ce9d
commit
1008de2288
2 changed files with 5 additions and 9 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
ayatana-ido-f754c6a24bbe09e3c9c28873487c03022fdce399.tar.gz: f55377f49463cf996cbf8b379c0704d4c286b539
|
ayatana-ido-0.10.1.tar.gz: 9f2f3f6725fbd5207322616481eaa64614ccf1bc
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
# upstream moved from autootls to cmake
|
|
||||||
# let's build using cmake right now
|
|
||||||
%define commit f754c6a24bbe09e3c9c28873487c03022fdce399
|
|
||||||
%define commit_short %(echo %{commit} | head -c 6)
|
|
||||||
|
|
||||||
# https://github.com/AyatanaIndicators/ayatana-ido/issues/39
|
# https://github.com/AyatanaIndicators/ayatana-ido/issues/39
|
||||||
%global ldflags %{ldflags} %(pkg-config --libs gtk+-3.0 || :) -lm
|
%global ldflags %{ldflags} %(pkg-config --libs gtk+-3.0 || :) -lm
|
||||||
|
@ -18,12 +14,12 @@
|
||||||
|
|
||||||
Summary: Ayatana Indicator Display Objects
|
Summary: Ayatana Indicator Display Objects
|
||||||
Name: ayatana-ido
|
Name: ayatana-ido
|
||||||
Version: 0.9.2
|
Version: 0.10.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
Group: Graphical desktop/Other
|
Group: Graphical desktop/Other
|
||||||
Url: https://github.com/AyatanaIndicators/ayatana-ido
|
Url: https://github.com/AyatanaIndicators/ayatana-ido
|
||||||
Source0: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{commit}.tar.gz?/%{name}-%{commit}.tar.gz
|
Source0: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
@ -77,12 +73,12 @@ Ayatana Indicator Display Objects library development files
|
||||||
%{_libdir}/pkgconfig/libayatana-ido3-%{api}.pc
|
%{_libdir}/pkgconfig/libayatana-ido3-%{api}.pc
|
||||||
%{_includedir}/libayatana-ido3-%{api}
|
%{_includedir}/libayatana-ido3-%{api}
|
||||||
%{_datadir}/gir-1.0/AyatanaIdo3-%{api}.gir
|
%{_datadir}/gir-1.0/AyatanaIdo3-%{api}.gir
|
||||||
%{_datadir}/vala/vapi/AyatanaIdo3-0.4.vapi
|
%{_datadir}/vala/vapi/libayatana-ido3-0.4.vapi
|
||||||
|
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{commit}
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue