Compare commits

...
Sign in to create a new pull request.

25 commits

Author SHA1 Message Date
Miro Hrončok
768e9c3456 Orphaned for 6+ weeks 2019-10-17 13:21:30 +02:00
Fedora Release Engineering
0354e1f848 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:15:43 +00:00
Filipe Rosset
d4402f31eb - Fix python2 shebang error 2019-07-15 18:23:44 -03:00
Filipe Rosset
8e71825903 - Fix python shebang error 2019-07-13 20:58:09 -03:00
Filipe Rosset
162910fc93 - Rebuilt to fix FTBFS, spec cleanup and modernization 2019-07-12 02:30:35 -03:00
Fedora Release Engineering
490e552ae2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 12:28:04 +00:00
04e56c777d Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:55 +01:00
Fedora Release Engineering
ff95527f08 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:20:16 +00:00
Iryna Shcherbina
c88dae36a4 Update Python 2 dependency declarations to new packaging standards 2018-02-09 23:48:14 +01:00
Fedora Release Engineering
cbb47fff73 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:42:15 +00:00
24638b00a8 Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-01-18 22:53:24 +01:00
Fedora Release Engineering
c5a98c1577 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:09:37 +00:00
Fedora Release Engineering
fe172544ae - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:53:45 +00:00
Fedora Release Engineering
1173d40950 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:32:14 +00:00
Dennis Gilmore
59f9c1941e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:03:56 +00:00
Dennis Gilmore
e78525035d - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:55:52 -05:00
Dennis Gilmore
69f8033eab - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:17:37 -05:00
Parag Nemade
75598a98a1 Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
- Cleanup spec as per recently changed packaging guidelines
2013-02-10 10:53:56 +05:30
Dennis Gilmore
64e12ed7e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:34:11 -05:00
Dennis Gilmore
12c6c2528d - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:57:35 -06:00
Dennis Gilmore
b324b89df6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:10:52 -06:00
Fedora Release Engineering
6ef87e8eaa dist-git conversion 2010-07-29 15:52:46 +00:00
Bill Nottingham
89cc50bea7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:59 +00:00
Jesse Keating
0e55ffbf0b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:04:36 +00:00
Jesse Keating
c073cb1461 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 09:36:31 +00:00
7 changed files with 1 additions and 167 deletions

View file

@ -1 +0,0 @@
xhotkeys_0.9.8.3.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xhotkeys
# $Id$
NAME := xhotkeys
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 $$/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
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -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

View file

@ -1 +0,0 @@
6544b487e23ab1290078cff0f2e96a6f xhotkeys_0.9.8.3.tar.gz

View file

@ -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

View file

@ -1,95 +0,0 @@
Name: xhotkeys
Version: 0.9.8.3
Release: 5%{?dist}
Summary: Hotkeys for the X-Window
Summary(pl): Skróty klawiszowe dla X-okien
Group: User Interface/X
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils python-xlib ImageMagick
Requires: hicolor-icon-theme python-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
%setup -q -n %{name}
%patch0
%build
#nothing to build
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
desktop-file-install --vendor="fedora" \
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
%{SOURCE1}
%clean
rm -rf $RPM_BUILD_ROOT
%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%files
%defattr(-,root,root,-)
%doc README TODO 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/fedora-%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm
%changelog
* Mon Feb 04 2008 Krzysztof Kurzawski <kurzawax at gmail.com> - 0.9.8.3-5
- Correct .desktop
* Sat Feb 02 2008 Krzysztof Kurzawski <kurzawax at gmail.com> - 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 <kurzawax at gmail.com> - 0.9.8.3-3
- Fix BRs
* Fri Feb 01 2008 Krzysztof Kurzawski <kurzawax at gmail.com> - 0.9.8.3-2
- Correct install section
- Correct files section
* Fri Feb 01 2008 Krzysztof Kurzawski <kurzawax at gmail.com> - 0.9.8.3-1
- First release