Browse Source

update: libexo, garcon
new: xfce4-power-manager


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3945 ec354946-7b23-47d6-9f5a-488ba84defc7

inagaki 13 years ago
parent
commit
804e6d5da6

+ 6 - 3
g/garcon/garcon-vl.spec

@@ -2,8 +2,8 @@
 
 Name:           garcon
 Summary:        Implementation of the freedesktop.org menu specification
-Version:        0.1.5
-Release:        4%{?_dist_release}
+Version:        0.1.7
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 # garcon's source code is licensed under the LGPLv2+,
@@ -11,7 +11,7 @@ Group:          System Environment/Libraries
 License:        LGPLv2+ and GFDL
 URL:            http://xfce.org/
 
-Source0:        http://archive.xfce.org/src/libs/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/xfce/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 Patch0:         garcon-0.1.5-redhat-menus.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/gtk-doc/
 
 %changelog
+* Mon May 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.7-1
+- new upstrem release
+
 * Tue Mar 29 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.1.5-4
 - Initial build for Vine Linux
 

+ 8 - 4
lib/libe/libexo/libexo-vl.spec

@@ -3,16 +3,17 @@
 Summary: extension library to Xfce
 Summary(ja): Xfce の拡張ライブラリ
 Name: libexo
-Version: 0.6.0
-Release: 2%{?_dist_release}
+Version: 0.6.1
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2
 URL: http://www.xfce.org/
 
-Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{srcname}-%{version}.tar.bz2
+Source0: http://archive.xfce.org/src/xfce/exo/0.6/%{srcname}-%{version}.tar.bz2
+
 # FIXME: upstream this patch
-Patch0:        exo-0.5.4-x86_64-build.patch
+Patch0:  exo-0.5.4-x86_64-build.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: glib2-devel >= 2.27.0
@@ -132,6 +133,9 @@ gtk-update-icon-cache %{_iconsdir}/icons/hicolor &> /dev/null || :
 %{_datadir}/gtk-doc/html/exo-1
 
 %changelog
+* Mon May 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.1-1
+- new upstrem release
+
 * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
 - add BuildRequires: libSM-devel
 

+ 204 - 0
x/xfce4-power-manager/xfce4-power-manager-vl.spec

@@ -0,0 +1,204 @@
+%global minorversion 1.0
+%global xfceversion 4.7
+
+Name:           xfce4-power-manager
+Summary:        Power management for the Xfce desktop environment
+Summary(ja):    Xfce デスクトップ環境用電源管理ツール
+Version:        1.0.10
+Release:        2%{?_dist_release}
+
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://goodies.xfce.org/projects/applications/%{name}
+
+Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
+Patch0:         xfce4-power-manager-1.0.1-dsofix.patch
+Patch1:         xfce4-power-manager-1.0.10-libnotify-0.7.0.patch
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:  xfconf-devel >= %{xfceversion}
+BuildRequires:  xfce4-panel-devel >= %{xfceversion}
+BuildRequires:  dbus-devel >= 0.60
+BuildRequires:  dbus-glib-devel >= 0.70
+BuildRequires:  libnotify-devel >= 0.4.1
+BuildRequires:  libxfce4ui-devel >= %{xfceversion}
+BuildRequires:  libXrandr-devel >= 1.2.0
+BuildRequires:  xorg-x11-proto-devel
+BuildRequires:  gettext intltool desktop-file-utils
+Requires:       xfce4-panel >= %{xfceversion}
+#Requires:       xfce4-doc
+Requires:       polkit
+
+%description
+Xfce Power Manager uses the information and facilities provided by HAL to 
+display icons and handle user callbacks in an interactive Xfce session.
+Xfce Power Preferences allows authorised users to set policy and change 
+preferences.
+
+
+%prep
+%setup -q
+%patch0 -p1 -b .dsofix
+
+#if 0%{?fedora} >= 15
+#patch1 -p1 -b .libnotify-0.7.0
+#endif
+
+
+%build
+%configure
+make %{?_smp_mflags} V=1
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
+%find_lang %{name}
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}-settings.desktop      
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%{_bindir}/%{name}
+%{_bindir}/%{name}-settings
+%{_bindir}/xfce4-power-information
+%{_sbindir}/xfpm-power-backlight-helper
+%config %{_sysconfdir}/xdg/autostart/%{name}.desktop
+%{_libdir}/xfce4/panel-plugins/xfce4-brightness-plugin
+%{_datadir}/applications/%{name}-settings.desktop
+%{_datadir}/icons/hicolor/*/*/*.*
+%{_datadir}/xfce4/panel-plugins/xfce4-brightness-plugin.desktop
+%{_datadir}/polkit-1/actions/org.xfce.power.policy
+%doc %{_datadir}/xfce4/doc/C/images/*.png
+%doc %{_datadir}/xfce4/doc/C/%{name}.html
+%{_mandir}/man1/%{name}-settings.1.*
+%{_mandir}/man1/%{name}.1.*
+
+
+%changelog
+* Mon May 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.10-2
+- Initial build for Vine Linux
+
+* Sun Feb 20 2011 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.10-1
+- Update to 1.0.10
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Jan 04 2011 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+- No longer require hal because the brightness backend was removed
+- Require polkit
+
+* Sun Dec 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
+* Thu Dec 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1-0.1-1
+- Update to 1.0.1 on Xfce 4.8 pre2
+
+* Sat Nov 06 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.5-1
+- Update to 0.8.5
+- Fix for libnotify 0.7.0
+- Make build verbose
+
+* Sat Nov 21 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.4.2-1
+- Update to 0.8.4.2
+
+* Mon Nov 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.4.1-1
+- Update to 0.8.4.1
+
+* Tue Sep 29 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.4-1
+- Update to 0.8.4
+- Drop xfpm_session_set_client_id patch, fixed upstream
+
+* Wed Sep 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.3.1-2
+- Fix segfault in xfpm_session_set_client_id
+
+* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.3.1-1
+- Update to 0.8.3.1
+
+* Sat Aug 01 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.3-1
+- Update to 0.8.3
+
+* Thu Jul 30 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.2-3
+- Patch to include dpmsconst.h instead of dpms.h
+
+* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.2-1
+- Update to 0.8.2
+
+* Mon Jul 06 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.1.1-1
+- Update to 0.8.1.1
+
+* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.1-1
+- Update to 0.8.1
+- Drop libglade2 requirement
+
+* Wed Jun 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-1
+- Update to 0.8.0 final
+- Update gtk-icon-cache scriptlets
+
+* Wed May 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.3.RC2
+- Update to 0.8.0RC2
+
+* Tue Apr 28 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.3.RC1
+- Update to 0.8.0RC1
+
+* Mon Apr 13 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.2.beta2
+- Update to 0.8.0beta2
+- Drop xfpm-button-hal.patch, no longer necessary
+
+* Mon Apr 13 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.2.beta1
+- Add xfpm-button-hal.patch by Mike Massonnet
+
+* Sun Apr 12 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.1.beta1
+- Update to 0.8.0beta1
+
+* Thu Apr 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.1.alpha2
+- Update to 0.8.0alpha2
+
+* Thu Apr 02 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.0-0.1.alpha
+- Update to 0.8.0alpha 
+
+* Tue Mar 24 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.5-1
+- Update to 0.6.5
+- Remove custom autostart file
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 19 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.2-1
+- Update to 0.6.2
+
+* Sat Feb  7 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.1-1
+- Update to 0.6.1
+- Include additional desktop file for autostarting the app
+
+* Mon Nov 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-0.1.RC1
+- Update to 0.6.0 RC1
+
+* Fri Oct 31 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.0-0.1.0.beta1
+- Initial Fedora package