[superkaramba] import

Rex Dieter rdieter at fedoraproject.org
Mon Dec 19 16:12:04 UTC 2011


commit fc037d17c0304cfcbf5d44088b3775f179f57336
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Dec 19 10:11:48 2011 -0600

    import

 .gitignore                              |    1 +
 dead.package                            |    1 -
 sources                                 |    1 +
 superkaramba-4.7.80-namelink_skip.patch |   12 ++++
 superkaramba.spec                       |   93 +++++++++++++++++++++++++++++++
 5 files changed, 107 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d63609b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/superkaramba-4.7.90.tar.bz2
diff --git a/sources b/sources
new file mode 100644
index 0000000..82fae9b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+1beee7ca9b3dfbe31b00a0ff1356030c  superkaramba-4.7.90.tar.bz2
diff --git a/superkaramba-4.7.80-namelink_skip.patch b/superkaramba-4.7.80-namelink_skip.patch
new file mode 100644
index 0000000..0a9fe15
--- /dev/null
+++ b/superkaramba-4.7.80-namelink_skip.patch
@@ -0,0 +1,12 @@
+diff -up superkaramba-4.7.80/src/CMakeLists.txt.namelink_skip superkaramba-4.7.80/src/CMakeLists.txt
+--- superkaramba-4.7.80/src/CMakeLists.txt.namelink_skip	2011-08-22 08:26:16.000000000 -0500
++++ superkaramba-4.7.80/src/CMakeLists.txt	2011-11-28 14:06:32.954362948 -0600
+@@ -110,7 +110,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" O
+   target_link_libraries(superkaramba kvm)
+ endif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "DragonFly")
+ 
+-install(TARGETS superkaramba ${INSTALL_TARGETS_DEFAULT_ARGS})
++install(TARGETS superkaramba ${INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)
+ 
+ ########### superkaramba bin ###############
+ 
diff --git a/superkaramba.spec b/superkaramba.spec
new file mode 100644
index 0000000..a419653
--- /dev/null
+++ b/superkaramba.spec
@@ -0,0 +1,93 @@
+
+Name:    superkaramba
+Summary: Create widgets for your KDE desktop 
+Version: 4.7.90
+Release: 1%{?dist}
+
+License: GPLv2+
+#URL:     https://projects.kde.org/projects/kde/kdeutils/%{name}
+URL:     http://utils.kde.org/projects/%{name}
+Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+
+## upstreamable patches
+# namelink_skip for libsuperkaramaba (no exported api)
+Patch50: superkaramba-4.7.80-namelink_skip.patch
+
+BuildRequires: desktop-file-utils
+BuildRequires: kdelibs4-devel >= %{version}
+BuildRequires: pkgconfig(qimageblitz)
+BuildRequires: python-devel python
+
+
+# when split occured
+Conflicts: kdeutils-common < 6:4.7.80
+
+Obsoletes: kdeutils-superkaramba < 6:4.7.80
+Provides:  kdeutils-superkaramba = 6:%{version}-%{release}
+
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
+
+
+%description
+SuperKaramba is a tool that allows you to easily create interactive widgets on your KDE desktop.
+
+%package libs
+Summary: Runtime libraries for %{name}
+Requires: %{name} = %{version}-%{release}
+Obsoletes: kdeutils-superkaramba-libs < 6:4.7.80
+Provides:  kdeutils-superkaramba-libs = 6:%{version}-%{release}
+%description libs
+%{summary}.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%patch50 -p1 -b .namelink_skip
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%check
+desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
+
+
+%files
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_kde4_bindir}/superkaramba
+%{_kde4_appsdir}/superkaramba/
+%{_kde4_configdir}/superkaramba.knsrc
+%{_datadir}/dbus-1/interfaces/org.kde.superkaramba.xml
+%{_kde4_datadir}/applications/kde4/superkaramba.desktop
+%{_kde4_datadir}/kde4/services/plasma-package-superkaramba.desktop
+%{_kde4_datadir}/kde4/services/plasma-scriptengine-superkaramba.desktop
+%{_kde4_iconsdir}/hicolor/*/apps/superkaramba.*
+%{_kde4_libdir}/kde4/plasma_package_superkaramba.so
+%{_kde4_libdir}/kde4/plasma_scriptengine_superkaramba.so
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
+%files libs
+%{_kde4_libdir}/libsuperkaramba.so.4*
+
+
+%changelog
+* Thu Dec 08 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.90-1
+- 4.7.90
+
+* Sat Nov 26 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.80-1
+- first try
+


More information about the scm-commits mailing list