From 768e9c34563364d324de4949afcfb265636eb882 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Oct 17 2019 11:21:30 +0000 Subject: Orphaned for 6+ weeks --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 953ed75..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xhotkeys_0.9.8.3.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/install_locations.patch b/install_locations.patch deleted file mode 100644 index 9b53ed5..0000000 --- a/install_locations.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile 2007-08-13 15:28:44.000000000 +0530 -+++ Makefile.new 2008-02-02 19:16:40.000000000 +0530 -@@ -42,25 +42,24 @@ - - install: all - # Create directories -- mkdir -p $(SHAREDIR) -- -+ mkdir -p $(SHAREDIR) $(BINDIR) $(PIXMAPSDIR) $(MAN1DIR) -+ - # Install files -- install -m 755 xhotkeys.py $(BINDIR)/xhotkeys -- install -m 644 xhotkeys.glade $(SHAREDIR) -- install -m 644 xhotkeys.1 $(MAN1DIR) -- install -m 644 xhotkeys.desktop $(APPDIR) || true -- install -m 755 xhotkeys.png $(SHAREDIR) -- install -m 755 getdclick $(SHAREDIR) -+ install -p -m 755 xhotkeys.py $(BINDIR)/xhotkeys -+ install -p -m 644 xhotkeys.glade $(SHAREDIR) -+ install -p -m 644 xhotkeys.1 $(MAN1DIR) -+ install -p -m 755 xhotkeys.png $(SHAREDIR) -+ install -p -m 755 getdclick $(SHAREDIR) - - # Install example configuration file -- install -m 644 xhotkeys.conf $(SHAREDIR)/xhotkeys.conf.example -+ install -p -m 644 xhotkeys.conf $(SHAREDIR)/xhotkeys.conf.example - - # Install icons - for ICON in $(ICONS); do \ - mkdir -p $(ICONSDIR)/$$ICON/apps ;\ -- install -m 644 icons/$$ICON/xhotkeys.png $(ICONSDIR)/$$ICON/apps ;\ -+ install -p -m 644 icons/$$ICON/xhotkeys.png $(ICONSDIR)/$$ICON/apps ;\ - done -- install -m 644 icons/xhotkeys.xpm $(PIXMAPSDIR) ;\ -+ install -p -m 644 icons/xhotkeys.xpm $(PIXMAPSDIR) ;\ - - clean: - rm -rf *.pyc icons *.gladep diff --git a/sources b/sources deleted file mode 100644 index 587550b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -6544b487e23ab1290078cff0f2e96a6f xhotkeys_0.9.8.3.tar.gz diff --git a/xhotkeys.desktop b/xhotkeys.desktop deleted file mode 100644 index ff4f463..0000000 --- a/xhotkeys.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Xhotkeys -GenericName=Xhotkeys -Comment=Hotkeys for the X-Window -Exec=xhotkeys --config -Icon=xhotkeys -Terminal=false -Type=Application -Categories=Utility; -GenericName[pl_PL]=Xhotkeys diff --git a/xhotkeys.spec b/xhotkeys.spec deleted file mode 100644 index 289b2e0..0000000 --- a/xhotkeys.spec +++ /dev/null @@ -1,142 +0,0 @@ -Name: xhotkeys -Version: 0.9.8.3 -Release: 26%{?dist} -Summary: Hotkeys for the X-Window -Summary(pl): Skróty klawiszowe dla X-okien -License: GPLv2+ -URL: http://www.nongnu.org/xhotkeys/ -Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}_%{version}.tar.gz -Source1: %{name}.desktop -Patch0: install_locations.patch -BuildRequires: desktop-file-utils python2-xlib ImageMagick -Buildrequires: /usr/bin/pathfix.py -Requires: hicolor-icon-theme python2-xlib -BuildArch: noarch - -%description -Xhotkeys provides a simple and easily configurable hotkey launcher for -the X-Window System, binding keys and mouse buttons to configurable commands. -It should work on all desktops (Gnome, KDE, Xfce, ...) available for the -GNU/Linux operating system. Configuration files can be modified manually or -using a graphical GTK+ configurator. - -%description -l pl -Xhotkeys udostępnia proste i łatwo do skonigurowania uruchamianie za pomocą -klawiatury dla systemu X-okien, skróty klawiszowe i przycisków myszki -do konfigurowanych komend. Aplikacja powinna działać ze wszystkimi graficznymi -środowiskami (Gnome, KDE, Xfce, ...) dostępnymi dla GNU/Linux systemów -operacyjnych. Konfiguracja plików jest możliwa ręcznie lub za pomocą -graficznego GTK+ konfiguratora. - -%prep -%autosetup -n %{name} -pathfix.py -pni "%{__python2}" xhotkeys.py - -%build -#nothing to build - -%install -%make_install -desktop-file-install \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ - %{SOURCE1} - -%files -%doc README TODO -%license COPYING -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz -%{_datadir}/%{name} -%{_datadir}/icons/hicolor/16x16/apps/%{name}.png -%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png -%{_datadir}/icons/hicolor/64x64/apps/%{name}.png -%{_datadir}/icons/hicolor/96x96/apps/%{name}.png -%{_datadir}/icons/hicolor/128x128/apps/%{name}.png -%{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/%{name}.xpm - -%changelog -* Sat Jul 27 2019 Fedora Release Engineering - 0.9.8.3-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jul 15 2019 Filipe Rosset - 0.9.8.3-25 -- Fix python2 shebang error - -* Sat Jul 13 2019 Filipe Rosset - 0.9.8.3-24 -- Fix python shebang error - -* Fri Jul 12 2019 Filipe Rosset - 0.9.8.3-23 -- Rebuilt to fix FTBFS, spec cleanup and modernization - -* Sun Feb 03 2019 Fedora Release Engineering - 0.9.8.3-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.9.8.3-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Iryna Shcherbina - 0.9.8.3-20 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 0.9.8.3-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jan 18 2018 Igor Gnatenko - 0.9.8.3-18 -- Remove obsolete scriptlets - -* Thu Jul 27 2017 Fedora Release Engineering - 0.9.8.3-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.9.8.3-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.9.8.3-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.9.8.3-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.9.8.3-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.9.8.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Feb 10 2013 Parag Nemade - 0.9.8.3-11 -- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 -- Cleanup spec as per recently changed packaging guidelines - -* Sun Jul 22 2012 Fedora Release Engineering - 0.9.8.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.9.8.3-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.9.8.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 0.9.8.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.9.8.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Feb 04 2008 Krzysztof Kurzawski - 0.9.8.3-5 -- Correct .desktop - -* Sat Feb 02 2008 Krzysztof Kurzawski - 0.9.8.3-4 -- Fix BRs and Rs -- Add install_locations patch -- Correct install section -- Correct files section - -* Sat Feb 02 2008 Krzysztof Kurzawski - 0.9.8.3-3 -- Fix BRs - -* Fri Feb 01 2008 Krzysztof Kurzawski - 0.9.8.3-2 -- Correct install section -- Correct files section - -* Fri Feb 01 2008 Krzysztof Kurzawski - 0.9.8.3-1 -- First release