{"id":28447523,"url":"https://github.com/pacstall/pacmime","last_synced_at":"2026-02-28T17:02:54.142Z","repository":{"id":279873996,"uuid":"940283371","full_name":"pacstall/pacmime","owner":"pacstall","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-27T23:22:46.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T12:34:52.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pacstall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pacstall","open_collective":"pacstall","liberapay":"pacstall"}},"created_at":"2025-02-27T23:05:24.000Z","updated_at":"2025-03-05T03:40:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"5975dd76-f23c-4391-a270-5fb3c90e18c7","html_url":"https://github.com/pacstall/pacmime","commit_stats":null,"previous_names":["pacstall/pacmime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pacstall/pacmime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Fpacmime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Fpacmime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Fpacmime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Fpacmime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacstall","download_url":"https://codeload.github.com/pacstall/pacmime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacstall%2Fpacmime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29943665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-06T12:05:55.694Z","updated_at":"2026-02-28T17:02:54.095Z","avatar_url":"https://github.com/pacstall.png","language":null,"funding_links":["https://github.com/sponsors/pacstall","https://opencollective.com/pacstall","https://liberapay.com/pacstall"],"categories":[],"sub_categories":[],"readme":"# Pacscript MIME integration\n\nThis repo hosts the minimal files for pacscript MIME integration on desktop environments.\n\n### Dependencies\n- `xdg-utils`\n- `desktop-file-utils`\n- `shared-mime-info`\n- `gtk-update-icon-cache` (GTK-based environments only)\n\n### Installation\n```bash\n# Create directories\nMIMEDIR=\"/usr/share/mime\"\nAPPDIR=\"/usr/share/applications\"\nICONDIR=\"/usr/share/icons/hicolor\"\nsudo mkdir -p \"${ICONDIR}/scalable/mimetypes\" \"${MIMEDIR}/packages\" \"${APPDIR}\"\n\n# Install files to their locations\nsudo install -Dm644 \"application-x-pacscript.svg\" -t \"${ICONDIR}/scalable/mimetypes\"\nsudo install -Dm644 \"pacscript.xml\" -t \"${MIMEDIR}/packages\"\nsudo install -Dm644 \"pacscript.desktop\" -t \"${APPDIR}\"\n\n# Update caches\nsudo update-mime-database \"${MIMEDIR}\" 2\u003e/dev/null\nsudo update-desktop-database \"${APPDIR}\"\nif command -v update-icon-caches \u003e /dev/null; then\n  sudo update-icon-caches \"${ICONDIR}\"\nfi\n\n# Set as default MIME type\nif ! { [[ -f \"${APPDIR}/mimeapps.list\" ]] \u0026\u0026 \\\n  grep -q '^application/x-pacscript=' \"${APPDIR}/mimeapps.list\"; }; then\n    { ! [[ -f \"${APPDIR}/mimeapps.list\" ]] \u0026\u0026 echo -e '\\n[Default Applications]';\n      echo 'application/x-pacscript=pacscript.desktop';\n    } | sudo tee -a \"${APPDIR}/mimeapps.list\" \u003e /dev/null\nfi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacstall%2Fpacmime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacstall%2Fpacmime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacstall%2Fpacmime/lists"}