MX-Linux / mx-conky-data

conky configurations for mx linux
40 stars 57 forks source link

missing build instruction #30

Closed freddii closed 3 years ago

freddii commented 3 years ago

I dont know how to build this package. Is there a build instruction somewhere?

jerry3904 commented 3 years ago

I'm not clear what you actually want.

1) if you just want the conky collection in this repo then download it using the link on the Code page. No packaging required. 2) if you want to use it with MX-Conky, that package is built for Debian and can be downloaded from the MX Linux repos for installation and will bring the contents of this repo along with it.

freddii commented 3 years ago

Yes found a deb file at http://mxrepo.com/mx/repo/pool/main/m/mx-conky-data/mx-conky-data_20201012mx19_all.deb But it would still be nice to have a build-script to build my own mx-conky_*_amd64.deb

dolphinoracle commented 3 years ago

you just need the debhelper tool listed in the build depends in the debian control file. everything is there.

the dev package tools are available in mx-packageinstaller under Development.

On Sun, Jan 3, 2021 at 2:58 PM freddii notifications@github.com wrote:

Yes found a deb file at http://mxrepo.com/mx/repo/pool/main/m/mx-conky/mx-conky_20.4_amd64.deb But it would still be nice to have a build-script to build my own mx-conky_*_amd64.deb

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MX-Linux/mx-conky-data/issues/30#issuecomment-753668429, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTAQ7KC3CTZTPU27ULX6TLSYDD7NANCNFSM4VQCQI7A .

freddii commented 3 years ago

was able to build and install it with:

git clone https://github.com/MX-Linux/mx-conky-data
cd mx-conky-data
dpkg-buildpackage -us -uc
cd ..
sudo dpkg -i mx-conky-data_20201012mx19_all.deb