Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,6 @@ +libappindicator3.so.1 +libc.so.6 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgtk-3.so.0 Index: files/0001-Distingiush-the-.desktop-file-from-the-experimental-.patch =================================================================== --- /dev/null +++ files/0001-Distingiush-the-.desktop-file-from-the-experimental-.patch @@ -0,0 +1,25 @@ +From 1fae14b7f72d5d42eb02c869fb94bd270f06bcf0 Mon Sep 17 00:00:00 2001 +From: Joey Riches +Date: Tue, 14 Nov 2017 22:48:26 +0000 +Subject: [PATCH 1/1] Distingiush the .desktop file from the experimental + kdeconnect app + +Signed-off-by: Joey Riches +--- + data/desktop/indicator-kdeconnect.desktop | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/desktop/indicator-kdeconnect.desktop b/data/desktop/indicator-kdeconnect.desktop +index 8f600e0..3c6c2b1 100644 +--- a/data/desktop/indicator-kdeconnect.desktop ++++ b/data/desktop/indicator-kdeconnect.desktop +@@ -1,5 +1,5 @@ + [Desktop Entry] +-Name=KDE Connect Indicator ++Name=Indicator for KDE Connect (non-plasma) + Comment=An awesome system for Desktop-Phone continuity. + Exec=indicator-kdeconnect + Terminal=false +-- +2.15.0 + Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,26 @@ +name : indicator-kdeconnect +version : 0.9.3 +release : 1 +source : + - https://github.com/Bajoja/indicator-kdeconnect/archive/0.9.3.tar.gz : 6a75da2b87c8c23808376683db5a2563dc31fd9a38548ac1480682e53245bed0 +license : LGPL-2.1 +component : network.remote +summary : AppIndicator for KDE Connect +description: | + This Indicator is written to make KDE Connect usable in desktops without KDE Plasma, such as Ubuntu Unity and Pantheon. It started as an AppIndicator, but you can send files and URLs easily through KDE Connect with kdeconnect-send. +builddeps : + - pkgconfig(appindicator-0.1) + - vala +rundeps : + - kdeconnect + - python-gobject + - python-requests-oauthlib +setup : | + %patch -p1 < $pkgfiles/0001-Distingiush-the-.desktop-file-from-the-experimental-.patch + %cmake +build : | + %make +install : | + %make_install + rm -r $installdir/usr/share/nemo-python + rm -r $installdir/usr/share/Thunar Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,43 @@ + + + indicator-kdeconnect + + Joey Riches + josephriches@gmail.com + + LGPL-2.1 + network.remote + AppIndicator for KDE Connect + This Indicator is written to make KDE Connect usable in desktops without KDE Plasma, such as Ubuntu Unity and Pantheon. It started as an AppIndicator, but you can send files and URLs easily through KDE Connect with kdeconnect-send. + + https://solus-project.com/sources/README.Solus + + + indicator-kdeconnect + AppIndicator for KDE Connect + This Indicator is written to make KDE Connect usable in desktops without KDE Plasma, such as Ubuntu Unity and Pantheon. It started as an AppIndicator, but you can send files and URLs easily through KDE Connect with kdeconnect-send. + + network.remote + + /usr/bin + /usr/share/applications/indicator-kdeconnect-settings.desktop + /usr/share/applications/indicator-kdeconnect.desktop + /usr/share/caja-python/extensions/kdeconnect-send-caja.py + /usr/share/contractor/kdeconnect.contract + /usr/share/glib-2.0/schemas/com.bajoja.indicator-kdeconnect.gschema.xml + /usr/share/indicator-kdeconnect + /usr/share/locale + /usr/share/metainfo/com.bajoja.indicator-kdeconnect.appdata.xml + /usr/share/nautilus-python/extensions/kdeconnect-send-nautilus.py + + + + + 2017-11-14 + 0.9.3 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file