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 @@ + + + kwalletcli + + Matthew Stobbs + matthew@sproutingcommunications.com + + MirOS + desktop.kde + kwalletcli provides useful helper(s) for kwallet gpg-agent and ssh-agent integration + 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. + + https://solus-project.com/sources/README.Solus + + + kwalletcli + kwalletcli provides useful helper(s) for kwallet gpg-agent and ssh-agent integration + 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. + + desktop.kde + + /usr/bin + /usr/share/man + + + + + 2018-04-03 + 3.01 + Packaging update + Matthew Stobbs + matthew@sproutingcommunications.com + + + \ No newline at end of file