[arch-commits] Commit in wingpanel-indicator-sound/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Nov 24 12:16:10 UTC 2021
Date: Wednesday, November 24, 2021 @ 12:16:10
Author: alucryd
Revision: 1054671
archrelease: copy trunk to community-x86_64
Added:
wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD
(from rev 1054670, wingpanel-indicator-sound/trunk/PKGBUILD)
Deleted:
wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 12:16:03 UTC (rev 1054670)
+++ PKGBUILD 2021-11-24 12:16:10 UTC (rev 1054671)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel-indicator-sound
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Wingpanel Sound Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-sound
-license=(GPL3)
-groups=(pantheon)
-depends=(
- cairo
- gdk-pixbuf2
- glib2
- gtk3
- libcanberra
- libgee
- libgranite.so
- libnotify
- libpulse
- libwingpanel-2.0.so
-)
-makedepends=(
- git
- gobject-introspection
- intltool
- meson
- vala
-)
-_tag=410b1c3c246b517f603848dd5566dca659cdf149
-source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd wingpanel-indicator-sound
- git describe --tags
-}
-
-build() {
- arch-meson wingpanel-indicator-sound build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: wingpanel-indicator-sound/repos/community-x86_64/PKGBUILD (from rev 1054670, wingpanel-indicator-sound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-24 12:16:10 UTC (rev 1054671)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel-indicator-sound
+pkgver=6.0.1
+pkgrel=1
+pkgdesc='Wingpanel Sound Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ cairo
+ gdk-pixbuf2
+ glib2
+ gtk3
+ libcanberra
+ libgee
+ libgranite.so
+ libnotify
+ libpulse
+ libwingpanel-2.0.so
+)
+makedepends=(
+ git
+ gobject-introspection
+ intltool
+ meson
+ vala
+)
+_tag=4bada32aa590c875d934374a2557f42805a44100
+source=(wingpanel-indicator-sound::git+https://github.com/elementary/wingpanel-indicator-sound.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel-indicator-sound
+ git describe --tags
+}
+
+build() {
+ arch-meson wingpanel-indicator-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