[arch-commits] Commit in switchboard-plug-desktop/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 07:58:26 UTC 2020
Date: Sunday, March 8, 2020 @ 07:58:25
Author: heftig
Revision: 591484
archrelease: copy trunk to community-testing-x86_64
Added:
switchboard-plug-desktop/repos/community-testing-x86_64/
switchboard-plug-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, switchboard-plug-desktop/trunk/PKGBUILD)
----------+
PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
Copied: switchboard-plug-desktop/repos/community-testing-x86_64/PKGBUILD (from rev 591482, switchboard-plug-desktop/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-03-08 07:58:25 UTC (rev 591484)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.2
+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
+)
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=b738b8cc0ff267eec47e90677e086aef5c825a0a)
+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