[kde-plasma-akonadi-calendars] Initial import (#842296 )

Jan Grulich jgrulich at fedoraproject.org
Wed Jul 25 13:57:18 UTC 2012


commit feb8581bb9fae3724f1ecee3bec19a9be8d67e73
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Jul 25 15:56:58 2012 +0200

    Initial import (#842296
    )

 .gitignore                        |    1 +
 kde-plasma-akonadi-calendars.spec |   37 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9e9cbfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/150034-150034-akonadi-calendars.tar.bz2
diff --git a/kde-plasma-akonadi-calendars.spec b/kde-plasma-akonadi-calendars.spec
new file mode 100644
index 0000000..ce48ce6
--- /dev/null
+++ b/kde-plasma-akonadi-calendars.spec
@@ -0,0 +1,37 @@
+Name:		kde-plasma-akonadi-calendars
+Version:	0.1.1
+Release:	1%{?dist}
+Summary:	Calendars plasmoid for Akonadi resources
+License:	GPLv3+
+URL:		http://kde-look.org/content/show.php?content=150034
+Source0:	http://kde-look.org/CONTENT/content-files/150034-150034-akonadi-calendars.tar.bz2
+
+BuildRequires:	kdelibs4-devel
+BuildRequires:	kdepimlibs-devel
+
+%description
+This plasmoid shows events from selected calendars in Akonadi resources
+
+%prep
+%setup -q -n akonadi-calendars-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install -C %{_target_platform}
+
+%files
+%doc CHANGELOG LICENSE README
+%{_kde4_libdir}/kde4/plasma_applet_akonadi_calendars.so
+%{_kde4_datadir}/kde4/services/plasma-applet-akonadi-calendars.desktop
+
+%changelog
+* Sun Jul 22 2012 Jan Grulich <jgrulich at redhat.com> 0.1.1-1
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..cf15117 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+23f1c73bf1d8301e920aaf9069eea3c6  150034-150034-akonadi-calendars.tar.bz2


More information about the scm-commits mailing list