[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Mar 4 20:22:54 UTC 2019


    Date: Monday, March 4, 2019 @ 20:22:53
  Author: alucryd
Revision: 437603

add switchboard-plug-desktop

Added:
  switchboard-plug-desktop/
  switchboard-plug-desktop/trunk/
  switchboard-plug-desktop/trunk/PKGBUILD

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

Added: switchboard-plug-desktop/trunk/PKGBUILD
===================================================================
--- switchboard-plug-desktop/trunk/PKGBUILD	                        (rev 0)
+++ switchboard-plug-desktop/trunk/PKGBUILD	2019-03-04 20:22:53 UTC (rev 437603)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.0
+pkgrel=1
+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
+)
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+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