Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56b32c84b2 | ||
|
|
4d88800a73 | ||
|
|
7105b77a35 |
6 changed files with 9 additions and 49 deletions
|
|
@ -1 +0,0 @@
|
|||
alltray-0.70.tar.gz
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
alltray-0.70.tar.gz
|
||||
alltray-0.71a.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
|
||||
|
||||
|
||||
11
alltray.spec
11
alltray.spec
|
|
@ -1,13 +1,12 @@
|
|||
Name: alltray
|
||||
Version: 0.70
|
||||
Release: 5%{?dist}
|
||||
Version: 0.71a
|
||||
Release: 1%{?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
|
||||
|
|
@ -21,7 +20,6 @@ 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"
|
||||
|
|
@ -58,7 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2019 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.70-5
|
||||
* Thu Aug 12 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 0.71a-1
|
||||
- New upstream
|
||||
|
||||
* Tue Feb 16 2010 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
675a0a60f22fae04da787095ef0bd7d9 alltray-0.70.tar.gz
|
||||
39a81402c258d41e2538f7ca8df58fac alltray-0.71a.tar.gz
|
||||
|
|
|
|||
Reference in a new issue