diff options
| author | kj-sh604 | 2025-06-17 22:24:22 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-06-17 22:24:22 -0400 |
| commit | 1f471f61674cf74ca51f31de89062209514fa621 (patch) | |
| tree | dd8ddfa4dad9c581646c13abc02c6242ab449ced /simple-scan-3.12-bin | |
| parent | c699c8cbd7d9b0e8b4f828d8a86ebbc14a958476 (diff) | |
feat: add `simple-scan-3.12-bin`
Diffstat (limited to 'simple-scan-3.12-bin')
| -rw-r--r-- | simple-scan-3.12-bin/.SRCINFO | 25 | ||||
| -rw-r--r-- | simple-scan-3.12-bin/.gitignore | 3 | ||||
| -rw-r--r-- | simple-scan-3.12-bin/PKGBUILD | 35 |
3 files changed, 63 insertions, 0 deletions
diff --git a/simple-scan-3.12-bin/.SRCINFO b/simple-scan-3.12-bin/.SRCINFO new file mode 100644 index 0000000..35a52fe --- /dev/null +++ b/simple-scan-3.12-bin/.SRCINFO @@ -0,0 +1,25 @@ +pkgbase = simple-scan-3.12-bin + pkgdesc = Simple scanning utility before CSD changes (3.12 archive.org binary package) + pkgver = 3.12.0 + pkgrel = 2 + url = https://gitlab.gnome.org/GNOME/simple-scan + arch = x86_64 + license = GPL + makedepends = git + makedepends = meson + makedepends = vala + makedepends = yelp-tools + makedepends = tar + depends = colord-sane + depends = dconf + depends = gtk3 + depends = libgusb + depends = libhandy + depends = sane + depends = sane-backends + provides = simple-scan + conflicts = simple-scan + source = simple-scan-3.12.0-2-x86_64.pkg.tar.xz::https://archive.org/download/archlinux_pkg_simple-scan/simple-scan-3.12.0-2-x86_64.pkg.tar.xz + sha256sums = fd1738aa918bb595726e1aa2b1913fef216f48db10a52fe7d50a5faa9cb448d9 + +pkgname = simple-scan-3.12-bin diff --git a/simple-scan-3.12-bin/.gitignore b/simple-scan-3.12-bin/.gitignore new file mode 100644 index 0000000..8d78c83 --- /dev/null +++ b/simple-scan-3.12-bin/.gitignore @@ -0,0 +1,3 @@ +pkg/ +src/ +*.tar* diff --git a/simple-scan-3.12-bin/PKGBUILD b/simple-scan-3.12-bin/PKGBUILD new file mode 100644 index 0000000..f546cb5 --- /dev/null +++ b/simple-scan-3.12-bin/PKGBUILD @@ -0,0 +1,35 @@ +pkgname=simple-scan-3.12-bin +pkgver=3.12.0 +pkgrel=2 +pkgdesc="Simple scanning utility before the CSD changes (3.12 archive.org binary package)" +arch=('x86_64') +url="https://gitlab.gnome.org/GNOME/simple-scan" +license=('GPL') +depends=( + colord-sane + dconf + gtk3 + libgusb + libhandy + sane +) +makedepends=( + meson + vala + yelp-tools + tar +) +provides=('simple-scan') +conflicts=('simple-scan') +source=( + "simple-scan-${pkgver}-2-x86_64.pkg.tar.xz::https://archive.org/download/archlinux_pkg_simple-scan/simple-scan-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz" +) +sha256sums=('fd1738aa918bb595726e1aa2b1913fef216f48db10a52fe7d50a5faa9cb448d9') + +prepare() { + tar --pax-option=delete=SCHILY.fflags -xJf "${srcdir}/${pkgname%-3.12-bin}-${pkgver}-${pkgrel}-x86_64.pkg.tar.xz" -C "${srcdir}" +} + +package() { + cp -r "${srcdir}/usr" "${pkgdir}" +} |
