simoniz0r / deb2appimage

Build AppImages from deb packages on any distro with simple json configuration
MIT License
117 stars 14 forks source link

how to add ppa in repo source ? #19

Open Paullux opened 3 years ago

Paullux commented 3 years ago

Hello,

I would like add ppa, official repos of ubuntu and other repo, how to do, my json is:

{
    "buildinfo": [
    {
        "prerun": [
            "curl -sL \"file:///home/paul/dvkbuntu-ppa-20.04/dvkbuntu-easy-menu_4.7-0_amd64.deb\" -o ~/.cache/deb2appimage/debs/dvkbuntu-easy-menu_4.7-0_amd64.deb"
        ],
        "name": "dvkbuntu-easy-menu",
        "version": "4.7-0",
        "deps": "dvkbuntu-menu-acceuil,latte-dock,dvkbuntu-plasma-theme-v2,libqt5multimedia5,libqt5webengine5,qtwebengine5-dev,libqt5webenginecore5,libqt5qml5,libqt5core5a,libqt5widgets5,espeak-ng,dvkbuntu-gtk-theme,libqt5widgets5,libqt5svg5,libqt5svg5-dev,python3-pip,libttspico-utils,alsa-utils,libqt5webenginewidgets5,libqt5gui5,libstdc++6,libc6,qtmultimedia5-dev,libqt5multimediawidgets5,libqt5multimedia5-plugins,libqt5webengine-data,qtwebengine5-dev-tools,trojita,falkon",
        "repoarch": "amd64",
        "distrorepo": "Ubuntu",
        "repoversion": "focal-backports,focal,focal,ppa:daniruiz/flat-remix,ppa:papirus/papirus,ppa:dvkbuntu/dvkbuntu-ppa-20.04",
        "binarypath": "/usr/bin/dvkbuntu-easy-menu-qt",
        "desktoppath": "/usr/share/applications/dvkbuntu-easy-menu.desktop",
        "iconpath": "/usr/share/icons/hicolor/256x256/apps/dvkbuntu-easy-menu.png",
        "usewrapper": "true",
        "postrun": [
            null
        ]
    }
    ],
    "apprunconf": [
    {
        "setpath": "true",
        "setlibpath": "true",
        "setpythonpath": "false",
        "setpythonhome": "false",
        "setpythondontwritebytecode": "false",
        "setxdgdatadirs": "false",
        "setperllib": "false",
        "setgsettingsschemadir": "false",
        "setqtpluginpath": "false",
        "exec": "/usr/bin/dvkbuntu-easy-menu.wrapper"
    }
    ],
    "authors": [
    {
        "type": "Author",
        "author": "Paul WOISARD",
        "url": "https://www.handy-open-source.org"
    },
    {
        "type": "AppImage Maintainer",
        "author": "Paul WOISARD",
        "url": "https://github.com/handyopensource"
    }
    ]
}