{"id":31066242,"url":"https://github.com/patrickjaja/flameshot-imgur","last_synced_at":"2025-09-15T18:00:01.133Z","repository":{"id":310557035,"uuid":"1040315167","full_name":"patrickjaja/flameshot-imgur","owner":"patrickjaja","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-18T20:17:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T22:06:26.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/patrickjaja.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,"zenodo":null}},"created_at":"2025-08-18T19:35:11.000Z","updated_at":"2025-08-18T20:17:48.000Z","dependencies_parsed_at":"2025-08-18T22:06:29.035Z","dependency_job_id":"b9d207c6-2baa-4037-868d-868628028a04","html_url":"https://github.com/patrickjaja/flameshot-imgur","commit_stats":null,"previous_names":["patrickjaja/flameshot-imgur"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/patrickjaja/flameshot-imgur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2Fflameshot-imgur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2Fflameshot-imgur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2Fflameshot-imgur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2Fflameshot-imgur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickjaja","download_url":"https://codeload.github.com/patrickjaja/flameshot-imgur/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2Fflameshot-imgur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275297339,"owners_count":25439799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-09-15T17:59:59.693Z","updated_at":"2025-09-15T18:00:01.120Z","avatar_url":"https://github.com/patrickjaja.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flameshot-imgur\n\n[![Auto Update Package](https://github.com/patrickjaja/flameshot-imgur/actions/workflows/update-package.yml/badge.svg)](https://github.com/patrickjaja/flameshot-imgur/actions/workflows/update-package.yml)\n[![Test Package Build](https://github.com/patrickjaja/flameshot-imgur/actions/workflows/test-build.yml/badge.svg)](https://github.com/patrickjaja/flameshot-imgur/actions/workflows/test-build.yml)\n[![AUR version](https://img.shields.io/aur/version/flameshot-imgur)](https://aur.archlinux.org/packages/flameshot-imgur)\n\n**Flameshot screenshot software with Imgur upload support enabled** - Stable release version\n\n## 🚀 Features\n\n- **Imgur Upload Enabled**: Built with `-DENABLE_IMGUR=ON` flag\n- **Stable Releases**: Tracks official Flameshot releases (not development commits)\n- **Auto-Updates**: Automatically updates daily via GitHub Actions\n- **AUR Integration**: Pushes updates to AUR automatically\n\n## 📦 Installation\n\n### Using AUR Helper\n\n```bash\n# With yay\nyay -S flameshot-imgur\n\n# With paru  \nparu -S flameshot-imgur\n```\n\n### Manual Installation\n\n```bash\ngit clone https://github.com/patrickjaja/flameshot-imgur.git\ncd flameshot-imgur\nmakepkg -si\n```\n\n## 🔄 Automatic Updates\n\nThis package is **fully automated** with nightly builds:\n- **Daily at 3 AM UTC**: GitHub Actions checks for new Flameshot releases\n- **When a new version is detected**:\n  - PKGBUILD is updated with the latest version and checksums\n  - Changes are committed to the main branch\n  - A separate clone pushes only PKGBUILD/.SRCINFO to AUR (avoiding subdirectory issues)\n  - A GitHub release is created for tracking\n- **Users receive updates** through their AUR helpers automatically within 24 hours\n\n## 📊 Package Comparison\n\n| Feature | `flameshot` (official) | `flameshot-imgur` (this) | `flameshot-imgur-git` |\n|---------|------------------------|--------------------------|----------------------|\n| Imgur Upload | ❌ | ✅ | ✅ |\n| Version | Stable releases | Stable releases | Git commits |\n| Auto-updates | Manual | Automated daily | N/A |\n| Source | Arch repos | AUR | AUR |\n\n## 🛠️ Manual Update\n\nIf you need to manually trigger an update:\n\n```bash\n# Using the provided script\n./update-version.sh\n\n# Or trigger GitHub Action manually\n# Go to Actions tab -\u003e \"Auto Update Package\" -\u003e Run workflow\n```\n\n## 🔧 Development\n\n### Repository Structure\n\n```\nflameshot-imgur/\n├── .github/\n│   └── workflows/\n│       ├── update-package.yml    # Daily auto-update workflow (3 AM UTC)\n│       └── test-build.yml        # Build testing on push\n├── PKGBUILD                       # Arch package build script\n├── .SRCINFO                       # AUR metadata (auto-generated)\n├── update-version.sh              # Manual update script\n├── .gitignore\n└── README.md                      # This file\n```\n\nThe GitHub Action handles AUR's \"no subdirectories\" requirement by cloning AUR separately and copying only PKGBUILD/.SRCINFO files.\n\n## 📝 Using Imgur Upload\n\nOnce installed, use Imgur upload in Flameshot:\n1. Take a screenshot with Flameshot\n2. Click the cloud upload button (☁️) in the toolbar\n3. Image uploads to Imgur and URL copies to clipboard\n\n## 🔗 Links\n\n- **Upstream**: [flameshot-org/flameshot](https://github.com/flameshot-org/flameshot)\n- **AUR Package**: [flameshot-imgur](https://aur.archlinux.org/packages/flameshot-imgur)\n- **Git Version**: [flameshot-imgur-git](https://aur.archlinux.org/packages/flameshot-imgur-git)\n\n## 📄 License\n\nGPL-3.0-or-later (same as Flameshot)\n\n## 🤝 Contributing\n\nIssues and pull requests are welcome! The package updates automatically, but improvements to the build process or automation are appreciated.\n\n## ⚠️ Conflicts\n\nThis package conflicts with:\n- `flameshot` (official Arch package)\n- `flameshot-git` (development version)\n- `flameshot-imgur-git` (git version with Imgur)\n\nUninstall any existing Flameshot packages before installing this one.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickjaja%2Fflameshot-imgur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickjaja%2Fflameshot-imgur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickjaja%2Fflameshot-imgur/lists"}