Package Details: upscayl-bin 2.11.5-1

Git Clone URL: https://aur.archlinux.org/upscayl-bin.git (read-only, click to copy)
Package Base: upscayl-bin
Description: Free and Open Source AI Image Upscaler
Upstream URL: https://github.com/upscayl/upscayl
Licenses: AGPL-3.0-only
Conflicts: upscayl
Provides: upscayl
Submitter: prurigro
Maintainer: prurigro
Last Packager: prurigro
Votes: 46
Popularity: 2.40
First Submitted: 2022-08-29 02:09 (UTC)
Last Updated: 2024-06-02 05:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

begin-theadventu commented on 2023-03-31 17:50 (UTC) (edited on 2023-06-04 16:27 (UTC) by begin-theadventu)

This edit would change to upscayl-${pkgver}-linux.rpm; depends= and makedepends= aren't needed.

Edit: AUR

provides=($_pkgname)
conflicts=($_pkgname)
source=("$url/releases/download/v$pkgver/upscayl-$pkgver-linux.rpm")
sha512sums=('f6a001f6b193d38ece153fd73d22c41dcd64d7dce5d4e4e8e656b149c3acb4b36291bbc00fc48aa0c0f79396fb0d90e15dd9e4cb1908f38198e13538d4fba910')

package() {
  mkdir -p ${pkgdir}/opt
  mkdir -p ${pkgdir}/usr/bin
  cp -a opt/Upscayl $pkgdir/opt/Upscayl
  ln -fs /opt/Upscayl/$_pkgname ${pkgdir}/usr/bin/$_pkgname
  install -Dm644 usr/share/icons/hicolor/0x0/apps/$_pkgname.png "$pkgdir/usr/share/pixmaps/$_pkgname.png"
  install -Dm644 usr/share/applications/$_pkgname.desktop "$pkgdir/usr/share/applications/$_pkgname.desktop"
}

begin-theadventu commented on 2023-03-31 17:03 (UTC) (edited on 2023-04-01 22:27 (UTC) by begin-theadventu)

The source should be changed to -linux.rpm, and upscayl-appimage should be used for the AppImage instead (and such a package already exists).

kubrick commented on 2023-03-19 11:08 (UTC)

This package requires core/nss as a dependency

prurigro commented on 2023-01-03 03:53 (UTC)

Hey @hvksmr1996, I actually attempted that but it was failing to launch correctly so I reverted and simply used the extracted package to grab the .desktop and icon. (I've been doing the same thing successfully with cura-bin so I'm not sure what's different here).

hvksmr1996 commented on 2022-09-20 14:52 (UTC) (edited on 2022-09-21 16:23 (UTC) by hvksmr1996)

Suggestion: You should run ./Upscayl-${pkgver}.AppImage --appimage-extract to extract all files inside the app image and then install these files to /opt/upscayl/. You should also symlink the icon (/opt/upscayl/upscayl.png) to /usr/share/pixmaps. This would:

  1. Improve startup performance.

  2. Ensure that the icon always up-to-date.

A package known as marktext-appimg also does something similar: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=marktext-appimg

Actually, I have already created https://aur.archlinux.org/packages/upscayl-appimage

hvksmr1996 commented on 2022-09-20 02:32 (UTC)

The icon have changed. Please update the icon.

prurigro commented on 2022-08-30 03:31 (UTC)

@vivaeltopo Thanks for the tip! I've added the dep and credited you as a contributor in the PKGBUILD.

vivaeltopo commented on 2022-08-29 22:35 (UTC)

fuse2 dependency is missing