123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- Summary: The MATE Panel
- Name: mate-panel
- Version: 1.6.0
- Release: 1%{?_dist_release}
- Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
- Source1: vine-mate-panel-default-setup.entries
- License: GPLv2
- Group: User Interface/Desktops
- URL: http://mate-desktop.org/
- BuildRequires: mate-common
- BuildRequires: mate-doc-utils
- BuildRequires: mate-desktop-devel
- BuildRequires: mate-menus-devel
- BuildRequires: libmateweather-devel
- BuildRequires: gtk2-devel
- BuildRequires: libSM-devel
- BuildRequires: libcanberra-devel
- BuildRequires: dbus-glib-devel
- BuildRequires: libmatewnck-devel
- BuildRequires: librsvg2-devel
- BuildRequires: evolution-data-server-devel
- BuildRequires: NetworkManager-devel
- BuildRequires: dconf-devel
- BuildRequires: gtk-doc
- BuildRequires: autoconf
- BuildRequires: automake
- Requires(posttrans,postun): glib2
- Requires(post,postun): gtk2
- Requires(post,postun): desktop-file-utils
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- mate-panel contains the MATE panel, the libmate-panel-applet library and
- several applets:
- + the MATE panel is the area on your desktop from which you can run
- applications and applets, and perform other tasks.
- + the libmate-panel-applet library allows to develop small applications
- which may be embedded in the panel. These are called applets.
- Documentation for the API is available with gtk-doc.
- + the applets supplied here include the Workspace Switcher, the Window
- List, the Window Selector, the Notification Area, the Clock and the
- infamous 'Wanda the Fish'.
- %package devel
- Summary: Development tools for mate-panel
- Summary(ja): mate-panel の開発環境
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Header files and libraries for building a extension library for the
- mate-panel.
- %package doc
- Summary: Documentation for mate-panel
- Summary(ja): mate-panel 用のドキュメント
- Group: Documentation
- Requires: %{name} = %{version}-%{release}
- BuildArch: noarch
- %description doc
- This package contains documentation for mate-panel.
- %prep
- %setup -q
- cp -f %{SOURCE1} mate-panel/panel-default-setup.entries
- %build
- (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
- %configure \
- --libexecdir=%{_libexecdir}/mate \
- --disable-static \
- --disable-scrollkeeper \
- --enable-introspection \
- --enable-matecomponent
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %{__make} install DESTDIR=${RPM_BUILD_ROOT}
- find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
- %find_lang %{name}
- %clean
- %{__rm} -rf ${RPM_BUILD_ROOT}
- %post
- update-desktop-database %{_datadir}/applications >& /dev/null ||:
- touch --no-create %{_datadir}/icons/hicolor
- gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- %postun
- if [ $1 -eq 0 ]; then
- update-desktop-database %{_datadir}/applications >& /dev/null ||:
- touch --no-create %{_datadir}/icons/hicolor
- gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- fi
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc COPYING ChangeLog NEWS README
- %{_bindir}/mate-desktop-item-edit
- %{_bindir}/mate-panel
- %{_bindir}/mate-panel-test-applets
- %{_libdir}/girepository-1.0/MatePanelApplet-4.0.typelib
- %{_libdir}/libmate-panel-applet-*.so.*
- %{_libexecdir}/mate/clock-applet
- %{_libexecdir}/mate/fish-applet
- %{_libexecdir}/mate/mate-panel-add
- %{_libexecdir}/mate/notification-area-applet
- %{_libexecdir}/mate/wnck-applet
- %{_datadir}//MateConf/gsettings/mate-panel.convert
- %{_datadir}/applications/mate-panel.desktop
- %{_datadir}/dbus-1/services/*.service
- %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.clock.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.fish.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.window-list.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.applet.workspace-switcher.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.enums.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.object.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.mate.panel.toplevel.gschema.xml
- %{_datadir}/icons/hicolor/*/*/*
- %{_datadir}/mate/help
- %{_datadir}/mate-panel
- %{_datadir}/mate-panelrc
- %{_datadir}/omf/mate-applet-clock
- %{_datadir}/omf/mate-applet-fish
- %{_mandir}/man1/mate-panel.1.gz
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/mate-panel-4.0/
- %{_libdir}/libmate-panel-applet-*.so
- %{_libdir}/pkgconfig/libmatepanelapplet-4.0.pc
- %{_datadir}/gir-1.0/MatePanelApplet-4.0.gir
- %files doc
- %defattr(-,root,root,-)
- %{_datadir}/gtk-doc/html/mate-panel-applet
- %changelog
- * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
- - new upstream release
- - remove BuildRequires: mate-conf-devel, libmatecomponentui-devel
- - add BuildRequires: dconf-devel
- * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
- - new upstream release
- - remove Patch0 (mate-panel-1.2.1-configure.patch)
- - change BuildRequires: libmatewnck-devel instead of libwnck-devel
- * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
- - new upstream release
- - add Patch0 (mate-panel-1.2.1-configure.patch)
- * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
- - change category
- * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
- - initial build for Vine Linux
|