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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 7 08:11:10 UTC 2021


    Date: Thursday, January 7, 2021 @ 08:11:09
  Author: alucryd
Revision: 811485

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-sound/repos/community-x86_64/PKGBUILD
    (from rev 811484, switchboard-plug-sound/trunk/PKGBUILD)
Deleted:
  switchboard-plug-sound/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 08:11:04 UTC (rev 811484)
+++ PKGBUILD	2021-01-07 08:11:09 UTC (rev 811485)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-sound
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='Switchboard Sound Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-sound
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libcanberra
-  libgee
-  libgranite.so
-  libpulse
-  libswitchboard-2.0.so
- )
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=fae6d41dd312146598a868b961fb65502147fecb
-source=(git+https://github.com/elementary/switchboard-plug-sound.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-sound
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-sound build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-sound/repos/community-x86_64/PKGBUILD (from rev 811484, switchboard-plug-sound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 08:11:09 UTC (rev 811485)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-sound
+pkgver=2.2.6
+pkgrel=1
+pkgdesc='Switchboard Sound Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libcanberra
+  libgee
+  libgranite.so
+  libpulse
+  libswitchboard-2.0.so
+ )
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=c926de5022aeed5450bd1b15c22b8c6850024011
+source=(git+https://github.com/elementary/switchboard-plug-sound.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-sound
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-sound 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