[arch-commits] Commit in pantheon-sideload (3 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jul 23 08:40:09 UTC 2021


    Date: Friday, July 23, 2021 @ 08:40:09
  Author: alucryd
Revision: 984195

archrelease: copy trunk to community-x86_64

Added:
  pantheon-sideload/repos/
  pantheon-sideload/repos/community-x86_64/
  pantheon-sideload/repos/community-x86_64/PKGBUILD
    (from rev 984194, pantheon-sideload/trunk/PKGBUILD)

----------+
 PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

Copied: pantheon-sideload/repos/community-x86_64/PKGBUILD (from rev 984194, pantheon-sideload/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-07-23 08:40:09 UTC (rev 984195)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-sideload
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='Sideload Flatpaks on elementary OS'
+arch=(x86_64)
+url=https://github.com/elementary/sideload
+license=(GPL3)
+depends=(
+  flatpak
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+  libxml2
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+_tag=48ad649bda3f6169ae6690165fa6aaacfb44a086
+source=(pantheon-sideload::git+https://github.com/elementary/sideload.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-sideload
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-sideload build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list