Accepting request 24980 from home:lnussel
Copy from home:lnussel/peksystray based on submit request 24980 from user lnussel OBS-URL: https://build.opensuse.org/request/show/24980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peksystray?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
33
peksystray-0.4.0-xcheck.diff
Normal file
33
peksystray-0.4.0-xcheck.diff
Normal file
@@ -0,0 +1,33 @@
|
||||
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
|
3
peksystray-0.4.0.tar.bz2
Normal file
3
peksystray-0.4.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30733b349bc7919171a6fa31023c8704eaae9158084a5210d49aa3210123a778
|
||||
size 73810
|
5
peksystray.changes
Normal file
5
peksystray.changes
Normal file
@@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 8 12:46:08 UTC 2009 - lnussel@suse.de
|
||||
|
||||
- initial package version 0.4.0
|
||||
|
59
peksystray.spec
Normal file
59
peksystray.spec
Normal file
@@ -0,0 +1,59 @@
|
||||
#
|
||||
# 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-%version.tar.bz2
|
||||
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
|
Reference in New Issue
Block a user