[arch-commits] Commit in switchboard-plug-desktop/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Nov 24 12:13:18 UTC 2021
Date: Wednesday, November 24, 2021 @ 12:13:18
Author: alucryd
Revision: 1054657
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-desktop/repos/community-x86_64/PKGBUILD
(from rev 1054656, switchboard-plug-desktop/trunk/PKGBUILD)
Deleted:
switchboard-plug-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 12:13:13 UTC (rev 1054656)
+++ PKGBUILD 2021-11-24 12:13:18 UTC (rev 1054657)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-desktop
-pkgver=6.0.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
-)
-_tag=ba90f3dc6f039699c2566b6a3daa2c5a348a033a
-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:
Copied: switchboard-plug-desktop/repos/community-x86_64/PKGBUILD (from rev 1054656, switchboard-plug-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-24 12:13:18 UTC (rev 1054657)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-desktop
+pkgver=6.1.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
+)
+_tag=5ac83e1bca89f8d6643132c1ca636c5fe0c16277
+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