Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to add ppa in repo source ? #19

Open
Paullux opened this issue Mar 27, 2021 · 1 comment
Open

how to add ppa in repo source ? #19

Paullux opened this issue Mar 27, 2021 · 1 comment

Comments

@Paullux
Copy link

Paullux commented Mar 27, 2021

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"
    }
    ]
}
@simoniz0r
Copy link
Owner

Sorry for the very late response... I'm not quite sure I understand the issue, but if you're working with a deb that you already have locally on your system, you should just be able to use mv to move it to ~/.cache/deb2appimage/debs/ rather than trying to download it with curl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants