Date: Friday, April 14, 2023 @ 22:42:58
Author: arojas
Revision: 1446095
archrelease: copy trunk to community-any
Added:
curtail/repos/community-any/PKGBUILD
(from rev 1446094, curtail/trunk/PKGBUILD)
Deleted:
curtail/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 22:42:43 UTC (rev 1446094)
+++ PKGBUILD 2023-04-14 22:42:58 UTC (rev 1446095)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
-
-pkgname=curtail
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both
lossless and lossy compression mode'
-arch=('any')
-url='https://github.com/Huluti/Curtail'
-license=('GPL3')
-depends=('gtk3' 'jpegoptim' 'optipng' 'pngquant' 'python-gobject')
-makedepends=('appstream-glib' 'meson')
-source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('bdf9a5863d42f04c45fc8d2fa41c962361d177eebfe916b42d436fe2e30e3ed0')
-
-build() {
- arch-meson Curtail-$pkgver build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs || true
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: curtail/repos/community-any/PKGBUILD (from rev 1446094,
curtail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-14 22:42:58 UTC (rev 1446095)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
+
+pkgname=curtail
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both
lossless and lossy compression mode'
+arch=('any')
+url='https://github.com/Huluti/Curtail'
+license=('GPL3')
+depends=('gtk4' 'libadwaita' 'jpegoptim' 'oxipng' 'pngquant' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('fc5b846999268eb3ad0f33812c8ce467174fdb9c1a600563fbb19569657c2828')
+
+build() {
+ arch-meson Curtail-$pkgver build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs || true
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}