-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevolution-on.spec
46 lines (36 loc) · 1.04 KB
/
evolution-on.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Name: evolution-on
Version: 3.24.2
Release: 1
Summary: Plugin to put evolution in system tray.
License: GPLv2
URL: https://github.com/acidrain42/evolution-on
Source0: https://github.com/acidrain42/evolution-on/archive/master.tar.gz
BuildRequires: automake
BuildRequires: autoconf
BuildRequires: gnome-common
BuildRequires: glib2-devel
BuildRequires: intltool
BuildRequires: GConf2-devel
BuildRequires: evolution-devel
Requires: evolution
Requires: libnotify
Requires: GConf2
%description
Plugin to put evolution in system tray.
%prep
%autosetup -n %{name}-master
NOCONFIGURE=1 ./autogen.sh
%build
./configure --prefix=/usr
make
%install
%make_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
/usr/share/GConf/gsettings/evolution-on.convert
/usr/share/glib-2.0/schemas/org.gnome.evolution.plugin.evolution-on.gschema.xml
/usr/lib64/evolution/plugins/org-gnome-evolution-on.eplug
/usr/lib64/evolution/plugins/liborg-gnome-evolution-on.so
/usr/lib64/evolution/plugins/liborg-gnome-evolution-on.la
%changelog