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: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,25 @@ +name : indicator-kdeconnect +version : 0.9.1 +release : 1 +source : + - https://github.com/Bajoja/indicator-kdeconnect/archive/0.9.1.tar.gz : 9263239df0b1300e93d25a64a2f8972487aa6047c99318b31de6b1973a0760bd +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 : | + %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-09-21 + 0.9.1 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file