[arch-commits] Commit in flatpak-xdg-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Wed Feb 9 20:32:54 UTC 2022


    Date: Wednesday, February 9, 2022 @ 20:32:54
  Author: foxboron
Revision: 1130405

archrelease: copy trunk to community-x86_64

Added:
  flatpak-xdg-utils/repos/community-x86_64/PKGBUILD
    (from rev 1130404, flatpak-xdg-utils/trunk/PKGBUILD)
Deleted:
  flatpak-xdg-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 20:32:47 UTC (rev 1130404)
+++ PKGBUILD	2022-02-09 20:32:54 UTC (rev 1130405)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Anthony Rabbito <hello at anthonyrabbito.com>
-
-pkgname=flatpak-xdg-utils
-pkgver=1.0.4
-pkgrel=4
-pkgdesc="Utilities for containerized apps to launch programs outside the container"
-arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
-url="https://github.com/flatpak/flatpak-xdg-utils"
-license=('GPL')
-optdepends=('flatpak: interface support' 'flatpak-builder: interface support for building flatpaks')
-makedepends=('ninja' 'meson')
-source=("https://github.com/flatpak/flatpak-xdg-utils/releases/download/${pkgver}/flatpak-xdg-utils-${pkgver}.tar.xz")
-sha256sums=('3ae9278ec0ef301b80032fcb95415ea95d5f439fbde1373e06ba41668dbae9e1')
-
-build() {
-  meson --prefix /usr \
-    --buildtype=plain \
-    --bindir=/usr/lib/${pkgname} \
-    "$srcdir/flatpak-xdg-utils-${pkgver}" build
-  ninja -Cbuild
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -Cbuild install
-  install -dm755 "$pkgdir/usr/bin"
-  ln -s "/usr/lib/${pkgname}/flatpak-spawn" "$pkgdir/usr/bin/"
-}

Copied: flatpak-xdg-utils/repos/community-x86_64/PKGBUILD (from rev 1130404, flatpak-xdg-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-09 20:32:54 UTC (rev 1130405)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Anthony Rabbito <hello at anthonyrabbito.com>
+
+pkgname=flatpak-xdg-utils
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Utilities for containerized apps to launch programs outside the container"
+arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
+url="https://github.com/flatpak/flatpak-xdg-utils"
+license=('GPL')
+optdepends=('flatpak: interface support' 'flatpak-builder: interface support for building flatpaks')
+makedepends=('ninja' 'meson')
+source=("https://github.com/flatpak/flatpak-xdg-utils/releases/download/${pkgver}/flatpak-xdg-utils-${pkgver}.tar.xz")
+sha256sums=('9dbbebfb71bd99ec439fd00603cf6cbb2bc1e19b8eae75f2e5c11dabf105414b')
+
+build() {
+  meson --prefix /usr \
+    --buildtype=plain \
+    --bindir=/usr/lib/${pkgname} \
+    "$srcdir/flatpak-xdg-utils-${pkgver}" build
+  ninja -Cbuild
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -Cbuild install
+  install -dm755 "$pkgdir/usr/bin"
+  ln -s "/usr/lib/${pkgname}/flatpak-spawn" "$pkgdir/usr/bin/"
+}



More information about the arch-commits mailing list