update to version 2.1.1
This commit is contained in:
parent
d797909ac9
commit
324ea25ad4
4 changed files with 13 additions and 30 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
/results*
|
||||
/*.src.rpm
|
||||
/wingpanel-indicator-datetime-2.0.1.tar.xz
|
||||
/wingpanel-indicator-datetime-2.0.2.tar.gz
|
||||
/wingpanel-indicator-datetime-2.1.0.tar.gz
|
||||
/wingpanel-indicator-datetime-2.1.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index 80eb477..e7ae0a1 100644
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -44,7 +44,7 @@ OPTIONS
|
||||
)
|
||||
|
||||
add_library (${CMAKE_PROJECT_NAME} MODULE ${VALA_C})
|
||||
-target_link_libraries(${CMAKE_PROJECT_NAME} ${DEPS_LIBRARIES})
|
||||
+target_link_libraries(${CMAKE_PROJECT_NAME} ${DEPS_LIBRARIES} m)
|
||||
|
||||
# Installation
|
||||
install (TARGETS ${CMAKE_PROJECT_NAME} DESTINATION ${PKGDATADIR})
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wingpanel-indicator-datetime-2.1.0.tar.gz) = cfa20e16148fcdd2d63a52c79ec9344fd30e33a015d4d7377f2304c0bac7749d807fb681c092f8ae26779d7636f5b9c7d780822af916c640e657cbde99ea6a60
|
||||
SHA512 (wingpanel-indicator-datetime-2.1.1.tar.gz) = 8ccabeef520ef57549c680694233350da511cadc3f2912ba3439bc2df3f053001711f25bde6f9ac99cae5f6b5525da25d6de7faaa3ac57900b0310e7425ded53
|
||||
|
|
|
|||
|
|
@ -4,20 +4,15 @@
|
|||
|
||||
Name: wingpanel-indicator-datetime
|
||||
Summary: Datetime Indicator for wingpanel
|
||||
Version: 2.1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Patch to fix undefined symbols
|
||||
Patch1: 01-fix-linker-flags.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala >= 0.22.0
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
|
|
@ -26,7 +21,6 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|||
BuildRequires: pkgconfig(libecal-1.2)
|
||||
BuildRequires: pkgconfig(libedataserver-1.2)
|
||||
BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(wingpanel-2.0)
|
||||
|
||||
Requires: wingpanel%{?_isa}
|
||||
|
|
@ -42,16 +36,12 @@ A datetime indicator for wingpanel.
|
|||
|
||||
|
||||
%build
|
||||
mkdir build && pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
%meson_install
|
||||
|
||||
%find_lang datetime-indicator
|
||||
|
||||
|
|
@ -66,6 +56,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 02 2018 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
|
||||
- Update to version 2.1.1.
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue