Explorar o código

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

kudoh %!s(int64=13) %!d(string=hai) anos
pai
achega
a42499d489

+ 13 - 3
l/lxlauncher/lxlauncher-vl.spec

@@ -1,18 +1,21 @@
 Name:           lxlauncher
-Version:        0.2.1
-Release:        2%{?_dist_release}
+Version:        0.2.2
+Release:        1%{?_dist_release}
 Summary:        Open source replacement for Asus Launcher on the EeePC
-Summary(ja):        EeePC における Asus Launcher のオープンソースの代替品
+Summary(ja):    EeePC における Asus Launcher のオープンソースの代替品
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+Patch0:         fix_building_with_gtk_older_than_224.patch
+Patch1:         fix_gtkallocation_bug.patch
 
 BuildRequires:  gtk2-devel >= 2.12 startup-notification-devel
 BuildRequires:  gnome-menus-devel >= 2.18.0
 BuildRequires:  gettext
+BuildRequires:  intltool
 BuildRequires:	menu-cache-devel
 BuildRequires:	GConf2-devel
 
@@ -26,6 +29,8 @@ LXLauncher is part of LXDE, the Lightweight X11 Desktop Environment.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -54,6 +59,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/xdg/*
 
 %changelog
+* Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1
+- new upstream release
+- added BuildRequires: intltool
+- added patch0,1 from upstream git repository
+
 * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-2
 - rebuilt with current environment
 

+ 16 - 4
l/lxsession/lxsession-vl.spec

@@ -1,5 +1,5 @@
 Name:           lxsession
-Version:        0.4.5
+Version:        0.4.6
 Release:        1%{?_dist_release}
 Summary:        Lightweight X11 session manager
 Summary(ja):    軽量な X11 セッションマネージャ
@@ -8,13 +8,15 @@ Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
-Patch0:         lxsession-0.4.1-dsofix.patch
+Patch0:         lxsession-0.4.6-dsofix.patch
+Patch1:         01_fix_free_name.patch
+Patch2:         04_fix-ltsp-shutdown-reboot.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  gtk2-devel >= 2.6 glib2-devel >= 2.6 libICE-devel libSM-devel dbus-glib-devel hal-devel
+BuildRequires:  gtk2-devel >= 2.6 glib2-devel >= 2.6 libICE-devel libSM-devel dbus-glib-devel
 BuildRequires:  docbook-utils intltool gettext
-Requires:       dbus hal
+Requires:       dbus
 Obsoletes:      lxsession-lite < 0.3.8
 Provides:       lxsession = %{version}-%{release}
 
@@ -39,6 +41,8 @@ LXSession は HAL を介してシャットダウン/再起動/サスペンドを
 %prep
 %setup -q
 %patch0 -p1 -b .dsofix
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -58,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f lxsession.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README desktop.conf.example
+%{_bindir}/lxlock
 %{_bindir}/lxsession
 %{_bindir}/lxsession-logout
 %{_datadir}/lxsession/
@@ -66,6 +71,13 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/xdg/lxsession
 
 %changelog
+* Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
+- Update to 0.4.6
+- recreated Patch0
+- added Patch1,2 from Ubuntu Oneiric
+- dropt BuildRequires: hal-devel
+- dropt Requires: hal
+
 * Sat Nov 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.5-1
 - Update to 0.4.5
 - fixed and changed description

+ 8 - 2
l/lxterminal/lxterminal-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxterminal
 Version:        0.1.10
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Desktop-independent VTE-based terminal emulator
 #Summary(de):    Desktup-unabhängiger VTE-basierter Terminal Emulator
 Summary(ja):    デスクトップに依存しない VTE ベースのターミナルエミュレータ
@@ -10,6 +10,8 @@ License:        GPLv2+
 URL:            http://lxde.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
 #Patch0:         lxterminal-new-tab-cwd.patch
+Patch0:         fix_composite_bug.patch
+Patch1:         fix_managing_tab_bug.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -39,7 +41,8 @@ LXterminal は複数タブをサポートした VTE ベースのターミナル
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure
@@ -72,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.10-2
+- added patch0,1 from upstream git repository
+
 * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.10-1
 - Update to 0.1.10