mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
upgpkg: 11.0.0-0.1
This commit is contained in:
parent
409091d498
commit
de76718b50
5 changed files with 46 additions and 19 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = czkawka
|
||||
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc.
|
||||
pkgver = 10.0.0
|
||||
pkgver = 11.0.0
|
||||
pkgrel = 0.1
|
||||
url = https://github.com/qarmin/czkawka
|
||||
arch = aarch64
|
||||
|
|
@ -12,18 +12,15 @@ pkgbase = czkawka
|
|||
makedepends = cargo
|
||||
makedepends = git
|
||||
makedepends = rust
|
||||
makedepends = cairo
|
||||
makedepends = gdk-pixbuf2
|
||||
makedepends = glib2
|
||||
makedepends = gtk4
|
||||
makedepends = hicolor-icon-theme
|
||||
makedepends = pango
|
||||
depends = bzip2
|
||||
depends = gcc-libs
|
||||
depends = libgcc
|
||||
depends = glibc
|
||||
depends = libheif
|
||||
source = git+https://github.com/qarmin/czkawka.git#tag=10.0.0
|
||||
b2sums = 637b2894ebcc54b9d6dfc064d9e131023a4434ccbbbe7d8e8bb1127e4e924f17391def98b06987b39cba166042064a6003aa48d53f0ffce0206210c622e31844
|
||||
source = git+https://github.com/qarmin/czkawka.git#tag=11.0.0
|
||||
b2sums = 149e6cce8427c6a6a7184b29b598355892eefd95a0edbc64decc7d4e7a4d58d88264ad5810bddadf102d9d23b435d9b90a12de0f5986413fdf96118efe0951a7
|
||||
|
||||
pkgname = czkawka-cli
|
||||
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc. (CLI)
|
||||
|
|
@ -32,16 +29,13 @@ pkgname = czkawka-cli
|
|||
pkgname = czkawka-gui
|
||||
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc. (Desktop App)
|
||||
license = LicenseRef-MIT AND CC-BY-4.0
|
||||
depends = bzip2
|
||||
depends = gcc-libs
|
||||
depends = libgcc
|
||||
depends = glibc
|
||||
depends = libheif
|
||||
depends = cairo
|
||||
depends = gdk-pixbuf2
|
||||
depends = glib2
|
||||
depends = gtk4
|
||||
depends = hicolor-icon-theme
|
||||
depends = pango
|
||||
|
||||
pkgname = krokiet
|
||||
pkgdesc = Multi functional app to find duplicates, empty folders, similar images etc. (Desktop App, Slint frontend)
|
||||
|
|
|
|||
12
LICENSE
Normal file
12
LICENSE
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Copyright Arch Linux Contributors
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for
|
||||
any purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
|
||||
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
|
||||
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
|
||||
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
||||
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
1
LICENSES/0BSD.txt
Symbolic link
1
LICENSES/0BSD.txt
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../LICENSE
|
||||
11
PKGBUILD
11
PKGBUILD
|
|
@ -6,7 +6,7 @@ pkgname=(
|
|||
czkawka-gui
|
||||
krokiet
|
||||
)
|
||||
pkgver=10.0.0
|
||||
pkgver=11.0.0
|
||||
pkgrel=0.1
|
||||
pkgdesc='Multi functional app to find duplicates, empty folders, similar images etc.'
|
||||
url='https://github.com/qarmin/czkawka'
|
||||
|
|
@ -18,8 +18,7 @@ arch=(
|
|||
)
|
||||
license=('LicenseRef-MIT AND GPL-3.0-only AND CC-BY-4.0')
|
||||
depends=(
|
||||
bzip2
|
||||
gcc-libs
|
||||
libgcc
|
||||
glibc
|
||||
libheif
|
||||
)
|
||||
|
|
@ -29,16 +28,14 @@ makedepends=(
|
|||
rust
|
||||
|
||||
# GUI (GTK4)
|
||||
cairo
|
||||
gdk-pixbuf2
|
||||
glib2
|
||||
gtk4
|
||||
hicolor-icon-theme
|
||||
pango
|
||||
)
|
||||
checkdepends=(xorg-server-xvfb)
|
||||
source=("git+https://github.com/qarmin/czkawka.git#tag=$pkgver")
|
||||
b2sums=('637b2894ebcc54b9d6dfc064d9e131023a4434ccbbbe7d8e8bb1127e4e924f17391def98b06987b39cba166042064a6003aa48d53f0ffce0206210c622e31844')
|
||||
b2sums=('149e6cce8427c6a6a7184b29b598355892eefd95a0edbc64decc7d4e7a4d58d88264ad5810bddadf102d9d23b435d9b90a12de0f5986413fdf96118efe0951a7')
|
||||
|
||||
build() {
|
||||
cd ${pkgbase}
|
||||
|
|
@ -75,12 +72,10 @@ package_czkawka-cli() {
|
|||
|
||||
package_czkawka-gui() {
|
||||
depends+=(
|
||||
cairo
|
||||
gdk-pixbuf2
|
||||
glib2
|
||||
gtk4
|
||||
hicolor-icon-theme
|
||||
pango
|
||||
)
|
||||
license=('LicenseRef-MIT AND CC-BY-4.0')
|
||||
pkgdesc+=" (Desktop App)"
|
||||
|
|
|
|||
25
REUSE.toml
Normal file
25
REUSE.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
version = 1
|
||||
|
||||
[[annotations]]
|
||||
path = [
|
||||
"PKGBUILD",
|
||||
"README.md",
|
||||
"keys/**",
|
||||
".SRCINFO",
|
||||
".gitignore",
|
||||
".nvchecker.toml",
|
||||
"*.install",
|
||||
"*.sysusers",
|
||||
"*sysusers.conf",
|
||||
"*.tmpfiles",
|
||||
"*tmpfiles.conf",
|
||||
"*.logrotate",
|
||||
"*.pam",
|
||||
"*.service",
|
||||
"*.socket",
|
||||
"*.timer",
|
||||
"*.desktop",
|
||||
"*.hook",
|
||||
]
|
||||
SPDX-FileCopyrightText = "Arch Linux contributors"
|
||||
SPDX-License-Identifier = "0BSD"
|
||||
Loading…
Add table
Reference in a new issue