Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
caja-actions
Commits:
c82876f4 by Robin Candau at 2024-09-08T19:25:18+02:00
upgpkg: 1.28.0-3: Remove check()
Checks are only about code linting, which isn't interesting for us
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = caja-actions
pkgdesc = Extension for Caja which allows the user to add arbitrary
program to be launched
pkgver = 1.28.0
- pkgrel = 2
+ pkgrel = 3
url = https://mate-desktop.org
arch = x86_64
groups = mate-extra
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=caja-actions
pkgver=1.28.0
-pkgrel=2
+pkgrel=3
pkgdesc="Extension for Caja which allows the user to add arbitrary program to
be launched"
url="https://mate-desktop.org"
arch=('x86_64')
@@ -28,11 +28,6 @@ build() {
make
}
-check() {
- cd "${pkgname}-${pkgver}"
- make check
-}
-
package() {
cd "$pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/caja-actions/-/commit/c82876f48a12e55ac6f25dff403efdaa63000d8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/caja-actions/-/commit/c82876f48a12e55ac6f25dff403efdaa63000d8c
You're receiving this email because of your account on gitlab.archlinux.org.