[arch-commits] Commit in switchboard-plug-sharing/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 07:04:49 UTC 2021


    Date: Monday, March 29, 2021 @ 07:04:49
  Author: alucryd
Revision: 908624

archrelease: copy trunk to community-staging-x86_64

Added:
  switchboard-plug-sharing/repos/community-staging-x86_64/
  switchboard-plug-sharing/repos/community-staging-x86_64/PKGBUILD
    (from rev 908623, switchboard-plug-sharing/trunk/PKGBUILD)

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

Copied: switchboard-plug-sharing/repos/community-staging-x86_64/PKGBUILD (from rev 908623, switchboard-plug-sharing/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 07:04:49 UTC (rev 908624)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-sharing
+pkgver=2.1.4
+pkgrel=2
+pkgdesc='Switchboard Sharing Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-sharing
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gnome-user-share
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  switchboard
+  vala
+)
+_tag=b3cebcd4a7782e731086f6207b22a9924f0ddcb2
+source=(git+https://github.com/elementary/switchboard-plug-sharing.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-sharing
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-sharing 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