[arch-commits] Commit in file-roller/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat May 1 19:07:45 UTC 2021
Date: Saturday, May 1, 2021 @ 19:07:45
Author: heftig
Revision: 414142
archrelease: copy trunk to extra-x86_64
Added:
file-roller/repos/extra-x86_64/PKGBUILD
(from rev 414141, file-roller/trunk/PKGBUILD)
Deleted:
file-roller/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 89 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 43 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-01 19:07:32 UTC (rev 414141)
+++ PKGBUILD 2021-05-01 19:07:45 UTC (rev 414142)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=file-roller
-pkgver=3.38.1
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
- 'unrar: better RAR archive support'
- 'unace: ACE archive support'
- 'lrzip: lrzip archive support'
- 'squashfs-tools: squashfs image support')
-groups=(gnome)
-_commit=12d6c77fb736d70bee4c8f6f5ea7c60adde8473c # tags/3.38.1^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- # Install D-Bus service file to correct location
- git cherry-pick -n 5d48ddc3002fa8257a56eaedee44cdf694e1d861
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 414141, file-roller/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-01 19:07:45 UTC (rev 414142)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.40.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+ 'unrar: better RAR archive support'
+ 'unace: ACE archive support'
+ 'lrzip: lrzip archive support'
+ 'squashfs-tools: squashfs image support')
+groups=(gnome)
+_commit=d5cfba5a4e86b2e8118113be410f39fc854b1df7 # tags/3.40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list