commit peksystray for openSUSE:Factory
Hello community, here is the log from the commit of package peksystray for openSUSE:Factory checked in at Fri Nov 27 16:39:53 CET 2009. -------- New Changes file: --- /dev/null 2009-09-30 08:50:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/peksystray/peksystray.changes 2009-07-08 14:47:21.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Jul 8 12:46:08 UTC 2009 - lnussel@suse.de + +- initial package version 0.4.0 + calling whatdependson for head-i586 New: ---- peksystray-0.4.0.tar.bz2 peksystray-0.4.0-xcheck.diff peksystray.changes peksystray.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ peksystray.spec ++++++ # # spec file for package peksystray (Version 0.4.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild BuildRequires: xorg-x11-devel Name: peksystray Url: http://peksystray.sourceforge.net/ Summary: PekSysTray is a system tray "notification area" dockapp Version: 0.4.0 Release: 1 License: GPLv2 Group: System/GUI/Other Source: http://sourceforge.net/projects/peksystray/files/peksystray/peksystray-%vers... BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: peksystray-0.4.0-xcheck.diff %description PekSysTray is a system tray "notification area" dockapp similar to the GNOME notification area applet. But it's designed for any window manager supporting docking. It created blocks that contains the icons, when a block is full (no more space for other icons) a new block is created. %prep %setup -q %patch0 -p1 %build autoreconf -f -i %configure make %{?jobs:-j%jobs} %install make DESTDIR="%{buildroot}" install %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO %{_bindir}/peksystray %changelog ++++++ peksystray-0.4.0-xcheck.diff ++++++ Index: peksystray-0.4.0/configure.in =================================================================== --- peksystray-0.4.0.orig/configure.in +++ peksystray-0.4.0/configure.in @@ -19,14 +19,6 @@ if test "$debug" = yes; then AC_DEFINE(DEBUG,,[Enable verbose debugging output]) fi -CFLAGS="$CFLAGS $X_CFLAGS" -#x_includes="-I$x_includes" -LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" -#x_libraries="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" - -AC_SUBST(x_includes) -AC_SUBST(x_libraries) - AC_OUTPUT([ Makefile src/Makefile Index: peksystray-0.4.0/src/Makefile.am =================================================================== --- peksystray-0.4.0.orig/src/Makefile.am +++ peksystray-0.4.0/src/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = peksystray -INCLUDES = @x_includes@ +INCLUDES = $(X_INCLUDES) -peksystray_LDADD = @x_libraries@ +peksystray_LDADD = $(X_PRE_LIBS) $(X_LIBS) -lX11 $(X_EXTRA_LIBS) peksystray_SOURCES = peksystray.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de