Page MenuHomeSolus

D2754.diff
No OneTemporary

D2754.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,8 @@
+libKF5CoreAddons.so.5
+libKF5I18n.so.5
+libKF5Wallet.so.5
+libQt5Core.so.5
+libQt5Widgets.so.5
+libc.so.6
+libgcc_s.so.1
+libstdc++.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,26 @@
+name : kwalletcli
+version : 3.01
+release : 1
+source :
+ - http://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-3.01.tar.gz : 9a7d99f5717631bab9445ea12e1623770618643379f153eb6c853564503d4d0e
+license : MirOS
+component : desktop.kde
+builddeps :
+ - plasma-framework-devel
+ - kwallet-devel
+ - ki18n-devel
+ - pkgconfig(Qt5Gui)
+rundeps :
+ - kwallet
+ - mksh
+summary : kwalletcli provides useful helper(s) for kwallet gpg-agent and ssh-agent integration
+description : |
+ kwalletcli is a command-line interface to the KDE wallet for KDE 3, KDE 4 and KF5. It was created so scripts didn't need to use DBus directly to communicate with KWallet.
+setup : |
+ sed -i -e 's/KDE_VER:=\t3/KDE_VER:=\t5/' -e 's/CPPFLAGS+=\t${KDE_INCS} -D_GNU_SOURCE/CPPFLAGS+=\t${KDE_INCS} -fPIC -D_GNU_SOURCE/' -e 's/install -c/install -D -c/g' GNUmakefile
+build : |
+ %make
+install : |
+ mkdir -pv $installdir/usr/bin
+ mkdir -pv $installdir/usr/share/man/man1
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>kwalletcli</Name>
+ <Packager>
+ <Name>Matthew Stobbs</Name>
+ <Email>matthew@sproutingcommunications.com</Email>
+ </Packager>
+ <License>MirOS</License>
+ <PartOf>desktop.kde</PartOf>
+ <Summary xml:lang="en">kwalletcli provides useful helper(s) for kwallet gpg-agent and ssh-agent integration</Summary>
+ <Description xml:lang="en">kwalletcli is a command-line interface to the KDE wallet for KDE 3, KDE 4 and KF5. It was created so scripts didn&apos;t need to use DBus directly to communicate with KWallet.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>kwalletcli</Name>
+ <Summary xml:lang="en">kwalletcli provides useful helper(s) for kwallet gpg-agent and ssh-agent integration</Summary>
+ <Description xml:lang="en">kwalletcli is a command-line interface to the KDE wallet for KDE 3, KDE 4 and KF5. It was created so scripts didn&apos;t need to use DBus directly to communicate with KWallet.
+</Description>
+ <PartOf>desktop.kde</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-04-03</Date>
+ <Version>3.01</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Matthew Stobbs</Name>
+ <Email>matthew@sproutingcommunications.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 2, 12:26 AM (6 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806219
Default Alt Text
D2754.diff (3 KB)

Event Timeline