diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,37 @@ +libKF5AkonadiCalendar.so.5 +libKF5AkonadiContact.so.5 +libKF5AkonadiCore.so.5 +libKF5AkonadiNotes.so.5 +libKF5AkonadiSearchPIM.so.5 +libKF5AkonadiWidgets.so.5 +libKF5CalendarCore.so.5 +libKF5Codecs.so.5 +libKF5Completion.so.5 +libKF5ConfigCore.so.5 +libKF5ConfigGui.so.5 +libKF5ConfigWidgets.so.5 +libKF5Contacts.so.5 +libKF5CoreAddons.so.5 +libKF5I18n.so.5 +libKF5IdentityManagement.so.5 +libKF5ItemModels.so.5 +libKF5ItemViews.so.5 +libKF5JobWidgets.so.5 +libKF5KIOCore.so.5 +libKF5KontactInterface.so.5 +libKF5Ldap.so.5 +libKF5Mime.so.5 +libKF5Parts.so.5 +libKF5Runner.so.5 +libKF5Wallet.so.5 +libKF5WidgetsAddons.so.5 +libKF5WindowSystem.so.5 +libKF5XmlGui.so.5 +libQt5Core.so.5 +libQt5DBus.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Widgets.so.5 +libc.so.6 +libgcc_s.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,52 @@ +name : zanshin +version : 0.5.0 +release : 1 +source : + - https://download.kde.org/stable/zanshin/zanshin-0.5.0.tar.xz : 0781c088741186f3d9ff3027dc961103d33a59b0e3aeb6bc4c66ff24eb3adb4f +license : + - GPL-2.0 + - GPL-3.0 + - LGPL-2.1 +component : +summary : To-do management application for KDE. +description: | + A powerful yet simple application to manage your day to day actions. +builddeps : + - pkgconfig(glu) + - pkgconfig(libsasl2) + - pkgconfig(Qt5Qml) + - akonadi-calendar-devel + - akonadi-contacts-devel + - akonadi-devel + - akonadi-mime-devel + - akonadi-notes-devel + - akonadi-search-devel + - extra-cmake-modules + - kcalcore-devel + - kcmutils-devel + - kcodecs-devel + - kcontacts-devel + - kdeclarative-devel + - kdelibs4support-devel + - kidentitymanagement-devel + - kldap-devel + - kmbox-devel + - kmime-devel + - kontactinterface-devel + - kpimtextedit-devel + - krunner-devel + - kwallet-devel + - libboost-devel + - libical-devel + - openldap-devel +rundeps : + - kded + - kdepim-runtime +setup : | + %cmake -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,59 @@ + + + zanshin + + Alfonso Rodríguez + arc.proxectos@gmail.com + + GPL-2.0 + GPL-3.0 + LGPL-2.1 + None + To-do management application for KDE. + A powerful yet simple application to manage your day to day actions. + + https://solus-project.com/sources/README.Solus + + + zanshin + To-do management application for KDE. + A powerful yet simple application to manage your day to day actions. + + None + + /usr/bin + /usr/lib64/qt5/plugins/kontact_renkuplugin.so + /usr/lib64/qt5/plugins/kontact_zanshinplugin.so + /usr/lib64/qt5/plugins/krunner_zanshin.so + /usr/lib64/qt5/plugins/renku_part.so + /usr/lib64/qt5/plugins/zanshin_part.so + /usr/share/applications/org.kde.renku.desktop + /usr/share/applications/org.kde.zanshin.desktop + /usr/share/icons/hicolor/128x128/apps/zanshin.png + /usr/share/icons/hicolor/256x256/apps/zanshin.png + /usr/share/icons/hicolor/48x48/apps/zanshin.png + /usr/share/icons/hicolor/64x64/apps/zanshin.png + /usr/share/icons/hicolor/scalable/apps/zanshin.svgz + /usr/share/kservices5/kontact/renku_plugin.desktop + /usr/share/kservices5/kontact/zanshin_plugin.desktop + /usr/share/kservices5/plasma-runner-zanshin.desktop + /usr/share/kservices5/renku_part.desktop + /usr/share/kservices5/zanshin_part.desktop + /usr/share/kxmlgui5/renku/renku_part.rc + /usr/share/kxmlgui5/renku/renkuui.rc + /usr/share/kxmlgui5/zanshin/zanshin_part.rc + /usr/share/locale + /usr/share/metainfo/org.kde.renku.appdata.xml + /usr/share/metainfo/org.kde.zanshin.appdata.xml + + + + + 2018-03-19 + 0.5.0 + Packaging update + Alfonso Rodríguez + arc.proxectos@gmail.com + + + \ No newline at end of file