Compare commits
100 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0718961492 | ||
|
|
4baab40b91 | ||
|
|
7b383b77bd | ||
|
|
de2ed74159 | ||
|
|
8b74fc96c0 | ||
|
|
f22fe4cd93 | ||
|
|
eff8adcbf6 | ||
|
|
69bf0edd04 | ||
|
|
04a49fc0ed | ||
| 564f5dc37e | |||
|
|
86d6f384a8 | ||
|
|
b024cbc4d1 | ||
|
|
c59499270c | ||
|
|
df697a01d7 | ||
|
|
51071f5281 | ||
|
|
99b81aa7fe | ||
|
|
db39142a76 | ||
|
|
f0631536cf | ||
|
|
a5a66dc47c | ||
|
|
a0c0256fbc | ||
|
|
d871b40423 | ||
|
|
60c1d98cb1 | ||
|
|
a71da226d4 | ||
|
|
ca3489956a | ||
|
|
4da3e05ef4 | ||
|
|
00c3862fe7 | ||
|
|
7d205ca214 | ||
|
|
9abf972683 | ||
|
|
ae9750cf94 | ||
|
|
726af1c712 | ||
|
|
5258a6f73a | ||
|
|
b998e29c5d | ||
|
|
88e2c4090d | ||
|
|
60a6758f67 | ||
|
|
364522a895 | ||
|
|
bf74f0f1cd | ||
|
|
802ce9caf8 | ||
|
|
3dfece47b8 | ||
|
|
1592d97bd0 | ||
|
|
ec413d1292 | ||
|
|
19509473d0 | ||
|
|
076b08e8dc | ||
|
|
eca1332ff5 | ||
|
|
30280d981e | ||
|
|
94a56c1b84 | ||
|
|
f684297617 | ||
|
|
f4addec10f | ||
|
|
021dd2cbf2 | ||
|
|
0a1bc55ba3 | ||
|
|
e86ef67685 | ||
|
|
abfb7c9834 | ||
|
|
a7f192c49e | ||
|
|
2be8b6f7d8 | ||
|
|
a4932bb4d5 | ||
|
|
618b4ac574 | ||
|
|
0e20d1ae61 | ||
|
|
2477be2f32 | ||
|
|
69a49ab092 | ||
|
|
c21145399a | ||
|
|
6a373d62bc | ||
|
|
cdd4e6b1f6 | ||
|
|
5d93bc2ce4 | ||
|
|
145e68be4c | ||
|
|
4ea7f9e465 | ||
|
|
96046ad475 | ||
|
|
ec21f58330 | ||
|
|
6b71f6632e | ||
|
|
8be20f9636 | ||
|
|
2912ff994e | ||
|
|
2d92581617 | ||
|
|
f4189aab71 | ||
|
|
f40db56dc4 | ||
|
|
d0b8f25f0c | ||
|
|
7decc85191 | ||
|
|
9676c30227 | ||
|
|
aeeaa440cb | ||
|
|
47dbcb8939 | ||
|
|
6be2c0b75e | ||
|
|
cb73498e0f | ||
|
|
ddfaf93327 | ||
|
|
31307fc9f4 | ||
|
|
dc31e2ce97 | ||
|
|
f2d77474bc | ||
|
|
a048ca7b21 | ||
|
|
9f84f5e9c6 | ||
|
|
d8390544a9 | ||
|
|
e221755da6 | ||
|
|
6baea93c96 | ||
|
|
aeae428050 | ||
|
|
cc4efc2fc5 | ||
|
|
026e80486b | ||
|
|
cd3b7b6898 | ||
|
|
4f5660cb49 | ||
|
|
7993857e9e | ||
|
|
7baa5d01a8 | ||
|
|
270abb2aed | ||
|
|
0f2a578e51 | ||
|
|
ab1a213b10 | ||
|
|
d4328dbf9a | ||
|
|
f4366a5940 |
6 changed files with 3 additions and 348 deletions
|
|
@ -1 +0,0 @@
|
|||
xchat-gnome-0.13.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xchat-gnome
|
||||
# $Id$
|
||||
NAME := xchat-gnome
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
3
dead.package
Normal file
3
dead.package
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
2016-11-20: Retired orphaned package, because it was orphaned for
|
||||
more than six weeks.
|
||||
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
5614773724afa0c2e617615722e10091 xchat-gnome-0.13.tar.bz2
|
||||
|
|
@ -1,66 +0,0 @@
|
|||
diff -ur xchat-gnome-0.13.OLD/plugins/perl/perl.c xchat-gnome-0.13/plugins/perl/perl.c
|
||||
--- xchat-gnome-0.13.OLD/plugins/perl/perl.c 2006-05-01 11:31:57.000000000 -0400
|
||||
+++ xchat-gnome-0.13/plugins/perl/perl.c 2006-07-26 10:47:56.000000000 -0400
|
||||
@@ -93,7 +93,7 @@
|
||||
if (!xdir) /* xchatdirfs is new for 2.0.9, will fail on older */
|
||||
xdir = xchat_get_info (ph, "xchatdir");
|
||||
|
||||
- /* autoload from ~/.xchat2/ or ${APPDATA}\X-Chat 2\ on win32 */
|
||||
+ /* autoload from ~/.xchat-gnome/ or ${APPDATA}\X-Chat 2\ on win32 */
|
||||
perl_auto_load_from_path (xdir);
|
||||
|
||||
#ifdef WIN32
|
||||
diff -ur xchat-gnome-0.13.OLD/plugins/python/python.c xchat-gnome-0.13/plugins/python/python.c
|
||||
--- xchat-gnome-0.13.OLD/plugins/python/python.c 2005-11-26 02:10:29.000000000 -0500
|
||||
+++ xchat-gnome-0.13/plugins/python/python.c 2006-07-26 10:47:32.000000000 -0400
|
||||
@@ -392,7 +392,7 @@
|
||||
return expanded;
|
||||
g_free(expanded);
|
||||
|
||||
- /* Check if ~/.xchat2/<filename> exists. */
|
||||
+ /* Check if ~/.xchat-gnome/<filename> exists. */
|
||||
expanded = g_build_filename(xchat_get_info(ph, "xchatdir"),
|
||||
filename, NULL);
|
||||
if (g_file_test(expanded, G_FILE_TEST_EXISTS))
|
||||
diff -ur xchat-gnome-0.13.OLD/src/common/cfgfiles.c xchat-gnome-0.13/src/common/cfgfiles.c
|
||||
--- xchat-gnome-0.13.OLD/src/common/cfgfiles.c 2006-06-17 21:11:18.000000000 -0400
|
||||
+++ xchat-gnome-0.13/src/common/cfgfiles.c 2006-07-26 10:46:12.000000000 -0400
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifdef WIN32
|
||||
#define XCHAT_DIR "X-Chat 2"
|
||||
#else
|
||||
-#define XCHAT_DIR ".xchat2"
|
||||
+#define XCHAT_DIR ".xchat-gnome"
|
||||
#endif
|
||||
#define DEF_FONT "Monospace 9"
|
||||
|
||||
@@ -347,7 +347,7 @@
|
||||
#else
|
||||
if (mkdir (dir, S_IRUSR | S_IWUSR | S_IXUSR) != 0)
|
||||
#endif
|
||||
- fe_message (_("Cannot create ~/.xchat2"), FE_MSG_ERROR);
|
||||
+ fe_message (_("Cannot create ~/.xchat-gnome"), FE_MSG_ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
diff -ur xchat-gnome-0.13.OLD/src/fe-gnome/preferences-page-plugins.c xchat-gnome-0.13/src/fe-gnome/preferences-page-plugins.c
|
||||
--- xchat-gnome-0.13.OLD/src/fe-gnome/preferences-page-plugins.c 2006-04-17 18:15:14.000000000 -0400
|
||||
+++ xchat-gnome-0.13/src/fe-gnome/preferences-page-plugins.c 2006-07-26 10:47:06.000000000 -0400
|
||||
@@ -182,7 +182,7 @@
|
||||
file_selector = gtk_file_chooser_dialog_new (_("Open Plugin"), NULL, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
|
||||
|
||||
homedir = g_get_home_dir();
|
||||
- plugindir = g_strdup_printf ("%s/.xchat2/plugins", homedir);
|
||||
+ plugindir = g_strdup_printf ("%s/.xchat-gnome/plugins", homedir);
|
||||
gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (file_selector), plugindir);
|
||||
g_free (plugindir);
|
||||
|
||||
@@ -346,7 +346,7 @@
|
||||
#endif
|
||||
|
||||
homedir = g_get_home_dir ();
|
||||
- xchatdir = g_strdup_printf ("%s/.xchat2/plugins", homedir);
|
||||
+ xchatdir = g_strdup_printf ("%s/.xchat-gnome/plugins", homedir);
|
||||
pageref = page;
|
||||
for_files (XCHATLIBDIR "/plugins", "*.so", fe_plugin_add);
|
||||
for_files (XCHATLIBDIR "/plugins", "*.sl", fe_plugin_add);
|
||||
259
xchat-gnome.spec
259
xchat-gnome.spec
|
|
@ -1,259 +0,0 @@
|
|||
%define with_dbus 1
|
||||
%define with_libnotify 1
|
||||
|
||||
Name: xchat-gnome
|
||||
Version: 0.13
|
||||
Release: 4%{?dist}
|
||||
Summary: GNOME front-end to xchat
|
||||
|
||||
Group: Applications/Internet
|
||||
License: GPL
|
||||
URL: http://%{name}.navi.cx/
|
||||
Source0: http://flapjack.navi.cx/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-config.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: openssl-devel
|
||||
Buildrequires: libsexy-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: gettext
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: gnome-doc-utils
|
||||
|
||||
%if %{with_dbus}
|
||||
BuildRequires: dbus-devel
|
||||
%endif
|
||||
|
||||
# Leave as conditional until API is more stable.
|
||||
%if %{with_libnotify}
|
||||
BuildRequires: libnotify-devel
|
||||
%endif
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
|
||||
|
||||
Requires(pre): GConf2
|
||||
Requires(post): GConf2
|
||||
Requires(post): scrollkeeper
|
||||
Requires(preun): GConf2
|
||||
Requires(postun): scrollkeeper
|
||||
|
||||
|
||||
%description
|
||||
xchat-gnome is a new frontend for the popular X-Chat IRC client. GNOME's
|
||||
philosophy in terms of user interfaces has been progressing towards
|
||||
presenting the user with few options, yet sane defaults. While many of the
|
||||
normal X-Chat options will be preserved inside GConf, only the most
|
||||
common settings will be included in the main user interface. .
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .config
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-tcl --disable-scrollkeeper
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/*.{l,}a
|
||||
|
||||
desktop-file-install --vendor fedora --delete-original \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--add-category X-Fedora \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%pre
|
||||
if [ "$1" -gt 1 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="apps_xchat.schemas notification.schemas urlscraper.schemas xchat_gnome_url_handler.schemas"
|
||||
for i in $SCHEMAS; do
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/$i >/dev/null || :
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%post
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="apps_xchat.schemas notification.schemas urlscraper.schemas xchat_gnome_url_handler.schemas"
|
||||
for i in $SCHEMAS; do
|
||||
gconftool-2 --makefile-install-rule \
|
||||
%{_sysconfdir}/gconf/schemas/$i > /dev/null || :
|
||||
done
|
||||
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
|
||||
%preun
|
||||
if [ "$1" -eq 0 ]; then
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="apps_xchat.schemas notification.schemas urlscraper.schemas xchat_gnome_url_handler.schemas"
|
||||
for i in $SCHEMAS; do
|
||||
gconftool-2 --makefile-uninstall-rule \
|
||||
%{_sysconfdir}/gconf/schemas/$i > /dev/null || :
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%postun
|
||||
scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
|
||||
touch --no-create %{_datadir}/icons/hicolor || :
|
||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS
|
||||
%doc plugins/perl/xchat2-perldocs.html
|
||||
%{_bindir}/%{name}
|
||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
||||
%{_datadir}/applications/fedora-%{name}.desktop
|
||||
%{_datadir}/omf/%{name}/
|
||||
%{_datadir}/gnome/help/%{name}/
|
||||
%dir %{_libdir}/%{name}
|
||||
%{_libdir}/%{name}/plugins/
|
||||
%if %{with_dbus}
|
||||
%{_bindir}/%{name}-remote
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 31 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.13-4
|
||||
- Add BR for perl(XML::Parser).
|
||||
|
||||
* Thu Aug 31 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.13-3
|
||||
- Update for FC6.
|
||||
|
||||
* Wed Jul 26 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.13-2
|
||||
- Update to 0.13.
|
||||
|
||||
* Tue Jun 20 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.12-2
|
||||
- Update to 0.12.
|
||||
|
||||
* Sat May 20 2006 Brian Pepple <bdpepple@ameritech.net> - 0.11-3
|
||||
- Drop patch for libnotify.
|
||||
|
||||
* Tue Apr 4 2006 Brian Pepple <bdpepple@ameritech.net> - 0.11-2
|
||||
- Update to 0.11
|
||||
- Drop screensaver patch.
|
||||
- Add scriptlet for gtk+ icon cache.
|
||||
|
||||
* Sun Mar 19 2006 Brian Pepple <bdpepple@ameritech.net> - 0.10-5
|
||||
- Rebuild for libsexy-0.1.8.
|
||||
|
||||
* Thu Mar 16 2006 Brian Pepple <bdpepple@ameritech.net> - 0.10-4
|
||||
- Rebuild for new libsexy.
|
||||
|
||||
* Sat Feb 25 2006 Brian Pepple <bdpepple@ameritech.net> - 0.10-3
|
||||
- Add libnotify patch to work with 0.3.0 api.
|
||||
|
||||
* Fri Feb 24 2006 Brian Pepple <bdpepple@ameritech.net> - 0.10-2
|
||||
- Add patch to use correct gnome-screensaver dbus object.
|
||||
- Drop killall gconfd-2 calls in scriptlets.
|
||||
|
||||
* Fri Feb 24 2006 Brian Pepple <bdpepple@ameritech.net> - 0.10-1
|
||||
- Update to 0.10.
|
||||
- Add -disable-scrollkeeprer to config.
|
||||
- Add BR for gnome-doc-utils.
|
||||
- Disable libnotify plugin, until libnotify is updated in Rawhide.
|
||||
|
||||
* Wed Feb 15 2006 Brian Pepple <bdpepple@ameritech.net> - 0.9-6
|
||||
- Drop unnecessary BR (libSM-devel & libglade2-devel).
|
||||
|
||||
* Mon Feb 13 2006 Brian Pepple <bdpepple@ameritech.net> - 0.9-5
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Tue Feb 7 2006 Brian Pepple <bdpepple@ameritech.net> - 0.9-4
|
||||
- Rebuild due to new libsexy.
|
||||
|
||||
* Mon Jan 23 2006 Brian Pepple <bdpepple@ameritech.net> - 0.9-3
|
||||
- Bump.
|
||||
|
||||
* Sat Jan 21 2006 Brian Pepple <bdpepple@ameritech.net> - 0.9-2
|
||||
- Add xchat_gnome_url_handler.schemas to scriptlet.
|
||||
|
||||
* Fri Jan 20 2006 Brian Pepple <bdpepple@ameritech.net> - 0.9-1
|
||||
- Update to 0.9.
|
||||
- Add BR for libnotify-devel.
|
||||
- Drop certificates patch.
|
||||
|
||||
* Fri Dec 30 2005 Brian Pepple <bdpepple@ameritech.net> - 0.8-2
|
||||
- add patch for self-signed certificate acceptance. (#174591)
|
||||
|
||||
* Tue Dec 20 2005 Brian Pepple <bdpepple@ameritech.net> - 0.8-1
|
||||
- Udate to 0.8.
|
||||
|
||||
* Sun Dec 18 2005 Brian Pepple <bdpepple@ameritech.net> - 0.8-01.rc2
|
||||
- Update to 0.8rc2.
|
||||
|
||||
* Thu Dec 15 2005 Brian Pepple <bdpepple@ameritech.net> - 0.8-01.rc1
|
||||
- Update to 0.8rc1.
|
||||
- Drop documentation removed from upstream tarball.
|
||||
- Drop depreciated config options.
|
||||
- Enable dbus support.
|
||||
- Drop 323944 patch, since it's been applied upstream.
|
||||
- Drop datadir patch, since it's been applied upstream.
|
||||
|
||||
* Wed Dec 14 2005 Brian Pepple <bdpepple@ameritech.net> - 0.7-4
|
||||
- Add patch to fix #175751.
|
||||
|
||||
* Wed Nov 30 2005 Brian Pepple <bdpepple@ameritech.net> - 0.7-3
|
||||
- Disable dbus support, until FE Bug #174592 is fixed.
|
||||
|
||||
* Mon Nov 21 2005 Brian Pepple <bdpepple@ameritech.net> - 0.7-2
|
||||
- Update to 0.7.
|
||||
- Add BR for libSM-devel.
|
||||
- Disable libnotify support, until it's available in Rawhide.
|
||||
- Add help files & scrollkeeper scriptlets.
|
||||
- Add BR & requires for scrollkeeper.
|
||||
|
||||
* Sat Nov 12 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-7
|
||||
- Bump
|
||||
|
||||
* Sat Nov 12 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-6
|
||||
- Bump release for upgrade path from FC-4.
|
||||
|
||||
* Sat Nov 12 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-5
|
||||
- Add test for release version to determine if dbus is enabled.
|
||||
- Add dist tag.
|
||||
|
||||
* Sat Nov 12 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-4
|
||||
- Remove obsoletes xchat.
|
||||
- Add patch to change datadir location.
|
||||
- Add patch to change config dir.
|
||||
|
||||
* Thu Nov 10 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-3
|
||||
- Add xchat-remote to files, and re-add dbus config flag.
|
||||
|
||||
* Thu Nov 10 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-2
|
||||
- Merge some items from Bastien Nocera's spec file (#172873).
|
||||
- Add configure option to enable ipv6 & shm tinting support.
|
||||
- Simplify schemas installation.
|
||||
|
||||
* Tue Oct 25 2005 Brian Pepple <bdpepple@ameritech.net> - 0.6-1
|
||||
- Initial Fedora Extras spec file.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue