From 19999fbf77f288570ef1e6f9491c99764875c6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Wed, 27 Jul 2011 21:52:30 +0200 Subject: [PATCH 1/8] Initial commit --- .gitignore | 1 + sources | 1 + wmdrawer-Makefile.patch | 43 ++++++++++++++++++ wmdrawer.spec | 99 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 144 insertions(+) create mode 100644 wmdrawer-Makefile.patch create mode 100644 wmdrawer.spec diff --git a/.gitignore b/.gitignore index e69de29..17b7149 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/wmdrawer-0.10.5.tar.gz diff --git a/sources b/sources index e69de29..fecb2ba 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +608bf2f75fdd084f8e63764c31a2a9a5 wmdrawer-0.10.5.tar.gz diff --git a/wmdrawer-Makefile.patch b/wmdrawer-Makefile.patch new file mode 100644 index 0000000..b84e021 --- /dev/null +++ b/wmdrawer-Makefile.patch @@ -0,0 +1,43 @@ +--- Makefile 2011-07-26 20:13:12.445971425 +0200 ++++ Makefile 2011-07-26 20:16:05.724994299 +0200 +@@ -16,27 +16,27 @@ + DOCDIR = $(PREFIX)/share/doc + + # Image library +-USE_GDKPIXBUF = 1 +-#USE_GDKPIXBUF2 = 1 ++#USE_GDKPIXBUF = 1 ++USE_GDKPIXBUF2 = 1 + #USE_IMLIB = 1 + + DEFS = $(OS) + + ifdef USE_GDKPIXBUF + IMGLIB_DEF = -DUSE_GDKPIXBUF +-CFLAGS = -O3 -Wall `gdk-pixbuf-config --cflags` ++override CFLAGS += -O3 -Wall `gdk-pixbuf-config --cflags` + LDFLAGS = `gdk-pixbuf-config --libs` -lgdk_pixbuf_xlib + endif + + ifdef USE_GDKPIXBUF2 + IMGLIB_DEF = -DUSE_GDKPIXBUF2 +-CFLAGS = -O3 -Wall `pkg-config --cflags gdk-pixbuf-xlib-2.0` -I/usr/X11R6/include ++override CFLAGS += -O3 -Wall `pkg-config --cflags gdk-pixbuf-xlib-2.0` -I/usr/X11R6/include + LDFLAGS = `pkg-config --libs gdk-pixbuf-xlib-2.0` -rdynamic -lX11 -lXi -lXext -L/usr/X11R6/lib + endif + + ifdef USE_IMLIB + IMGLIB_DEF = -DUSE_IMLIB +-CFLAGS = -O3 -Wall `imlib-config --cflags` ++override CFLAGS += -O3 -Wall `imlib-config --cflags` + LDFLAGS = `imlib-config --libs` + endif + +@@ -62,7 +62,6 @@ + + wmdrawer : $(OBJS) + $(CC) $(LDFLAGS) -o $@ $(OBJS) +- strip $@ + + clean : + $(RM) *.o $(PRGS) diff --git a/wmdrawer.spec b/wmdrawer.spec new file mode 100644 index 0000000..70b7518 --- /dev/null +++ b/wmdrawer.spec @@ -0,0 +1,99 @@ +Name: wmdrawer +Version: 0.10.5 +Release: 10%{?dist} + +Summary: Retractable button bar launcher dockapp +Summary(de): Dockapp mit ausklappbaren Programmstartern +Source0: http://people.easter-eggs.org/~valos/%{name}/%{name}-%{version}.tar.gz +Patch0: %{name}-Makefile.patch +License: GPLv2+ +Group: User Interface/X +URL: http://people.easter-eggs.org/~valos/%{name}/ +BuildRequires: libXext-devel +BuildRequires: libX11-devel +BuildRequires: libXi-devel +BuildRequires: gdk-pixbuf2-devel +BuildRequires: dos2unix +Requires: xorg-x11-fonts-misc + +%description +wmDrawer is a dock application (dockapp) which provides a drawer +(retractable button bar) to launch applications. + +Please copy the file /usr/share/doc/%{name}-%{version}/wmdrawerrc to +~/.wmdrawerrc and edit it to match your needs. + +%description -l de +wmDrawer ist ein Dockapp, welches eine ausklappbare +Knopfleiste mit Anwendungsstartern darstellt. + +Bitte kopieren Sie die Datei /usr/share/doc/%{name}-%{version}/wmdrawerrc +nach ~/.wmdrawerrc und bearbeiten Sie sie nach Ihren Wünschen. + + +%prep +%setup -q +%patch0 -p0 + + +%build +make -L CFLAGS='%{optflags}' %{?_smp_mflags} + +%install + + +mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_mandir}/man1 +install -p -m 755 %{name} %{buildroot}%{_bindir}/%{name} +install -p -m 644 doc/%{name}.1x.* %{buildroot}%{_mandir}/man1 + +dos2unix -k %{buildroot}%{_docdir}/AUTHORS \ + %{buildroot}%{_docdir}/ChangeLog \ + %{buildroot}%{_docdir}/%{name}-it.sgml + +%files +%defattr(-,root,root,-) +%doc wmdrawerrc.example AUTHORS ChangeLog COPYING INSTALL README TODO doc/*.sgml +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1x.* + +%changelog + +* Tue Jul 26 2011 Mario Blättermann 0.10.5-10 +- Added patch for the Makefile. Debug package is usable now. + (Thanks to Richard Shaw) +- Changed some files to utf-8 with correct line endings. +- Added font dependency + +* Fri Mar 25 2011 Mario Blättermann 0.10.5-9 +- Dropped startup script due to continuing problems +- Added hint regarding the startup behavior to the description + +* Mon Feb 14 2011 Mario Blättermann 0.10.5-8 +- changed Group again +- changed make call +- use macros consistently +- moved startup script to its own file + +* Mon Oct 26 2008 Mario Blättermann 0.10.5-7mud2009.0 +- fixed Group + +* Wed Oct 15 2008 Mario Blättermann 0.10.5-6mud2009.0 +- rebuild for 2009.0 + +* Sat Apr 12 2008 Mario Blättermann 0.10.5-5mud2008.1 +- fixed Requires and BuildRequires +- rebuild for mud2008.0 + +* Sat Mar 15 2008 Mario Blättermann 0.10.5-4mud2008.0 +- fixed bug in startup script + +* Thu Jan 03 2008 Oliver Burger 0.10.5-3mud2008.0 +- rebuild for MUde +- changed from csh to bash-script + +* Thu Jan 03 2008 Mario Blättermann +- add startup script and xdg menu entry + +* Mon Dec 03 2007 Mario Blättermann +-initial version From 8633eb00ab6148211c01649c645deedccfc7e691 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 6 Dec 2011 01:28:51 -0500 Subject: [PATCH 2/8] Rebuild for new libpng --- wmdrawer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmdrawer.spec b/wmdrawer.spec index 70b7518..d27ba4b 100644 --- a/wmdrawer.spec +++ b/wmdrawer.spec @@ -1,6 +1,6 @@ Name: wmdrawer Version: 0.10.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Retractable button bar launcher dockapp Summary(de): Dockapp mit ausklappbaren Programmstartern @@ -58,6 +58,9 @@ dos2unix -k %{buildroot}%{_docdir}/AUTHORS \ %{_mandir}/man1/%{name}.1x.* %changelog +* Tue Dec 06 2011 Adam Jackson - 0.10.5-11 +- Rebuild for new libpng + * Tue Jul 26 2011 Mario Blättermann 0.10.5-10 - Added patch for the Makefile. Debug package is usable now. From f6899bcb501f82f34eb06051ec5c37b874b9fafa Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:24:19 -0600 Subject: [PATCH 3/8] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wmdrawer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmdrawer.spec b/wmdrawer.spec index d27ba4b..58eabf3 100644 --- a/wmdrawer.spec +++ b/wmdrawer.spec @@ -1,6 +1,6 @@ Name: wmdrawer Version: 0.10.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Retractable button bar launcher dockapp Summary(de): Dockapp mit ausklappbaren Programmstartern @@ -58,6 +58,9 @@ dos2unix -k %{buildroot}%{_docdir}/AUTHORS \ %{_mandir}/man1/%{name}.1x.* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.10.5-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Dec 06 2011 Adam Jackson - 0.10.5-11 - Rebuild for new libpng From 5f4aa45366a196abd702aeb2c78d70391d6a2857 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:46:58 -0500 Subject: [PATCH 4/8] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wmdrawer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmdrawer.spec b/wmdrawer.spec index 58eabf3..0d02e5d 100644 --- a/wmdrawer.spec +++ b/wmdrawer.spec @@ -1,6 +1,6 @@ Name: wmdrawer Version: 0.10.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Retractable button bar launcher dockapp Summary(de): Dockapp mit ausklappbaren Programmstartern @@ -58,6 +58,9 @@ dos2unix -k %{buildroot}%{_docdir}/AUTHORS \ %{_mandir}/man1/%{name}.1x.* %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.10.5-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.10.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 358d2fcd68426bd062e4cf85dfe3317ff33aeacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Sat, 28 Jul 2012 17:57:26 +0200 Subject: [PATCH 5/8] Moved the dos2unix command to %%prep (bug #843661) --- wmdrawer.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wmdrawer.spec b/wmdrawer.spec index 0d02e5d..5e101fe 100644 --- a/wmdrawer.spec +++ b/wmdrawer.spec @@ -1,6 +1,6 @@ Name: wmdrawer Version: 0.10.5 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Retractable button bar launcher dockapp Summary(de): Dockapp mit ausklappbaren Programmstartern @@ -35,6 +35,9 @@ nach ~/.wmdrawerrc und bearbeiten Sie sie nach Ihren Wünschen. %setup -q %patch0 -p0 +dos2unix -k AUTHORS \ + ChangeLog \ + doc/*.sgml %build make -L CFLAGS='%{optflags}' %{?_smp_mflags} @@ -47,9 +50,6 @@ mkdir -p %{buildroot}%{_mandir}/man1 install -p -m 755 %{name} %{buildroot}%{_bindir}/%{name} install -p -m 644 doc/%{name}.1x.* %{buildroot}%{_mandir}/man1 -dos2unix -k %{buildroot}%{_docdir}/AUTHORS \ - %{buildroot}%{_docdir}/ChangeLog \ - %{buildroot}%{_docdir}/%{name}-it.sgml %files %defattr(-,root,root,-) @@ -58,6 +58,9 @@ dos2unix -k %{buildroot}%{_docdir}/AUTHORS \ %{_mandir}/man1/%{name}.1x.* %changelog +* Tue Jul 26 2011 Mario Blättermann 0.10.5-10 +- Moved the dos2unix command to %%prep (bug #843661) + * Sun Jul 22 2012 Fedora Release Engineering - 0.10.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From a0a89afe18b8328769f35ce7218c6cc6cb784539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Sat, 28 Jul 2012 18:00:44 +0200 Subject: [PATCH 6/8] Tweaked the Changelog entry --- wmdrawer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdrawer.spec b/wmdrawer.spec index 5e101fe..ee2455c 100644 --- a/wmdrawer.spec +++ b/wmdrawer.spec @@ -58,7 +58,7 @@ install -p -m 644 doc/%{name}.1x.* %{buildroot}%{_mandir}/man1 %{_mandir}/man1/%{name}.1x.* %changelog -* Tue Jul 26 2011 Mario Blättermann 0.10.5-10 +* Sat Jul 28 2012 Mario Blättermann 0.10.5-14 - Moved the dos2unix command to %%prep (bug #843661) * Sun Jul 22 2012 Fedora Release Engineering - 0.10.5-13 From 79d0b0d59453dd8bdb8b808433f1f24e387e57a2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:12:12 -0600 Subject: [PATCH 7/8] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wmdrawer.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmdrawer.spec b/wmdrawer.spec index ee2455c..3b4a47b 100644 --- a/wmdrawer.spec +++ b/wmdrawer.spec @@ -1,6 +1,6 @@ Name: wmdrawer Version: 0.10.5 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Retractable button bar launcher dockapp Summary(de): Dockapp mit ausklappbaren Programmstartern @@ -58,6 +58,9 @@ install -p -m 644 doc/%{name}.1x.* %{buildroot}%{_mandir}/man1 %{_mandir}/man1/%{name}.1x.* %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.10.5-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sat Jul 28 2012 Mario Blättermann 0.10.5-14 - Moved the dos2unix command to %%prep (bug #843661) From b9ddab405e2a11899e35dad2684a9a295d0e703e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 12 Mar 2013 00:33:28 -0400 Subject: [PATCH 8/8] Retire wmdrawer - no maintainer --- dead.package | 1 + sources | 1 - wmdrawer-Makefile.patch | 43 --------------- wmdrawer.spec | 114 ---------------------------------------- 4 files changed, 1 insertion(+), 158 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wmdrawer-Makefile.patch delete mode 100644 wmdrawer.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5e32ab9 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer. diff --git a/sources b/sources deleted file mode 100644 index fecb2ba..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -608bf2f75fdd084f8e63764c31a2a9a5 wmdrawer-0.10.5.tar.gz diff --git a/wmdrawer-Makefile.patch b/wmdrawer-Makefile.patch deleted file mode 100644 index b84e021..0000000 --- a/wmdrawer-Makefile.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- Makefile 2011-07-26 20:13:12.445971425 +0200 -+++ Makefile 2011-07-26 20:16:05.724994299 +0200 -@@ -16,27 +16,27 @@ - DOCDIR = $(PREFIX)/share/doc - - # Image library --USE_GDKPIXBUF = 1 --#USE_GDKPIXBUF2 = 1 -+#USE_GDKPIXBUF = 1 -+USE_GDKPIXBUF2 = 1 - #USE_IMLIB = 1 - - DEFS = $(OS) - - ifdef USE_GDKPIXBUF - IMGLIB_DEF = -DUSE_GDKPIXBUF --CFLAGS = -O3 -Wall `gdk-pixbuf-config --cflags` -+override CFLAGS += -O3 -Wall `gdk-pixbuf-config --cflags` - LDFLAGS = `gdk-pixbuf-config --libs` -lgdk_pixbuf_xlib - endif - - ifdef USE_GDKPIXBUF2 - IMGLIB_DEF = -DUSE_GDKPIXBUF2 --CFLAGS = -O3 -Wall `pkg-config --cflags gdk-pixbuf-xlib-2.0` -I/usr/X11R6/include -+override CFLAGS += -O3 -Wall `pkg-config --cflags gdk-pixbuf-xlib-2.0` -I/usr/X11R6/include - LDFLAGS = `pkg-config --libs gdk-pixbuf-xlib-2.0` -rdynamic -lX11 -lXi -lXext -L/usr/X11R6/lib - endif - - ifdef USE_IMLIB - IMGLIB_DEF = -DUSE_IMLIB --CFLAGS = -O3 -Wall `imlib-config --cflags` -+override CFLAGS += -O3 -Wall `imlib-config --cflags` - LDFLAGS = `imlib-config --libs` - endif - -@@ -62,7 +62,6 @@ - - wmdrawer : $(OBJS) - $(CC) $(LDFLAGS) -o $@ $(OBJS) -- strip $@ - - clean : - $(RM) *.o $(PRGS) diff --git a/wmdrawer.spec b/wmdrawer.spec deleted file mode 100644 index 3b4a47b..0000000 --- a/wmdrawer.spec +++ /dev/null @@ -1,114 +0,0 @@ -Name: wmdrawer -Version: 0.10.5 -Release: 15%{?dist} - -Summary: Retractable button bar launcher dockapp -Summary(de): Dockapp mit ausklappbaren Programmstartern -Source0: http://people.easter-eggs.org/~valos/%{name}/%{name}-%{version}.tar.gz -Patch0: %{name}-Makefile.patch -License: GPLv2+ -Group: User Interface/X -URL: http://people.easter-eggs.org/~valos/%{name}/ -BuildRequires: libXext-devel -BuildRequires: libX11-devel -BuildRequires: libXi-devel -BuildRequires: gdk-pixbuf2-devel -BuildRequires: dos2unix -Requires: xorg-x11-fonts-misc - -%description -wmDrawer is a dock application (dockapp) which provides a drawer -(retractable button bar) to launch applications. - -Please copy the file /usr/share/doc/%{name}-%{version}/wmdrawerrc to -~/.wmdrawerrc and edit it to match your needs. - -%description -l de -wmDrawer ist ein Dockapp, welches eine ausklappbare -Knopfleiste mit Anwendungsstartern darstellt. - -Bitte kopieren Sie die Datei /usr/share/doc/%{name}-%{version}/wmdrawerrc -nach ~/.wmdrawerrc und bearbeiten Sie sie nach Ihren Wünschen. - - -%prep -%setup -q -%patch0 -p0 - -dos2unix -k AUTHORS \ - ChangeLog \ - doc/*.sgml - -%build -make -L CFLAGS='%{optflags}' %{?_smp_mflags} - -%install - - -mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_mandir}/man1 -install -p -m 755 %{name} %{buildroot}%{_bindir}/%{name} -install -p -m 644 doc/%{name}.1x.* %{buildroot}%{_mandir}/man1 - - -%files -%defattr(-,root,root,-) -%doc wmdrawerrc.example AUTHORS ChangeLog COPYING INSTALL README TODO doc/*.sgml -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1x.* - -%changelog -* Fri Feb 15 2013 Fedora Release Engineering - 0.10.5-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sat Jul 28 2012 Mario Blättermann 0.10.5-14 -- Moved the dos2unix command to %%prep (bug #843661) - -* Sun Jul 22 2012 Fedora Release Engineering - 0.10.5-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.10.5-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.10.5-11 -- Rebuild for new libpng - - -* Tue Jul 26 2011 Mario Blättermann 0.10.5-10 -- Added patch for the Makefile. Debug package is usable now. - (Thanks to Richard Shaw) -- Changed some files to utf-8 with correct line endings. -- Added font dependency - -* Fri Mar 25 2011 Mario Blättermann 0.10.5-9 -- Dropped startup script due to continuing problems -- Added hint regarding the startup behavior to the description - -* Mon Feb 14 2011 Mario Blättermann 0.10.5-8 -- changed Group again -- changed make call -- use macros consistently -- moved startup script to its own file - -* Mon Oct 26 2008 Mario Blättermann 0.10.5-7mud2009.0 -- fixed Group - -* Wed Oct 15 2008 Mario Blättermann 0.10.5-6mud2009.0 -- rebuild for 2009.0 - -* Sat Apr 12 2008 Mario Blättermann 0.10.5-5mud2008.1 -- fixed Requires and BuildRequires -- rebuild for mud2008.0 - -* Sat Mar 15 2008 Mario Blättermann 0.10.5-4mud2008.0 -- fixed bug in startup script - -* Thu Jan 03 2008 Oliver Burger 0.10.5-3mud2008.0 -- rebuild for MUde -- changed from csh to bash-script - -* Thu Jan 03 2008 Mario Blättermann -- add startup script and xdg menu entry - -* Mon Dec 03 2007 Mario Blättermann --initial version