Bash script, that converts Plasma/C++ plasmoid to deb/rpm binary package using checkinstall.Requirements:libplasma & kdelibs5 development files g++, make, cmakecheckinstallPlease edit basic configuration (lines 17, 18, 19), before first run, since I don't want to be maintainer of all your packagesInstallation:chmod +x plasmoid2debcp ./plasmoid2deb /usr/bin #you need to be root to do thisUsage:cd /REPLACE/WITH/PATH/TO/PLASMOID/SOURCE/DIRsu OR sudo -ip2dv="REPLACE_WITH_PLASMOID_VERSION"plasmoid2debThanks for using it!
Last changelog:16 years agoTue 20 January 2009 - 0.3Some mirror bugs removedMon 19 January 2009 - 0.2First public release
Ratings & Comments
2 Comments
Nice and simple script, but isn't it as easy as the normal procedure? I use checkinstall as well, you'll maybe want to add more comments on the package while you cannot with this script.
I was tried of typing the same commands many times ...