packages: ibus-fbterm/ibus-fbterm-uni-shell.patch (NEW), ibus-fbterm/ibus-f...

baggins baggins at pld-linux.org
Thu Jul 21 13:38:12 CEST 2011


Author: baggins                      Date: Thu Jul 21 11:38:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
packages/ibus-fbterm:
   ibus-fbterm-uni-shell.patch (NONE -> 1.1)  (NEW), ibus-fbterm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ibus-fbterm/ibus-fbterm-uni-shell.patch
diff -u /dev/null packages/ibus-fbterm/ibus-fbterm-uni-shell.patch:1.1
--- /dev/null	Thu Jul 21 13:38:12 2011
+++ packages/ibus-fbterm/ibus-fbterm-uni-shell.patch	Thu Jul 21 13:38:07 2011
@@ -0,0 +1,12 @@
+diff -up ibus-fbterm-0.9.1/ibus-fbterm-launch.orig ibus-fbterm-0.9.1/ibus-fbterm-launch
+--- ibus-fbterm-0.9.1/ibus-fbterm-launch.orig	2010-01-22 16:29:03.542929160 +1000
++++ ibus-fbterm-0.9.1/ibus-fbterm-launch	2010-01-22 16:29:43.456734687 +1000
+@@ -12,7 +12,7 @@ if [ ${#TTY} -eq ${#TTY_NUM} ]; then
+ 	exit 1
+ fi
+ 
+-eval `dbus-launch --auto-syntax`
++eval `dbus-launch --sh-syntax`
+ 
+ export DISPLAY=:9${TTY_NUM}.0
+ 

================================================================
Index: packages/ibus-fbterm/ibus-fbterm.spec
diff -u /dev/null packages/ibus-fbterm/ibus-fbterm.spec:1.1
--- /dev/null	Thu Jul 21 13:38:12 2011
+++ packages/ibus-fbterm/ibus-fbterm.spec	Thu Jul 21 13:38:07 2011
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	IBus front-end for fbterm
+Name:		ibus-fbterm
+Version:	0.9.1
+Release:	0.1
+License:	GPL v3
+Group:		Applications/System
+Source0:	http://ibus-fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5:	966e4f275500979b78dd1303e96ca32d
+Patch0:		%{name}-uni-shell.patch
+URL:		http://code.google.com/p/ibus-fbterm
+BuildRequires:	ibus-devel >= 1.2
+Requires:	ibus >= 1.2
+Requires:	fbterm >= 1.6
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ibus-fbterm is a input method for FbTerm based on iBus.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/ibus-fbterm
+%attr(755,root,root) %{_bindir}/ibus-fbterm-launch
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/21 11:38:07  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list