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

Maxime Gauduin alucryd at archlinux.org
Thu Mar 25 16:23:05 UTC 2021


    Date: Thursday, March 25, 2021 @ 16:23:05
  Author: alucryd
Revision: 903229

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: switchboard-plug-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 903228, switchboard-plug-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-25 16:23:05 UTC (rev 903229)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.4
+pkgrel=2
+pkgdesc='Switchboard Desktop Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-pantheon-shell
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgexiv2
+  libgranite.so
+  libswitchboard-2.0.so
+  plank
+  tumbler
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=b5dea04ceaf744bbcfef4c30e8fff8ccde333ab9
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-desktop
+
+  git describe --tags
+}
+
+prepare() {
+  sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i switchboard-plug-desktop/src/Views/Wallpaper.vala
+}
+
+build() {
+  arch-meson switchboard-plug-desktop 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