source: projects/specs/trunk/lib/libw/libwnck3/libwnck3-vl.spec @ 12446

Revision 12446, 4.3 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 
1## don't replace ltmain.sh
2%define __libtoolize :
3
4%define glib2_version 2.32.0
5%define gtk3_version 3.24.0
6%define startup_notification_version 0.10
7
8%global origname libwnck
9
10Summary: Window Navigator Construction Kit
11Name: libwnck3
12Version: 3.36.0
13Release: 1%{?_dist_release}
14Vendor: Project Vine
15Distribution: Vine Linux
16
17URL: https://developer.gnome.org/libwnck/stable/
18%global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
19Source0: https://download.gnome.org/sources/%{origname}/%{shortver}/%{origname}-%{version}.tar.xz
20License: LGPLv2+
21
22BuildRoot: %{_tmppath}/%{name}-root
23
24Requires: glib2 >= %{glib2_version}
25Requires: gtk3 >= %{gtk3_version}
26Requires: startup-notification >= %{startup_notification_version}
27Requires: libXres
28
29BuildRequires:  meson
30BuildRequires:  glib2-devel >= %{glib2_version}
31BuildRequires:  gtk3-devel >= %{gtk3_version}
32BuildRequires:  startup-notification-devel >= %{startup_notification_version}
33BuildRequires:  perl-XML-Parser gettext
34BuildRequires:  libXres-devel
35BuildRequires:  gobject-introspection-devel
36
37# Conflicts: libwnck < 2.31
38
39Patch1: libwnck-2.18.0-above.patch
40# http://bugzilla.gnome.org/show_bug.cgi?id=459984
41Patch2: crash-on-shutdown.patch
42
43%description
44libwnck3 (pronounced "libwink") is used to implement pagers, tasklists,
45and other such things. It allows applications to monitor information
46about open windows, workspaces, their names/icons, and so forth.
47
48
49%package devel
50Summary: Libraries and headers for libwnck
51Group: Development/Libraries
52Requires: %{name} = %{version}
53
54Requires: glib2-devel >= %{glib2_version}
55Requires: gtk3-devel >= %{gtk3_version}
56Requires: pkgconfig
57# added 2.26.2-2
58Requires: startup-notification-devel >= %{startup_notification_version}
59Requires: libXres-devel
60
61# Conflicts: libwnck-devel < 2.31
62
63%description devel
64libwnck3 (pronounced "libwink") is used to implement pagers, tasklists,
65and other such things. It allows applications to monitor information
66about open windows, workspaces, their names/icons, and so forth.
67
68You should install the libwnck-devel package if you would like to
69compile applications that use libwnck. You don't need libwnck-devel
70just to use precompiled applications.
71
72
73%prep
74%setup -q -n libwnck-%{version}
75#patch0 -p1 -b .appearance
76%patch1 -p1 -b .above
77%patch2 -p1 -b .crash-on-shutdown
78
79
80%build
81%meson
82%meson_build
83
84
85%install
86rm -rf $RPM_BUILD_ROOT
87%meson_install
88
89%find_lang libwnck-3.0
90
91
92%post -p /sbin/ldconfig
93%postun -p /sbin/ldconfig
94
95
96%clean
97rm -rf $RPM_BUILD_ROOT
98
99
100%files -f libwnck-3.0.lang
101%defattr(-,root,root)
102%license COPYING
103%doc AUTHORS ChangeLog README
104%{_bindir}/*
105%{_libdir}/lib*.so.*
106%{_libdir}/girepository-1.0/*
107
108%files devel
109%defattr(-,root,root)
110#{_libdir}/lib*.a
111%{_libdir}/lib*.so
112%{_libdir}/pkgconfig/*
113%{_includedir}/*
114%{_datadir}/gir-1.0/*
115
116%changelog
117* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.0-1
118- new upstream release.
119
120* Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
121- new upstream release
122
123* Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
124- update to 3.14.0
125
126* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.9-1
127- new upstream release
128
129* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.7-2
130- rebuild with VineSeed environment
131
132* Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.7-1
133- new upstream release
134
135* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.6-1
136- new upstream release
137
138* Sun Feb 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.5-1
139- new upstream release
140
141* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.4-1
142- new upstream release
143
144* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.3-1
145- new upstream release
146
147* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
148- new upstream release
149
150* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
151- new upstream release
152
153* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
154- new upstream release
155
156* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
157- new upstream release
158
159* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
160- new upstream release
161
162* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
163- new upstream release
164
165* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
166- new upstream release
167
168* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
169- initial build for Vine Linux
170
Note: See TracBrowser for help on using the repository browser.