rpms/libxfce4ui/devel import.log, NONE, 1.1 libxfce4ui.spec, NONE, 1.1 libxfcegui4-4.6.0-keyboard-shortcuts.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Thu Jan 14 00:50:07 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/libxfce4ui/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20479/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libxfce4ui.spec 
	libxfcegui4-4.6.0-keyboard-shortcuts.patch 
Log Message:
Initial import of libxfce4ui. Reviewed at
https://bugzilla.redhat.com/show_bug.cgi?id=554599



--- NEW FILE import.log ---
libxfce4ui-4_7_1-2_fc13:HEAD:libxfce4ui-4.7.1-2.fc13.src.rpm:1263430047


--- NEW FILE libxfce4ui.spec ---
%global xfceversion 4.7

Name:           libxfce4ui
Version:        4.7.1
Release:        2%{?dist}
Summary:        Commonly used Xfce widgets

Group:          System Environment/Libraries
License:        LGPLv2+
URL:            http://xfce.org/
Source0:        http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
Patch0:         libxfcegui4-4.6.0-keyboard-shortcuts.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel >= 2.12.0
BuildRequires:  gtk2-devel >= 2.12.0
BuildRequires:  libSM-devel
# FIXME: replace 4.6.0 with %{xfceversion} or %{version} once this is stable
BuildRequires:  libxfce4util-devel >= 4.6.0
BuildRequires:  xfconf-devel >= 4.6.0
BuildRequires:  startup-notification-devel >= 0.4
BuildRequires:  glade3-libgladeui-devel >= 3.5.0
BuildRequires:  gettext
BuildRequires:  intltool

# do this later
#Provides:       libxfcegui4 = %{version}
#Obsoletes:      libxfcegui4 < %{version}

%description
Libxfce4ui is used to share commonly used Xfce widgets among the Xfce
applications.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       gtk2-devel
Requires:       libxfce4util-devel
Requires:       glade3-libgladeui-devel
Requires:       gtk-doc
Requires:       pkgconfig
# do this later
#Provides:       libxfcegui4-devel = %{version}
#Obsoletes:      libxfcegui4-devel < %{version}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
%patch0 -p1 -b .shortcut


%build
%configure --enable-doc --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make %{?_smp_mflags} V=1


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README THANKS
%config(noreplace) %{_sysconfdir}/xdg/xfce4
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/glade3/modules/lib*.so
%{_libdir}/pkgconfig/*.pc
%doc %{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/glade3/catalogs/%{name}.xml*
%{_datadir}/glade3/pixmaps/hicolor/*/actions/*


%changelog
* Tue Jan 12 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-2
- Build gtk-doc
* Tue Jan 05 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-1
- Initial spec file

libxfcegui4-4.6.0-keyboard-shortcuts.patch:
 xfce4-keyboard-shortcuts.xml |   11 +++++++++++
 1 file changed, 11 insertions(+)

--- NEW FILE libxfcegui4-4.6.0-keyboard-shortcuts.patch ---
--- libxfcegui4-4.6.0.orig/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml	2009-02-18 09:58:22.000000000 +0100
+++ libxfcegui4-4.6.0/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml	2009-02-28 21:25:33.000000000 +0100
@@ -3,9 +3,20 @@
 <channel name="xfce4-keyboard-shortcuts" version="1.0">
   <property name="commands" type="empty">
     <property name="default" type="empty">
+      <property name="&lt;Alt&gt;F1" type="string" value="xfhelp4"/>
       <property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
       <property name="&lt;Control&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;Escape" type="string" value="xkill"/>
+      <property name="&lt;Control&gt;Escape" type="string" value="xfce4-popup-menu"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;L" type="string" value="xfce4-session-logout"/>
+      <property name="XF86WWW" type="string" value="xfbrowser4"/>
+      <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
       <property name="XF86Display" type="string" value="xrandr --auto"/>
+      <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+ -q"/>
+      <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%- -q"/>
+      <property name="XF86AudioMute" type="string" value="amixer set Master toggle -q"/>
+      <property name="Print" type="string" value="xfce4-screenshooter -f"/>
+      <property name="&lt;Alt&gt;Print" type="string" value="xfce4-screenshooter -w"/>
     </property>
   </property>
   <property name="xfwm4" type="empty">


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxfce4ui/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jan 2010 18:10:38 -0000	1.1
+++ .cvsignore	14 Jan 2010 00:50:07 -0000	1.2
@@ -0,0 +1 @@
+libxfce4ui-4.7.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxfce4ui/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jan 2010 18:10:38 -0000	1.1
+++ sources	14 Jan 2010 00:50:07 -0000	1.2
@@ -0,0 +1 @@
+710474ff3dfd9da223acf05af03e87a3  libxfce4ui-4.7.1.tar.bz2



More information about the scm-commits mailing list