source: projects/specs/trunk/lib/libi/libindicator/libindicator-vl.spec @ 12446

Revision 12446, 2.9 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: a set of symbols and convience functions that all indicators would like to use
2Name: libindicator
3Version: 12.10.1
4Release: 2%{?_dist_release}
5Vendor: Project Vine
6Distribution: Vine Linux
7Packager: iwaim
8
9License: GPLv3
10URL: https://launchpad.net/libindicator
11Source0: %{name}-%{version}.tar.gz
12Patch1: libindicator-12.10.1-glib262-g_define_type_with_private.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15
16BuildRequires: gnome-common
17BuildRequires: gtk3-devel >= 2.91
18BuildRequires: glib2-devel >= 2.22
19
20%description
21A set of symbols and convience functions that all indicators would like to use. Not of real use outside of the Ayatana indicators project.
22
23
24%package devel
25Summary: Header files and libraries for %{name}
26Group: Development/Libraries
27Requires: %{name} = %{version}-%{release}
28
29%description devel
30The %{name}-devel package contains the header files and libraries.
31
32
33%prep
34%setup -q
35%patch1 -p2
36
37sed -i.addvar configure.ac \
38        -e '\@LIBINDICATOR_LIBS@s|\$LIBM| \$LIBM|'
39
40# http://bazaar.launchpad.net/~indicator-applet-developers/libindicator/trunk.12.10/view/head:/autogen.sh
41cat > autogen.sh <<EOF
42#!/bin/sh
43
44PKG_NAME="libindicator"
45
46which gnome-autogen.sh || {
47        echo "You need gnome-common from GNOME SVN"
48        exit 1
49}
50
51USE_GNOME2_MACROS=1 \
52. gnome-autogen.sh
53EOF
54
55NOCONFIGURE=1 \
56        sh autogen.sh
57
58
59%build
60export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
61%configure --with-gtk=3 --disable-static --disable-silent-rules
62sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
63sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
64sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
65make %{?_smp_mflags}
66
67
68%install
69rm -rf $RPM_BUILD_ROOT
70%makeinstall
71
72(
73        PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
74        export PKG_CONFIG_PATH
75        for var in \
76                iconsdir \
77                indicatordir \
78                %{nil}
79        do
80                vardir=$(pkg-config --variable=${var} indicator3-0.4)
81                mkdir -p %{buildroot}${vardir}
82        done
83)
84
85# Ubuntu doesn't package the dummy indicator
86rm -f %{buildroot}%{_libdir}/libdummy-indicator*.so
87
88%__rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
89
90
91%clean
92rm -rf $RPM_BUILD_ROOT
93
94
95%post -p /sbin/ldconfig
96%postun -p /sbin/ldconfig
97
98
99%files
100%defattr(-,root,root,-)
101%license COPYING
102%doc README AUTHORS ChangeLog NEWS
103%{_libdir}/*.so.*
104%{_libexecdir}/indicator-loader3
105%dir %{_datadir}/libindicator/
106%dir %{_datadir}/libindicator/icons/
107%{_datadir}/%{name}/80indicator-debugging
108
109%files devel
110%defattr(-,root,root,-)
111%{_libdir}/pkgconfig/indicator3-0.4.pc
112%{_includedir}/%{name}3-0.4
113%{_libdir}/libindicator3.so
114
115
116%changelog
117* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.10.1-2
118- rebuilt with current environment.
119
120* Sat May 19 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 12.10.1-1
121- Initial build.
Note: See TracBrowser for help on using the repository browser.