Browse Source

2015-04-04 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* libxfcegui4: added patch
	* xfce4-notes-plugin: rebuilt
	* xfce4-pulseaudio-plugin: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9490 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
12b82aebda

+ 15 - 3
lib/libx/libxfcegui4/libxfcegui4-vl.spec

@@ -1,13 +1,15 @@
 Name: 		libxfcegui4
 Summary: 	GTK widgets for xfce
 Version: 	4.10.0
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 
 Group: 		System Environment/Libraries
 License:	LGPLv2+
 URL: 		http://www.xfce.org/
 
 Source0: 	http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
+# From https://bugzilla.xfce.org/show_bug.cgi?id=10974#c6
+Patch0:         libxfcegui4-4.10.0-no-xfce_setenv.patch
 
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires: 	gtk2-devel >= 2.10.0
@@ -33,19 +35,26 @@ The package includes various gtk widgets for Xfce.
 Summary:	Developpment tools for libxfcegui4 library
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libxfce4util-devel >= 4.10.0
 Requires:	gtk2-devel >= 2.10.0
+Requires:	libxfce4util-devel >= 4.10.0
 
 %description devel
 Static libraries and header files for the libxfcegui4 library.
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure --disable-gladeui --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}
+# The LD_LIBRARY_PATH hack is needed for --enable-gtk-doc
+# because lt-libxfce4ui-scan is linked against libxfce4ui
+export LD_LIBRARY_PATH=$( pwd )/%{name}/.libs
+
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,6 +100,9 @@ fi
 %{_datadir}/gtk-doc/html/libxfcegui4
 
 %changelog
+* Fri Apr  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-4
+- added Patch0 
+
 * Tue Mar  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.10.0-3
 - rebuilt with libxfce4util 4.12.1
 

+ 4 - 1
x/xfce4-notes-plugin/xfce4-notes-plugin-vl.spec

@@ -2,7 +2,7 @@ Name: 		xfce4-notes-plugin
 Summary:        Memo plugin for the Xfce4 panel
 Summary(ja):    Xfce パネル用 メモプラグイン
 Version:        1.7.7
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 
 Group: 		User Interface/Desktops
 License:	GPLv2+
@@ -79,6 +79,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{_datadir}/%{name}
 
 %changelog
+* Fri Apr  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.7-4
+- rebuilt with libxfcegui4 4.10.0-4
+
 * Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.7-3
 - rebuilt with libxfce4util 4.12.1
 

+ 6 - 2
x/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-vl.spec

@@ -2,8 +2,8 @@
 %global versnum 0.2
 
 Name:		xfce4-pulseaudio-plugin
-Version:	0.2.1
-Release:	2%{?_dist_release}
+Version:	0.2.2
+Release:	1%{?_dist_release}
 Summary:	Pulseaudio plugin for Xfce4
 Summary(ja):	Xfce 用の Pulseaudio プラグイン
 
@@ -69,8 +69,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/xfce4/panel/plugins/libpulseaudio-plugin.so
 %{_datadir}/icons/hicolor/48x48/apps/%{name}*
 %{_datadir}/icons/hicolor/scalable/apps/%{name}*
+%{_datadir}/icons/hicolor/scalable/status/*
 
 %changelog
+* Fri Apr  3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.2.2-1
+- new upstream release
+
 * Sun Mar 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.2.1-2
 - Initial build for Vine Linux