Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58813b9f60 | ||
|
|
31c4e2f989 | ||
|
|
1bd5e60ecc | ||
|
|
267c9ed999 | ||
|
|
466235458c | ||
|
|
418b8ec7fc |
||
|
|
d773450607 | ||
|
|
a6ac16a0eb | ||
|
|
12bef850d1 | ||
|
|
fc1c3fc9c0 | ||
|
|
edadcd4bd8 | ||
|
|
cf2cda1b36 | ||
|
|
e294ed4daa | ||
|
|
998a3f3139 | ||
|
|
876948a346 | ||
|
|
1882390b0e | ||
|
|
6225268c8f | ||
|
|
e1de19ea3c | ||
|
|
27d3a8767a | ||
|
|
e33b71bdfc | ||
|
|
73b64ec563 | ||
|
|
facf04f346 | ||
|
|
5c20405344 | ||
|
|
74cc4b7a5e | ||
|
|
4332542603 | ||
|
|
5dcfa292ac | ||
|
|
767a264d8f |
6 changed files with 1 additions and 138 deletions
|
|
@ -1 +0,0 @@
|
|||
alltray-0.70.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: alltray
|
||||
# $Id: Makefile,v 1.1 2005/12/30 22:59:38 ivazquez Exp $
|
||||
NAME := alltray
|
||||
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 $$d/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)
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
diff -Naur alltray-0.70/configure alltray-0.70.new_ld/configure
|
||||
--- alltray-0.70/configure 2010-02-16 11:54:10.052362926 -0500
|
||||
+++ alltray-0.70.new_ld/configure 2010-02-16 11:52:11.332352095 -0500
|
||||
@@ -21248,7 +21248,7 @@
|
||||
if test "$user_disabled_gconf" = 1; then
|
||||
{ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6; }
|
||||
- pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gdk-pixbuf-xlib-2.0"
|
||||
+ pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gdk-pixbuf-xlib-2.0 x11"
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: no" >&5
|
||||
echo "${ECHO_T}no" >&6; }
|
||||
@@ -21257,7 +21257,7 @@
|
||||
#define GCONF_NOT_DISABLED 1
|
||||
_ACEOF
|
||||
|
||||
- pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gconf-2.0 gdk-pixbuf-xlib-2.0"
|
||||
+ pkg_modules="gtk+-2.0 >= 2.2.0 gdk-2.0 gconf-2.0 gdk-pixbuf-xlib-2.0 x11"
|
||||
fi
|
||||
|
||||
|
||||
94
alltray.spec
94
alltray.spec
|
|
@ -1,94 +0,0 @@
|
|||
Name: alltray
|
||||
Version: 0.70
|
||||
Release: 5%{?dist}
|
||||
Summary: Dock any application in the tray
|
||||
|
||||
Group: User Interface/Desktops
|
||||
License: GPLv2+
|
||||
URL: http://alltray.sourceforge.net/
|
||||
Source0: http://dl.sourceforge.net/alltray/%{name}-%{version}.tar.gz
|
||||
Patch1: alltray-0.70_new_ld.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: GConf2-devel
|
||||
|
||||
|
||||
%description
|
||||
With AllTray you can dock any application without a native tray icon into the
|
||||
system tray. It works well with GNOME, KDE, XFCE 4, Fluxbox, and WindowMaker.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .new_ld
|
||||
|
||||
%build
|
||||
export CFLAGS="-fPIC $RPM_OPT_FLAGS"
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
|
||||
rm $RPM_BUILD_ROOT%{_libdir}/*.so
|
||||
desktop-file-install --vendor=fedora \
|
||||
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--add-category Application \
|
||||
--add-category Utility \
|
||||
--add-category GTK \
|
||||
--delete-original \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*%{name}.desktop
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
%{_libdir}/liballtray.so*
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2019 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.70-5
|
||||
- Fix rhbz #564621: ImplicitDSOLinking
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.70-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.70-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.70-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Sun Dec 30 2007 Denis Leroy <denis@poolshark.org> - 0.70-1
|
||||
- Update to upstream 0.70
|
||||
|
||||
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 0.69-3
|
||||
- Fixed License tag
|
||||
|
||||
* Mon Sep 4 2006 Denis Leroy <denis@poolshark.org> - 0.69-2
|
||||
- Reenabled dynamic library for X funcs preload, added ldconfig
|
||||
|
||||
* Mon Sep 4 2006 Denis Leroy <denis@poolshark.org> - 0.69-1
|
||||
- Update to 0.69
|
||||
|
||||
* Wed Apr 26 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.66-1
|
||||
- Upstream update
|
||||
|
||||
* Mon Feb 13 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.65-2
|
||||
- Rebuild for Fedora Extras 5
|
||||
|
||||
* Thu Jan 27 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.65-1
|
||||
- Added -fPIC to CFLAGS
|
||||
- Added preload patch
|
||||
- Initial RPM release
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
upstream no more, really old package
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
675a0a60f22fae04da787095ef0bd7d9 alltray-0.70.tar.gz
|
||||
Reference in a new issue