T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
pcmanfm-gtk3
Commits:
6cc18496 by T.J. Townsend at 2025-03-04T13:19:14-05:00
upgpkg: 1.4.0-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
pkgbase = pcmanfm-gtk3
pkgdesc = Extremely fast and lightweight file manager (GTK+ 3 version)
- pkgver = 1.3.2
+ pkgver = 1.4.0
pkgrel = 1
url = https://lxde.org/
arch = x86_64
groups = lxde-gtk3
license = GPL
+ makedepends = git
makedepends = intltool
depends = libfm-gtk3
depends = lxmenu-data
optdepends = gvfs: for trash support, mounting with udisks and remote
filesystems
optdepends = xarchiver: archive management
conflicts = pcmanfm
- source = https://downloads.sourceforge.net/pcmanfm/pcmanfm-1.3.2.tar.xz
- sha256sums =
14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7
+ source = git+https://github.com/lxde/pcmanfm.git#tag=1.4.0
+ sha256sums =
ab7307df284ebc2a843a0aca85246bdde1187a57be3fc942d6e3b6e8517335b9
pkgname = pcmanfm-gtk3
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[pcmanfm-gtk3]
+source = "git"
+git = "https://github.com/lxde/pcmanfm.git"
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=pcmanfm-gtk3
_pkgname=pcmanfm
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
arch=('x86_64')
@@ -14,20 +14,25 @@ url='https://lxde.org/'
license=('GPL')
groups=('lxde-gtk3')
depends=('libfm-gtk3' 'lxmenu-data')
-makedepends=('intltool')
+makedepends=('git' 'intltool')
optdepends=('gvfs: for trash support, mounting with udisks and remote
filesystems'
'xarchiver: archive management')
conflicts=($_pkgname)
-source=(https://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz)
-sha256sums=('14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7')
+source=(git+https://github.com/lxde/pcmanfm.git#tag=${pkgver})
+sha256sums=('ab7307df284ebc2a843a0aca85246bdde1187a57be3fc942d6e3b6e8517335b9')
+
+prepare() {
+ cd $_pkgname
+ autoreconf -fiv
+}
build() {
- cd $_pkgname-$pkgver
+ cd $_pkgname
./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
make
}
package() {
- cd $_pkgname-$pkgver
+ cd $_pkgname
make DESTDIR="$pkgdir" install
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pcmanfm-gtk3/-/commit/6cc18496302a243b5caa085fe15e5c9909f98a3f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pcmanfm-gtk3/-/commit/6cc18496302a243b5caa085fe15e5c9909f98a3f
You're receiving this email because of your account on gitlab.archlinux.org.