source: projects/specs/trunk/lib/liba/libappindicator/libappindicator-vl.spec @ 12446

Revision 12446, 2.1 KB checked in by tomop, 4 years ago (diff)

updated 92 packages

ModemManager?-1.14.0-1

accountsservice-0.6.55-1

adwaita-icon-theme-3.36.1-1

cheese-3.34.0-1

clutter-gst3-3.0.27-1

clutter-gtk-1.8.4-2

clutter-1.26.4-1

cogl-1.22.8-1

colord-gtk-0.2.0-1

colord-1.4.4-1

control-center-3.36.4-1

eog-plugins-3.26.5-1

eog-3.36.3-1

evince-3.36.7-1

evolution-data-server-3.36.4-1

evolution-3.36.4-1

folks-0.14.0-1

fuse3-3.9.2-2

gcr-3.36.0-1

gdm-3.36.3-1

geocode-glib-3.26.2-1

gjs-1.64.4-1

glade3-3.36.0-1

gnome-applets-3.36.4-1

gnome-autoar-0.2.4-1

gnome-bluetooth-3.34.1-1

gnome-books-3.34.0-3

gnome-clocks-3.36.2-1

gnome-color-manager-3.36.0-1

gnome-contacts-3.36.2-1

gnome-desktop3-3.36.4-1

gnome-documents-3.34.0-1

gnome-flashback-3.36.3-1

gnome-font-viewer-3.34.0-1

gnome-keyring-3.36.0-1

gnome-menus-3.36.0-1

gnome-online-accounts-3.36.0-1

gnome-panel-3.36.2-1

gnome-session-3.36.0-1

gnome-settings-daemon-3.36.1-1

gnome-shell-3.36.4-1

gnome-software-3.36.1-1

gnome-themes-extra-3.28-2

gnome-tweaks-3.34.0-1

gnome-video-effects-0.5.0-1

gom-0.4-1

graphene-1.10.2-2

grilo-plugins-0.3.11-1

grilo-0.3.12-1

gsettings-desktop-schemas-3.36.1-1

gsound-1.0.2-3

gvfs-1.44.1-1

libaccounts-glib-1.25-1

libappindicator-12.10.0-1

libchamplain-0.12.20-1

libdbusmenu-16.04.0-1

libgdata-0.17.12-1

libgepub-0.6.0-4

libgphoto2-2.5.25-1

libgweather-3.36.1-1

libgxps-0.3.1-1

libhandy0-0.0.13-6

libical-3.0.8-2

libindicator-12.10.1-2

libmtp-1.1.17-1

libnma-1.8.30-2

liboauth-1.0.3-2

libsecret-0.20.3-1

libspectre-0.2.9-1

libwacom-1.4.1-1

libwnck3-3.36.0-1

libxmlb-0.1.15-3

metacity-3.36.1-1

mm-common-1.0.1-3

mobile-broadband-provider-info-0.20190618-1

mozjs68-68.11.0-1

mutter-3.36.4-1

nautilus-3.36.3-1

network-manager-applet-1.18.0-1

pipewire-0.3.8-1

python-dbusmock-0.18.3-6

python-mallard-ducktype-1.0.2-8

startup-notification-0.12-4

totem-pl-parser-3.26.5-1

totem-3.34.1-1

vala-0.48.8-1

xdg-desktop-portal-gtk-1.7.1-1

xdg-desktop-portal-1.7.2-1

yelp-tools-3.32.2-1

yelp-xsl-3.36.0-1

yelp-3.36.0-1

zenity-3.32.0-1

Line 
1Summary: allow applications to export a menu into the Unity Menu bar
2Name: libappindicator
3Version: 12.10.0
4Release: 1%{?_dist_release}
5Vendor: Project Vine
6Distribution: Vine Linux
7Packager: iwaim
8
9License: LGPLv3
10URL: https://launchpad.net/libappindicator
11Source0: %{name}-%{version}.tar.gz
12Patch0: 0001_Fix_mono_dir.patch
13# https://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.16.10/revision/285
14Patch1: incompatible_pointer_build_fix.patch
15Patch2: nopython.patch
16
17BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
18
19BuildRequires: gtk3-devel >= 2.91
20BuildRequires: glib2-devel >= 2.26
21BuildRequires: libindicator-devel >= 0.4.93
22
23BuildRequires:  autoconf
24BuildRequires:  automake
25BuildRequires:  gtk-doc
26BuildRequires:  vala
27BuildRequires:  dbus-glib-devel
28BuildRequires:  libdbusmenu-devel
29BuildRequires:  libdbusmenu-gtk-devel
30BuildRequires:  gobject-introspection-devel
31BuildRequires:  gtk3-devel
32BuildRequires:  libindicator-devel
33BuildRequires:  libindicator-gtk3-devel
34
35%description
36A library to allow applications to export a menu into the Unity Menu bar.
37Based on KSNI it also works in KDE and will fallback to generic Systray
38support if none of those are available.
39
40%package devel
41Summary: Header files and libraries for developing apps which will use %{name}
42Group: Development/Libraries
43Requires: %{name} = %{version}-%{release}
44
45%description devel
46The %{name}-devel package contains the header files and libraries.
47
48%prep
49%setup -q
50
51%build
52export CFLAGS="%{optflags} $CFLAGS -Wno-deprecated-declarations"
53%configure --with-gtk=3
54make
55
56%install
57rm -rf $RPM_BUILD_ROOT
58%makeinstall
59
60%__rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}3.{a,la}
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65
66%files
67%defattr(-,root,root,-)
68%license COPYING
69%doc AUTHORS ChangeLog NEWS README
70%{_libdir}/girepository-1.0/AppIndicator3-0.1.typelib
71%{_libdir}/%{name}3.so.*
72%{_datadir}/gir-1.0/AppIndicator3-0.1.gir
73%{_datadir}/gtk-doc/html/%{name}
74
75%files devel
76%defattr(-,root,root,-)
77%{_includedir}/%{name}3-0.1
78%{_libdir}/%{name}3.so
79%{_libdir}/pkgconfig/appindicator3-0.1.pc
80
81%changelog
82* Sun May 20 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 12.10.0-1
83- Initial build.
84
Note: See TracBrowser for help on using the repository browser.