summary refs log blame commit diff stats
path: root/data/hexchat.gresource.xml
blob: c125da2ae07aaf2457dc5a624e03528659a007ff (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                                                          
                                                                                                    




                                                                                                                    
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
	<gresource prefix="/icons">
		<file alias="hexchat.png" preprocess="to-pixdata" compressed="true">icons/hexchat.png</file>
		<file alias="book.png" preprocess="to-pixdata" compressed="true">icons/book.png</file>

		<file alias="ulist_voice.png" preprocess="to-pixdata" compressed="true">icons/ulist_voice.png</file>
		<file alias="ulist_halfop.png" preprocess="to-pixdata" compressed="true">icons/ulist_halfop.png</file>
		<file alias="ulist_op.png" preprocess="to-pixdata" compressed="true">icons/ulist_op.png</file>
		<file alias="ulist_owner.png" preprocess="to-pixdata" compressed="true">icons/ulist_owner.png</file>
		<file alias="ulist_founder.png" preprocess="to-pixdata" compressed="true">icons/ulist_founder.png</file>
		<file alias="ulist_netop.png" preprocess="to-pixdata" compressed="true">icons/ulist_netop.png</file>

		<file alias="tray_fileoffer.png" preprocess="to-pixdata" compressed="true">icons/tray_fileoffer.png</file>
		<file alias="tray_highlight.png" preprocess="to-pixdata" compressed="true">icons/tray_highlight.png</file>
		<file alias="tray_message.png" preprocess="to-pixdata" compressed="true">icons/tray_message.png</file>

		<file alias="tree_channel.png" preprocess="to-pixdata">icons/tree_channel.png</file>
		<file alias="tree_dialog.png" preprocess="to-pixdata" compressed="true">icons/tree_dialog.png</file>
		<file alias="tree_server.png" preprocess="to-pixdata" compressed="true">icons/tree_server.png</file>
		<file alias="tree_util.png" preprocess="to-pixdata" compressed="true">icons/tree_util.png</file>
	</gresource>
</gresources>
Python scripts. %package tcl Summary: Tcl script plugin for HexChat Group: Applications/Internet Requires: %{name} = %{epoch}:%{version}-%{release} %description tcl This package contains the HexChat plugin providing the Tcl scripting interface. %prep %setup -q %build # Remove CVS files from source dirs so they're not installed into doc dirs. find . -name CVS -type d | xargs rm -rf export CFLAGS="$RPM_OPT_FLAGS $(perl -MExtUtils::Embed -e ccopts)" export LDFLAGS=$(perl -MExtUtils::Embed -e ldopts) %configure --disable-textfe \ --enable-gtkfe \ --enable-openssl \ --enable-python \ --enable-tcl=%{_libdir} \ --enable-ipv6 \ --enable-spell=libsexy \ --enable-shm # gtkspell breaks Input Method commit with ENTER make %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 # Get rid of libtool archives %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/hexchat/plugins/*.la # Install the .desktop file properly %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/applications/hexchat.desktop desktop-file-install --vendor="" \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category=IRCClient \ --add-category=GTK hexchat.desktop %find_lang %{name} # do not Provide plugins .so %define _use_internal_dependency_generator 0 %{__cat} << \EOF > %{name}.prov #!%{_buildshell} %{__grep} -v %{_docdir} - | %{__find_provides} $* \ | %{__sed} '/\.so\(()(64bit)\)\?$/d' EOF %define __find_provides %{_builddir}/%{name}-%{version}/%{name}.prov %{__chmod} +x %{__find_provides} %post # Install schema export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/apps_hexchat_url_handler.schemas >& /dev/null || : %pre if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/apps_hexchat_url_handler.schemas >& /dev/null || : fi %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/apps_hexchat_url_handler.schemas >& /dev/null || : fi %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) %doc README ChangeLog %doc plugins/plugin20.html plugins/perl/hexchat-perl.html %{_bindir}/hexchat %dir %{_libdir}/hexchat %dir %{_libdir}/hexchat/plugins %{_libdir}/hexchat/plugins/perl.so %{_libdir}/hexchat/plugins/python.so %{_datadir}/applications/hexchat.desktop %{_datadir}/pixmaps/* %{_sysconfdir}/gconf/schemas/apps_hexchat_url_handler.schemas %{_datadir}/dbus-1/services/org.hexchat.service.service %files tcl %defattr(-,root,root) %{_libdir}/hexchat/plugins/tcl.so