[arch-commits] Commit in switchboard-plug-sound/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Apr 26 16:44:02 UTC 2022
Date: Tuesday, April 26, 2022 @ 16:44:02
Author: alucryd
Revision: 1191042
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-sound/repos/community-x86_64/PKGBUILD
(from rev 1191041, 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 2022-04-26 16:43:56 UTC (rev 1191041)
+++ PKGBUILD 2022-04-26 16:44:02 UTC (rev 1191042)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-sound
-pkgver=2.3.0
-pkgrel=2
-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=7716ebebea26a18c330e3e37a1ef7ebc02252aad
-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 1191041, switchboard-plug-sound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-26 16:44:02 UTC (rev 1191042)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-sound
+pkgver=2.3.1
+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=4fd27d0dc1a85e3a527632073644a66cec85e6fb
+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