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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 12:11:16 UTC 2022


    Date: Friday, August 19, 2022 @ 12:11:16
  Author: alucryd
Revision: 1270018

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-desktop/repos/community-x86_64/PKGBUILD
    (from rev 1270017, 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	2022-08-19 12:11:07 UTC (rev 1270017)
+++ PKGBUILD	2022-08-19 12:11:16 UTC (rev 1270018)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-desktop
-pkgver=6.1.0
-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=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:

Copied: switchboard-plug-desktop/repos/community-x86_64/PKGBUILD (from rev 1270017, switchboard-plug-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 12:11:16 UTC (rev 1270018)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-desktop
+pkgver=6.3.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=5f1a0ac0123f184eaa00e1aca0c5cb44186045fc
+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