[arch-commits] Commit in switchboard-plug-desktop/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Apr 9 11:02:23 UTC 2020
Date: Thursday, April 9, 2020 @ 11:02:23
Author: alucryd
Revision: 613003
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-desktop/repos/community-x86_64/PKGBUILD
(from rev 613002, switchboard-plug-desktop/trunk/PKGBUILD)
Deleted:
switchboard-plug-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-09 11:02:09 UTC (rev 613002)
+++ PKGBUILD 2020-04-09 11:02:23 UTC (rev 613003)
@@ -1,50 +0,0 @@
-# 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:
Copied: switchboard-plug-desktop/repos/community-x86_64/PKGBUILD (from rev 613002, switchboard-plug-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-09 11:02:23 UTC (rev 613003)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.3
+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=6b81f07172e8cdd8332ae6fbe50f2e0ed1e7d1e8)
+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