rpms/plasma-runner-events/F-12 import.log, NONE, 1.1 plasma-runner-events.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

thomasj thomasj at fedoraproject.org
Thu Jul 1 12:22:07 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/plasma-runner-events/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14546/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log plasma-runner-events.spec 
Log Message:
initial import



--- NEW FILE import.log ---
plasma-runner-events-0_3_0-3_fc13:F-12:plasma-runner-events-0.3.0-3.fc13.src.rpm:1277986898


--- NEW FILE plasma-runner-events.spec ---
%global uprel 63c5e34

Name:           plasma-runner-events
Version:        0.3.0
Release:        3%{?dist}
Summary:        Add new events or todos to your calendar from KRunner

Group:          User Interface/Desktops
License:        GPLv3+
URL:            http://kde-apps.org/content/show.php?action=content&content=118854
Source0:        http://github.com/alno/plasma-runner-events/tarball/%{version}/alno-%{name}-%{version}-0-g%{uprel}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdepimlibs-devel
Requires:       kdepim kdebase-workspace

%description
This is Plasma Runner plug-in, which provides you ability to add new events or 
todos to your calendar from KRunner (Alt+F2). With this runner you may enter 
into KRunner something like following:

* `event Project deadline; 13.02.2010` - create new event 
  with summary \"Project deadline\" for 13.02.2010;
* `todo Complete my work; tomorrow 12:30; Business` - create todo with 
  given summary and deadline date time with category "Business";
* `event Travel to mountains; from yesterday to 31.02.2010; Travel` - create 
  event with given time range and category;
* `event Something; 13:30` - something at 13:30 today;
* `event Other event; yesterday`
* `event Meeting; today from 12:00 to 14:00`
* `todo Buy new phone; in 2 years`
* `todo Complete site design; in 2 days from 10:30`
* And others...

Besides of incident creation you may update existing incidences in some ways:

* `complete Buy new phone` - mark selected task as completed!
* `complete Fix localization issues; 30` - set task as 30%-completed;
* `comment Birthday party; It was cool!` - append some text to task description

%prep
%setup -q -n alno-%{name}-%{uprel}


%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd

make %{?_smp_mflags} -C %{_target_platform}

%install
rm -rf %{buildroot}
make install/fast -C %{_target_platform} DESTDIR=%{buildroot}


%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README.markdown
%{_kde4_libdir}/kde4/*.so
%{_kde4_datadir}/kde4/services/%{name}.desktop


%changelog
* Tue Jun 29 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.3.0-3
- better %%macro handling

* Wed May 19 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.3.0-2
- added missing %%post and %%postun

* Wed May 19 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.3.0-1
- Initial Release 0.3.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plasma-runner-events/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jul 2010 04:57:33 -0000	1.1
+++ .cvsignore	1 Jul 2010 12:22:07 -0000	1.2
@@ -0,0 +1 @@
+alno-plasma-runner-events-0.3.0-0-g63c5e34.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plasma-runner-events/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jul 2010 04:57:33 -0000	1.1
+++ sources	1 Jul 2010 12:22:07 -0000	1.2
@@ -0,0 +1 @@
+bfec9699563a5040bd46c8cd7f8d9b37  alno-plasma-runner-events-0.3.0-0-g63c5e34.tar.gz



More information about the scm-commits mailing list