Page MenuHomeSolus

D1380.diff
No OneTemporary

D1380.diff

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 <josephriches@gmail.com>
+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 <josephriches@gmail.com>
+---
+ 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 @@
+<PISI>
+ <Source>
+ <Name>indicator-kdeconnect</Name>
+ <Packager>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Packager>
+ <License>LGPL-2.1</License>
+ <PartOf>network.remote</PartOf>
+ <Summary xml:lang="en">AppIndicator for KDE Connect</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>indicator-kdeconnect</Name>
+ <Summary xml:lang="en">AppIndicator for KDE Connect</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>network.remote</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/indicator-kdeconnect-settings.desktop</Path>
+ <Path fileType="data">/usr/share/applications/indicator-kdeconnect.desktop</Path>
+ <Path fileType="data">/usr/share/caja-python/extensions/kdeconnect-send-caja.py</Path>
+ <Path fileType="data">/usr/share/contractor/kdeconnect.contract</Path>
+ <Path fileType="data">/usr/share/glib-2.0/schemas/com.bajoja.indicator-kdeconnect.gschema.xml</Path>
+ <Path fileType="data">/usr/share/indicator-kdeconnect</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="data">/usr/share/metainfo/com.bajoja.indicator-kdeconnect.appdata.xml</Path>
+ <Path fileType="data">/usr/share/nautilus-python/extensions/kdeconnect-send-nautilus.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-14</Date>
+ <Version>0.9.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 23, 4:11 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804714
Default Alt Text
D1380.diff (5 KB)

Event Timeline