Skip to content

Instantly share code, notes, and snippets.

View Conan-Kudo's full-sized avatar

Neal Gompa (ニール・ゴンパ) Conan-Kudo

View GitHub Profile
#include <locale.h>
#include <stdlib.h>
#include <libsmartcols.h>
#include <solv/policy.h>
#include <solv/pool.h>
#include <solv/poolarch.h>
#include <solv/repo.h>
#include <solv/repo_solv.h>
#include <solv/selection.h>
#include <locale.h>
#include <stdbool.h>
#include <glib.h>
#include <libsmartcols.h>
#include <solv/pool.h>
#include <solv/repo.h>
#include <solv/repo_solv.h>
#include <json-glib/json-glib.h>
#include <libsoup/soup.h>
#include <solv/policy.h>
#include <solv/pool.h>
#include <solv/repo.h>
#include <solv/repo_solv.h>
#include <solv/selection.h>
int
main (int argc,
char **argv)
{
@probonopd
probonopd / gs-plugin-appimage.c
Last active May 21, 2018 20:50
Has been moved to https://github.com/probonopd/gs-plugin-appimage WORK IN PROGRESS, comments, answers, hints welcome!
/* GNOME Software AppImage plugin
* Licensing to be determined (MIT like AppImageKit or GPLv2 like GNOME Software)
*/
#include <gnome-software.h>
#include <appimage.h> // From https://github.com/AppImage/AppImageKit
#include <sys/stat.h>
/*
Once this plugin is complete, it should:
@z3ntu
z3ntu / README.md
Last active June 7, 2025 22:43
KDE 1 Arch Linux install guide